models.redshift-2012-12-01-intermediate.json Maven / Gradle / Ivy
{ "metadata" : { "apiVersion" : "2012-12-01", "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "protocol" : "query", "checksumFormat" : null, "documentation" : "
if logging is on,Amazon Redshift OverviewThis 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, "jsonContentVersion" : null, "jsonVersion" : null, "endpointPrefix" : "redshift", "signingName" : "redshift", "jsonProtocol" : false, "xmlProtocol" : true, "serviceName" : "Amazon Redshift", "cborProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "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" : "", "simpleType" : "AuthorizeClusterSecurityGroupIngressRequest", "variableSetterType" : "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
" }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "available
.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" : "", "simpleType" : "AuthorizeSnapshotAccessRequest", "variableSetterType" : "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
" }, { "exceptionName" : "LimitExceededException", "documentation" : "available
state, or other accounts are authorized to access the snapshot.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" : "", "simpleType" : "CopyClusterSnapshotRequest", "variableSetterType" : "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
" }, { "exceptionName" : "ClusterSnapshotQuotaExceededException", "documentation" : "available
state, or other accounts are authorized to access the snapshot.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" : "", "simpleType" : "CreateClusterRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateClusterParameterGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateClusterSecurityGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateClusterSnapshotRequest", "variableSetterType" : "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
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "available
state.The
" }, { "exceptionName" : "ClusterSnapshotQuotaExceededException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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" : "", "simpleType" : "CreateClusterSubnetGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateEventSubscriptionRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateHsmClientCertificateRequest", "variableSetterType" : "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" : "", "simpleType" : "CreateHsmConfigurationRequest", "variableSetterType" : "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
", "simpleType" : "CreateSnapshotCopyGrantRequest", "variableSetterType" : "CreateSnapshotCopyGrantRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SnapshotCopyGrant", "documentation" : "CreateSnapshotCopyGrant
action.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
", "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "TagLimitExceededException", "documentation" : "CreateTags
action.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" : "", "simpleType" : "DeleteClusterRequest", "variableSetterType" : "DeleteClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "
Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.The specified cluster is not in the
" }, { "exceptionName" : "ClusterSnapshotAlreadyExistsException", "documentation" : "available
state.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.
", "operationName" : "DeleteClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "deleteClusterParameterGroupRequest", "variableType" : "DeleteClusterParameterGroupRequest", "variableDeclarationType" : "DeleteClusterParameterGroupRequest", "documentation" : "You cannot delete a parameter group if it is associated with a cluster. ", "simpleType" : "DeleteClusterParameterGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "DeleteClusterSecurityGroupRequest", "variableSetterType" : "DeleteClusterSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteClusterSecurityGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "
The state of the cluster security group is not
" }, { "exceptionName" : "ClusterSecurityGroupNotFoundException", "documentation" : "available
.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" : "", "simpleType" : "DeleteClusterSnapshotRequest", "variableSetterType" : "DeleteClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Snapshot", "documentation" : "
Describes a snapshot.
" }, "exceptions" : [ { "exceptionName" : "InvalidClusterSnapshotStateException", "documentation" : "The specified cluster snapshot is not in the
" }, { "exceptionName" : "ClusterSnapshotNotFoundException", "documentation" : "available
state, or other accounts are authorized to access the snapshot.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" : "", "simpleType" : "DeleteClusterSubnetGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "DeleteEventSubscriptionRequest", "variableSetterType" : "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" : "", "simpleType" : "DeleteHsmClientCertificateRequest", "variableSetterType" : "DeleteHsmClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteHsmClientCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidHsmClientCertificateStateException", "documentation" : "The specified HSM client certificate is not in the
" }, { "exceptionName" : "HsmClientCertificateNotFoundException", "documentation" : "available
state, or it is still in use by one or more Amazon Redshift clusters.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" : "", "simpleType" : "DeleteHsmConfigurationRequest", "variableSetterType" : "DeleteHsmConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteHsmConfigurationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidHsmConfigurationStateException", "documentation" : "The specified HSM configuration is not in the
" }, { "exceptionName" : "HsmConfigurationNotFoundException", "documentation" : "available
state, or it is still in use by one or more Amazon Redshift clusters.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
", "simpleType" : "DeleteSnapshotCopyGrantRequest", "variableSetterType" : "DeleteSnapshotCopyGrantRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteSnapshotCopyGrantResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidSnapshotCopyGrantStateException", "documentation" : "DeleteSnapshotCopyGrant
action.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
", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "DeleteTags
action.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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeClusterParameterGroupsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeClusterParametersRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeClusterSecurityGroupsRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeClusterSnapshotsRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeClusterSubnetGroupsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeClusterVersionsRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeClustersRequest", "variableSetterType" : "DescribeClustersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeClustersResult", "documentation" : "
Contains the output from the DescribeClusters action.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "InvalidTagException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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" : "", "simpleType" : "DescribeDefaultClusterParametersRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeEventCategoriesRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeEventSubscriptionsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeEventsRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeHsmClientCertificatesRequest", "variableSetterType" : "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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeHsmConfigurationsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeLoggingStatusRequest", "variableSetterType" : "DescribeLoggingStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeLoggingStatusResult", "documentation" : "
Describes the status of logging for a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeLoggingStatus", "syncReturnType" : "DescribeLoggingStatusResult", "asyncReturnType" : "DescribeLoggingStatusResult", "asyncFutureType" : "java.util.concurrent.FutureClusterIdentifier
parameter does not refer to an existing cluster.", "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" : "", "simpleType" : "DescribeOrderableClusterOptionsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeReservedNodeOfferingsRequest", "variableSetterType" : "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" : "", "simpleType" : "DescribeReservedNodesRequest", "variableSetterType" : "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 asSUCCEEDED
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" : "", "simpleType" : "DescribeResizeRequest", "variableSetterType" : "DescribeResizeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeResizeResult", "documentation" : "
Describes the result of a cluster resize operation.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "ResizeNotFoundException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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
", "simpleType" : "DescribeSnapshotCopyGrantsRequest", "variableSetterType" : "DescribeSnapshotCopyGrantsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSnapshotCopyGrantsResult", "documentation" : "" }, "exceptions" : [ { "exceptionName" : "SnapshotCopyGrantNotFoundException", "documentation" : "DescribeSnapshotCopyGrants
action.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
", "operationName" : "DescribeTableRestoreStatus", "deprecated" : false, "input" : { "variableName" : "describeTableRestoreStatusRequest", "variableType" : "DescribeTableRestoreStatusRequest", "variableDeclarationType" : "DescribeTableRestoreStatusRequest", "documentation" : "", "simpleType" : "DescribeTableRestoreStatusRequest", "variableSetterType" : "DescribeTableRestoreStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTableRestoreStatusResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "TableRestoreNotFoundException", "documentation" : "TableRestoreRequestId
parameter, thenDescribeTableRestoreStatus
returns the status of all table restore requests ordered by the date and time of the request in ascending order. OtherwiseDescribeTableRestoreStatus
returns the status of the table specified byTableRestoreRequestId
.The specified
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "TableRestoreRequestId
value was not found.The
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTableRestoreStatus", "syncReturnType" : "DescribeTableRestoreStatusResult", "asyncReturnType" : "DescribeTableRestoreStatusResult", "asyncFutureType" : "java.util.concurrent.FutureClusterIdentifier
parameter does not refer to an existing cluster.", "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
andMarker
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
andenvironment
for tag keys, andadmin
andtest
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" : "", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "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" : "", "simpleType" : "DisableLoggingRequest", "variableSetterType" : "DisableLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableLoggingResult", "documentation" : "
Describes the status of logging for a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "disableLogging", "syncReturnType" : "DisableLoggingResult", "asyncReturnType" : "DisableLoggingResult", "asyncFutureType" : "java.util.concurrent.FutureClusterIdentifier
parameter does not refer to an existing cluster.", "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" : "", "simpleType" : "DisableSnapshotCopyRequest", "variableSetterType" : "DisableSnapshotCopyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "
Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "SnapshotCopyAlreadyDisabledException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.The cluster already has cross-region snapshot copy disabled.
" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "The specified cluster is not in the
" }, { "exceptionName" : "UnauthorizedOperationException", "documentation" : "available
state.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" : "", "simpleType" : "EnableLoggingRequest", "variableSetterType" : "EnableLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableLoggingResult", "documentation" : "
Describes the status of logging for a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "BucketNotFoundException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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" : "", "simpleType" : "EnableSnapshotCopyRequest", "variableSetterType" : "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
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "available
state.The
" }, { "exceptionName" : "CopyToRegionDisabledException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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" : "", "simpleType" : "ModifyClusterRequest", "variableSetterType" : "ModifyClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "The specified cluster is not in the
" }, { "exceptionName" : "InvalidClusterSecurityGroupStateException", "documentation" : "available
state.The state of the cluster security group is not
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "available
.The
" }, { "exceptionName" : "NumberOfNodesQuotaExceededException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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" : "", "simpleType" : "ModifyClusterIamRolesRequest", "variableSetterType" : "ModifyClusterIamRolesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "The specified cluster is not in the
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "available
state.The
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifyClusterIamRoles", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.FutureClusterIdentifier
parameter does not refer to an existing cluster.", "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" : "", "simpleType" : "ModifyClusterParameterGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "ModifyClusterSubnetGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "ModifyEventSubscriptionRequest", "variableSetterType" : "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" : "", "simpleType" : "ModifySnapshotCopyRetentionPeriodRequest", "variableSetterType" : "ModifySnapshotCopyRetentionPeriodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "
Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "SnapshotCopyDisabledException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.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
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "modifySnapshotCopyRetentionPeriod", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.Futureavailable
state.", "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" : "", "simpleType" : "PurchaseReservedNodeOfferingRequest", "variableSetterType" : "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
", "operationName" : "RebootCluster", "deprecated" : false, "input" : { "variableName" : "rebootClusterRequest", "variableType" : "RebootClusterRequest", "variableDeclarationType" : "RebootClusterRequest", "documentation" : "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", "simpleType" : "RebootClusterRequest", "variableSetterType" : "RebootClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "
Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "InvalidClusterStateException", "documentation" : "The specified cluster is not in the
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "available
state.The
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "rebootCluster", "syncReturnType" : "Cluster", "asyncReturnType" : "Cluster", "asyncFutureType" : "java.util.concurrent.FutureClusterIdentifier
parameter does not refer to an existing cluster.", "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" : "", "simpleType" : "ResetClusterParameterGroupRequest", "variableSetterType" : "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" : "", "simpleType" : "RestoreFromClusterSnapshotRequest", "variableSetterType" : "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
" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "available
state, or other accounts are authorized to access the snapshot.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
", "operationName" : "RestoreTableFromClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreTableFromClusterSnapshotRequest", "variableType" : "RestoreTableFromClusterSnapshotRequest", "variableDeclarationType" : "RestoreTableFromClusterSnapshotRequest", "documentation" : "", "simpleType" : "RestoreTableFromClusterSnapshotRequest", "variableSetterType" : "RestoreTableFromClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TableRestoreStatus", "documentation" : "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 callRestoreTableFromClusterSnapshot
. When you have renamed your original table, then you can pass the original name of the table as theNewTableName
parameter value in the call toRestoreTableFromClusterSnapshot
. This way, you can replace the original table with the table created from the snapshot.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
" }, { "exceptionName" : "InvalidTableRestoreArgumentException", "documentation" : "available
state, or other accounts are authorized to access the snapshot.The value specified for the
" }, { "exceptionName" : "ClusterNotFoundException", "documentation" : "sourceDatabaseName
,sourceSchemaName
, orsourceTableName
parameter, or a combination of these, doesn't exist in the snapshot.The
" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.The specified cluster is not in the
" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "available
state.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" : "", "simpleType" : "RevokeClusterSecurityGroupIngressRequest", "variableSetterType" : "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
" } ], "hasBlobMemberAsPayload" : false, "methodName" : "revokeClusterSecurityGroupIngress", "syncReturnType" : "ClusterSecurityGroup", "asyncReturnType" : "ClusterSecurityGroup", "asyncFutureType" : "java.util.concurrent.Futureavailable
.", "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" : "", "simpleType" : "RevokeSnapshotAccessRequest", "variableSetterType" : "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" : "", "simpleType" : "RotateEncryptionKeyRequest", "variableSetterType" : "RotateEncryptionKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "Cluster", "documentation" : "
Describes a cluster.
" }, "exceptions" : [ { "exceptionName" : "ClusterNotFoundException", "documentation" : "The
" }, { "exceptionName" : "InvalidClusterStateException", "documentation" : "ClusterIdentifier
parameter does not refer to an existing cluster.The specified cluster is not in the
" }, { "exceptionName" : "DependentServiceRequestThrottlingException", "documentation" : "available
state.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" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" } ], "enums" : null, "variable" : { "variableName" : "defaultClusterParameters", "variableType" : "DefaultClusterParameters", "variableDeclarationType" : "DefaultClusterParameters", "documentation" : null, "simpleType" : "DefaultClusterParameters", "variableSetterType" : "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" } } }, "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:
", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
The identifier of the cluster to be deleted.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
The identifier of the cluster to be deleted.
Constraints:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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:
\n@return The identifier of the cluster to be deleted.
- 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.
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:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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.*/" }, { "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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
", "name" : "SkipFinalClusterSnapshot", "c2jName" : "SkipFinalClusterSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "false
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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**false
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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@return Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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.*/" }, { "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:
", "name" : "FinalClusterSnapshotIdentifier", "c2jName" : "FinalClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteClusterRequest", "variableType" : "DeleteClusterRequest", "variableDeclarationType" : "DeleteClusterRequest", "documentation" : null, "simpleType" : "DeleteClusterRequest", "variableSetterType" : "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" : { "ClusterIdentifier" : { "documentation" : "The identifier of the cluster to be deleted.
Constraints:
", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
The identifier of the cluster to be deleted.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
The identifier of the cluster to be deleted.
Constraints:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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:
\n@return The identifier of the cluster to be deleted.
- 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.
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:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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:
\n@param clusterIdentifier The identifier of the cluster to be deleted.
- 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.
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.*/" }, "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:
", "name" : "FinalClusterSnapshotIdentifier", "c2jName" : "FinalClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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:
\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
- Must be 1 to 255 alphanumeric characters.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
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.*/" }, "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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
", "name" : "SkipFinalClusterSnapshot", "c2jName" : "SkipFinalClusterSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "false
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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalClusterSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**false
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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@return Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, 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. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
\n@param skipFinalClusterSnapshot Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. Iffalse
true
, a final cluster snapshot is not created. Iffalse
, a final cluster snapshot is created before the cluster is deleted.The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.Default:
", "shapeName" : "DescribeClusterVersionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "false
\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeClusterVersionsRequest" : { "c2jName" : "DescribeClusterVersionsMessage", "documentation" : "The specific cluster version to return.
Example:
", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "1.0
The specific cluster version to return.
Example:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**1.0
The specific cluster version to return.
Example:
\n@param clusterVersion The specific cluster version to return.1.0
Example:
1.0
*/", "getterDocumentation" : "/**The specific cluster version to return.
Example:
\n@return The specific cluster version to return.1.0
Example:
1.0
*/", "fluentSetterDocumentation" : "/**The specific cluster version to return.
Example:
\n@param clusterVersion The specific cluster version to return.1.0
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:
\n@param clusterVersion The specific cluster version to return.1.0
Example:
1.0
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The name of a specific cluster parameter group family to return details for.
Constraints:
", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
The name of a specific cluster parameter group family to return details for.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
The name of a specific cluster parameter group family to return details for.
Constraints:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@return The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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.*/" }, { "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, { "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeClusterVersionsRequest", "variableType" : "DescribeClusterVersionsRequest", "variableDeclarationType" : "DescribeClusterVersionsRequest", "documentation" : null, "simpleType" : "DescribeClusterVersionsRequest", "variableSetterType" : "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:
", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "1.0
The specific cluster version to return.
Example:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**1.0
The specific cluster version to return.
Example:
\n@param clusterVersion The specific cluster version to return.1.0
Example:
1.0
*/", "getterDocumentation" : "/**The specific cluster version to return.
Example:
\n@return The specific cluster version to return.1.0
Example:
1.0
*/", "fluentSetterDocumentation" : "/**The specific cluster version to return.
Example:
\n@param clusterVersion The specific cluster version to return.1.0
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:
\n@param clusterVersion The specific cluster version to return.1.0
Example:
1.0
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, "ClusterParameterGroupFamily" : { "documentation" : "
The name of a specific cluster parameter group family to return details for.
Constraints:
", "name" : "ClusterParameterGroupFamily", "c2jName" : "ClusterParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
The name of a specific cluster parameter group family to return details for.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
The name of a specific cluster parameter group family to return details for.
Constraints:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@return The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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:
\n@param clusterParameterGroupFamily The name of a specific cluster parameter group family to return details for.
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
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.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidClusterStateException" : { "c2jName" : "InvalidClusterStateFault", "documentation" : "The specified cluster is not in the
", "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, "simpleType" : "InvalidClusterStateException", "variableSetterType" : "InvalidClusterStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidClusterState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventCategoriesRequest" : { "c2jName" : "DescribeEventCategoriesMessage", "documentation" : "available
state.", "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "variableDeclarationType" : "DescribeEventCategoriesRequest", "documentation" : null, "simpleType" : "DescribeEventCategoriesRequest", "variableSetterType" : "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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" : "", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "
true
if logging is on,false
if logging is off.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
true
if logging is on,false
if logging is off.\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false*/", "getterDocumentation" : "/**
if logging is on,\n@return true
true
if logging is on,false
if logging is off.false*/", "fluentSetterDocumentation" : "/**
if logging is on,\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
if logging is on,\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
if logging is on,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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "disableLoggingResult", "variableType" : "DisableLoggingResult", "variableDeclarationType" : "DisableLoggingResult", "documentation" : null, "simpleType" : "DisableLoggingResult", "variableSetterType" : "DisableLoggingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DisableLoggingResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastFailureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucketName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastSuccessfulDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastFailureTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, "LoggingEnabled" : { "documentation" : "", "name" : "LoggingEnabled", "c2jName" : "LoggingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "
true
if logging is on,false
if logging is off.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "loggingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
true
if logging is on,false
if logging is off.\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false*/", "getterDocumentation" : "/**
if logging is on,\n@return true
true
if logging is on,false
if logging is off.false*/", "fluentSetterDocumentation" : "/**
if logging is on,\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
if logging is on,\n@param loggingEnabled true
true
if logging is on,false
if logging is off.false\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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, "simpleType" : "DeleteSnapshotCopyGrantResult", "variableSetterType" : "DeleteSnapshotCopyGrantResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "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, "simpleType" : "SNSInvalidTopicException", "variableSetterType" : "SNSInvalidTopicException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSInvalidTopic", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, { "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeClusterParametersResult", "variableType" : "DescribeClusterParametersResult", "variableDeclarationType" : "DescribeClusterParametersResult", "documentation" : null, "simpleType" : "DescribeClusterParametersResult", "variableSetterType" : "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Parameter", "variableSetterType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "simpleType" : "Parameter", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Parameter", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" } } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "clusterNode", "variableType" : "ClusterNode", "variableDeclarationType" : "ClusterNode", "documentation" : null, "simpleType" : "ClusterNode", "variableSetterType" : "ClusterNode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "publicIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "privateIPAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nodeRole", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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, "simpleType" : "ClusterSecurityGroupNotFoundException", "variableSetterType" : "ClusterSecurityGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSecurityGroupNotFound", "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" }, { "documentation" : "A list of
", "name" : "HsmConfigurations", "c2jName" : "HsmConfigurations", "c2jShape" : "HsmConfigurationList", "variable" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.ListHsmConfiguration
objects.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " A list of
", "simpleType" : "ListHsmConfiguration
objects.", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "HsmConfiguration", "variableSetterType" : "HsmConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "simpleType" : "HsmConfiguration", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "HsmConfiguration", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** A list of
\n@param hsmConfigurations A list ofHsmConfiguration
objects.HsmConfiguration
objects.*/", "getterDocumentation" : "/**A list of
\n@return A list ofHsmConfiguration
objects.HsmConfiguration
objects.*/", "fluentSetterDocumentation" : "/**A list of
\n@param hsmConfigurations A list ofHsmConfiguration
objects.HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of
\nHsmConfiguration
objects.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 ofHsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeHsmConfigurationsResult", "variableType" : "DescribeHsmConfigurationsResult", "variableDeclarationType" : "DescribeHsmConfigurationsResult", "documentation" : null, "simpleType" : "DescribeHsmConfigurationsResult", "variableSetterType" : "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
", "name" : "HsmConfigurations", "c2jName" : "HsmConfigurations", "c2jShape" : "HsmConfigurationList", "variable" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.ListHsmConfiguration
objects.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " A list of
", "simpleType" : "ListHsmConfiguration
objects.", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "hsmConfigurations", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "HsmConfiguration", "variableSetterType" : "HsmConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : "", "simpleType" : "HsmConfiguration", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "HsmConfiguration", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** A list of
\n@param hsmConfigurations A list ofHsmConfiguration
objects.HsmConfiguration
objects.*/", "getterDocumentation" : "/**A list of
\n@return A list ofHsmConfiguration
objects.HsmConfiguration
objects.*/", "fluentSetterDocumentation" : "/**A list of
\n@param hsmConfigurations A list ofHsmConfiguration
objects.HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of
\nHsmConfiguration
objects.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 ofHsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Marker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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
\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 theMarker
parameter and retrying the command. If theMarker
field is empty, all response records have been retrieved for the request.Marker
parameter and retrying the command. If theMarker
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.*/" } } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyClusterParameterGroupResult", "variableType" : "ModifyClusterParameterGroupResult", "variableDeclarationType" : "ModifyClusterParameterGroupResult", "documentation" : null, "simpleType" : "ModifyClusterParameterGroupResult", "variableSetterType" : "ModifyClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ModifyClusterParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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.
", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, { "documentation" : "The Amazon Resource Name (ARN) with which the tag is associated. For example,
", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "arn:aws:redshift:us-east-1:123456789:cluster:t1
.The Amazon Resource Name (ARN) with which the tag is associated. For example,
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**arn:aws:redshift:us-east-1:123456789:cluster:t1
.The Amazon Resource Name (ARN) with which the tag is associated. For example,
\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
.arn:aws:redshift:us-east-1:123456789:cluster:t1
.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) with which the tag is associated. For example,
\n@return The Amazon Resource Name (ARN) with which the tag is associated. For example,arn:aws:redshift:us-east-1:123456789:cluster:t1
.arn:aws:redshift:us-east-1:123456789:cluster:t1
.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) with which the tag is associated. For example,
\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
.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,
\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
.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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "taggedResource", "variableType" : "TaggedResource", "variableDeclarationType" : "TaggedResource", "documentation" : null, "simpleType" : "TaggedResource", "variableSetterType" : "TaggedResource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "ResourceName" : { "documentation" : "The Amazon Resource Name (ARN) with which the tag is associated. For example,
", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "arn:aws:redshift:us-east-1:123456789:cluster:t1
.The Amazon Resource Name (ARN) with which the tag is associated. For example,
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**arn:aws:redshift:us-east-1:123456789:cluster:t1
.The Amazon Resource Name (ARN) with which the tag is associated. For example,
\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
.arn:aws:redshift:us-east-1:123456789:cluster:t1
.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) with which the tag is associated. For example,
\n@return The Amazon Resource Name (ARN) with which the tag is associated. For example,arn:aws:redshift:us-east-1:123456789:cluster:t1
.arn:aws:redshift:us-east-1:123456789:cluster:t1
.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) with which the tag is associated. For example,
\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
.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,
\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
.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.*/" } } }, "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, "simpleType" : "NumberOfNodesQuotaExceededException", "variableSetterType" : "NumberOfNodesQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NumberOfNodesQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "documentation" : "The status of the Amazon Redshift event notification subscription.
Constraints:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
The status of the Amazon Redshift event notification subscription.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
The status of the Amazon Redshift event notification subscription.
Constraints:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@return The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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.*/" }, { "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, { "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
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\nNOTE: 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.*/" }, { "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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "documentation" : "
A Boolean value indicating whether the subscription is enabled.
", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "true
indicates the subscription is enabled.A Boolean value indicating whether the subscription is enabled.
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
indicates the subscription is enabled.A Boolean value indicating whether the subscription is enabled.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates the subscription is enabled.true
indicates the subscription is enabled.*/", "getterDocumentation" : "/**A Boolean value indicating whether the subscription is enabled.
\n@return A Boolean value indicating whether the subscription is enabled.true
indicates the subscription is enabled.true
indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**A Boolean value indicating whether the subscription is enabled.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates 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.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates 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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" } ], "enums" : null, "variable" : { "variableName" : "eventSubscription", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : null, "simpleType" : "EventSubscription", "variableSetterType" : "EventSubscription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\nNOTE: 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.*/" }, "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "Enabled" : { "documentation" : "A Boolean value indicating whether the subscription is enabled.
", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "true
indicates the subscription is enabled.A Boolean value indicating whether the subscription is enabled.
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
indicates the subscription is enabled.A Boolean value indicating whether the subscription is enabled.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates the subscription is enabled.true
indicates the subscription is enabled.*/", "getterDocumentation" : "/**A Boolean value indicating whether the subscription is enabled.
\n@return A Boolean value indicating whether the subscription is enabled.true
indicates the subscription is enabled.true
indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**A Boolean value indicating whether the subscription is enabled.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates 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.
\n@param enabled A Boolean value indicating whether the subscription is enabled.true
indicates 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.*/" }, "Status" : { "documentation" : "The status of the Amazon Redshift event notification subscription.
Constraints:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
The status of the Amazon Redshift event notification subscription.
Constraints:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
The status of the Amazon Redshift event notification subscription.
Constraints:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@return The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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:
\n@param status The status of the Amazon Redshift event notification subscription.
- 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.
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.*/" }, "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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "severity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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, "simpleType" : "ClusterSnapshotQuotaExceededException", "variableSetterType" : "ClusterSnapshotQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSnapshotQuotaExceeded", "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, "simpleType" : "ClusterSubnetQuotaExceededException", "variableSetterType" : "ClusterSubnetQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSubnetQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidHsmClientCertificateStateException" : { "c2jName" : "InvalidHsmClientCertificateStateFault", "documentation" : "The specified HSM client certificate is not in the
", "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, "simpleType" : "InvalidHsmClientCertificateStateException", "variableSetterType" : "InvalidHsmClientCertificateStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidHsmClientCertificateStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationAlreadyExistsException" : { "c2jName" : "AuthorizationAlreadyExistsFault", "documentation" : "available
state, or it is still in use by one or more Amazon Redshift clusters.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, "simpleType" : "AuthorizationAlreadyExistsException", "variableSetterType" : "AuthorizationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, { "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedNodeOfferingsRequest", "variableType" : "DescribeReservedNodeOfferingsRequest", "variableDeclarationType" : "DescribeReservedNodeOfferingsRequest", "documentation" : null, "simpleType" : "DescribeReservedNodeOfferingsRequest", "variableSetterType" : "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" : { "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "reservedNodeOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" } ], "enums" : null, "variable" : { "variableName" : "hsmConfiguration", "variableType" : "HsmConfiguration", "variableDeclarationType" : "HsmConfiguration", "documentation" : null, "simpleType" : "HsmConfiguration", "variableSetterType" : "HsmConfiguration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmPartitionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmIpAddress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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:
", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "examplecluster
The identifier of the cluster on which logging is to be stopped.
Example:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**examplecluster
The identifier of the cluster on which logging is to be stopped.
Example:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
*/", "getterDocumentation" : "/**The identifier of the cluster on which logging is to be stopped.
Example:
\n@return The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
*/", "fluentSetterDocumentation" : "/**The identifier of the cluster on which logging is to be stopped.
Example:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
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:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableLoggingRequest", "variableType" : "DisableLoggingRequest", "variableDeclarationType" : "DisableLoggingRequest", "documentation" : null, "simpleType" : "DisableLoggingRequest", "variableSetterType" : "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:
", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "examplecluster
The identifier of the cluster on which logging is to be stopped.
Example:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**examplecluster
The identifier of the cluster on which logging is to be stopped.
Example:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
*/", "getterDocumentation" : "/**The identifier of the cluster on which logging is to be stopped.
Example:
\n@return The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
*/", "fluentSetterDocumentation" : "/**The identifier of the cluster on which logging is to be stopped.
Example:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
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:
\n@param clusterIdentifier The identifier of the cluster on which logging is to be stopped.examplecluster
Example:
examplecluster
\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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\".
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" } ], "enums" : null, "variable" : { "variableName" : "iPRange", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : null, "simpleType" : "IPRange", "variableSetterType" : "IPRange" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "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, "simple" : false, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, "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\".
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "documentation" : "The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "automated
|manual
The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**automated
|manual
The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@return The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
Valid Values:
automated
|manual
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:
", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "2012-07-16T18:00:00Z
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:
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
Example:
2012-07-16T18:00:00Z
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:
", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "2012-07-16T18:00:00Z
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:
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
Example:
2012-07-16T18:00:00Z
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, { "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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
", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.Listowner
andenvironment
. 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.", "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
", "simpleType" : "Listowner
andenvironment
. 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 " }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\nowner
andenvironment
. 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.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 calledowner
andenvironment
. 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.*/" }, { "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
", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.Listadmin
andtest
. 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.", "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
", "simpleType" : "Listadmin
andtest
. 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 " }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\nadmin
andtest
. 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.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 calledadmin
andtest
. 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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeClusterSnapshotsRequest", "variableType" : "DescribeClusterSnapshotsRequest", "variableDeclarationType" : "DescribeClusterSnapshotsRequest", "documentation" : null, "simpleType" : "DescribeClusterSnapshotsRequest", "variableSetterType" : "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" : { "SnapshotType" : { "documentation" : "The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "automated
|manual
The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**automated
|manual
The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@return The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
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:
\n@param snapshotType The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.automated
|manual
Valid Values:
automated
|manual
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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
", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.Listowner
andenvironment
. 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.", "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
", "simpleType" : "Listowner
andenvironment
. 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 " }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\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 calledowner
andenvironment
. 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.owner
andenvironment
. 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
\nowner
andenvironment
. 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.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 calledowner
andenvironment
. 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.*/" }, "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 amarker
field of the response. 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 amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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 amarker
field of the response. 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 specifiedMaxRecords
value, a value is returned in amarker
field of the response. 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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
", "name" : "TagValues", "c2jName" : "TagValues", "c2jShape" : "TagValueList", "variable" : { "variableName" : "tagValues", "variableType" : "java.util.Listadmin
andtest
. 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.", "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
", "simpleType" : "Listadmin
andtest
. 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 " }, "setterModel" : { "variableName" : "tagValues", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\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 calledadmin
andtest
. 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.admin
andtest
. 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
\nadmin
andtest
. 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.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 calledadmin
andtest
. 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "ownerAccount", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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:
", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "2012-07-16T18:00:00Z
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:
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
Example:
2012-07-16T18:00:00Z
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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:
", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "2012-07-16T18:00:00Z
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:
", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
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:
\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.2012-07-16T18:00:00Z
Example:
2012-07-16T18:00:00Z
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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
", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
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
\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 inMaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.MaxRecords
, AWS returns a value in theMarker
field of the response. You can retrieve the next set of response records by providing the returned marker value in theMarker
parameter and retrying the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "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, "simpleType" : "ClusterSnapshotNotFoundException", "variableSetterType" : "ClusterSnapshotNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClusterSnapshotNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "resetClusterParameterGroupResult", "variableType" : "ResetClusterParameterGroupResult", "variableDeclarationType" : "ResetClusterParameterGroupResult", "documentation" : null, "simpleType" : "ResetClusterParameterGroupResult", "variableSetterType" : "ResetClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ResetClusterParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } } }, "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:
", "name" : "ClusterIdentifier", "c2jName" : "ClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "examplecluster
The unique identifier of the cluster to be modified.
Example:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**examplecluster
The unique identifier of the cluster to be modified.
Example:
\n@param clusterIdentifier The unique identifier of the cluster to be modified.examplecluster
Example:
examplecluster
*/", "getterDocumentation" : "/**The unique identifier of the cluster to be modified.
Example:
\n@return The unique identifier of the cluster to be modified.examplecluster
Example:
examplecluster
*/", "fluentSetterDocumentation" : "/**The unique identifier of the cluster to be modified.
Example:
\n@param clusterIdentifier The unique identifier of the cluster to be modified.examplecluster
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:
\n@param clusterIdentifier The unique identifier of the cluster to be modified.examplecluster
Example:
examplecluster
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:
", "name" : "ClusterType", "c2jName" : "ClusterType", "c2jShape" : "String", "variable" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "multi-node | single-node
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**multi-node | single-node
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:
\n@param clusterType The new cluster type.multi-node | single-node
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:
\n@return The new cluster type.multi-node | single-node
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:
\n@param clusterType The new cluster type.multi-node | single-node
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:
\n@param clusterType The new cluster type.multi-node | single-node
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.*/" }, { "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:
", "name" : "NodeType", "c2jName" : "NodeType", "c2jShape" : "String", "variable" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nodeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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:
\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.ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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:
\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.ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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:
\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.ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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:
\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.ds1.xlarge
|ds1.8xlarge
|ds2.xlarge
|ds2.8xlarge
|dc1.large
|dc1.8xlarge
.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.*/" }, { "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
", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "0
.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
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**0
.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
\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.0
.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
\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.0
.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
\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.0
.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
\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.0
.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.*/" }, { "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:
", "name" : "ClusterSecurityGroups", "c2jName" : "ClusterSecurityGroups", "c2jShape" : "ClusterSecurityGroupNameList", "variable" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List
- 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
", "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:
", "simpleType" : "List
- 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 " }, "setterModel" : { "variableName" : "clusterSecurityGroups", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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:
\n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.
- 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
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:
\n@return A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.
- 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
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:
\n@param clusterSecurityGroups A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.
- 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
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:
\n
- 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
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.*/" }, { "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : 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.
\nNOTE: 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.*/" }, { "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 thePendingModifiedValues
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:
", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
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 thePendingModifiedValues
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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:
", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "1.0
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@return The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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.*/" }, { "documentation" : "If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "false
If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**false
If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
\n@param allowVersionUpgrade Iffalse
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:
\n@return Iffalse
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:
\n@param allowVersionUpgrade Iffalse
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:
\n@param allowVersionUpgrade Iffalse
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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, { "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:
", "name" : "NewClusterIdentifier", "c2jName" : "NewClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "examplecluster
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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:
\n@return The new identifier for the cluster.examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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.*/" }, { "documentation" : "If
", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.If
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.If
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "getterDocumentation" : "/**If
\n@return Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "fluentSetterDocumentation" : "/**If
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.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
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.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.*/" }, { "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyClusterRequest", "variableType" : "ModifyClusterRequest", "variableDeclarationType" : "ModifyClusterRequest", "documentation" : null, "simpleType" : "ModifyClusterRequest", "variableSetterType" : "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmClientCertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "AllowVersionUpgrade" : { "documentation" : "If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
", "name" : "AllowVersionUpgrade", "c2jName" : "AllowVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "false
If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**false
If
true
, major version upgrades will be applied automatically to the cluster during the maintenance window.Default:
\n@param allowVersionUpgrade Iffalse
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:
\n@return Iffalse
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:
\n@param allowVersionUpgrade Iffalse
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:
\n@param allowVersionUpgrade Iffalse
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.*/" }, "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:
", "name" : "NewClusterIdentifier", "c2jName" : "NewClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "examplecluster
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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:
\n@return The new identifier for the cluster.examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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:
\n@param newClusterIdentifier The new identifier for the cluster.examplecluster
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.*/" }, "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
", "name" : "NumberOfNodes", "c2jName" : "NumberOfNodes", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "0
.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
", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "numberOfNodes", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**0
.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
\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.0
.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
\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.0
.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
\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.0
.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
\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.0
.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.*/" }, "PubliclyAccessible" : { "documentation" : "If
", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.If
", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.If
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "getterDocumentation" : "/**If
\n@return Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.true
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.*/", "fluentSetterDocumentation" : "/**If
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.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
\n@param publiclyAccessible Iftrue
, the cluster can be accessed from a public network. Only clusters in VPCs can be set to be publicly available.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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hsmConfigurationIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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 thePendingModifiedValues
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:
", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- 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.
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 thePendingModifiedValues
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- 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.
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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 thePendingModifiedValues
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:
\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
- 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.
MasterUserPassword
element exists in thePendingModifiedValues
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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "elasticIp", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "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:
", "name" : "ClusterVersion", "c2jName" : "ClusterVersion", "c2jShape" : "String", "variable" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "1.0
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:
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clusterVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@return The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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:
\n@param clusterVersion The new version number of the Amazon Redshift engine to upgrade to.1.0
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.*/" }, "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.
", "simpleType" : "List", "variableSetterType" : "java.util.Collection " }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "simpleType" : "List ", "variableSetterType" : "java.util.Collection " }, "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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "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, "simple" : true, "list" : false, "map" : 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.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList