
models.redshift-2012-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-redshift Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : false
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"DescribeClusterParameterGroups" : {
"methodForms" : [ [ ] ]
},
"DescribeClusterSecurityGroups" : {
"methodForms" : [ [ ] ]
},
"DescribeClusterSnapshots" : {
"methodForms" : [ [ ] ]
},
"DescribeClusterSubnetGroups" : {
"methodForms" : [ [ ] ]
},
"DescribeClusterVersions" : {
"methodForms" : [ [ ] ]
},
"DescribeClusters" : {
"methodForms" : [ [ ] ]
},
"DescribeEventCategories" : {
"methodForms" : [ [ ] ]
},
"DescribeEventSubscriptions" : {
"methodForms" : [ [ ] ]
},
"DescribeEvents" : {
"methodForms" : [ [ ] ]
},
"DescribeHsmClientCertificates" : {
"methodForms" : [ [ ] ]
},
"DescribeHsmConfigurations" : {
"methodForms" : [ [ ] ]
},
"DescribeOrderableClusterOptions" : {
"methodForms" : [ [ ] ]
},
"DescribeReservedNodeOfferings" : {
"methodForms" : [ [ ] ]
},
"DescribeReservedNodes" : {
"methodForms" : [ [ ] ]
},
"DescribeSnapshotCopyGrants" : {
"methodForms" : [ [ ] ]
},
"DescribeTableRestoreStatus" : {
"methodForms" : [ [ ] ]
},
"DescribeTags" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true
},
"metadata" : {
"apiVersion" : "2012-12-01",
"asyncClient" : "AmazonRedshiftAsyncClient",
"asyncClientBuilderClassName" : "AmazonRedshiftAsyncClientBuilder",
"asyncInterface" : "AmazonRedshiftAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonRedshiftModuleInjector",
"defaultEndpoint" : "redshift.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "redshift.us-east-1.amazonaws.com",
"documentation" : "Amazon Redshift Overview
This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to Using the Amazon Redshift Management Interfaces.
Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers.
If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the 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.
",
"endpointPrefix" : "redshift",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.redshift",
"packagePath" : "com/amazonaws/services/redshift",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Redshift",
"serviceName" : "Amazon Redshift",
"signingName" : "redshift",
"smokeTestsPackageName" : "com.amazonaws.services.redshift.smoketests",
"syncClient" : "AmazonRedshiftClient",
"syncClientBuilderClassName" : "AmazonRedshiftClientBuilder",
"syncInterface" : "AmazonRedshift",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"AuthorizeClusterSecurityGroupIngress" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterSecurityGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : "The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : "The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "AuthorizationAlreadyExistsException",
"documentation" : "The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
"
}, {
"exceptionName" : "AuthorizationQuotaExceededException",
"documentation" : "The authorization quota for the cluster security group has been reached.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AuthorizeClusterSecurityGroupIngressRequest",
"variableName" : "authorizeClusterSecurityGroupIngressRequest",
"variableType" : "AuthorizeClusterSecurityGroupIngressRequest",
"documentation" : "",
"simpleType" : "AuthorizeClusterSecurityGroupIngressRequest",
"variableSetterType" : "AuthorizeClusterSecurityGroupIngressRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "authorizeClusterSecurityGroupIngress",
"operationName" : "AuthorizeClusterSecurityGroupIngress",
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"syncReturnType" : "ClusterSecurityGroup"
},
"AuthorizeSnapshotAccess" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Snapshot",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "AuthorizationAlreadyExistsException",
"documentation" : "The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
"
}, {
"exceptionName" : "AuthorizationQuotaExceededException",
"documentation" : "The authorization quota for the cluster security group has been reached.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : "The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AuthorizeSnapshotAccessRequest",
"variableName" : "authorizeSnapshotAccessRequest",
"variableType" : "AuthorizeSnapshotAccessRequest",
"documentation" : "",
"simpleType" : "AuthorizeSnapshotAccessRequest",
"variableSetterType" : "AuthorizeSnapshotAccessRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "authorizeSnapshotAccess",
"operationName" : "AuthorizeSnapshotAccess",
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"syncReturnType" : "Snapshot"
},
"CopyClusterSnapshot" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Snapshot",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : "The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : "The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : "The request would result in the user exceeding the allowed number of cluster snapshots.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CopyClusterSnapshotRequest",
"variableName" : "copyClusterSnapshotRequest",
"variableType" : "CopyClusterSnapshotRequest",
"documentation" : "",
"simpleType" : "CopyClusterSnapshotRequest",
"variableSetterType" : "CopyClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "copyClusterSnapshot",
"operationName" : "CopyClusterSnapshot",
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"syncReturnType" : "Snapshot"
},
"CreateCluster" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new cluster.
To create the cluster in Virtual Private Cloud (VPC), you must provide a cluster subnet group name. The cluster subnet group identifies the subnets of your VPC that Amazon Redshift uses when creating the cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
",
"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,
"input" : {
"variableDeclarationType" : "CreateClusterRequest",
"variableName" : "createClusterRequest",
"variableType" : "CreateClusterRequest",
"documentation" : "",
"simpleType" : "CreateClusterRequest",
"variableSetterType" : "CreateClusterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createCluster",
"operationName" : "CreateCluster",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"CreateClusterParameterGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterParameterGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateClusterParameterGroupRequest",
"variableName" : "createClusterParameterGroupRequest",
"variableType" : "CreateClusterParameterGroupRequest",
"documentation" : "",
"simpleType" : "CreateClusterParameterGroupRequest",
"variableSetterType" : "CreateClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createClusterParameterGroup",
"operationName" : "CreateClusterParameterGroup",
"returnType" : {
"returnType" : "ClusterParameterGroup",
"documentation" : "Describes a parameter group.
"
},
"syncReturnType" : "ClusterParameterGroup"
},
"CreateClusterSecurityGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterSecurityGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateClusterSecurityGroupRequest",
"variableName" : "createClusterSecurityGroupRequest",
"variableType" : "CreateClusterSecurityGroupRequest",
"documentation" : "",
"simpleType" : "CreateClusterSecurityGroupRequest",
"variableSetterType" : "CreateClusterSecurityGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createClusterSecurityGroup",
"operationName" : "CreateClusterSecurityGroup",
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"syncReturnType" : "ClusterSecurityGroup"
},
"CreateClusterSnapshot" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Snapshot",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : "The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : "The request would result in the user exceeding the allowed number of cluster snapshots.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : "The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateClusterSnapshotRequest",
"variableName" : "createClusterSnapshotRequest",
"variableType" : "CreateClusterSnapshotRequest",
"documentation" : "",
"simpleType" : "CreateClusterSnapshotRequest",
"variableSetterType" : "CreateClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createClusterSnapshot",
"operationName" : "CreateClusterSnapshot",
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"syncReturnType" : "Snapshot"
},
"CreateClusterSubnetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterSubnetGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateClusterSubnetGroupRequest",
"variableName" : "createClusterSubnetGroupRequest",
"variableType" : "CreateClusterSubnetGroupRequest",
"documentation" : "",
"simpleType" : "CreateClusterSubnetGroupRequest",
"variableSetterType" : "CreateClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createClusterSubnetGroup",
"operationName" : "CreateClusterSubnetGroup",
"returnType" : {
"returnType" : "ClusterSubnetGroup",
"documentation" : "Describes a subnet group.
"
},
"syncReturnType" : "ClusterSubnetGroup"
},
"CreateEventSubscription" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EventSubscription",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "CreateEventSubscriptionRequest",
"variableSetterType" : "CreateEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createEventSubscription",
"operationName" : "CreateEventSubscription",
"returnType" : {
"returnType" : "EventSubscription",
"documentation" : "Describes event subscriptions.
"
},
"syncReturnType" : "EventSubscription"
},
"CreateHsmClientCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "HsmClientCertificate",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateHsmClientCertificateRequest",
"variableName" : "createHsmClientCertificateRequest",
"variableType" : "CreateHsmClientCertificateRequest",
"documentation" : "",
"simpleType" : "CreateHsmClientCertificateRequest",
"variableSetterType" : "CreateHsmClientCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createHsmClientCertificate",
"operationName" : "CreateHsmClientCertificate",
"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.
"
},
"syncReturnType" : "HsmClientCertificate"
},
"CreateHsmConfiguration" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "HsmConfiguration",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateHsmConfigurationRequest",
"variableName" : "createHsmConfigurationRequest",
"variableType" : "CreateHsmConfigurationRequest",
"documentation" : "",
"simpleType" : "CreateHsmConfigurationRequest",
"variableSetterType" : "CreateHsmConfigurationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createHsmConfiguration",
"operationName" : "CreateHsmConfiguration",
"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.
"
},
"syncReturnType" : "HsmConfiguration"
},
"CreateSnapshotCopyGrant" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SnapshotCopyGrant",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateSnapshotCopyGrantRequest",
"variableName" : "createSnapshotCopyGrantRequest",
"variableType" : "CreateSnapshotCopyGrantRequest",
"documentation" : "The result of the CreateSnapshotCopyGrant
action.
",
"simpleType" : "CreateSnapshotCopyGrantRequest",
"variableSetterType" : "CreateSnapshotCopyGrantRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createSnapshotCopyGrant",
"operationName" : "CreateSnapshotCopyGrant",
"returnType" : {
"returnType" : "SnapshotCopyGrant",
"documentation" : "The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS KMS in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
"
},
"syncReturnType" : "SnapshotCopyGrant"
},
"CreateTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTagsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "TagLimitExceededException",
"documentation" : "The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateTagsRequest",
"variableName" : "createTagsRequest",
"variableType" : "CreateTagsRequest",
"documentation" : "Contains the output from the CreateTags
action.
",
"simpleType" : "CreateTagsRequest",
"variableSetterType" : "CreateTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTags",
"operationName" : "CreateTags",
"returnType" : {
"returnType" : "CreateTagsResult",
"documentation" : null
},
"syncReturnType" : "CreateTagsResult"
},
"DeleteCluster" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : "The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : "The request would result in the user exceeding the allowed number of cluster snapshots.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteClusterRequest",
"variableName" : "deleteClusterRequest",
"variableType" : "DeleteClusterRequest",
"documentation" : "",
"simpleType" : "DeleteClusterRequest",
"variableSetterType" : "DeleteClusterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteCluster",
"operationName" : "DeleteCluster",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"DeleteClusterParameterGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteClusterParameterGroupResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specified Amazon Redshift parameter group.
You cannot delete a parameter group if it is associated with a cluster.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteClusterParameterGroupRequest",
"variableName" : "deleteClusterParameterGroupRequest",
"variableType" : "DeleteClusterParameterGroupRequest",
"documentation" : "",
"simpleType" : "DeleteClusterParameterGroupRequest",
"variableSetterType" : "DeleteClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteClusterParameterGroup",
"operationName" : "DeleteClusterParameterGroup",
"returnType" : {
"returnType" : "DeleteClusterParameterGroupResult",
"documentation" : null
},
"syncReturnType" : "DeleteClusterParameterGroupResult"
},
"DeleteClusterSecurityGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteClusterSecurityGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : "The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : "The cluster security group name does not refer to an existing cluster security group.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteClusterSecurityGroupRequest",
"variableName" : "deleteClusterSecurityGroupRequest",
"variableType" : "DeleteClusterSecurityGroupRequest",
"documentation" : "",
"simpleType" : "DeleteClusterSecurityGroupRequest",
"variableSetterType" : "DeleteClusterSecurityGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteClusterSecurityGroup",
"operationName" : "DeleteClusterSecurityGroup",
"returnType" : {
"returnType" : "DeleteClusterSecurityGroupResult",
"documentation" : null
},
"syncReturnType" : "DeleteClusterSecurityGroupResult"
},
"DeleteClusterSnapshot" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Snapshot",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : "The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteClusterSnapshotRequest",
"variableName" : "deleteClusterSnapshotRequest",
"variableType" : "DeleteClusterSnapshotRequest",
"documentation" : "",
"simpleType" : "DeleteClusterSnapshotRequest",
"variableSetterType" : "DeleteClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteClusterSnapshot",
"operationName" : "DeleteClusterSnapshot",
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"syncReturnType" : "Snapshot"
},
"DeleteClusterSubnetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteClusterSubnetGroupResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified cluster subnet group.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteClusterSubnetGroupRequest",
"variableName" : "deleteClusterSubnetGroupRequest",
"variableType" : "DeleteClusterSubnetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteClusterSubnetGroupRequest",
"variableSetterType" : "DeleteClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteClusterSubnetGroup",
"operationName" : "DeleteClusterSubnetGroup",
"returnType" : {
"returnType" : "DeleteClusterSubnetGroupResult",
"documentation" : null
},
"syncReturnType" : "DeleteClusterSubnetGroupResult"
},
"DeleteEventSubscription" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteEventSubscriptionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an Amazon Redshift event notification subscription.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteEventSubscriptionRequest",
"variableName" : "deleteEventSubscriptionRequest",
"variableType" : "DeleteEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "DeleteEventSubscriptionRequest",
"variableSetterType" : "DeleteEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteEventSubscription",
"operationName" : "DeleteEventSubscription",
"returnType" : {
"returnType" : "DeleteEventSubscriptionResult",
"documentation" : null
},
"syncReturnType" : "DeleteEventSubscriptionResult"
},
"DeleteHsmClientCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteHsmClientCertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified HSM client certificate.
",
"exceptions" : [ {
"exceptionName" : "InvalidHsmClientCertificateStateException",
"documentation" : "The specified HSM client certificate is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteHsmClientCertificateRequest",
"variableName" : "deleteHsmClientCertificateRequest",
"variableType" : "DeleteHsmClientCertificateRequest",
"documentation" : "",
"simpleType" : "DeleteHsmClientCertificateRequest",
"variableSetterType" : "DeleteHsmClientCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteHsmClientCertificate",
"operationName" : "DeleteHsmClientCertificate",
"returnType" : {
"returnType" : "DeleteHsmClientCertificateResult",
"documentation" : null
},
"syncReturnType" : "DeleteHsmClientCertificateResult"
},
"DeleteHsmConfiguration" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteHsmConfigurationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified Amazon Redshift HSM configuration.
",
"exceptions" : [ {
"exceptionName" : "InvalidHsmConfigurationStateException",
"documentation" : "The specified HSM configuration is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteHsmConfigurationRequest",
"variableName" : "deleteHsmConfigurationRequest",
"variableType" : "DeleteHsmConfigurationRequest",
"documentation" : "",
"simpleType" : "DeleteHsmConfigurationRequest",
"variableSetterType" : "DeleteHsmConfigurationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteHsmConfiguration",
"operationName" : "DeleteHsmConfiguration",
"returnType" : {
"returnType" : "DeleteHsmConfigurationResult",
"documentation" : null
},
"syncReturnType" : "DeleteHsmConfigurationResult"
},
"DeleteSnapshotCopyGrant" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteSnapshotCopyGrantResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified snapshot copy grant.
",
"exceptions" : [ {
"exceptionName" : "InvalidSnapshotCopyGrantStateException",
"documentation" : "The snapshot copy grant can't be deleted because it is used by one or more clusters.
"
}, {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSnapshotCopyGrantRequest",
"variableName" : "deleteSnapshotCopyGrantRequest",
"variableType" : "DeleteSnapshotCopyGrantRequest",
"documentation" : "The result of the DeleteSnapshotCopyGrant
action.
",
"simpleType" : "DeleteSnapshotCopyGrantRequest",
"variableSetterType" : "DeleteSnapshotCopyGrantRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteSnapshotCopyGrant",
"operationName" : "DeleteSnapshotCopyGrant",
"returnType" : {
"returnType" : "DeleteSnapshotCopyGrantResult",
"documentation" : null
},
"syncReturnType" : "DeleteSnapshotCopyGrantResult"
},
"DeleteTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTagsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTagsRequest",
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"documentation" : "Contains the output from the DeleteTags
action.
",
"simpleType" : "DeleteTagsRequest",
"variableSetterType" : "DeleteTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTags",
"operationName" : "DeleteTags",
"returnType" : {
"returnType" : "DeleteTagsResult",
"documentation" : null
},
"syncReturnType" : "DeleteTagsResult"
},
"DescribeClusterParameterGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterParameterGroupsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all parameter groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all parameter groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, parameter groups are returned regardless of whether they have tag keys or values associated with them.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeClusterParameterGroupsRequest",
"variableName" : "describeClusterParameterGroupsRequest",
"variableType" : "DescribeClusterParameterGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeClusterParameterGroupsRequest",
"variableSetterType" : "DescribeClusterParameterGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterParameterGroups",
"operationName" : "DescribeClusterParameterGroups",
"returnType" : {
"returnType" : "DescribeClusterParameterGroupsResult",
"documentation" : "Contains the output from the DescribeClusterParameterGroups action.
"
},
"syncReturnType" : "DescribeClusterParameterGroupsResult"
},
"DescribeClusterParameters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterParametersResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : "The parameter group name does not refer to an existing parameter group.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeClusterParametersRequest",
"variableName" : "describeClusterParametersRequest",
"variableType" : "DescribeClusterParametersRequest",
"documentation" : "",
"simpleType" : "DescribeClusterParametersRequest",
"variableSetterType" : "DescribeClusterParametersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterParameters",
"operationName" : "DescribeClusterParameters",
"returnType" : {
"returnType" : "DescribeClusterParametersResult",
"documentation" : "Contains the output from the DescribeClusterParameters action.
"
},
"syncReturnType" : "DescribeClusterParametersResult"
},
"DescribeClusterSecurityGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterSecurityGroupsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all security groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeClusterSecurityGroupsRequest",
"variableName" : "describeClusterSecurityGroupsRequest",
"variableType" : "DescribeClusterSecurityGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeClusterSecurityGroupsRequest",
"variableSetterType" : "DescribeClusterSecurityGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterSecurityGroups",
"operationName" : "DescribeClusterSecurityGroups",
"returnType" : {
"returnType" : "DescribeClusterSecurityGroupsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeClusterSecurityGroupsResult"
},
"DescribeClusterSnapshots" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterSnapshotsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.
If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.
",
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeClusterSnapshotsRequest",
"variableName" : "describeClusterSnapshotsRequest",
"variableType" : "DescribeClusterSnapshotsRequest",
"documentation" : "",
"simpleType" : "DescribeClusterSnapshotsRequest",
"variableSetterType" : "DescribeClusterSnapshotsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterSnapshots",
"operationName" : "DescribeClusterSnapshots",
"returnType" : {
"returnType" : "DescribeClusterSnapshotsResult",
"documentation" : "Contains the output from the DescribeClusterSnapshots action.
"
},
"syncReturnType" : "DescribeClusterSnapshotsResult"
},
"DescribeClusterSubnetGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterSubnetGroupsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all subnet groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all subnet groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, subnet groups are returned regardless of whether they have tag keys or values associated with them.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeClusterSubnetGroupsRequest",
"variableName" : "describeClusterSubnetGroupsRequest",
"variableType" : "DescribeClusterSubnetGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeClusterSubnetGroupsRequest",
"variableSetterType" : "DescribeClusterSubnetGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterSubnetGroups",
"operationName" : "DescribeClusterSubnetGroups",
"returnType" : {
"returnType" : "DescribeClusterSubnetGroupsResult",
"documentation" : "Contains the output from the DescribeClusterSubnetGroups action.
"
},
"syncReturnType" : "DescribeClusterSubnetGroupsResult"
},
"DescribeClusterVersions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClusterVersionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeClusterVersionsRequest",
"variableName" : "describeClusterVersionsRequest",
"variableType" : "DescribeClusterVersionsRequest",
"documentation" : "",
"simpleType" : "DescribeClusterVersionsRequest",
"variableSetterType" : "DescribeClusterVersionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusterVersions",
"operationName" : "DescribeClusterVersions",
"returnType" : {
"returnType" : "DescribeClusterVersionsResult",
"documentation" : "Contains the output from the DescribeClusterVersions action.
"
},
"syncReturnType" : "DescribeClusterVersionsResult"
},
"DescribeClusters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeClustersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties. This operation supports pagination. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all clusters that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all clusters that have any combination of those values are returned.
If both tag keys and values are omitted from the request, clusters are returned regardless of whether they have tag keys or values associated with them.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeClustersRequest",
"variableName" : "describeClustersRequest",
"variableType" : "DescribeClustersRequest",
"documentation" : "",
"simpleType" : "DescribeClustersRequest",
"variableSetterType" : "DescribeClustersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeClusters",
"operationName" : "DescribeClusters",
"returnType" : {
"returnType" : "DescribeClustersResult",
"documentation" : "Contains the output from the DescribeClusters action.
"
},
"syncReturnType" : "DescribeClustersResult"
},
"DescribeDefaultClusterParameters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DefaultClusterParameters",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDefaultClusterParametersRequest",
"variableName" : "describeDefaultClusterParametersRequest",
"variableType" : "DescribeDefaultClusterParametersRequest",
"documentation" : "",
"simpleType" : "DescribeDefaultClusterParametersRequest",
"variableSetterType" : "DescribeDefaultClusterParametersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeDefaultClusterParameters",
"operationName" : "DescribeDefaultClusterParameters",
"returnType" : {
"returnType" : "DefaultClusterParameters",
"documentation" : "Describes the default cluster parameters for a parameter group family.
"
},
"syncReturnType" : "DefaultClusterParameters"
},
"DescribeEventCategories" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeEventCategoriesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventCategoriesRequest",
"variableName" : "describeEventCategoriesRequest",
"variableType" : "DescribeEventCategoriesRequest",
"documentation" : "",
"simpleType" : "DescribeEventCategoriesRequest",
"variableSetterType" : "DescribeEventCategoriesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeEventCategories",
"operationName" : "DescribeEventCategories",
"returnType" : {
"returnType" : "DescribeEventCategoriesResult",
"documentation" : ""
},
"syncReturnType" : "DescribeEventCategoriesResult"
},
"DescribeEventSubscriptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeEventSubscriptionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "SubscriptionNotFoundException",
"documentation" : "An Amazon Redshift event notification subscription with the specified name does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventSubscriptionsRequest",
"variableName" : "describeEventSubscriptionsRequest",
"variableType" : "DescribeEventSubscriptionsRequest",
"documentation" : "",
"simpleType" : "DescribeEventSubscriptionsRequest",
"variableSetterType" : "DescribeEventSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeEventSubscriptions",
"operationName" : "DescribeEventSubscriptions",
"returnType" : {
"returnType" : "DescribeEventSubscriptionsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeEventSubscriptionsResult"
},
"DescribeEvents" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeEventsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventsRequest",
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"documentation" : "",
"simpleType" : "DescribeEventsRequest",
"variableSetterType" : "DescribeEventsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeEvents",
"operationName" : "DescribeEvents",
"returnType" : {
"returnType" : "DescribeEventsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeEventsResult"
},
"DescribeHsmClientCertificates" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeHsmClientCertificatesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM client certificates that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all HSM client certificates that have any combination of those values are returned.
If both tag keys and values are omitted from the request, HSM client certificates are returned regardless of whether they have tag keys or values associated with them.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeHsmClientCertificatesRequest",
"variableName" : "describeHsmClientCertificatesRequest",
"variableType" : "DescribeHsmClientCertificatesRequest",
"documentation" : "",
"simpleType" : "DescribeHsmClientCertificatesRequest",
"variableSetterType" : "DescribeHsmClientCertificatesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeHsmClientCertificates",
"operationName" : "DescribeHsmClientCertificates",
"returnType" : {
"returnType" : "DescribeHsmClientCertificatesResult",
"documentation" : ""
},
"syncReturnType" : "DescribeHsmClientCertificatesResult"
},
"DescribeHsmConfigurations" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeHsmConfigurationsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your AWS customer account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all HSM connections that have any combination of those values are returned.
If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.
",
"exceptions" : [ {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeHsmConfigurationsRequest",
"variableName" : "describeHsmConfigurationsRequest",
"variableType" : "DescribeHsmConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeHsmConfigurationsRequest",
"variableSetterType" : "DescribeHsmConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeHsmConfigurations",
"operationName" : "DescribeHsmConfigurations",
"returnType" : {
"returnType" : "DescribeHsmConfigurationsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeHsmConfigurationsResult"
},
"DescribeLoggingStatus" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeLoggingStatusResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoggingStatusRequest",
"variableName" : "describeLoggingStatusRequest",
"variableType" : "DescribeLoggingStatusRequest",
"documentation" : "",
"simpleType" : "DescribeLoggingStatusRequest",
"variableSetterType" : "DescribeLoggingStatusRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeLoggingStatus",
"operationName" : "DescribeLoggingStatus",
"returnType" : {
"returnType" : "DescribeLoggingStatusResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"syncReturnType" : "DescribeLoggingStatusResult"
},
"DescribeOrderableClusterOptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeOrderableClusterOptionsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeOrderableClusterOptionsRequest",
"variableName" : "describeOrderableClusterOptionsRequest",
"variableType" : "DescribeOrderableClusterOptionsRequest",
"documentation" : "",
"simpleType" : "DescribeOrderableClusterOptionsRequest",
"variableSetterType" : "DescribeOrderableClusterOptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeOrderableClusterOptions",
"operationName" : "DescribeOrderableClusterOptions",
"returnType" : {
"returnType" : "DescribeOrderableClusterOptionsResult",
"documentation" : "Contains the output from the DescribeOrderableClusterOptions action.
"
},
"syncReturnType" : "DescribeOrderableClusterOptionsResult"
},
"DescribeReservedNodeOfferings" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeReservedNodeOfferingsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ReservedNodeOfferingNotFoundException",
"documentation" : "Specified offering does not exist.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The requested operation isn't supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReservedNodeOfferingsRequest",
"variableName" : "describeReservedNodeOfferingsRequest",
"variableType" : "DescribeReservedNodeOfferingsRequest",
"documentation" : "",
"simpleType" : "DescribeReservedNodeOfferingsRequest",
"variableSetterType" : "DescribeReservedNodeOfferingsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeReservedNodeOfferings",
"operationName" : "DescribeReservedNodeOfferings",
"returnType" : {
"returnType" : "DescribeReservedNodeOfferingsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeReservedNodeOfferingsResult"
},
"DescribeReservedNodes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeReservedNodesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the descriptions of the reserved nodes.
",
"exceptions" : [ {
"exceptionName" : "ReservedNodeNotFoundException",
"documentation" : "The specified reserved compute node not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeReservedNodesRequest",
"variableName" : "describeReservedNodesRequest",
"variableType" : "DescribeReservedNodesRequest",
"documentation" : "",
"simpleType" : "DescribeReservedNodesRequest",
"variableSetterType" : "DescribeReservedNodesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeReservedNodes",
"operationName" : "DescribeReservedNodes",
"returnType" : {
"returnType" : "DescribeReservedNodesResult",
"documentation" : ""
},
"syncReturnType" : "DescribeReservedNodesResult"
},
"DescribeResize" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeResizeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a HTTP 404
error is returned. If a resize operation was initiated and completed, the status of the resize remains as SUCCEEDED
until the next resize.
A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "ResizeNotFoundException",
"documentation" : "A resize operation for the specified cluster is not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeResizeRequest",
"variableName" : "describeResizeRequest",
"variableType" : "DescribeResizeRequest",
"documentation" : "",
"simpleType" : "DescribeResizeRequest",
"variableSetterType" : "DescribeResizeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeResize",
"operationName" : "DescribeResize",
"returnType" : {
"returnType" : "DescribeResizeResult",
"documentation" : "Describes the result of a cluster resize operation.
"
},
"syncReturnType" : "DescribeResizeResult"
},
"DescribeSnapshotCopyGrants" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeSnapshotCopyGrantsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSnapshotCopyGrantsRequest",
"variableName" : "describeSnapshotCopyGrantsRequest",
"variableType" : "DescribeSnapshotCopyGrantsRequest",
"documentation" : "The result of the DescribeSnapshotCopyGrants
action.
",
"simpleType" : "DescribeSnapshotCopyGrantsRequest",
"variableSetterType" : "DescribeSnapshotCopyGrantsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeSnapshotCopyGrants",
"operationName" : "DescribeSnapshotCopyGrants",
"returnType" : {
"returnType" : "DescribeSnapshotCopyGrantsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeSnapshotCopyGrantsResult"
},
"DescribeTableRestoreStatus" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTableRestoreStatusResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. If you don't specify a value for the TableRestoreRequestId
parameter, then DescribeTableRestoreStatus
returns the status of all table restore requests ordered by the date and time of the request in ascending order. Otherwise DescribeTableRestoreStatus
returns the status of the table specified by TableRestoreRequestId
.
",
"exceptions" : [ {
"exceptionName" : "TableRestoreNotFoundException",
"documentation" : "The specified TableRestoreRequestId
value was not found.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTableRestoreStatusRequest",
"variableName" : "describeTableRestoreStatusRequest",
"variableType" : "DescribeTableRestoreStatusRequest",
"documentation" : "",
"simpleType" : "DescribeTableRestoreStatusRequest",
"variableSetterType" : "DescribeTableRestoreStatusRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTableRestoreStatus",
"operationName" : "DescribeTableRestoreStatus",
"returnType" : {
"returnType" : "DescribeTableRestoreStatusResult",
"documentation" : ""
},
"syncReturnType" : "DescribeTableRestoreStatusResult"
},
"DescribeTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTagsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of tags. You can return tags from a specific resource by specifying an ARN, or you can return all tags for a given type of resource, such as clusters, snapshots, and so on.
The following are limitations for DescribeTags
:
-
You cannot specify an ARN and a resource-type value together in the same request.
-
You cannot use the MaxRecords
and Marker
parameters together with the ARN parameter.
-
The MaxRecords
parameter can be a range from 10 to 50 results to return in a request.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all resources that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all resources that have any combination of those values are returned.
If both tag keys and values are omitted from the request, resources are returned regardless of whether they have tag keys or values associated with them.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTagsRequest",
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTags",
"operationName" : "DescribeTags",
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : ""
},
"syncReturnType" : "DescribeTagsResult"
},
"DisableLogging" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisableLoggingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableLoggingRequest",
"variableName" : "disableLoggingRequest",
"variableType" : "DisableLoggingRequest",
"documentation" : "",
"simpleType" : "DisableLoggingRequest",
"variableSetterType" : "DisableLoggingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableLogging",
"operationName" : "DisableLogging",
"returnType" : {
"returnType" : "DisableLoggingResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"syncReturnType" : "DisableLoggingResult"
},
"DisableSnapshotCopy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "SnapshotCopyAlreadyDisabledException",
"documentation" : "The cluster already has cross-region snapshot copy disabled.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Your account is not authorized to perform the requested operation.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableSnapshotCopyRequest",
"variableName" : "disableSnapshotCopyRequest",
"variableType" : "DisableSnapshotCopyRequest",
"documentation" : "",
"simpleType" : "DisableSnapshotCopyRequest",
"variableSetterType" : "DisableSnapshotCopyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableSnapshotCopy",
"operationName" : "DisableSnapshotCopy",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"EnableLogging" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EnableLoggingResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "BucketNotFoundException",
"documentation" : "Could not find the specified S3 bucket.
"
}, {
"exceptionName" : "InsufficientS3BucketPolicyException",
"documentation" : "The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.
"
}, {
"exceptionName" : "InvalidS3KeyPrefixException",
"documentation" : "The string specified for the logging S3 key prefix does not comply with the documented constraints.
"
}, {
"exceptionName" : "InvalidS3BucketNameException",
"documentation" : "The S3 bucket name is invalid. For more information about naming rules, go to Bucket Restrictions and Limitations in the Amazon Simple Storage Service (S3) Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableLoggingRequest",
"variableName" : "enableLoggingRequest",
"variableType" : "EnableLoggingRequest",
"documentation" : "",
"simpleType" : "EnableLoggingRequest",
"variableSetterType" : "EnableLoggingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableLogging",
"operationName" : "EnableLogging",
"returnType" : {
"returnType" : "EnableLoggingResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"syncReturnType" : "EnableLoggingResult"
},
"EnableSnapshotCopy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the automatic copy of snapshots from one region to another region for a specified cluster.
",
"exceptions" : [ {
"exceptionName" : "IncompatibleOrderableOptionsException",
"documentation" : "The specified options are incompatible.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "CopyToRegionDisabledException",
"documentation" : "Cross-region snapshot copy was temporarily disabled. Try your request again.
"
}, {
"exceptionName" : "SnapshotCopyAlreadyEnabledException",
"documentation" : "The cluster already has cross-region snapshot copy enabled.
"
}, {
"exceptionName" : "UnknownSnapshotCopyRegionException",
"documentation" : "The specified region is incorrect or does not exist.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableSnapshotCopyRequest",
"variableName" : "enableSnapshotCopyRequest",
"variableType" : "EnableSnapshotCopyRequest",
"documentation" : "",
"simpleType" : "EnableSnapshotCopyRequest",
"variableSetterType" : "EnableSnapshotCopyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableSnapshotCopy",
"operationName" : "EnableSnapshotCopy",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"ModifyCluster" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : "The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "NumberOfNodesQuotaExceededException",
"documentation" : "The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : "The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : "The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : "The number of nodes specified exceeds the allotted capacity of the cluster.
"
}, {
"exceptionName" : "UnsupportedOptionException",
"documentation" : "A request option was specified that is not supported.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : "The account already has a cluster with the given identifier.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
}, {
"exceptionName" : "InvalidElasticIpException",
"documentation" : "The Elastic IP (EIP) is invalid or cannot be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyClusterRequest",
"variableName" : "modifyClusterRequest",
"variableType" : "ModifyClusterRequest",
"documentation" : "",
"simpleType" : "ModifyClusterRequest",
"variableSetterType" : "ModifyClusterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyCluster",
"operationName" : "ModifyCluster",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"ModifyClusterIamRoles" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyClusterIamRolesRequest",
"variableName" : "modifyClusterIamRolesRequest",
"variableType" : "ModifyClusterIamRolesRequest",
"documentation" : "",
"simpleType" : "ModifyClusterIamRolesRequest",
"variableSetterType" : "ModifyClusterIamRolesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyClusterIamRoles",
"operationName" : "ModifyClusterIamRoles",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"ModifyClusterParameterGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyClusterParameterGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ModifyClusterParameterGroupRequest",
"variableName" : "modifyClusterParameterGroupRequest",
"variableType" : "ModifyClusterParameterGroupRequest",
"documentation" : "",
"simpleType" : "ModifyClusterParameterGroupRequest",
"variableSetterType" : "ModifyClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyClusterParameterGroup",
"operationName" : "ModifyClusterParameterGroup",
"returnType" : {
"returnType" : "ModifyClusterParameterGroupResult",
"documentation" : ""
},
"syncReturnType" : "ModifyClusterParameterGroupResult"
},
"ModifyClusterSubnetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterSubnetGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ModifyClusterSubnetGroupRequest",
"variableName" : "modifyClusterSubnetGroupRequest",
"variableType" : "ModifyClusterSubnetGroupRequest",
"documentation" : "",
"simpleType" : "ModifyClusterSubnetGroupRequest",
"variableSetterType" : "ModifyClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyClusterSubnetGroup",
"operationName" : "ModifyClusterSubnetGroup",
"returnType" : {
"returnType" : "ClusterSubnetGroup",
"documentation" : "Describes a subnet group.
"
},
"syncReturnType" : "ClusterSubnetGroup"
},
"ModifyEventSubscription" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EventSubscription",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies an existing Amazon Redshift event notification subscription.
",
"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,
"input" : {
"variableDeclarationType" : "ModifyEventSubscriptionRequest",
"variableName" : "modifyEventSubscriptionRequest",
"variableType" : "ModifyEventSubscriptionRequest",
"documentation" : "",
"simpleType" : "ModifyEventSubscriptionRequest",
"variableSetterType" : "ModifyEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyEventSubscription",
"operationName" : "ModifyEventSubscription",
"returnType" : {
"returnType" : "EventSubscription",
"documentation" : "Describes event subscriptions.
"
},
"syncReturnType" : "EventSubscription"
},
"ModifySnapshotCopyRetentionPeriod" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "SnapshotCopyDisabledException",
"documentation" : "Cross-region snapshot copy was temporarily disabled. Try your request again.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifySnapshotCopyRetentionPeriodRequest",
"variableName" : "modifySnapshotCopyRetentionPeriodRequest",
"variableType" : "ModifySnapshotCopyRetentionPeriodRequest",
"documentation" : "",
"simpleType" : "ModifySnapshotCopyRetentionPeriodRequest",
"variableSetterType" : "ModifySnapshotCopyRetentionPeriodRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifySnapshotCopyRetentionPeriod",
"operationName" : "ModifySnapshotCopyRetentionPeriod",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"PurchaseReservedNodeOffering" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ReservedNode",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "PurchaseReservedNodeOfferingRequest",
"variableName" : "purchaseReservedNodeOfferingRequest",
"variableType" : "PurchaseReservedNodeOfferingRequest",
"documentation" : "",
"simpleType" : "PurchaseReservedNodeOfferingRequest",
"variableSetterType" : "PurchaseReservedNodeOfferingRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "purchaseReservedNodeOffering",
"operationName" : "PurchaseReservedNodeOffering",
"returnType" : {
"returnType" : "ReservedNode",
"documentation" : "Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
"
},
"syncReturnType" : "ReservedNode"
},
"RebootCluster" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting
. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
",
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RebootClusterRequest",
"variableName" : "rebootClusterRequest",
"variableType" : "RebootClusterRequest",
"documentation" : "",
"simpleType" : "RebootClusterRequest",
"variableSetterType" : "RebootClusterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "rebootCluster",
"operationName" : "RebootCluster",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"ResetClusterParameterGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ResetClusterParameterGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ResetClusterParameterGroupRequest",
"variableName" : "resetClusterParameterGroupRequest",
"variableType" : "ResetClusterParameterGroupRequest",
"documentation" : "",
"simpleType" : "ResetClusterParameterGroupRequest",
"variableSetterType" : "ResetClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "resetClusterParameterGroup",
"operationName" : "ResetClusterParameterGroup",
"returnType" : {
"returnType" : "ResetClusterParameterGroupResult",
"documentation" : ""
},
"syncReturnType" : "ResetClusterParameterGroupResult"
},
"RestoreFromClusterSnapshot" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "AccessToSnapshotDeniedException",
"documentation" : "The owner of the specified snapshot has not authorized your account to access the snapshot.
"
}, {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : "The account already has a cluster with the given identifier.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "ClusterQuotaExceededException",
"documentation" : "The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : "The number of nodes specified exceeds the allotted capacity of the cluster.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : "The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "InvalidRestoreException",
"documentation" : "The restore is invalid.
"
}, {
"exceptionName" : "NumberOfNodesQuotaExceededException",
"documentation" : "The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "NumberOfNodesPerClusterLimitExceededException",
"documentation" : "The operation would exceed the number of nodes allowed for a cluster.
"
}, {
"exceptionName" : "InvalidVPCNetworkStateException",
"documentation" : "The cluster subnet group does not cover all Availability Zones.
"
}, {
"exceptionName" : "InvalidClusterSubnetGroupStateException",
"documentation" : "The cluster subnet group cannot be deleted because it is in use.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The requested subnet is not valid, or not all of the subnets are in the same VPC.
"
}, {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : "The cluster subnet group name does not refer to an existing cluster subnet group.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : "Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "InvalidElasticIpException",
"documentation" : "The Elastic IP (EIP) is invalid or cannot be found.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : "The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : "The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RestoreFromClusterSnapshotRequest",
"variableName" : "restoreFromClusterSnapshotRequest",
"variableType" : "RestoreFromClusterSnapshotRequest",
"documentation" : "",
"simpleType" : "RestoreFromClusterSnapshotRequest",
"variableSetterType" : "RestoreFromClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "restoreFromClusterSnapshot",
"operationName" : "RestoreFromClusterSnapshot",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
},
"RestoreTableFromClusterSnapshot" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "TableRestoreStatus",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new table from a table in an Amazon Redshift cluster snapshot. You must create the new table within the Amazon Redshift cluster that the snapshot was taken from.
You cannot use RestoreTableFromClusterSnapshot
to restore a table with the same name as an existing table in an Amazon Redshift cluster. That is, you cannot overwrite an existing table in a cluster with a restored table. If you want to replace your original table with a new, restored table, then rename or drop your original table before you call RestoreTableFromClusterSnapshot
. When you have renamed your original table, then you can pass the original name of the table as the NewTableName
parameter value in the call to RestoreTableFromClusterSnapshot
. This way, you can replace the original table with the table created from the snapshot.
",
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : "The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InProgressTableRestoreQuotaExceededException",
"documentation" : "You have exceeded the allowed number of table restore requests. Wait for your current table restore requests to complete before making a new request.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : "The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "InvalidTableRestoreArgumentException",
"documentation" : "The value specified for the sourceDatabaseName
, sourceSchemaName
, or sourceTableName
parameter, or a combination of these, doesn't exist in the snapshot.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The requested operation isn't supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RestoreTableFromClusterSnapshotRequest",
"variableName" : "restoreTableFromClusterSnapshotRequest",
"variableType" : "RestoreTableFromClusterSnapshotRequest",
"documentation" : "",
"simpleType" : "RestoreTableFromClusterSnapshotRequest",
"variableSetterType" : "RestoreTableFromClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "restoreTableFromClusterSnapshot",
"operationName" : "RestoreTableFromClusterSnapshot",
"returnType" : {
"returnType" : "TableRestoreStatus",
"documentation" : "Describes the status of a RestoreTableFromClusterSnapshot operation.
"
},
"syncReturnType" : "TableRestoreStatus"
},
"RevokeClusterSecurityGroupIngress" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ClusterSecurityGroup",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : "The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "AuthorizationNotFoundException",
"documentation" : "The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : "The state of the cluster security group is not available
.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RevokeClusterSecurityGroupIngressRequest",
"variableName" : "revokeClusterSecurityGroupIngressRequest",
"variableType" : "RevokeClusterSecurityGroupIngressRequest",
"documentation" : "",
"simpleType" : "RevokeClusterSecurityGroupIngressRequest",
"variableSetterType" : "RevokeClusterSecurityGroupIngressRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "revokeClusterSecurityGroupIngress",
"operationName" : "RevokeClusterSecurityGroupIngress",
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"syncReturnType" : "ClusterSecurityGroup"
},
"RevokeSnapshotAccess" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Snapshot",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "RevokeSnapshotAccessRequest",
"variableName" : "revokeSnapshotAccessRequest",
"variableType" : "RevokeSnapshotAccessRequest",
"documentation" : "",
"simpleType" : "RevokeSnapshotAccessRequest",
"variableSetterType" : "RevokeSnapshotAccessRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "revokeSnapshotAccess",
"operationName" : "RevokeSnapshotAccess",
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"syncReturnType" : "Snapshot"
},
"RotateEncryptionKey" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "Cluster",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Rotates the encryption keys for a cluster.
",
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : "The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : "The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RotateEncryptionKeyRequest",
"variableName" : "rotateEncryptionKeyRequest",
"variableType" : "RotateEncryptionKeyRequest",
"documentation" : "",
"simpleType" : "RotateEncryptionKeyRequest",
"variableSetterType" : "RotateEncryptionKeyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "rotateEncryptionKey",
"operationName" : "RotateEncryptionKey",
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"syncReturnType" : "Cluster"
}
},
"shapes" : {
"AccessToSnapshotDeniedException" : {
"c2jName" : "AccessToSnapshotDeniedFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The owner of the specified snapshot has not authorized your account to access the snapshot.
",
"enums" : null,
"errorCode" : "AccessToSnapshotDenied",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AccessToSnapshotDeniedException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessToSnapshotDeniedException",
"variableName" : "accessToSnapshotDeniedException",
"variableType" : "AccessToSnapshotDeniedException",
"documentation" : null,
"simpleType" : "AccessToSnapshotDeniedException",
"variableSetterType" : "AccessToSnapshotDeniedException"
},
"wrapper" : false
},
"AccountWithRestoreAccess" : {
"c2jName" : "AccountWithRestoreAccess",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an AWS customer account authorized to restore a snapshot.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AccountId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of an AWS customer account authorized to restore a snapshot.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@return The identifier of an AWS customer account authorized to restore a snapshot.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccountId",
"setterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountId",
"variableType" : "String",
"documentation" : "The identifier of an AWS customer account authorized to restore a snapshot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccountId" : {
"c2jName" : "AccountId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of an AWS customer account authorized to restore a snapshot.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@return The identifier of an AWS customer account authorized to restore a snapshot.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccountId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccountId",
"setterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of an AWS customer account authorized to restore a snapshot.
\n@param accountId The identifier of an AWS customer account authorized to restore a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountId",
"variableType" : "String",
"documentation" : "The identifier of an AWS customer account authorized to restore a snapshot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AccountWithRestoreAccess",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccountWithRestoreAccess",
"variableName" : "accountWithRestoreAccess",
"variableType" : "AccountWithRestoreAccess",
"documentation" : null,
"simpleType" : "AccountWithRestoreAccess",
"variableSetterType" : "AccountWithRestoreAccess"
},
"wrapper" : false
},
"AuthorizationAlreadyExistsException" : {
"c2jName" : "AuthorizationAlreadyExistsFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
",
"enums" : null,
"errorCode" : "AuthorizationAlreadyExists",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AuthorizationAlreadyExistsException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationAlreadyExistsException",
"variableName" : "authorizationAlreadyExistsException",
"variableType" : "AuthorizationAlreadyExistsException",
"documentation" : null,
"simpleType" : "AuthorizationAlreadyExistsException",
"variableSetterType" : "AuthorizationAlreadyExistsException"
},
"wrapper" : false
},
"AuthorizationNotFoundException" : {
"c2jName" : "AuthorizationNotFoundFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
",
"enums" : null,
"errorCode" : "AuthorizationNotFound",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AuthorizationNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationNotFoundException",
"variableName" : "authorizationNotFoundException",
"variableType" : "AuthorizationNotFoundException",
"documentation" : null,
"simpleType" : "AuthorizationNotFoundException",
"variableSetterType" : "AuthorizationNotFoundException"
},
"wrapper" : false
},
"AuthorizationQuotaExceededException" : {
"c2jName" : "AuthorizationQuotaExceededFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The authorization quota for the cluster security group has been reached.
",
"enums" : null,
"errorCode" : "AuthorizationQuotaExceeded",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AuthorizationQuotaExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizationQuotaExceededException",
"variableName" : "authorizationQuotaExceededException",
"variableType" : "AuthorizationQuotaExceededException",
"documentation" : null,
"simpleType" : "AuthorizationQuotaExceededException",
"variableSetterType" : "AuthorizationQuotaExceededException"
},
"wrapper" : false
},
"AuthorizeClusterSecurityGroupIngressRequest" : {
"c2jName" : "AuthorizeClusterSecurityGroupIngressMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AuthorizeClusterSecurityGroupIngress",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ClusterSecurityGroupName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the security group to which the ingress rule is added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@return The name of the security group to which the ingress rule is added.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroupName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterSecurityGroupName",
"setterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSecurityGroupName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSecurityGroupName",
"variableType" : "String",
"documentation" : "The name of the security group to which the ingress rule is added.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CIDRIP",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The IP range to be added the Amazon Redshift security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@return The IP range to be added the Amazon Redshift security group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CIDRIP",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CIDRIP",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CIDRIP",
"setterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cIDRIP",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cIDRIP",
"variableType" : "String",
"documentation" : "The IP range to be added the Amazon Redshift security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EC2SecurityGroupName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The EC2 security group to be added the Amazon Redshift security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@return The EC2 security group to be added the Amazon Redshift security group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2SecurityGroupName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2SecurityGroupName",
"setterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupName",
"variableType" : "String",
"documentation" : "The EC2 security group to be added the Amazon Redshift security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EC2SecurityGroupOwnerId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@return The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2SecurityGroupOwnerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupOwnerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2SecurityGroupOwnerId",
"setterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CIDRIP" : {
"c2jName" : "CIDRIP",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The IP range to be added the Amazon Redshift security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@return The IP range to be added the Amazon Redshift security group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CIDRIP",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CIDRIP",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CIDRIP",
"setterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cIDRIP",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The IP range to be added the Amazon Redshift security group.
\n@param cIDRIP The IP range to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cIDRIP",
"variableType" : "String",
"documentation" : "The IP range to be added the Amazon Redshift security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClusterSecurityGroupName" : {
"c2jName" : "ClusterSecurityGroupName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the security group to which the ingress rule is added.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@return The name of the security group to which the ingress rule is added.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroupName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterSecurityGroupName",
"setterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSecurityGroupName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the security group to which the ingress rule is added.
\n@param clusterSecurityGroupName The name of the security group to which the ingress rule is added.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSecurityGroupName",
"variableType" : "String",
"documentation" : "The name of the security group to which the ingress rule is added.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EC2SecurityGroupName" : {
"c2jName" : "EC2SecurityGroupName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The EC2 security group to be added the Amazon Redshift security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@return The EC2 security group to be added the Amazon Redshift security group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2SecurityGroupName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2SecurityGroupName",
"setterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The EC2 security group to be added the Amazon Redshift security group.
\n@param eC2SecurityGroupName The EC2 security group to be added the Amazon Redshift security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupName",
"variableType" : "String",
"documentation" : "The EC2 security group to be added the Amazon Redshift security group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EC2SecurityGroupOwnerId" : {
"c2jName" : "EC2SecurityGroupOwnerId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@return The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EC2SecurityGroupOwnerId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EC2SecurityGroupOwnerId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EC2SecurityGroupOwnerId",
"setterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
\n@param eC2SecurityGroupOwnerId The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. Example: 111122223333
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "eC2SecurityGroupOwnerId",
"variableType" : "String",
"documentation" : "
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ClusterSecurityGroupName" ],
"shapeName" : "AuthorizeClusterSecurityGroupIngressRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizeClusterSecurityGroupIngressRequest",
"variableName" : "authorizeClusterSecurityGroupIngressRequest",
"variableType" : "AuthorizeClusterSecurityGroupIngressRequest",
"documentation" : null,
"simpleType" : "AuthorizeClusterSecurityGroupIngressRequest",
"variableSetterType" : "AuthorizeClusterSecurityGroupIngressRequest"
},
"wrapper" : false
},
"AuthorizeSnapshotAccessRequest" : {
"c2jName" : "AuthorizeSnapshotAccessMessage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AuthorizeSnapshotAccess",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "SnapshotIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the snapshot the account is authorized to restore.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@return The identifier of the snapshot the account is authorized to restore.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SnapshotIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnapshotIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SnapshotIdentifier",
"setterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the snapshot the account is authorized to restore.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SnapshotClusterIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SnapshotClusterIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnapshotClusterIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SnapshotClusterIdentifier",
"setterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotClusterIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotClusterIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AccountWithRestoreAccess",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the AWS customer account authorized to restore the specified snapshot.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@return The identifier of the AWS customer account authorized to restore the specified snapshot.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccountWithRestoreAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountWithRestoreAccess",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccountWithRestoreAccess",
"setterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountWithRestoreAccess",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountWithRestoreAccess",
"variableType" : "String",
"documentation" : "The identifier of the AWS customer account authorized to restore the specified snapshot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccountWithRestoreAccess" : {
"c2jName" : "AccountWithRestoreAccess",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the AWS customer account authorized to restore the specified snapshot.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@return The identifier of the AWS customer account authorized to restore the specified snapshot.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccountWithRestoreAccess",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccountWithRestoreAccess",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccountWithRestoreAccess",
"setterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accountWithRestoreAccess",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the AWS customer account authorized to restore the specified snapshot.
\n@param accountWithRestoreAccess The identifier of the AWS customer account authorized to restore the specified snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accountWithRestoreAccess",
"variableType" : "String",
"documentation" : "The identifier of the AWS customer account authorized to restore the specified snapshot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SnapshotClusterIdentifier" : {
"c2jName" : "SnapshotClusterIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@return The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SnapshotClusterIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnapshotClusterIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SnapshotClusterIdentifier",
"setterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotClusterIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
\n@param snapshotClusterIdentifier The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotClusterIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SnapshotIdentifier" : {
"c2jName" : "SnapshotIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the snapshot the account is authorized to restore.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@return The identifier of the snapshot the account is authorized to restore.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SnapshotIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SnapshotIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SnapshotIdentifier",
"setterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the snapshot the account is authorized to restore.
\n@param snapshotIdentifier The identifier of the snapshot the account is authorized to restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "snapshotIdentifier",
"variableType" : "String",
"documentation" : "The identifier of the snapshot the account is authorized to restore.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "SnapshotIdentifier", "AccountWithRestoreAccess" ],
"shapeName" : "AuthorizeSnapshotAccessRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AuthorizeSnapshotAccessRequest",
"variableName" : "authorizeSnapshotAccessRequest",
"variableType" : "AuthorizeSnapshotAccessRequest",
"documentation" : null,
"simpleType" : "AuthorizeSnapshotAccessRequest",
"variableSetterType" : "AuthorizeSnapshotAccessRequest"
},
"wrapper" : false
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes an availability zone.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the availability zone.
\n@return The name of the availability zone.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the availability zone.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the availability zone.
\n@return The name of the availability zone.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of the availability zone.
\n@param name The name of the availability zone.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the availability zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AvailabilityZone",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : true
},
"BucketNotFoundException" : {
"c2jName" : "BucketNotFoundFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Could not find the specified S3 bucket.
",
"enums" : null,
"errorCode" : "BucketNotFoundFault",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "BucketNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BucketNotFoundException",
"variableName" : "bucketNotFoundException",
"variableType" : "BucketNotFoundException",
"documentation" : null,
"simpleType" : "BucketNotFoundException",
"variableSetterType" : "BucketNotFoundException"
},
"wrapper" : false
},
"Cluster" : {
"c2jName" : "Cluster",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes a cluster.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ClusterIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The unique identifier of the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique identifier of the cluster.
\n@return The unique identifier of the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterIdentifier",
"setterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterIdentifier",
"variableType" : "String",
"documentation" : "The unique identifier of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NodeType",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The node type for the nodes in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The node type for the nodes in the cluster.
\n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The node type for the nodes in the cluster.
\n@return The node type for the nodes in the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NodeType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NodeType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NodeType",
"setterDocumentation" : "/**The node type for the nodes in the cluster.
\n@param nodeType The node type for the nodes in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The node type for the nodes in the cluster.
\n@param nodeType The node type for the nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nodeType",
"variableType" : "String",
"documentation" : "The node type for the nodes in the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterStatus",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : " The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
",
"enumType" : null,
"fluentSetterDocumentation" : "/** The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@param clusterStatus The current state of the cluster. Possible values are the following: -
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/** The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@return The current state of the cluster. Possible values are the following: -
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterStatus",
"setterDocumentation" : "/** The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@param clusterStatus The current state of the cluster. Possible values are the following: -
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/** The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@param clusterStatus The current state of the cluster. Possible values are the following: -
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterStatus",
"variableType" : "String",
"documentation" : " The current state of the cluster. Possible values are the following:
-
available
-
creating
-
deleting
-
final-snapshot
-
hardware-failure
-
incompatible-hsm
-
incompatible-network
-
incompatible-parameters
-
incompatible-restore
-
modifying
-
rebooting
-
renaming
-
resizing
-
rotating-keys
-
storage-full
-
updating-hsm
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ModifyStatus",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The status of a modify operation, if any, initiated for the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of a modify operation, if any, initiated for the cluster.
\n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The status of a modify operation, if any, initiated for the cluster.
\n@return The status of a modify operation, if any, initiated for the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ModifyStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ModifyStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ModifyStatus",
"setterDocumentation" : "/**The status of a modify operation, if any, initiated for the cluster.
\n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "modifyStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The status of a modify operation, if any, initiated for the cluster.
\n@param modifyStatus The status of a modify operation, if any, initiated for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "modifyStatus",
"variableType" : "String",
"documentation" : "The status of a modify operation, if any, initiated for the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MasterUsername",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
\n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
\n@return The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MasterUsername",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MasterUsername",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MasterUsername",
"setterDocumentation" : "/**The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
\n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "masterUsername",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
\n@param masterUsername The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "masterUsername",
"variableType" : "String",
"documentation" : "The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DBName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
\n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
\n@return The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DBName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DBName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DBName",
"setterDocumentation" : "/**The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
\n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dBName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
\n@param dBName The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dBName",
"variableType" : "String",
"documentation" : "The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Endpoint",
"c2jShape" : "Endpoint",
"deprecated" : false,
"documentation" : "The connection endpoint.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The connection endpoint.
\n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The connection endpoint.
\n@return The connection endpoint.*/",
"getterModel" : {
"returnType" : "Endpoint",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Endpoint",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Endpoint",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Endpoint",
"setterDocumentation" : "/**The connection endpoint.
\n@param endpoint The connection endpoint.*/",
"setterModel" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"simple" : false,
"varargSetterDocumentation" : "/**The connection endpoint.
\n@param endpoint The connection endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Endpoint",
"variableName" : "endpoint",
"variableType" : "Endpoint",
"documentation" : "The connection endpoint.
",
"simpleType" : "Endpoint",
"variableSetterType" : "Endpoint"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterCreateTime",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The date and time that the cluster was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time that the cluster was created.
\n@return The date and time that the cluster was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterCreateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterCreateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterCreateTime",
"setterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "clusterCreateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "clusterCreateTime",
"variableType" : "java.util.Date",
"documentation" : "The date and time that the cluster was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AutomatedSnapshotRetentionPeriod",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "The number of days that automatic cluster snapshots are retained.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@return The number of days that automatic cluster snapshots are retained.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutomatedSnapshotRetentionPeriod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutomatedSnapshotRetentionPeriod",
"setterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "automatedSnapshotRetentionPeriod",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "automatedSnapshotRetentionPeriod",
"variableType" : "Integer",
"documentation" : "The number of days that automatic cluster snapshots are retained.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterSecurityGroups",
"c2jShape" : "ClusterSecurityGroupMembershipList",
"deprecated" : false,
"documentation" : "A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements. Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\n@return A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements. Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterSecurityGroupMembership",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterSecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterSecurityGroupMembership",
"variableName" : "member",
"variableType" : "ClusterSecurityGroupMembership",
"documentation" : "",
"simpleType" : "ClusterSecurityGroupMembership",
"variableSetterType" : "ClusterSecurityGroupMembership"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterSecurityGroupMembership",
"variableName" : "member",
"variableType" : "ClusterSecurityGroupMembership",
"documentation" : "",
"simpleType" : "ClusterSecurityGroupMembership",
"variableSetterType" : "ClusterSecurityGroupMembership"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ClusterSecurityGroup",
"memberType" : "ClusterSecurityGroupMembership",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterSecurityGroupMembership",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterSecurityGroups",
"setterDocumentation" : "/**A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterSecurityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClusterSecurityGroups(java.util.Collection)} or {@link #withClusterSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterSecurityGroups",
"variableType" : "java.util.List",
"documentation" : "A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "VpcSecurityGroups",
"c2jShape" : "VpcSecurityGroupMembershipList",
"deprecated" : false,
"documentation" : "A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
\n@param vpcSecurityGroups A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
\n@return A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VpcSecurityGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "VpcSecurityGroupMembership",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "VpcSecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VpcSecurityGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "VpcSecurityGroupMembership",
"variableName" : "member",
"variableType" : "VpcSecurityGroupMembership",
"documentation" : "",
"simpleType" : "VpcSecurityGroupMembership",
"variableSetterType" : "VpcSecurityGroupMembership"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "VpcSecurityGroupMembership",
"variableName" : "member",
"variableType" : "VpcSecurityGroupMembership",
"documentation" : "",
"simpleType" : "VpcSecurityGroupMembership",
"variableSetterType" : "VpcSecurityGroupMembership"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "VpcSecurityGroup",
"memberType" : "VpcSecurityGroupMembership",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "VpcSecurityGroupMembership",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "VpcSecurityGroups",
"setterDocumentation" : "/**A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
\n@param vpcSecurityGroups A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "vpcSecurityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroups(java.util.Collection)} or {@link #withVpcSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param vpcSecurityGroups A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "vpcSecurityGroups",
"variableType" : "java.util.List",
"documentation" : "A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterParameterGroups",
"c2jShape" : "ClusterParameterGroupStatusList",
"deprecated" : false,
"documentation" : "The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@return The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterParameterGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterParameterGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterParameterGroupStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterParameterGroupStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterParameterGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterParameterGroup",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterParameterGroupStatus",
"variableName" : "member",
"variableType" : "ClusterParameterGroupStatus",
"documentation" : "",
"simpleType" : "ClusterParameterGroupStatus",
"variableSetterType" : "ClusterParameterGroupStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterParameterGroupStatus",
"variableName" : "member",
"variableType" : "ClusterParameterGroupStatus",
"documentation" : "",
"simpleType" : "ClusterParameterGroupStatus",
"variableSetterType" : "ClusterParameterGroupStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ClusterParameterGroup",
"memberType" : "ClusterParameterGroupStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterParameterGroupStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterParameterGroups",
"setterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterParameterGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterGroups(java.util.Collection)} or {@link #withClusterParameterGroups(java.util.Collection)} if you want to override the existing values.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterParameterGroups",
"variableType" : "java.util.List",
"documentation" : "The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterSubnetGroupName",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
\n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
\n@return The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSubnetGroupName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSubnetGroupName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterSubnetGroupName",
"setterDocumentation" : "/**The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
\n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSubnetGroupName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
\n@param clusterSubnetGroupName The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterSubnetGroupName",
"variableType" : "String",
"documentation" : "The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "VpcId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The identifier of the VPC the cluster is in, if the cluster is in a VPC.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The identifier of the VPC the cluster is in, if the cluster is in a VPC.
\n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The identifier of the VPC the cluster is in, if the cluster is in a VPC.
\n@return The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "VpcId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "VpcId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "VpcId",
"setterDocumentation" : "/**The identifier of the VPC the cluster is in, if the cluster is in a VPC.
\n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vpcId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The identifier of the VPC the cluster is in, if the cluster is in a VPC.
\n@param vpcId The identifier of the VPC the cluster is in, if the cluster is in a VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vpcId",
"variableType" : "String",
"documentation" : "The identifier of the VPC the cluster is in, if the cluster is in a VPC.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the Availability Zone in which the cluster is located.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@return The name of the Availability Zone in which the cluster is located.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AvailabilityZone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AvailabilityZone",
"setterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "The name of the Availability Zone in which the cluster is located.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PreferredMaintenanceWindow",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
\n@param preferredMaintenanceWindow The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
\n@return The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PreferredMaintenanceWindow",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PreferredMaintenanceWindow",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PreferredMaintenanceWindow",
"setterDocumentation" : "/**The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
\n@param preferredMaintenanceWindow The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
\n@param preferredMaintenanceWindow The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "preferredMaintenanceWindow",
"variableType" : "String",
"documentation" : "The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PendingModifiedValues",
"c2jShape" : "PendingModifiedValues",
"deprecated" : false,
"documentation" : "A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
\n@param pendingModifiedValues A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
\n@return A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.*/",
"getterModel" : {
"returnType" : "PendingModifiedValues",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PendingModifiedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PendingModifiedValues",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PendingModifiedValues",
"setterDocumentation" : "/**A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
\n@param pendingModifiedValues A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.*/",
"setterModel" : {
"variableDeclarationType" : "PendingModifiedValues",
"variableName" : "pendingModifiedValues",
"variableType" : "PendingModifiedValues",
"documentation" : "",
"simpleType" : "PendingModifiedValues",
"variableSetterType" : "PendingModifiedValues"
},
"simple" : false,
"varargSetterDocumentation" : "/**A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
\n@param pendingModifiedValues A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "PendingModifiedValues",
"variableName" : "pendingModifiedValues",
"variableType" : "PendingModifiedValues",
"documentation" : "A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
",
"simpleType" : "PendingModifiedValues",
"variableSetterType" : "PendingModifiedValues"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterVersion",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The version ID of the Amazon Redshift engine that is running on the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The version ID of the Amazon Redshift engine that is running on the cluster.
\n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The version ID of the Amazon Redshift engine that is running on the cluster.
\n@return The version ID of the Amazon Redshift engine that is running on the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterVersion",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterVersion",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterVersion",
"setterDocumentation" : "/**The version ID of the Amazon Redshift engine that is running on the cluster.
\n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterVersion",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The version ID of the Amazon Redshift engine that is running on the cluster.
\n@param clusterVersion The version ID of the Amazon Redshift engine that is running on the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterVersion",
"variableType" : "String",
"documentation" : "The version ID of the Amazon Redshift engine that is running on the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AllowVersionUpgrade",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@return A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowVersionUpgrade",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowVersionUpgrade",
"setterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NumberOfNodes",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "The number of compute nodes in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of compute nodes in the cluster.
\n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The number of compute nodes in the cluster.
\n@return The number of compute nodes in the cluster.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NumberOfNodes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NumberOfNodes",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NumberOfNodes",
"setterDocumentation" : "/**The number of compute nodes in the cluster.
\n@param numberOfNodes The number of compute nodes in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfNodes",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of compute nodes in the cluster.
\n@param numberOfNodes The number of compute nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numberOfNodes",
"variableType" : "Integer",
"documentation" : "The number of compute nodes in the cluster.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PubliclyAccessible",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
\n@param publiclyAccessible A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
\n@return A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PubliclyAccessible",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PubliclyAccessible",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PubliclyAccessible",
"setterDocumentation" : "/**A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
\n@param publiclyAccessible A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
\n@param publiclyAccessible A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "publiclyAccessible",
"variableType" : "Boolean",
"documentation" : "A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Encrypted",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
\n@param encrypted A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
\n@return A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Encrypted",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Encrypted",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Encrypted",
"setterDocumentation" : "/**A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
\n@param encrypted A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "encrypted",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
\n@param encrypted A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "encrypted",
"variableType" : "Boolean",
"documentation" : "A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RestoreStatus",
"c2jShape" : "RestoreStatus",
"deprecated" : false,
"documentation" : "A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
\n@param restoreStatus A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
\n@return A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.*/",
"getterModel" : {
"returnType" : "RestoreStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RestoreStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RestoreStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RestoreStatus",
"setterDocumentation" : "/**A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
\n@param restoreStatus A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.*/",
"setterModel" : {
"variableDeclarationType" : "RestoreStatus",
"variableName" : "restoreStatus",
"variableType" : "RestoreStatus",
"documentation" : "",
"simpleType" : "RestoreStatus",
"variableSetterType" : "RestoreStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
\n@param restoreStatus A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RestoreStatus",
"variableName" : "restoreStatus",
"variableType" : "RestoreStatus",
"documentation" : "A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
",
"simpleType" : "RestoreStatus",
"variableSetterType" : "RestoreStatus"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HsmStatus",
"c2jShape" : "HsmStatus",
"deprecated" : false,
"documentation" : "A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
\n@param hsmStatus A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
\n@return A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command. Values: active, applying*/",
"getterModel" : {
"returnType" : "HsmStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HsmStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HsmStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HsmStatus",
"setterDocumentation" : "/**
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
\n@param hsmStatus A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command. Values: active, applying*/",
"setterModel" : {
"variableDeclarationType" : "HsmStatus",
"variableName" : "hsmStatus",
"variableType" : "HsmStatus",
"documentation" : "",
"simpleType" : "HsmStatus",
"variableSetterType" : "HsmStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
\n@param hsmStatus A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command. Values: active, applying\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HsmStatus",
"variableName" : "hsmStatus",
"variableType" : "HsmStatus",
"documentation" : "
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
",
"simpleType" : "HsmStatus",
"variableSetterType" : "HsmStatus"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterSnapshotCopyStatus",
"c2jShape" : "ClusterSnapshotCopyStatus",
"deprecated" : false,
"documentation" : "A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
\n@param clusterSnapshotCopyStatus A value that returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
\n@return A value that returns the destination region and retention period that are configured for cross-region snapshot copy.*/",
"getterModel" : {
"returnType" : "ClusterSnapshotCopyStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSnapshotCopyStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSnapshotCopyStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterSnapshotCopyStatus",
"setterDocumentation" : "/**A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
\n@param clusterSnapshotCopyStatus A value that returns the destination region and retention period that are configured for cross-region snapshot copy.*/",
"setterModel" : {
"variableDeclarationType" : "ClusterSnapshotCopyStatus",
"variableName" : "clusterSnapshotCopyStatus",
"variableType" : "ClusterSnapshotCopyStatus",
"documentation" : "",
"simpleType" : "ClusterSnapshotCopyStatus",
"variableSetterType" : "ClusterSnapshotCopyStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
\n@param clusterSnapshotCopyStatus A value that returns the destination region and retention period that are configured for cross-region snapshot copy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterSnapshotCopyStatus",
"variableName" : "clusterSnapshotCopyStatus",
"variableType" : "ClusterSnapshotCopyStatus",
"documentation" : "A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
",
"simpleType" : "ClusterSnapshotCopyStatus",
"variableSetterType" : "ClusterSnapshotCopyStatus"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterPublicKey",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The public key for the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The public key for the cluster.
\n@return The public key for the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterPublicKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterPublicKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterPublicKey",
"setterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterPublicKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterPublicKey",
"variableType" : "String",
"documentation" : "The public key for the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterNodes",
"c2jShape" : "ClusterNodesList",
"deprecated" : false,
"documentation" : "The nodes in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The nodes in the cluster.
\n@param clusterNodes The nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The nodes in the cluster.
\n@return The nodes in the cluster.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterNodes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterNodes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterNode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterNode",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterNode",
"variableName" : "member",
"variableType" : "ClusterNode",
"documentation" : "",
"simpleType" : "ClusterNode",
"variableSetterType" : "ClusterNode"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterNode",
"variableName" : "member",
"variableType" : "ClusterNode",
"documentation" : "",
"simpleType" : "ClusterNode",
"variableSetterType" : "ClusterNode"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ClusterNode",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterNode",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterNodes",
"setterDocumentation" : "/**The nodes in the cluster.
\n@param clusterNodes The nodes in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterNodes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The nodes in the cluster.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClusterNodes(java.util.Collection)} or {@link #withClusterNodes(java.util.Collection)} if you want to override the existing values.
\n@param clusterNodes The nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterNodes",
"variableType" : "java.util.List",
"documentation" : "The nodes in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ElasticIpStatus",
"c2jShape" : "ElasticIpStatus",
"deprecated" : false,
"documentation" : "The status of the elastic IP (EIP) address.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the elastic IP (EIP) address.
\n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The status of the elastic IP (EIP) address.
\n@return The status of the elastic IP (EIP) address.*/",
"getterModel" : {
"returnType" : "ElasticIpStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ElasticIpStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ElasticIpStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ElasticIpStatus",
"setterDocumentation" : "/**The status of the elastic IP (EIP) address.
\n@param elasticIpStatus The status of the elastic IP (EIP) address.*/",
"setterModel" : {
"variableDeclarationType" : "ElasticIpStatus",
"variableName" : "elasticIpStatus",
"variableType" : "ElasticIpStatus",
"documentation" : "",
"simpleType" : "ElasticIpStatus",
"variableSetterType" : "ElasticIpStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the elastic IP (EIP) address.
\n@param elasticIpStatus The status of the elastic IP (EIP) address.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ElasticIpStatus",
"variableName" : "elasticIpStatus",
"variableType" : "ElasticIpStatus",
"documentation" : "The status of the elastic IP (EIP) address.
",
"simpleType" : "ElasticIpStatus",
"variableSetterType" : "ElasticIpStatus"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClusterRevisionNumber",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The specific revision number of the database in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@return The specific revision number of the database in the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterRevisionNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterRevisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterRevisionNumber",
"setterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterRevisionNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterRevisionNumber",
"variableType" : "String",
"documentation" : "The specific revision number of the database in the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The list of tags for the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The list of tags for the cluster.
\n@param tags The list of tags for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The list of tags for the cluster.
\n@return The list of tags for the cluster.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tag",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tag",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "Tag",
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**The list of tags for the cluster.
\n@param tags The list of tags for the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of tags for the cluster.
\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 cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The list of tags for the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KmsKeyId",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
\n@param kmsKeyId The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
\n@return The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KmsKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KmsKeyId",
"setterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
\n@param kmsKeyId The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
\n@param kmsKeyId The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EnhancedVpcRouting",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
\n@param enhancedVpcRouting An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true
, enhanced VPC routing is enabled.
Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
\n@return An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true
, enhanced VPC routing is enabled.
Default: false*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EnhancedVpcRouting",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EnhancedVpcRouting",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EnhancedVpcRouting",
"setterDocumentation" : "/**
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
\n@param enhancedVpcRouting An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true
, enhanced VPC routing is enabled.
Default: false*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enhancedVpcRouting",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
\n@param enhancedVpcRouting An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true
, enhanced VPC routing is enabled.
Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enhancedVpcRouting",
"variableType" : "Boolean",
"documentation" : "
An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IamRoles",
"c2jShape" : "ClusterIamRoleList",
"deprecated" : false,
"documentation" : "A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
\n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
\n@return A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IamRoles",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoles",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterIamRole",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterIamRole",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterIamRole",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterIamRole",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterIamRole",
"variableName" : "member",
"variableType" : "ClusterIamRole",
"documentation" : "",
"simpleType" : "ClusterIamRole",
"variableSetterType" : "ClusterIamRole"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterIamRole",
"variableName" : "member",
"variableType" : "ClusterIamRole",
"documentation" : "",
"simpleType" : "ClusterIamRole",
"variableSetterType" : "ClusterIamRole"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ClusterIamRole",
"memberType" : "ClusterIamRole",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterIamRole",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "IamRoles",
"setterDocumentation" : "/**A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
\n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "iamRoles",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setIamRoles(java.util.Collection)} or {@link #withIamRoles(java.util.Collection)} if you want to override the existing values.
\n@param iamRoles A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "iamRoles",
"variableType" : "java.util.List",
"documentation" : "A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowVersionUpgrade" : {
"c2jName" : "AllowVersionUpgrade",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@return A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowVersionUpgrade",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowVersionUpgrade",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowVersionUpgrade",
"setterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
\n@param allowVersionUpgrade A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowVersionUpgrade",
"variableType" : "Boolean",
"documentation" : "A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"AutomatedSnapshotRetentionPeriod" : {
"c2jName" : "AutomatedSnapshotRetentionPeriod",
"c2jShape" : "Integer",
"deprecated" : false,
"documentation" : "The number of days that automatic cluster snapshots are retained.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@return The number of days that automatic cluster snapshots are retained.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AutomatedSnapshotRetentionPeriod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AutomatedSnapshotRetentionPeriod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AutomatedSnapshotRetentionPeriod",
"setterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "automatedSnapshotRetentionPeriod",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The number of days that automatic cluster snapshots are retained.
\n@param automatedSnapshotRetentionPeriod The number of days that automatic cluster snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "automatedSnapshotRetentionPeriod",
"variableType" : "Integer",
"documentation" : "The number of days that automatic cluster snapshots are retained.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The name of the Availability Zone in which the cluster is located.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@return The name of the Availability Zone in which the cluster is located.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AvailabilityZone",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityZone",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AvailabilityZone",
"setterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Availability Zone in which the cluster is located.
\n@param availabilityZone The name of the Availability Zone in which the cluster is located.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "availabilityZone",
"variableType" : "String",
"documentation" : "The name of the Availability Zone in which the cluster is located.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClusterCreateTime" : {
"c2jName" : "ClusterCreateTime",
"c2jShape" : "TStamp",
"deprecated" : false,
"documentation" : "The date and time that the cluster was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date and time that the cluster was created.
\n@return The date and time that the cluster was created.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterCreateTime",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterCreateTime",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterCreateTime",
"setterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "clusterCreateTime",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date and time that the cluster was created.
\n@param clusterCreateTime The date and time that the cluster was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "clusterCreateTime",
"variableType" : "java.util.Date",
"documentation" : "The date and time that the cluster was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"ClusterIdentifier" : {
"c2jName" : "ClusterIdentifier",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The unique identifier of the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The unique identifier of the cluster.
\n@return The unique identifier of the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterIdentifier",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterIdentifier",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterIdentifier",
"setterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterIdentifier",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The unique identifier of the cluster.
\n@param clusterIdentifier The unique identifier of the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterIdentifier",
"variableType" : "String",
"documentation" : "The unique identifier of the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClusterNodes" : {
"c2jName" : "ClusterNodes",
"c2jShape" : "ClusterNodesList",
"deprecated" : false,
"documentation" : "The nodes in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The nodes in the cluster.
\n@param clusterNodes The nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The nodes in the cluster.
\n@return The nodes in the cluster.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterNodes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterNodes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterNode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterNode",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterNode",
"variableName" : "member",
"variableType" : "ClusterNode",
"documentation" : "",
"simpleType" : "ClusterNode",
"variableSetterType" : "ClusterNode"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterNode",
"variableName" : "member",
"variableType" : "ClusterNode",
"documentation" : "",
"simpleType" : "ClusterNode",
"variableSetterType" : "ClusterNode"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ClusterNode",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterNode",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterNodes",
"setterDocumentation" : "/**The nodes in the cluster.
\n@param clusterNodes The nodes in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterNodes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The nodes in the cluster.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClusterNodes(java.util.Collection)} or {@link #withClusterNodes(java.util.Collection)} if you want to override the existing values.
\n@param clusterNodes The nodes in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterNodes",
"variableType" : "java.util.List",
"documentation" : "The nodes in the cluster.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ClusterParameterGroups" : {
"c2jName" : "ClusterParameterGroups",
"c2jShape" : "ClusterParameterGroupStatusList",
"deprecated" : false,
"documentation" : "The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@return The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterParameterGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterParameterGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterParameterGroupStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterParameterGroupStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterParameterGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterParameterGroup",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterParameterGroupStatus",
"variableName" : "member",
"variableType" : "ClusterParameterGroupStatus",
"documentation" : "",
"simpleType" : "ClusterParameterGroupStatus",
"variableSetterType" : "ClusterParameterGroupStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterParameterGroupStatus",
"variableName" : "member",
"variableType" : "ClusterParameterGroupStatus",
"documentation" : "",
"simpleType" : "ClusterParameterGroupStatus",
"variableSetterType" : "ClusterParameterGroupStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ClusterParameterGroup",
"memberType" : "ClusterParameterGroupStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterParameterGroupStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterParameterGroups",
"setterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterParameterGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setClusterParameterGroups(java.util.Collection)} or {@link #withClusterParameterGroups(java.util.Collection)} if you want to override the existing values.
\n@param clusterParameterGroups The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "clusterParameterGroups",
"variableType" : "java.util.List",
"documentation" : "The list of cluster parameter groups that are associated with this cluster. Each parameter group in the list is returned with its status.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ClusterPublicKey" : {
"c2jName" : "ClusterPublicKey",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The public key for the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The public key for the cluster.
\n@return The public key for the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterPublicKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterPublicKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterPublicKey",
"setterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterPublicKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The public key for the cluster.
\n@param clusterPublicKey The public key for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterPublicKey",
"variableType" : "String",
"documentation" : "The public key for the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClusterRevisionNumber" : {
"c2jName" : "ClusterRevisionNumber",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "The specific revision number of the database in the cluster.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@return The specific revision number of the database in the cluster.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterRevisionNumber",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterRevisionNumber",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClusterRevisionNumber",
"setterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clusterRevisionNumber",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The specific revision number of the database in the cluster.
\n@param clusterRevisionNumber The specific revision number of the database in the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clusterRevisionNumber",
"variableType" : "String",
"documentation" : "The specific revision number of the database in the cluster.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClusterSecurityGroups" : {
"c2jName" : "ClusterSecurityGroups",
"c2jShape" : "ClusterSecurityGroupMembershipList",
"deprecated" : false,
"documentation" : "A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\n@param clusterSecurityGroups A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements. Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
\n@return A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements. Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ClusterSecurityGroupMembership",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "ClusterSecurityGroupMembership",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClusterSecurityGroup",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClusterSecurityGroup",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "ClusterSecurityGroupMembership",
"variableName" : "member",
"variableType" : "ClusterSecurityGroupMembership",
"documentation" : "",
"simpleType" : "ClusterSecurityGroupMembership",
"variableSetterType" : "ClusterSecurityGroupMembership"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ClusterSecurityGroupMembership",
"variableName" : "member",
"variableType" : "ClusterSecurityGroupMembership",
"documentation" : "",
"simpleType" : "ClusterSecurityGroupMembership",
"variableSetterType" : "ClusterSecurityGroupMembership"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : "ClusterSecurityGroup",
"memberType" : "ClusterSecurityGroupMembership",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ClusterSecurityGroupMembership",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ClusterSecurityGroups",
"setterDocumentation" : "/**A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains