models.redshift-2012-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-redshift Show documentation
{
"metadata" : {
"apiVersion" : "2012-12-01",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Amazon Redshift Overview This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to Using the Amazon Redshift Management Interfaces .
Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers.
If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the The Amazon Redshift Getting Started Guide
If you are a database developer, the Amazon Redshift Database Developer Guide explains how to design, build, query, and maintain the databases that make up your data warehouse.
",
"defaultEndpoint" : "redshift.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "redshift.us-east-1.amazonaws.com",
"syncInterface" : "AmazonRedshift",
"syncClient" : "AmazonRedshiftClient",
"asyncInterface" : "AmazonRedshiftAsync",
"asyncClient" : "AmazonRedshiftAsyncClient",
"packageName" : "com.amazonaws.services.redshift",
"packagePath" : "com/amazonaws/services/redshift",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Redshift",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "redshift",
"signingName" : "redshift",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"jsonProtocol" : false,
"xmlProtocol" : true,
"cborProtocol" : false,
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"syncClientBuilderClassName" : "AmazonRedshiftClientBuilder",
"asyncClientBuilderClassName" : "AmazonRedshiftAsyncClientBuilder",
"serviceName" : "Amazon Redshift",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller"
},
"operations" : {
"AuthorizeClusterSecurityGroupIngress" : {
"documentation" : " Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.
If you authorize access to an Amazon EC2 security group, specify EC2SecurityGroupName and EC2SecurityGroupOwnerId. The Amazon EC2 security group and Amazon Redshift cluster must be in the same AWS region.
If you authorize access to a CIDR/IP address range, specify CIDRIP. For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing.
You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "AuthorizeClusterSecurityGroupIngress",
"deprecated" : false,
"input" : {
"variableName" : "authorizeClusterSecurityGroupIngressRequest",
"variableType" : "AuthorizeClusterSecurityGroupIngressRequest",
"variableDeclarationType" : "AuthorizeClusterSecurityGroupIngressRequest",
"documentation" : "",
"variableSetterType" : "AuthorizeClusterSecurityGroupIngressRequest",
"simpleType" : "AuthorizeClusterSecurityGroupIngressRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : " The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "AuthorizationAlreadyExistsException",
"documentation" : " The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
"
}, {
"exceptionName" : "AuthorizationQuotaExceededException",
"documentation" : " The authorization quota for the cluster security group has been reached.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "authorizeClusterSecurityGroupIngress",
"syncReturnType" : "ClusterSecurityGroup",
"asyncReturnType" : "ClusterSecurityGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"AuthorizeSnapshotAccess" : {
"documentation" : " Authorizes the specified AWS customer account to restore the specified snapshot.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "AuthorizeSnapshotAccess",
"deprecated" : false,
"input" : {
"variableName" : "authorizeSnapshotAccessRequest",
"variableType" : "AuthorizeSnapshotAccessRequest",
"variableDeclarationType" : "AuthorizeSnapshotAccessRequest",
"documentation" : "
",
"variableSetterType" : "AuthorizeSnapshotAccessRequest",
"simpleType" : "AuthorizeSnapshotAccessRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "AuthorizationAlreadyExistsException",
"documentation" : " The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
"
}, {
"exceptionName" : "AuthorizationQuotaExceededException",
"documentation" : " The authorization quota for the cluster security group has been reached.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : " The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "authorizeSnapshotAccess",
"syncReturnType" : "Snapshot",
"asyncReturnType" : "Snapshot",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CopyClusterSnapshot" : {
"documentation" : " Copies the specified automated cluster snapshot to a new manual cluster snapshot. The source must be an automated snapshot and it must be in the available state.
When you delete a cluster, Amazon Redshift deletes any automated snapshots of the cluster. Also, when the retention period of the snapshot expires, Amazon Redshift automatically deletes it. If you want to keep an automated snapshot for a longer period, you can make a manual copy of the snapshot. Manual snapshots are retained until you delete them.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CopyClusterSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "copyClusterSnapshotRequest",
"variableType" : "CopyClusterSnapshotRequest",
"variableDeclarationType" : "CopyClusterSnapshotRequest",
"documentation" : "
",
"variableSetterType" : "CopyClusterSnapshotRequest",
"simpleType" : "CopyClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : " The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : " The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : " The request would result in the user exceeding the allowed number of cluster snapshots.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "copyClusterSnapshot",
"syncReturnType" : "Snapshot",
"asyncReturnType" : "Snapshot",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateCluster" : {
"documentation" : " Creates a new cluster. To create the cluster in virtual private cloud (VPC), you must provide cluster subnet group name. If you don't provide a cluster subnet group name or the cluster security group parameter, Amazon Redshift creates a non-VPC cluster, it associates the default cluster security group with the cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
",
"operationName" : "CreateCluster",
"deprecated" : false,
"input" : {
"variableName" : "createClusterRequest",
"variableType" : "CreateClusterRequest",
"variableDeclarationType" : "CreateClusterRequest",
"documentation" : "",
"variableSetterType" : "CreateClusterRequest",
"simpleType" : "CreateClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : " The account already has a cluster with the given identifier.
"
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : " The number of nodes specified exceeds the allotted capacity of the cluster.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "ClusterQuotaExceededException",
"documentation" : " The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "NumberOfNodesQuotaExceededException",
"documentation" : "The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "NumberOfNodesPerClusterLimitExceededException",
"documentation" : "The operation would exceed the number of nodes allowed for a cluster.
"
}, {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : " The cluster subnet group name does not refer to an existing cluster subnet group.
"
}, {
"exceptionName" : "InvalidVPCNetworkStateException",
"documentation" : " The cluster subnet group does not cover all Availability Zones.
"
}, {
"exceptionName" : "InvalidClusterSubnetGroupStateException",
"documentation" : " The cluster subnet group cannot be deleted because it is in use.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : " The requested subnet is not valid, or not all of the subnets are in the same VPC.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "InvalidElasticIpException",
"documentation" : "The Elastic IP (EIP) is invalid or cannot be found.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createCluster",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateClusterParameterGroup" : {
"documentation" : " Creates an Amazon Redshift parameter group.
Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster.
Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateClusterParameterGroup",
"deprecated" : false,
"input" : {
"variableName" : "createClusterParameterGroupRequest",
"variableType" : "CreateClusterParameterGroupRequest",
"variableDeclarationType" : "CreateClusterParameterGroupRequest",
"documentation" : "
",
"variableSetterType" : "CreateClusterParameterGroupRequest",
"simpleType" : "CreateClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterParameterGroup",
"documentation" : "Describes a parameter group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterParameterGroupQuotaExceededException",
"documentation" : " The request would result in the user exceeding the allowed number of cluster parameter groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "ClusterParameterGroupAlreadyExistsException",
"documentation" : " A cluster parameter group with the same name already exists.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createClusterParameterGroup",
"syncReturnType" : "ClusterParameterGroup",
"asyncReturnType" : "ClusterParameterGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateClusterSecurityGroup" : {
"documentation" : " Creates a new Amazon Redshift security group. You use security groups to control access to non-VPC clusters.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateClusterSecurityGroup",
"deprecated" : false,
"input" : {
"variableName" : "createClusterSecurityGroupRequest",
"variableType" : "CreateClusterSecurityGroupRequest",
"variableDeclarationType" : "CreateClusterSecurityGroupRequest",
"documentation" : "",
"variableSetterType" : "CreateClusterSecurityGroupRequest",
"simpleType" : "CreateClusterSecurityGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupAlreadyExistsException",
"documentation" : " A cluster security group with the same name already exists.
"
}, {
"exceptionName" : "ClusterSecurityGroupQuotaExceededException",
"documentation" : " The request would result in the user exceeding the allowed number of cluster security groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createClusterSecurityGroup",
"syncReturnType" : "ClusterSecurityGroup",
"asyncReturnType" : "ClusterSecurityGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateClusterSnapshot" : {
"documentation" : " Creates a manual snapshot of the specified cluster. The cluster must be in the available
state.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateClusterSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "createClusterSnapshotRequest",
"variableType" : "CreateClusterSnapshotRequest",
"variableDeclarationType" : "CreateClusterSnapshotRequest",
"documentation" : "
",
"variableSetterType" : "CreateClusterSnapshotRequest",
"simpleType" : "CreateClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : " The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : " The request would result in the user exceeding the allowed number of cluster snapshots.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createClusterSnapshot",
"syncReturnType" : "Snapshot",
"asyncReturnType" : "Snapshot",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateClusterSubnetGroup" : {
"documentation" : " Creates a new Amazon Redshift subnet group. You must provide a list of one or more subnets in your existing Amazon Virtual Private Cloud (Amazon VPC) when creating Amazon Redshift subnet group.
For information about subnet groups, go to Amazon Redshift Cluster Subnet Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateClusterSubnetGroup",
"deprecated" : false,
"input" : {
"variableName" : "createClusterSubnetGroupRequest",
"variableType" : "CreateClusterSubnetGroupRequest",
"variableDeclarationType" : "CreateClusterSubnetGroupRequest",
"documentation" : "
",
"variableSetterType" : "CreateClusterSubnetGroupRequest",
"simpleType" : "CreateClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterSubnetGroup",
"documentation" : "Describes a subnet group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSubnetGroupAlreadyExistsException",
"documentation" : " A ClusterSubnetGroupName is already used by an existing cluster subnet group.
"
}, {
"exceptionName" : "ClusterSubnetGroupQuotaExceededException",
"documentation" : " The request would result in user exceeding the allowed number of cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "ClusterSubnetQuotaExceededException",
"documentation" : " The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : " The requested subnet is not valid, or not all of the subnets are in the same VPC.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createClusterSubnetGroup",
"syncReturnType" : "ClusterSubnetGroup",
"asyncReturnType" : "ClusterSubnetGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateEventSubscription" : {
"documentation" : " Creates an Amazon Redshift event notification subscription. This action requires an ARN (Amazon Resource Name) of an Amazon SNS topic created by either the Amazon Redshift console, the Amazon SNS console, or the Amazon SNS API. To obtain an ARN with Amazon SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.
You can specify the source type, and lists of Amazon Redshift source IDs, event categories, and event severities. Notifications will be sent for all events you want that match those criteria. For example, you can specify source type = cluster, source ID = my-cluster-1 and mycluster2, event categories = Availability, Backup, and severity = ERROR. The subscription will only send notifications for those ERROR events in the Availability and Backup categories for the specified clusters.
If you specify both the source type and source IDs, such as source type = cluster and source identifier = my-cluster-1, notifications will be sent for all the cluster events for my-cluster-1. If you specify a source type but do not specify a source identifier, you will receive notice of the events for the objects of that type in your AWS account. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all Amazon Redshift sources belonging to your AWS account. You must specify a source type if you specify a source ID.
",
"operationName" : "CreateEventSubscription",
"deprecated" : false,
"input" : {
"variableName" : "createEventSubscriptionRequest",
"variableType" : "CreateEventSubscriptionRequest",
"variableDeclarationType" : "CreateEventSubscriptionRequest",
"documentation" : "",
"variableSetterType" : "CreateEventSubscriptionRequest",
"simpleType" : "CreateEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EventSubscription",
"documentation" : "Describes event subscriptions.
"
},
"exceptions" : [ {
"exceptionName" : "EventSubscriptionQuotaExceededException",
"documentation" : " The request would exceed the allowed number of event subscriptions for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "SubscriptionAlreadyExistException",
"documentation" : "There is already an existing event notification subscription with the specified name.
"
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.
"
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You do not have permission to publish to the specified Amazon SNS topic.
"
}, {
"exceptionName" : "SNSTopicArnNotFoundException",
"documentation" : "An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.
"
}, {
"exceptionName" : "SubscriptionEventIdNotFoundException",
"documentation" : "An Amazon Redshift event with the specified event ID does not exist.
"
}, {
"exceptionName" : "SubscriptionCategoryNotFoundException",
"documentation" : "The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.
"
}, {
"exceptionName" : "SubscriptionSeverityNotFoundException",
"documentation" : "The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.
"
}, {
"exceptionName" : "SourceNotFoundException",
"documentation" : "The specified Amazon Redshift event source could not be found.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createEventSubscription",
"syncReturnType" : "EventSubscription",
"asyncReturnType" : "EventSubscription",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateHsmClientCertificate" : {
"documentation" : "Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.
The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateHsmClientCertificate",
"deprecated" : false,
"input" : {
"variableName" : "createHsmClientCertificateRequest",
"variableType" : "CreateHsmClientCertificateRequest",
"variableDeclarationType" : "CreateHsmClientCertificateRequest",
"documentation" : "",
"variableSetterType" : "CreateHsmClientCertificateRequest",
"simpleType" : "CreateHsmClientCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "HsmClientCertificate",
"documentation" : "Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
"
},
"exceptions" : [ {
"exceptionName" : "HsmClientCertificateAlreadyExistsException",
"documentation" : "There is already an existing Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmClientCertificateQuotaExceededException",
"documentation" : " The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createHsmClientCertificate",
"syncReturnType" : "HsmClientCertificate",
"asyncReturnType" : "HsmClientCertificate",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateHsmConfiguration" : {
"documentation" : "Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.
In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateHsmConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "createHsmConfigurationRequest",
"variableType" : "CreateHsmConfigurationRequest",
"variableDeclarationType" : "CreateHsmConfigurationRequest",
"documentation" : "",
"variableSetterType" : "CreateHsmConfigurationRequest",
"simpleType" : "CreateHsmConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "HsmConfiguration",
"documentation" : "Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.
"
},
"exceptions" : [ {
"exceptionName" : "HsmConfigurationAlreadyExistsException",
"documentation" : "There is already an existing Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationQuotaExceededException",
"documentation" : " The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createHsmConfiguration",
"syncReturnType" : "HsmConfiguration",
"asyncReturnType" : "HsmConfiguration",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateSnapshotCopyGrant" : {
"documentation" : "Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "CreateSnapshotCopyGrant",
"deprecated" : false,
"input" : {
"variableName" : "createSnapshotCopyGrantRequest",
"variableType" : "CreateSnapshotCopyGrantRequest",
"variableDeclarationType" : "CreateSnapshotCopyGrantRequest",
"documentation" : "The result of the CreateSnapshotCopyGrant
action.
",
"variableSetterType" : "CreateSnapshotCopyGrantRequest",
"simpleType" : "CreateSnapshotCopyGrantRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SnapshotCopyGrant",
"documentation" : "The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS KMS in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
"
},
"exceptions" : [ {
"exceptionName" : "SnapshotCopyGrantAlreadyExistsException",
"documentation" : "The snapshot copy grant can't be created because a grant with the same name already exists.
"
}, {
"exceptionName" : "SnapshotCopyGrantQuotaExceededException",
"documentation" : "The AWS account has exceeded the maximum number of snapshot copy grants in this region.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createSnapshotCopyGrant",
"syncReturnType" : "SnapshotCopyGrant",
"asyncReturnType" : "SnapshotCopyGrant",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateTags" : {
"documentation" : " Adds one or more tags to a specified resource.
A resource can have up to 10 tags. If you try to create more than 10 tags for a resource, you will receive an error and the attempt will fail.
If you specify a key that already exists for the resource, the value for that key will be updated with the new value.
",
"operationName" : "CreateTags",
"deprecated" : false,
"input" : {
"variableName" : "createTagsRequest",
"variableType" : "CreateTagsRequest",
"variableDeclarationType" : "CreateTagsRequest",
"documentation" : " Contains the output from the CreateTags
action.
",
"variableSetterType" : "CreateTagsRequest",
"simpleType" : "CreateTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "TagLimitExceededException",
"documentation" : " The request exceeds the limit of 10 tags for the resource.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createTags",
"syncReturnType" : "CreateTagsResult",
"asyncReturnType" : "CreateTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteCluster" : {
"documentation" : " Deletes a previously provisioned cluster. A successful response from the web service indicates that the request was received correctly. Use DescribeClusters to monitor the status of the deletion. The delete operation cannot be canceled or reverted once submitted. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
If you want to shut down the cluster and retain it for future use, set SkipFinalClusterSnapshot to false
and specify a name for FinalClusterSnapshotIdentifier. You can later restore this snapshot to resume using the cluster. If a final cluster snapshot is requested, the status of the cluster will be \"final-snapshot\" while the snapshot is being taken, then it's \"deleting\" once Amazon Redshift begins deleting the cluster.
For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
",
"operationName" : "DeleteCluster",
"deprecated" : false,
"input" : {
"variableName" : "deleteClusterRequest",
"variableType" : "DeleteClusterRequest",
"variableDeclarationType" : "DeleteClusterRequest",
"documentation" : "
",
"variableSetterType" : "DeleteClusterRequest",
"simpleType" : "DeleteClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterSnapshotAlreadyExistsException",
"documentation" : " The value specified as a snapshot identifier is already used by an existing snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotQuotaExceededException",
"documentation" : " The request would result in the user exceeding the allowed number of cluster snapshots.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteCluster",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteClusterParameterGroup" : {
"documentation" : " Deletes a specified Amazon Redshift parameter group. You cannot delete a parameter group if it is associated with a cluster.
",
"operationName" : "DeleteClusterParameterGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteClusterParameterGroupRequest",
"variableType" : "DeleteClusterParameterGroupRequest",
"variableDeclarationType" : "DeleteClusterParameterGroupRequest",
"documentation" : "
",
"variableSetterType" : "DeleteClusterParameterGroupRequest",
"simpleType" : "DeleteClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteClusterParameterGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterParameterGroupStateException",
"documentation" : " The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteClusterParameterGroup",
"syncReturnType" : "DeleteClusterParameterGroupResult",
"asyncReturnType" : "DeleteClusterParameterGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteClusterSecurityGroup" : {
"documentation" : " Deletes an Amazon Redshift security group.
You cannot delete a security group that is associated with any clusters. You cannot delete the default security group. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "DeleteClusterSecurityGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteClusterSecurityGroupRequest",
"variableType" : "DeleteClusterSecurityGroupRequest",
"variableDeclarationType" : "DeleteClusterSecurityGroupRequest",
"documentation" : "
",
"variableSetterType" : "DeleteClusterSecurityGroupRequest",
"simpleType" : "DeleteClusterSecurityGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteClusterSecurityGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : " The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteClusterSecurityGroup",
"syncReturnType" : "DeleteClusterSecurityGroupResult",
"asyncReturnType" : "DeleteClusterSecurityGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteClusterSnapshot" : {
"documentation" : " Deletes the specified manual snapshot. The snapshot must be in the available
state, with no other users authorized to access the snapshot.
Unlike automated snapshots, manual snapshots are retained even after you delete your cluster. Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot explicitly to avoid getting charged. If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.
",
"operationName" : "DeleteClusterSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "deleteClusterSnapshotRequest",
"variableType" : "DeleteClusterSnapshotRequest",
"variableDeclarationType" : "DeleteClusterSnapshotRequest",
"documentation" : "
",
"variableSetterType" : "DeleteClusterSnapshotRequest",
"simpleType" : "DeleteClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : " The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteClusterSnapshot",
"syncReturnType" : "Snapshot",
"asyncReturnType" : "Snapshot",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteClusterSubnetGroup" : {
"documentation" : " Deletes the specified cluster subnet group.
",
"operationName" : "DeleteClusterSubnetGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteClusterSubnetGroupRequest",
"variableType" : "DeleteClusterSubnetGroupRequest",
"variableDeclarationType" : "DeleteClusterSubnetGroupRequest",
"documentation" : "",
"variableSetterType" : "DeleteClusterSubnetGroupRequest",
"simpleType" : "DeleteClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteClusterSubnetGroupResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterSubnetGroupStateException",
"documentation" : " The cluster subnet group cannot be deleted because it is in use.
"
}, {
"exceptionName" : "InvalidClusterSubnetStateException",
"documentation" : "The state of the subnet is invalid.
"
}, {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : " The cluster subnet group name does not refer to an existing cluster subnet group.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteClusterSubnetGroup",
"syncReturnType" : "DeleteClusterSubnetGroupResult",
"asyncReturnType" : "DeleteClusterSubnetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteEventSubscription" : {
"documentation" : " Deletes an Amazon Redshift event notification subscription.
",
"operationName" : "DeleteEventSubscription",
"deprecated" : false,
"input" : {
"variableName" : "deleteEventSubscriptionRequest",
"variableType" : "DeleteEventSubscriptionRequest",
"variableDeclarationType" : "DeleteEventSubscriptionRequest",
"documentation" : "",
"variableSetterType" : "DeleteEventSubscriptionRequest",
"simpleType" : "DeleteEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEventSubscriptionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "SubscriptionNotFoundException",
"documentation" : "An Amazon Redshift event notification subscription with the specified name does not exist.
"
}, {
"exceptionName" : "InvalidSubscriptionStateException",
"documentation" : " The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteEventSubscription",
"syncReturnType" : "DeleteEventSubscriptionResult",
"asyncReturnType" : "DeleteEventSubscriptionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteHsmClientCertificate" : {
"documentation" : "Deletes the specified HSM client certificate.
",
"operationName" : "DeleteHsmClientCertificate",
"deprecated" : false,
"input" : {
"variableName" : "deleteHsmClientCertificateRequest",
"variableType" : "DeleteHsmClientCertificateRequest",
"variableDeclarationType" : "DeleteHsmClientCertificateRequest",
"documentation" : "",
"variableSetterType" : "DeleteHsmClientCertificateRequest",
"simpleType" : "DeleteHsmClientCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteHsmClientCertificateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidHsmClientCertificateStateException",
"documentation" : "The specified HSM client certificate is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteHsmClientCertificate",
"syncReturnType" : "DeleteHsmClientCertificateResult",
"asyncReturnType" : "DeleteHsmClientCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteHsmConfiguration" : {
"documentation" : "Deletes the specified Amazon Redshift HSM configuration.
",
"operationName" : "DeleteHsmConfiguration",
"deprecated" : false,
"input" : {
"variableName" : "deleteHsmConfigurationRequest",
"variableType" : "DeleteHsmConfigurationRequest",
"variableDeclarationType" : "DeleteHsmConfigurationRequest",
"documentation" : "",
"variableSetterType" : "DeleteHsmConfigurationRequest",
"simpleType" : "DeleteHsmConfigurationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteHsmConfigurationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidHsmConfigurationStateException",
"documentation" : "The specified HSM configuration is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteHsmConfiguration",
"syncReturnType" : "DeleteHsmConfigurationResult",
"asyncReturnType" : "DeleteHsmConfigurationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteSnapshotCopyGrant" : {
"documentation" : "Deletes the specified snapshot copy grant.
",
"operationName" : "DeleteSnapshotCopyGrant",
"deprecated" : false,
"input" : {
"variableName" : "deleteSnapshotCopyGrantRequest",
"variableType" : "DeleteSnapshotCopyGrantRequest",
"variableDeclarationType" : "DeleteSnapshotCopyGrantRequest",
"documentation" : "The result of the DeleteSnapshotCopyGrant
action.
",
"variableSetterType" : "DeleteSnapshotCopyGrantRequest",
"simpleType" : "DeleteSnapshotCopyGrantRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteSnapshotCopyGrantResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidSnapshotCopyGrantStateException",
"documentation" : "The snapshot copy grant can't be deleted because it is used by one or more clusters.
"
}, {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteSnapshotCopyGrant",
"syncReturnType" : "DeleteSnapshotCopyGrantResult",
"asyncReturnType" : "DeleteSnapshotCopyGrantResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteTags" : {
"documentation" : " Deletes a tag or tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.
",
"operationName" : "DeleteTags",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"variableDeclarationType" : "DeleteTagsRequest",
"documentation" : " Contains the output from the DeleteTags
action.
",
"variableSetterType" : "DeleteTagsRequest",
"simpleType" : "DeleteTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteTags",
"syncReturnType" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterParameterGroups" : {
"documentation" : " Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all parameter groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all parameter groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, parameter groups are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeClusterParameterGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterParameterGroupsRequest",
"variableType" : "DescribeClusterParameterGroupsRequest",
"variableDeclarationType" : "DescribeClusterParameterGroupsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeClusterParameterGroupsRequest",
"simpleType" : "DescribeClusterParameterGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterParameterGroupsResult",
"documentation" : " Contains the output from the DescribeClusterParameterGroups action.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterParameterGroups",
"syncReturnType" : "DescribeClusterParameterGroupsResult",
"asyncReturnType" : "DescribeClusterParameterGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterParameters" : {
"documentation" : " Returns a detailed list of parameters contained within the specified Amazon Redshift parameter group. For each parameter the response includes information such as parameter name, description, data type, value, whether the parameter value is modifiable, and so on.
You can specify source filter to retrieve parameters of only specific type. For example, to retrieve parameters that were modified by a user action such as from ModifyClusterParameterGroup, you can specify source equal to user.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "DescribeClusterParameters",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterParametersRequest",
"variableType" : "DescribeClusterParametersRequest",
"variableDeclarationType" : "DescribeClusterParametersRequest",
"documentation" : "",
"variableSetterType" : "DescribeClusterParametersRequest",
"simpleType" : "DescribeClusterParametersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterParametersResult",
"documentation" : " Contains the output from the DescribeClusterParameters action.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterParameters",
"syncReturnType" : "DescribeClusterParametersResult",
"asyncReturnType" : "DescribeClusterParametersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterSecurityGroups" : {
"documentation" : " Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all security groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeClusterSecurityGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterSecurityGroupsRequest",
"variableType" : "DescribeClusterSecurityGroupsRequest",
"variableDeclarationType" : "DescribeClusterSecurityGroupsRequest",
"documentation" : "",
"variableSetterType" : "DescribeClusterSecurityGroupsRequest",
"simpleType" : "DescribeClusterSecurityGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterSecurityGroupsResult",
"documentation" : "
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterSecurityGroups",
"syncReturnType" : "DescribeClusterSecurityGroupsResult",
"asyncReturnType" : "DescribeClusterSecurityGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterSnapshots" : {
"documentation" : " Returns one or more snapshot objects, which contain metadata about your cluster snapshots. By default, this operation returns information about all snapshots of all clusters that are owned by you AWS customer account. No information is returned for snapshots owned by inactive AWS customer accounts.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all snapshots that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all snapshots that have any combination of those values are returned. Only snapshots that you own are returned in the response; shared snapshots are not returned with the tag key and tag value request parameters.
If both tag keys and values are omitted from the request, snapshots are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeClusterSnapshots",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterSnapshotsRequest",
"variableType" : "DescribeClusterSnapshotsRequest",
"variableDeclarationType" : "DescribeClusterSnapshotsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeClusterSnapshotsRequest",
"simpleType" : "DescribeClusterSnapshotsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterSnapshotsResult",
"documentation" : " Contains the output from the DescribeClusterSnapshots action.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterSnapshots",
"syncReturnType" : "DescribeClusterSnapshotsResult",
"asyncReturnType" : "DescribeClusterSnapshotsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterSubnetGroups" : {
"documentation" : " Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all subnet groups that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all subnet groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, subnet groups are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeClusterSubnetGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterSubnetGroupsRequest",
"variableType" : "DescribeClusterSubnetGroupsRequest",
"variableDeclarationType" : "DescribeClusterSubnetGroupsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeClusterSubnetGroupsRequest",
"simpleType" : "DescribeClusterSubnetGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterSubnetGroupsResult",
"documentation" : " Contains the output from the DescribeClusterSubnetGroups action.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : " The cluster subnet group name does not refer to an existing cluster subnet group.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterSubnetGroups",
"syncReturnType" : "DescribeClusterSubnetGroupsResult",
"asyncReturnType" : "DescribeClusterSubnetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusterVersions" : {
"documentation" : " Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide
",
"operationName" : "DescribeClusterVersions",
"deprecated" : false,
"input" : {
"variableName" : "describeClusterVersionsRequest",
"variableType" : "DescribeClusterVersionsRequest",
"variableDeclarationType" : "DescribeClusterVersionsRequest",
"documentation" : "",
"variableSetterType" : "DescribeClusterVersionsRequest",
"simpleType" : "DescribeClusterVersionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClusterVersionsResult",
"documentation" : " Contains the output from the DescribeClusterVersions action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusterVersions",
"syncReturnType" : "DescribeClusterVersionsResult",
"asyncReturnType" : "DescribeClusterVersionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeClusters" : {
"documentation" : " Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties. This operation supports pagination. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all clusters that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all clusters that have any combination of those values are returned.
If both tag keys and values are omitted from the request, clusters are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeClusters",
"deprecated" : false,
"input" : {
"variableName" : "describeClustersRequest",
"variableType" : "DescribeClustersRequest",
"variableDeclarationType" : "DescribeClustersRequest",
"documentation" : "
",
"variableSetterType" : "DescribeClustersRequest",
"simpleType" : "DescribeClustersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeClustersResult",
"documentation" : " Contains the output from the DescribeClusters action.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeClusters",
"syncReturnType" : "DescribeClustersResult",
"asyncReturnType" : "DescribeClustersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeDefaultClusterParameters" : {
"documentation" : " Returns a list of parameter settings for the specified parameter group family.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "DescribeDefaultClusterParameters",
"deprecated" : false,
"input" : {
"variableName" : "describeDefaultClusterParametersRequest",
"variableType" : "DescribeDefaultClusterParametersRequest",
"variableDeclarationType" : "DescribeDefaultClusterParametersRequest",
"documentation" : "
",
"variableSetterType" : "DescribeDefaultClusterParametersRequest",
"simpleType" : "DescribeDefaultClusterParametersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DefaultClusterParameters",
"documentation" : "Describes the default cluster parameters for a parameter group family.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeDefaultClusterParameters",
"syncReturnType" : "DefaultClusterParameters",
"asyncReturnType" : "DefaultClusterParameters",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeEventCategories" : {
"documentation" : "Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications.
",
"operationName" : "DescribeEventCategories",
"deprecated" : false,
"input" : {
"variableName" : "describeEventCategoriesRequest",
"variableType" : "DescribeEventCategoriesRequest",
"variableDeclarationType" : "DescribeEventCategoriesRequest",
"documentation" : "
",
"variableSetterType" : "DescribeEventCategoriesRequest",
"simpleType" : "DescribeEventCategoriesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventCategoriesResult",
"documentation" : "
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEventCategories",
"syncReturnType" : "DescribeEventCategoriesResult",
"asyncReturnType" : "DescribeEventCategoriesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeEventSubscriptions" : {
"documentation" : " Lists descriptions of all the Amazon Redshift event notifications subscription for a customer account. If you specify a subscription name, lists the description for that subscription.
",
"operationName" : "DescribeEventSubscriptions",
"deprecated" : false,
"input" : {
"variableName" : "describeEventSubscriptionsRequest",
"variableType" : "DescribeEventSubscriptionsRequest",
"variableDeclarationType" : "DescribeEventSubscriptionsRequest",
"documentation" : "",
"variableSetterType" : "DescribeEventSubscriptionsRequest",
"simpleType" : "DescribeEventSubscriptionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventSubscriptionsResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "SubscriptionNotFoundException",
"documentation" : "An Amazon Redshift event notification subscription with the specified name does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEventSubscriptions",
"syncReturnType" : "DescribeEventSubscriptionsResult",
"asyncReturnType" : "DescribeEventSubscriptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeEvents" : {
"documentation" : " Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days. Events specific to a particular cluster, security group, snapshot or parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.
",
"operationName" : "DescribeEvents",
"deprecated" : false,
"input" : {
"variableName" : "describeEventsRequest",
"variableType" : "DescribeEventsRequest",
"variableDeclarationType" : "DescribeEventsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeEventsRequest",
"simpleType" : "DescribeEventsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventsResult",
"documentation" : "
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeEvents",
"syncReturnType" : "DescribeEventsResult",
"asyncReturnType" : "DescribeEventsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeHsmClientCertificates" : {
"documentation" : "Returns information about the specified HSM client certificate. If no certificate ID is specified, returns information about all the HSM certificates owned by your AWS customer account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM client certificates that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all HSM client certificates that have any combination of those values are returned.
If both tag keys and values are omitted from the request, HSM client certificates are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeHsmClientCertificates",
"deprecated" : false,
"input" : {
"variableName" : "describeHsmClientCertificatesRequest",
"variableType" : "DescribeHsmClientCertificatesRequest",
"variableDeclarationType" : "DescribeHsmClientCertificatesRequest",
"documentation" : "",
"variableSetterType" : "DescribeHsmClientCertificatesRequest",
"simpleType" : "DescribeHsmClientCertificatesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeHsmClientCertificatesResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeHsmClientCertificates",
"syncReturnType" : "DescribeHsmClientCertificatesResult",
"asyncReturnType" : "DescribeHsmClientCertificatesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeHsmConfigurations" : {
"documentation" : "Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your AWS customer account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all HSM connections that have any combination of those values are returned.
If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeHsmConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeHsmConfigurationsRequest",
"variableType" : "DescribeHsmConfigurationsRequest",
"variableDeclarationType" : "DescribeHsmConfigurationsRequest",
"documentation" : "",
"variableSetterType" : "DescribeHsmConfigurationsRequest",
"simpleType" : "DescribeHsmConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeHsmConfigurationsResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeHsmConfigurations",
"syncReturnType" : "DescribeHsmConfigurationsResult",
"asyncReturnType" : "DescribeHsmConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeLoggingStatus" : {
"documentation" : "Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
",
"operationName" : "DescribeLoggingStatus",
"deprecated" : false,
"input" : {
"variableName" : "describeLoggingStatusRequest",
"variableType" : "DescribeLoggingStatusRequest",
"variableDeclarationType" : "DescribeLoggingStatusRequest",
"documentation" : "
",
"variableSetterType" : "DescribeLoggingStatusRequest",
"simpleType" : "DescribeLoggingStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoggingStatusResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoggingStatus",
"syncReturnType" : "DescribeLoggingStatusResult",
"asyncReturnType" : "DescribeLoggingStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeOrderableClusterOptions" : {
"documentation" : " Returns a list of orderable cluster options. Before you create a new cluster you can use this operation to find what options are available, such as the EC2 Availability Zones (AZ) in the specific AWS region that you can specify, and the node types you can request. The node types differ by available storage, memory, CPU and price. With the cost involved you might want to obtain a list of cluster options in the specific region and specify values when creating a cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide
",
"operationName" : "DescribeOrderableClusterOptions",
"deprecated" : false,
"input" : {
"variableName" : "describeOrderableClusterOptionsRequest",
"variableType" : "DescribeOrderableClusterOptionsRequest",
"variableDeclarationType" : "DescribeOrderableClusterOptionsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeOrderableClusterOptionsRequest",
"simpleType" : "DescribeOrderableClusterOptionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeOrderableClusterOptionsResult",
"documentation" : " Contains the output from the DescribeOrderableClusterOptions action.
"
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "describeOrderableClusterOptions",
"syncReturnType" : "DescribeOrderableClusterOptionsResult",
"asyncReturnType" : "DescribeOrderableClusterOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeReservedNodeOfferings" : {
"documentation" : " Returns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. These descriptions help you determine which reserve node offering you want to purchase. You then use the unique offering ID in you call to PurchaseReservedNodeOffering to reserve one or more nodes for your Amazon Redshift cluster.
For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "DescribeReservedNodeOfferings",
"deprecated" : false,
"input" : {
"variableName" : "describeReservedNodeOfferingsRequest",
"variableType" : "DescribeReservedNodeOfferingsRequest",
"variableDeclarationType" : "DescribeReservedNodeOfferingsRequest",
"documentation" : "",
"variableSetterType" : "DescribeReservedNodeOfferingsRequest",
"simpleType" : "DescribeReservedNodeOfferingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeReservedNodeOfferingsResult",
"documentation" : "
"
},
"exceptions" : [ {
"exceptionName" : "ReservedNodeOfferingNotFoundException",
"documentation" : " Specified offering does not exist.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : " The requested operation isn't supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReservedNodeOfferings",
"syncReturnType" : "DescribeReservedNodeOfferingsResult",
"asyncReturnType" : "DescribeReservedNodeOfferingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeReservedNodes" : {
"documentation" : " Returns the descriptions of the reserved nodes.
",
"operationName" : "DescribeReservedNodes",
"deprecated" : false,
"input" : {
"variableName" : "describeReservedNodesRequest",
"variableType" : "DescribeReservedNodesRequest",
"variableDeclarationType" : "DescribeReservedNodesRequest",
"documentation" : "
",
"variableSetterType" : "DescribeReservedNodesRequest",
"simpleType" : "DescribeReservedNodesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeReservedNodesResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "ReservedNodeNotFoundException",
"documentation" : " The specified reserved compute node not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeReservedNodes",
"syncReturnType" : "DescribeReservedNodesResult",
"asyncReturnType" : "DescribeReservedNodesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeResize" : {
"documentation" : " Returns information about the last resize operation for the specified cluster. If no resize operation has ever been initiated for the specified cluster, a HTTP 404
error is returned. If a resize operation was initiated and completed, the status of the resize remains as SUCCEEDED
until the next resize.
A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.
",
"operationName" : "DescribeResize",
"deprecated" : false,
"input" : {
"variableName" : "describeResizeRequest",
"variableType" : "DescribeResizeRequest",
"variableDeclarationType" : "DescribeResizeRequest",
"documentation" : "
",
"variableSetterType" : "DescribeResizeRequest",
"simpleType" : "DescribeResizeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeResizeResult",
"documentation" : "Describes the result of a cluster resize operation.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "ResizeNotFoundException",
"documentation" : "A resize operation for the specified cluster is not found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeResize",
"syncReturnType" : "DescribeResizeResult",
"asyncReturnType" : "DescribeResizeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeSnapshotCopyGrants" : {
"documentation" : "Returns a list of snapshot copy grants owned by the AWS account in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "DescribeSnapshotCopyGrants",
"deprecated" : false,
"input" : {
"variableName" : "describeSnapshotCopyGrantsRequest",
"variableType" : "DescribeSnapshotCopyGrantsRequest",
"variableDeclarationType" : "DescribeSnapshotCopyGrantsRequest",
"documentation" : "The result of the DescribeSnapshotCopyGrants
action.
",
"variableSetterType" : "DescribeSnapshotCopyGrantsRequest",
"simpleType" : "DescribeSnapshotCopyGrantsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeSnapshotCopyGrantsResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeSnapshotCopyGrants",
"syncReturnType" : "DescribeSnapshotCopyGrantsResult",
"asyncReturnType" : "DescribeSnapshotCopyGrantsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTableRestoreStatus" : {
"documentation" : "Lists the status of one or more table restore requests made using the RestoreTableFromClusterSnapshot API action. If you don't specify a value for the TableRestoreRequestId
parameter, then DescribeTableRestoreStatus
returns the status of all table restore requests ordered by the date and time of the request in ascending order. Otherwise DescribeTableRestoreStatus
returns the status of the table specified by TableRestoreRequestId
.
",
"operationName" : "DescribeTableRestoreStatus",
"deprecated" : false,
"input" : {
"variableName" : "describeTableRestoreStatusRequest",
"variableType" : "DescribeTableRestoreStatusRequest",
"variableDeclarationType" : "DescribeTableRestoreStatusRequest",
"documentation" : "",
"variableSetterType" : "DescribeTableRestoreStatusRequest",
"simpleType" : "DescribeTableRestoreStatusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTableRestoreStatusResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "TableRestoreNotFoundException",
"documentation" : "The specified TableRestoreRequestId
value was not found.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTableRestoreStatus",
"syncReturnType" : "DescribeTableRestoreStatusResult",
"asyncReturnType" : "DescribeTableRestoreStatusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeTags" : {
"documentation" : " Returns a list of tags. You can return tags from a specific resource by specifying an ARN, or you can return all tags for a given type of resource, such as clusters, snapshots, and so on.
The following are limitations for DescribeTags
:
- You cannot specify an ARN and a resource-type value together in the same request.
- You cannot use the
MaxRecords
and Marker
parameters together with the ARN parameter. - The
MaxRecords
parameter can be a range from 10 to 50 results to return in a request.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all resources that match any combination of the specified keys and values. For example, if you have owner
and environment
for tag keys, and admin
and test
for tag values, all resources that have any combination of those values are returned.
If both tag keys and values are omitted from the request, resources are returned regardless of whether they have tag keys or values associated with them.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "
",
"variableSetterType" : "DescribeTagsRequest",
"simpleType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : ""
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " The resource could not be found.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : " The tag is invalid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTags",
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DisableLogging" : {
"documentation" : "Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
",
"operationName" : "DisableLogging",
"deprecated" : false,
"input" : {
"variableName" : "disableLoggingRequest",
"variableType" : "DisableLoggingRequest",
"variableDeclarationType" : "DisableLoggingRequest",
"documentation" : "
",
"variableSetterType" : "DisableLoggingRequest",
"simpleType" : "DisableLoggingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableLoggingResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "disableLogging",
"syncReturnType" : "DisableLoggingResult",
"asyncReturnType" : "DisableLoggingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DisableSnapshotCopy" : {
"documentation" : "Disables the automatic copying of snapshots from one region to another region for a specified cluster.
If your cluster and its snapshots are encrypted using a customer master key (CMK) from AWS KMS, use DeleteSnapshotCopyGrant to delete the grant that grants Amazon Redshift permission to the CMK in the destination region.
",
"operationName" : "DisableSnapshotCopy",
"deprecated" : false,
"input" : {
"variableName" : "disableSnapshotCopyRequest",
"variableType" : "DisableSnapshotCopyRequest",
"variableDeclarationType" : "DisableSnapshotCopyRequest",
"documentation" : "
",
"variableSetterType" : "DisableSnapshotCopyRequest",
"simpleType" : "DisableSnapshotCopyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "SnapshotCopyAlreadyDisabledException",
"documentation" : " The cluster already has cross-region snapshot copy disabled.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "disableSnapshotCopy",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"EnableLogging" : {
"documentation" : "Starts logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
",
"operationName" : "EnableLogging",
"deprecated" : false,
"input" : {
"variableName" : "enableLoggingRequest",
"variableType" : "EnableLoggingRequest",
"variableDeclarationType" : "EnableLoggingRequest",
"documentation" : "
",
"variableSetterType" : "EnableLoggingRequest",
"simpleType" : "EnableLoggingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableLoggingResult",
"documentation" : "Describes the status of logging for a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "BucketNotFoundException",
"documentation" : " Could not find the specified S3 bucket.
"
}, {
"exceptionName" : "InsufficientS3BucketPolicyException",
"documentation" : " The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.
"
}, {
"exceptionName" : "InvalidS3KeyPrefixException",
"documentation" : " The string specified for the logging S3 key prefix does not comply with the documented constraints.
"
}, {
"exceptionName" : "InvalidS3BucketNameException",
"documentation" : "The S3 bucket name is invalid. For more information about naming rules, go to Bucket Restrictions and Limitations in the Amazon Simple Storage Service (S3) Developer Guide.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "enableLogging",
"syncReturnType" : "EnableLoggingResult",
"asyncReturnType" : "EnableLoggingResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"EnableSnapshotCopy" : {
"documentation" : "Enables the automatic copy of snapshots from one region to another region for a specified cluster.
",
"operationName" : "EnableSnapshotCopy",
"deprecated" : false,
"input" : {
"variableName" : "enableSnapshotCopyRequest",
"variableType" : "EnableSnapshotCopyRequest",
"variableDeclarationType" : "EnableSnapshotCopyRequest",
"documentation" : "
",
"variableSetterType" : "EnableSnapshotCopyRequest",
"simpleType" : "EnableSnapshotCopyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "IncompatibleOrderableOptionsException",
"documentation" : " The specified options are incompatible.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "CopyToRegionDisabledException",
"documentation" : " Cross-region snapshot copy was temporarily disabled. Try your request again.
"
}, {
"exceptionName" : "SnapshotCopyAlreadyEnabledException",
"documentation" : " The cluster already has cross-region snapshot copy enabled.
"
}, {
"exceptionName" : "UnknownSnapshotCopyRegionException",
"documentation" : " The specified region is incorrect or does not exist.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "SnapshotCopyGrantNotFoundException",
"documentation" : "The specified snapshot copy grant can't be found. Make sure that the name is typed correctly and that the grant exists in the destination region.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "enableSnapshotCopy",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifyCluster" : {
"documentation" : " Modifies the settings for a cluster. For example, you can add another security or parameter group, update the preferred maintenance window, or change the master user password. Resetting a cluster password or modifying the security groups associated with a cluster do not need a reboot. However, modifying a parameter group requires a reboot for parameters to take effect. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide .
You can also change node type and the number of nodes to scale up or down the cluster. When resizing a cluster, you must specify both the number of nodes and the node type even if one of the parameters does not change.
",
"operationName" : "ModifyCluster",
"deprecated" : false,
"input" : {
"variableName" : "modifyClusterRequest",
"variableType" : "ModifyClusterRequest",
"variableDeclarationType" : "ModifyClusterRequest",
"documentation" : "",
"variableSetterType" : "ModifyClusterRequest",
"simpleType" : "ModifyClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : " The state of the cluster security group is not available
.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "NumberOfNodesQuotaExceededException",
"documentation" : "The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : " The number of nodes specified exceeds the allotted capacity of the cluster.
"
}, {
"exceptionName" : "UnsupportedOptionException",
"documentation" : " A request option was specified that is not supported.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : " The account already has a cluster with the given identifier.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
}, {
"exceptionName" : "InvalidElasticIpException",
"documentation" : "The Elastic IP (EIP) is invalid or cannot be found.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyCluster",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifyClusterIamRoles" : {
"documentation" : "Modifies the list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services.
A cluster can have up to 10 IAM roles associated at any time.
",
"operationName" : "ModifyClusterIamRoles",
"deprecated" : false,
"input" : {
"variableName" : "modifyClusterIamRolesRequest",
"variableType" : "ModifyClusterIamRolesRequest",
"variableDeclarationType" : "ModifyClusterIamRolesRequest",
"documentation" : "",
"variableSetterType" : "ModifyClusterIamRolesRequest",
"simpleType" : "ModifyClusterIamRolesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyClusterIamRoles",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifyClusterParameterGroup" : {
"documentation" : " Modifies the parameters of a parameter group.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "ModifyClusterParameterGroup",
"deprecated" : false,
"input" : {
"variableName" : "modifyClusterParameterGroupRequest",
"variableType" : "ModifyClusterParameterGroupRequest",
"variableDeclarationType" : "ModifyClusterParameterGroupRequest",
"documentation" : "
",
"variableSetterType" : "ModifyClusterParameterGroupRequest",
"simpleType" : "ModifyClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyClusterParameterGroupResult",
"documentation" : "
"
},
"exceptions" : [ {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "InvalidClusterParameterGroupStateException",
"documentation" : " The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyClusterParameterGroup",
"syncReturnType" : "ModifyClusterParameterGroupResult",
"asyncReturnType" : "ModifyClusterParameterGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifyClusterSubnetGroup" : {
"documentation" : " Modifies a cluster subnet group to include the specified list of VPC subnets. The operation replaces the existing list of subnets with the new list of subnets.
",
"operationName" : "ModifyClusterSubnetGroup",
"deprecated" : false,
"input" : {
"variableName" : "modifyClusterSubnetGroupRequest",
"variableType" : "ModifyClusterSubnetGroupRequest",
"variableDeclarationType" : "ModifyClusterSubnetGroupRequest",
"documentation" : "
",
"variableSetterType" : "ModifyClusterSubnetGroupRequest",
"simpleType" : "ModifyClusterSubnetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterSubnetGroup",
"documentation" : "Describes a subnet group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : " The cluster subnet group name does not refer to an existing cluster subnet group.
"
}, {
"exceptionName" : "ClusterSubnetQuotaExceededException",
"documentation" : " The request would result in user exceeding the allowed number of subnets in a cluster subnet groups. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "SubnetAlreadyInUseException",
"documentation" : " A specified subnet is already in use by another cluster.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : " The requested subnet is not valid, or not all of the subnets are in the same VPC.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyClusterSubnetGroup",
"syncReturnType" : "ClusterSubnetGroup",
"asyncReturnType" : "ClusterSubnetGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifyEventSubscription" : {
"documentation" : " Modifies an existing Amazon Redshift event notification subscription.
",
"operationName" : "ModifyEventSubscription",
"deprecated" : false,
"input" : {
"variableName" : "modifyEventSubscriptionRequest",
"variableType" : "ModifyEventSubscriptionRequest",
"variableDeclarationType" : "ModifyEventSubscriptionRequest",
"documentation" : "",
"variableSetterType" : "ModifyEventSubscriptionRequest",
"simpleType" : "ModifyEventSubscriptionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EventSubscription",
"documentation" : "Describes event subscriptions.
"
},
"exceptions" : [ {
"exceptionName" : "SubscriptionNotFoundException",
"documentation" : "An Amazon Redshift event notification subscription with the specified name does not exist.
"
}, {
"exceptionName" : "SNSInvalidTopicException",
"documentation" : "Amazon SNS has responded that there is a problem with the specified Amazon SNS topic.
"
}, {
"exceptionName" : "SNSNoAuthorizationException",
"documentation" : "You do not have permission to publish to the specified Amazon SNS topic.
"
}, {
"exceptionName" : "SNSTopicArnNotFoundException",
"documentation" : "An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not exist.
"
}, {
"exceptionName" : "SubscriptionEventIdNotFoundException",
"documentation" : "An Amazon Redshift event with the specified event ID does not exist.
"
}, {
"exceptionName" : "SubscriptionCategoryNotFoundException",
"documentation" : "The value specified for the event category was not one of the allowed values, or it specified a category that does not apply to the specified source type. The allowed values are Configuration, Management, Monitoring, and Security.
"
}, {
"exceptionName" : "SubscriptionSeverityNotFoundException",
"documentation" : "The value specified for the event severity was not one of the allowed values, or it specified a severity that does not apply to the specified source type. The allowed values are ERROR and INFO.
"
}, {
"exceptionName" : "SourceNotFoundException",
"documentation" : "The specified Amazon Redshift event source could not be found.
"
}, {
"exceptionName" : "InvalidSubscriptionStateException",
"documentation" : " The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyEventSubscription",
"syncReturnType" : "EventSubscription",
"asyncReturnType" : "EventSubscription",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ModifySnapshotCopyRetentionPeriod" : {
"documentation" : " Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.
",
"operationName" : "ModifySnapshotCopyRetentionPeriod",
"deprecated" : false,
"input" : {
"variableName" : "modifySnapshotCopyRetentionPeriodRequest",
"variableType" : "ModifySnapshotCopyRetentionPeriodRequest",
"variableDeclarationType" : "ModifySnapshotCopyRetentionPeriodRequest",
"documentation" : "
",
"variableSetterType" : "ModifySnapshotCopyRetentionPeriodRequest",
"simpleType" : "ModifySnapshotCopyRetentionPeriodRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "SnapshotCopyDisabledException",
"documentation" : " Cross-region snapshot copy was temporarily disabled. Try your request again.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifySnapshotCopyRetentionPeriod",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"PurchaseReservedNodeOffering" : {
"documentation" : " Allows you to purchase reserved nodes. Amazon Redshift offers a predefined set of reserved node offerings. You can purchase one or more of the offerings. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings. You can call this API by providing a specific reserved node offering and the number of nodes you want to reserve.
For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "PurchaseReservedNodeOffering",
"deprecated" : false,
"input" : {
"variableName" : "purchaseReservedNodeOfferingRequest",
"variableType" : "PurchaseReservedNodeOfferingRequest",
"variableDeclarationType" : "PurchaseReservedNodeOfferingRequest",
"documentation" : "",
"variableSetterType" : "PurchaseReservedNodeOfferingRequest",
"simpleType" : "PurchaseReservedNodeOfferingRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ReservedNode",
"documentation" : " Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
"
},
"exceptions" : [ {
"exceptionName" : "ReservedNodeOfferingNotFoundException",
"documentation" : " Specified offering does not exist.
"
}, {
"exceptionName" : "ReservedNodeAlreadyExistsException",
"documentation" : " User already has a reservation with the given identifier.
"
}, {
"exceptionName" : "ReservedNodeQuotaExceededException",
"documentation" : " Request would exceed the user's compute node quota. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : " The requested operation isn't supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "purchaseReservedNodeOffering",
"syncReturnType" : "ReservedNode",
"asyncReturnType" : "ReservedNode",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RebootCluster" : {
"documentation" : " Reboots a cluster. This action is taken as soon as possible. It results in a momentary outage to the cluster, during which the cluster status is set to rebooting
. A cluster event is created when the reboot is completed. Any pending cluster modifications (see ModifyCluster) are applied at this reboot. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide
",
"operationName" : "RebootCluster",
"deprecated" : false,
"input" : {
"variableName" : "rebootClusterRequest",
"variableType" : "RebootClusterRequest",
"variableDeclarationType" : "RebootClusterRequest",
"documentation" : "
",
"variableSetterType" : "RebootClusterRequest",
"simpleType" : "RebootClusterRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "rebootCluster",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ResetClusterParameterGroup" : {
"documentation" : " Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to \"engine-default\". To reset the entire parameter group specify the ResetAllParameters parameter. For parameter changes to take effect you must reboot any associated clusters.
",
"operationName" : "ResetClusterParameterGroup",
"deprecated" : false,
"input" : {
"variableName" : "resetClusterParameterGroupRequest",
"variableType" : "ResetClusterParameterGroupRequest",
"variableDeclarationType" : "ResetClusterParameterGroupRequest",
"documentation" : "
",
"variableSetterType" : "ResetClusterParameterGroupRequest",
"simpleType" : "ResetClusterParameterGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResetClusterParameterGroupResult",
"documentation" : "
"
},
"exceptions" : [ {
"exceptionName" : "InvalidClusterParameterGroupStateException",
"documentation" : " The cluster parameter group action can not be completed because another task is in progress that involves the parameter group. Wait a few moments and try the operation again.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "resetClusterParameterGroup",
"syncReturnType" : "ResetClusterParameterGroupResult",
"asyncReturnType" : "ResetClusterParameterGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RestoreFromClusterSnapshot" : {
"documentation" : " Creates a new cluster from a snapshot. By default, Amazon Redshift creates the resulting cluster with the same configuration as the original cluster from which the snapshot was created, except that the new cluster is created with the default cluster security and parameter groups. After Amazon Redshift creates the cluster, you can use the ModifyCluster API to associate a different security group and different parameter group with the restored cluster. If you are using a DS node type, you can also choose to change to another DS node type of the same size during restore.
If you restore a cluster into a VPC, you must provide a cluster subnet group where you want the cluster restored.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "RestoreFromClusterSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "restoreFromClusterSnapshotRequest",
"variableType" : "RestoreFromClusterSnapshotRequest",
"variableDeclarationType" : "RestoreFromClusterSnapshotRequest",
"documentation" : "",
"variableSetterType" : "RestoreFromClusterSnapshotRequest",
"simpleType" : "RestoreFromClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "AccessToSnapshotDeniedException",
"documentation" : " The owner of the specified snapshot has not authorized your account to access the snapshot.
"
}, {
"exceptionName" : "ClusterAlreadyExistsException",
"documentation" : " The account already has a cluster with the given identifier.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "ClusterQuotaExceededException",
"documentation" : " The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "InsufficientClusterCapacityException",
"documentation" : " The number of nodes specified exceeds the allotted capacity of the cluster.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : " The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "InvalidRestoreException",
"documentation" : "The restore is invalid.
"
}, {
"exceptionName" : "NumberOfNodesQuotaExceededException",
"documentation" : "The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
"
}, {
"exceptionName" : "NumberOfNodesPerClusterLimitExceededException",
"documentation" : "The operation would exceed the number of nodes allowed for a cluster.
"
}, {
"exceptionName" : "InvalidVPCNetworkStateException",
"documentation" : " The cluster subnet group does not cover all Availability Zones.
"
}, {
"exceptionName" : "InvalidClusterSubnetGroupStateException",
"documentation" : " The cluster subnet group cannot be deleted because it is in use.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : " The requested subnet is not valid, or not all of the subnets are in the same VPC.
"
}, {
"exceptionName" : "ClusterSubnetGroupNotFoundException",
"documentation" : " The cluster subnet group name does not refer to an existing cluster subnet group.
"
}, {
"exceptionName" : "UnauthorizedOperationException",
"documentation" : " Your account is not authorized to perform the requested operation.
"
}, {
"exceptionName" : "HsmClientCertificateNotFoundException",
"documentation" : "There is no Amazon Redshift HSM client certificate with the specified identifier.
"
}, {
"exceptionName" : "HsmConfigurationNotFoundException",
"documentation" : "There is no Amazon Redshift HSM configuration with the specified identifier.
"
}, {
"exceptionName" : "InvalidElasticIpException",
"documentation" : "The Elastic IP (EIP) is invalid or cannot be found.
"
}, {
"exceptionName" : "ClusterParameterGroupNotFoundException",
"documentation" : " The parameter group name does not refer to an existing parameter group.
"
}, {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The encryption key has exceeded its grant limit in AWS KMS.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "restoreFromClusterSnapshot",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RestoreTableFromClusterSnapshot" : {
"documentation" : "Creates a new table from a table in an Amazon Redshift cluster snapshot. You must create the new table within the Amazon Redshift cluster that the snapshot was taken from.
You cannot use RestoreTableFromClusterSnapshot
to restore a table with the same name as an existing table in an Amazon Redshift cluster. That is, you cannot overwrite an existing table in a cluster with a restored table. If you want to replace your original table with a new, restored table, then rename or drop your original table before you call RestoreTableFromClusterSnapshot
. When you have renamed your original table, then you can pass the original name of the table as the NewTableName
parameter value in the call to RestoreTableFromClusterSnapshot
. This way, you can replace the original table with the table created from the snapshot.
",
"operationName" : "RestoreTableFromClusterSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "restoreTableFromClusterSnapshotRequest",
"variableType" : "RestoreTableFromClusterSnapshotRequest",
"variableDeclarationType" : "RestoreTableFromClusterSnapshotRequest",
"documentation" : "",
"variableSetterType" : "RestoreTableFromClusterSnapshotRequest",
"simpleType" : "RestoreTableFromClusterSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "TableRestoreStatus",
"documentation" : "Describes the status of a RestoreTableFromClusterSnapshot operation.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
}, {
"exceptionName" : "InProgressTableRestoreQuotaExceededException",
"documentation" : "You have exceeded the allowed number of table restore requests. Wait for your current table restore requests to complete before making a new request.
"
}, {
"exceptionName" : "InvalidClusterSnapshotStateException",
"documentation" : " The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
"
}, {
"exceptionName" : "InvalidTableRestoreArgumentException",
"documentation" : "The value specified for the sourceDatabaseName
, sourceSchemaName
, or sourceTableName
parameter, or a combination of these, doesn't exist in the snapshot.
"
}, {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : " The requested operation isn't supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "restoreTableFromClusterSnapshot",
"syncReturnType" : "TableRestoreStatus",
"asyncReturnType" : "TableRestoreStatus",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RevokeClusterSecurityGroupIngress" : {
"documentation" : " Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or Amazon EC2 security group. To add an ingress rule, see AuthorizeClusterSecurityGroupIngress. For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "RevokeClusterSecurityGroupIngress",
"deprecated" : false,
"input" : {
"variableName" : "revokeClusterSecurityGroupIngressRequest",
"variableType" : "RevokeClusterSecurityGroupIngressRequest",
"variableDeclarationType" : "RevokeClusterSecurityGroupIngressRequest",
"documentation" : "
",
"variableSetterType" : "RevokeClusterSecurityGroupIngressRequest",
"simpleType" : "RevokeClusterSecurityGroupIngressRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ClusterSecurityGroup",
"documentation" : "Describes a security group.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterSecurityGroupNotFoundException",
"documentation" : " The cluster security group name does not refer to an existing cluster security group.
"
}, {
"exceptionName" : "AuthorizationNotFoundException",
"documentation" : " The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
"
}, {
"exceptionName" : "InvalidClusterSecurityGroupStateException",
"documentation" : " The state of the cluster security group is not available
.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "revokeClusterSecurityGroupIngress",
"syncReturnType" : "ClusterSecurityGroup",
"asyncReturnType" : "ClusterSecurityGroup",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RevokeSnapshotAccess" : {
"documentation" : " Removes the ability of the specified AWS customer account to restore the specified snapshot. If the account is currently restoring the snapshot, the restore will run to completion.
For more information about working with snapshots, go to Amazon Redshift Snapshots in the Amazon Redshift Cluster Management Guide.
",
"operationName" : "RevokeSnapshotAccess",
"deprecated" : false,
"input" : {
"variableName" : "revokeSnapshotAccessRequest",
"variableType" : "RevokeSnapshotAccessRequest",
"variableDeclarationType" : "RevokeSnapshotAccessRequest",
"documentation" : "
",
"variableSetterType" : "RevokeSnapshotAccessRequest",
"simpleType" : "RevokeSnapshotAccessRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Snapshot",
"documentation" : "Describes a snapshot.
"
},
"exceptions" : [ {
"exceptionName" : "AccessToSnapshotDeniedException",
"documentation" : " The owner of the specified snapshot has not authorized your account to access the snapshot.
"
}, {
"exceptionName" : "AuthorizationNotFoundException",
"documentation" : " The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
"
}, {
"exceptionName" : "ClusterSnapshotNotFoundException",
"documentation" : " The snapshot identifier does not refer to an existing cluster snapshot.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "revokeSnapshotAccess",
"syncReturnType" : "Snapshot",
"asyncReturnType" : "Snapshot",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"RotateEncryptionKey" : {
"documentation" : " Rotates the encryption keys for a cluster.
",
"operationName" : "RotateEncryptionKey",
"deprecated" : false,
"input" : {
"variableName" : "rotateEncryptionKeyRequest",
"variableType" : "RotateEncryptionKeyRequest",
"variableDeclarationType" : "RotateEncryptionKeyRequest",
"documentation" : "
",
"variableSetterType" : "RotateEncryptionKeyRequest",
"simpleType" : "RotateEncryptionKeyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Cluster",
"documentation" : "Describes a cluster.
"
},
"exceptions" : [ {
"exceptionName" : "ClusterNotFoundException",
"documentation" : " The ClusterIdentifier
parameter does not refer to an existing cluster.
"
}, {
"exceptionName" : "InvalidClusterStateException",
"documentation" : " The specified cluster is not in the available
state.
"
}, {
"exceptionName" : "DependentServiceRequestThrottlingException",
"documentation" : "The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "rotateEncryptionKey",
"syncReturnType" : "Cluster",
"asyncReturnType" : "Cluster",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"InvalidHsmConfigurationStateException" : {
"c2jName" : "InvalidHsmConfigurationStateFault",
"documentation" : "The specified HSM configuration is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
",
"shapeName" : "InvalidHsmConfigurationStateException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidHsmConfigurationStateException",
"variableType" : "InvalidHsmConfigurationStateException",
"variableDeclarationType" : "InvalidHsmConfigurationStateException",
"documentation" : null,
"variableSetterType" : "InvalidHsmConfigurationStateException",
"simpleType" : "InvalidHsmConfigurationStateException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidHsmConfigurationStateFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeHsmConfigurationsResult" : {
"c2jName" : "HsmConfigurationMessage",
"documentation" : "",
"shapeName" : "DescribeHsmConfigurationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.*/",
"getterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.*/",
"fluentSetterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "A list of HsmConfiguration
objects.
",
"name" : "HsmConfigurations",
"c2jName" : "HsmConfigurations",
"c2jShape" : "HsmConfigurationList",
"variable" : {
"variableName" : "hsmConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of HsmConfiguration
objects.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "hsmConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HsmConfigurations",
"marshallLocationName" : "HsmConfigurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HsmConfiguration",
"memberLocationName" : "HsmConfiguration",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HsmConfiguration",
"variable" : {
"variableName" : "member",
"variableType" : "HsmConfiguration",
"variableDeclarationType" : "HsmConfiguration",
"documentation" : "",
"variableSetterType" : "HsmConfiguration",
"simpleType" : "HsmConfiguration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HsmConfiguration",
"variableDeclarationType" : "HsmConfiguration",
"documentation" : "",
"variableSetterType" : "HsmConfiguration",
"simpleType" : "HsmConfiguration"
},
"getterModel" : {
"returnType" : "HsmConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HsmConfiguration",
"marshallLocationName" : "HsmConfiguration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HsmConfiguration",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@param hsmConfigurations A list of HsmConfiguration
objects.*/",
"getterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@return A list of HsmConfiguration
objects.*/",
"fluentSetterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@param hsmConfigurations A list of HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of HsmConfiguration
objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHsmConfigurations(java.util.Collection)} or {@link #withHsmConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param hsmConfigurations A list of HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "describeHsmConfigurationsResult",
"variableType" : "DescribeHsmConfigurationsResult",
"variableDeclarationType" : "DescribeHsmConfigurationsResult",
"documentation" : null,
"variableSetterType" : "DescribeHsmConfigurationsResult",
"simpleType" : "DescribeHsmConfigurationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeHsmConfigurationsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"HsmConfigurations" : {
"documentation" : "A list of HsmConfiguration
objects.
",
"name" : "HsmConfigurations",
"c2jName" : "HsmConfigurations",
"c2jShape" : "HsmConfigurationList",
"variable" : {
"variableName" : "hsmConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of HsmConfiguration
objects.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "hsmConfigurations",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HsmConfigurations",
"marshallLocationName" : "HsmConfigurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HsmConfiguration",
"memberLocationName" : "HsmConfiguration",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HsmConfiguration",
"variable" : {
"variableName" : "member",
"variableType" : "HsmConfiguration",
"variableDeclarationType" : "HsmConfiguration",
"documentation" : "",
"variableSetterType" : "HsmConfiguration",
"simpleType" : "HsmConfiguration"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HsmConfiguration",
"variableDeclarationType" : "HsmConfiguration",
"documentation" : "",
"variableSetterType" : "HsmConfiguration",
"simpleType" : "HsmConfiguration"
},
"getterModel" : {
"returnType" : "HsmConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HsmConfiguration",
"marshallLocationName" : "HsmConfiguration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HsmConfiguration",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@param hsmConfigurations A list of HsmConfiguration
objects.*/",
"getterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@return A list of HsmConfiguration
objects.*/",
"fluentSetterDocumentation" : "/**A list of HsmConfiguration
objects.
\n@param hsmConfigurations A list of HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of HsmConfiguration
objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setHsmConfigurations(java.util.Collection)} or {@link #withHsmConfigurations(java.util.Collection)} if you want to override the existing values.
\n@param hsmConfigurations A list of HsmConfiguration
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"Marker" : {
"documentation" : " A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
",
"name" : "Marker",
"c2jName" : "Marker",
"c2jShape" : "String",
"variable" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "marker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Marker",
"marshallLocationName" : "Marker",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.*/",
"getterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@return A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.*/",
"fluentSetterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
\n@param marker A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"SubscriptionEventIdNotFoundException" : {
"c2jName" : "SubscriptionEventIdNotFoundFault",
"documentation" : "An Amazon Redshift event with the specified event ID does not exist.
",
"shapeName" : "SubscriptionEventIdNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "subscriptionEventIdNotFoundException",
"variableType" : "SubscriptionEventIdNotFoundException",
"variableDeclarationType" : "SubscriptionEventIdNotFoundException",
"documentation" : null,
"variableSetterType" : "SubscriptionEventIdNotFoundException",
"simpleType" : "SubscriptionEventIdNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "SubscriptionEventIdNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RestoreStatus" : {
"c2jName" : "RestoreStatus",
"documentation" : "Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.
",
"shapeName" : "RestoreStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The status of the restore action. Returns starting, restoring, completed, or failed.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The status of the restore action. Returns starting, restoring, completed, or failed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.*/",
"getterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@return The status of the restore action. Returns starting, restoring, completed, or failed.*/",
"fluentSetterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
",
"name" : "CurrentRestoreRateInMegaBytesPerSecond",
"c2jName" : "CurrentRestoreRateInMegaBytesPerSecond",
"c2jShape" : "Double",
"variable" : {
"variableName" : "currentRestoreRateInMegaBytesPerSecond",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : " The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "currentRestoreRateInMegaBytesPerSecond",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond",
"marshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/",
"getterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@return The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/",
"fluentSetterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The size of the set of snapshot data used to restore the cluster.
",
"name" : "SnapshotSizeInMegaBytes",
"c2jName" : "SnapshotSizeInMegaBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "snapshotSizeInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The size of the set of snapshot data used to restore the cluster.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "snapshotSizeInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SnapshotSizeInMegaBytes",
"marshallLocationName" : "SnapshotSizeInMegaBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.*/",
"getterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@return The size of the set of snapshot data used to restore the cluster.*/",
"fluentSetterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The number of megabytes that have been transferred from snapshot storage.
",
"name" : "ProgressInMegaBytes",
"c2jName" : "ProgressInMegaBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "progressInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The number of megabytes that have been transferred from snapshot storage.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "progressInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ProgressInMegaBytes",
"marshallLocationName" : "ProgressInMegaBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.*/",
"getterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@return The number of megabytes that have been transferred from snapshot storage.*/",
"fluentSetterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
",
"name" : "ElapsedTimeInSeconds",
"c2jName" : "ElapsedTimeInSeconds",
"c2jShape" : "Long",
"variable" : {
"variableName" : "elapsedTimeInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "elapsedTimeInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ElapsedTimeInSeconds",
"marshallLocationName" : "ElapsedTimeInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/",
"getterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@return The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/",
"fluentSetterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
",
"name" : "EstimatedTimeToCompletionInSeconds",
"c2jName" : "EstimatedTimeToCompletionInSeconds",
"c2jShape" : "Long",
"variable" : {
"variableName" : "estimatedTimeToCompletionInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "estimatedTimeToCompletionInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds",
"marshallLocationName" : "EstimatedTimeToCompletionInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/",
"getterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@return The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/",
"fluentSetterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "restoreStatus",
"variableType" : "RestoreStatus",
"variableDeclarationType" : "RestoreStatus",
"documentation" : null,
"variableSetterType" : "RestoreStatus",
"simpleType" : "RestoreStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : " The status of the restore action. Returns starting, restoring, completed, or failed.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "String",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The status of the restore action. Returns starting, restoring, completed, or failed.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.*/",
"getterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@return The status of the restore action. Returns starting, restoring, completed, or failed.*/",
"fluentSetterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The status of the restore action. Returns starting, restoring, completed, or failed.
\n@param status The status of the restore action. Returns starting, restoring, completed, or failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"CurrentRestoreRateInMegaBytesPerSecond" : {
"documentation" : " The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
",
"name" : "CurrentRestoreRateInMegaBytesPerSecond",
"c2jName" : "CurrentRestoreRateInMegaBytesPerSecond",
"c2jShape" : "Double",
"variable" : {
"variableName" : "currentRestoreRateInMegaBytesPerSecond",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : " The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"setterModel" : {
"variableName" : "currentRestoreRateInMegaBytesPerSecond",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"variableSetterType" : "Double",
"simpleType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond",
"marshallLocationName" : "CurrentRestoreRateInMegaBytesPerSecond",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/",
"getterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@return The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.*/",
"fluentSetterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
\n@param currentRestoreRateInMegaBytesPerSecond The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"ElapsedTimeInSeconds" : {
"documentation" : " The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
",
"name" : "ElapsedTimeInSeconds",
"c2jName" : "ElapsedTimeInSeconds",
"c2jShape" : "Long",
"variable" : {
"variableName" : "elapsedTimeInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "elapsedTimeInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ElapsedTimeInSeconds",
"marshallLocationName" : "ElapsedTimeInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/",
"getterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@return The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.*/",
"fluentSetterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
\n@param elapsedTimeInSeconds The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"EstimatedTimeToCompletionInSeconds" : {
"documentation" : " The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
",
"name" : "EstimatedTimeToCompletionInSeconds",
"c2jName" : "EstimatedTimeToCompletionInSeconds",
"c2jShape" : "Long",
"variable" : {
"variableName" : "estimatedTimeToCompletionInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "estimatedTimeToCompletionInSeconds",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EstimatedTimeToCompletionInSeconds",
"marshallLocationName" : "EstimatedTimeToCompletionInSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/",
"getterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@return The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.*/",
"fluentSetterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
\n@param estimatedTimeToCompletionInSeconds The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"ProgressInMegaBytes" : {
"documentation" : " The number of megabytes that have been transferred from snapshot storage.
",
"name" : "ProgressInMegaBytes",
"c2jName" : "ProgressInMegaBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "progressInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The number of megabytes that have been transferred from snapshot storage.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "progressInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ProgressInMegaBytes",
"marshallLocationName" : "ProgressInMegaBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.*/",
"getterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@return The number of megabytes that have been transferred from snapshot storage.*/",
"fluentSetterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of megabytes that have been transferred from snapshot storage.
\n@param progressInMegaBytes The number of megabytes that have been transferred from snapshot storage.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"SnapshotSizeInMegaBytes" : {
"documentation" : " The size of the set of snapshot data used to restore the cluster.
",
"name" : "SnapshotSizeInMegaBytes",
"c2jName" : "SnapshotSizeInMegaBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "snapshotSizeInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : " The size of the set of snapshot data used to restore the cluster.
",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"setterModel" : {
"variableName" : "snapshotSizeInMegaBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"variableSetterType" : "Long",
"simpleType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SnapshotSizeInMegaBytes",
"marshallLocationName" : "SnapshotSizeInMegaBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.*/",
"getterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@return The size of the set of snapshot data used to restore the cluster.*/",
"fluentSetterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The size of the set of snapshot data used to restore the cluster.
\n@param snapshotSizeInMegaBytes The size of the set of snapshot data used to restore the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"InvalidSubscriptionStateException" : {
"c2jName" : "InvalidSubscriptionStateFault",
"documentation" : " The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
",
"shapeName" : "InvalidSubscriptionStateException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidSubscriptionStateException",
"variableType" : "InvalidSubscriptionStateException",
"variableDeclarationType" : "InvalidSubscriptionStateException",
"documentation" : null,
"variableSetterType" : "InvalidSubscriptionStateException",
"simpleType" : "InvalidSubscriptionStateException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidSubscriptionStateFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ClusterIamRole" : {
"c2jName" : "ClusterIamRole",
"documentation" : "An AWS Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other AWS services.
",
"shapeName" : "ClusterIamRole",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
",
"name" : "IamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "iamRoleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "iamRoleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IamRoleArn",
"marshallLocationName" : "IamRoleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@return The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
",
"name" : "ApplyStatus",
"c2jName" : "ApplyStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "applyStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applyStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplyStatus",
"marshallLocationName" : "ApplyStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
*/",
"getterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
*/",
"fluentSetterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "clusterIamRole",
"variableType" : "ClusterIamRole",
"variableDeclarationType" : "ClusterIamRole",
"documentation" : null,
"variableSetterType" : "ClusterIamRole",
"simpleType" : "ClusterIamRole"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplyStatus" : {
"documentation" : "Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
",
"name" : "ApplyStatus",
"c2jName" : "ApplyStatus",
"c2jShape" : "String",
"variable" : {
"variableName" : "applyStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "applyStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ApplyStatus",
"marshallLocationName" : "ApplyStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
*/",
"getterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
*/",
"fluentSetterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the status of the IAM role's association with an Amazon Redshift cluster.
The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@param applyStatus Describes the status of the IAM role's association with an Amazon Redshift cluster. The following are possible statuses and descriptions.
in-sync
: The role is available for use by the cluster. adding
: The role is in the process of being associated with the cluster. removing
: The role is in the process of being disassociated with the cluster.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"IamRoleArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
",
"name" : "IamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "iamRoleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "iamRoleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IamRoleArn",
"marshallLocationName" : "IamRoleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@return The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
\n@param iamRoleArn The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"Endpoint" : {
"c2jName" : "Endpoint",
"documentation" : "Describes a connection endpoint.
",
"shapeName" : "Endpoint",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The DNS address of the Cluster.
",
"name" : "Address",
"c2jName" : "Address",
"c2jShape" : "String",
"variable" : {
"variableName" : "address",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The DNS address of the Cluster.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "address",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Address",
"marshallLocationName" : "Address",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.*/",
"getterDocumentation" : "/** The DNS address of the Cluster.
\n@return The DNS address of the Cluster.*/",
"fluentSetterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The port that the database engine is listening on.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The port that the database engine is listening on.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.*/",
"getterDocumentation" : "/** The port that the database engine is listening on.
\n@return The port that the database engine is listening on.*/",
"fluentSetterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "endpoint",
"variableType" : "Endpoint",
"variableDeclarationType" : "Endpoint",
"documentation" : null,
"variableSetterType" : "Endpoint",
"simpleType" : "Endpoint"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Address" : {
"documentation" : " The DNS address of the Cluster.
",
"name" : "Address",
"c2jName" : "Address",
"c2jShape" : "String",
"variable" : {
"variableName" : "address",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The DNS address of the Cluster.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "address",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Address",
"marshallLocationName" : "Address",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.*/",
"getterDocumentation" : "/** The DNS address of the Cluster.
\n@return The DNS address of the Cluster.*/",
"fluentSetterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The DNS address of the Cluster.
\n@param address The DNS address of the Cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"Port" : {
"documentation" : " The port that the database engine is listening on.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The port that the database engine is listening on.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.*/",
"getterDocumentation" : "/** The port that the database engine is listening on.
\n@return The port that the database engine is listening on.*/",
"fluentSetterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The port that the database engine is listening on.
\n@param port The port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"EventInfoMap" : {
"c2jName" : "EventInfoMap",
"documentation" : "Describes event information.
",
"shapeName" : "EventInfoMap",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : true,
"members" : [ {
"documentation" : "The identifier of an Amazon Redshift event.
",
"name" : "EventId",
"c2jName" : "EventId",
"c2jShape" : "String",
"variable" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of an Amazon Redshift event.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventId",
"marshallLocationName" : "EventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@return The identifier of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The category of an Amazon Redshift event.
",
"name" : "EventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"variable" : {
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The category of an Amazon Redshift event.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventCategories",
"marshallLocationName" : "EventCategories",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "EventCategory",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventCategory",
"marshallLocationName" : "EventCategory",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The category of an Amazon Redshift event.
\n@param eventCategories The category of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The category of an Amazon Redshift event.
\n@return The category of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The category of an Amazon Redshift event.
\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of an Amazon Redshift event.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.
\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
}, {
"documentation" : "The description of an Amazon Redshift event.
",
"name" : "EventDescription",
"c2jName" : "EventDescription",
"c2jShape" : "String",
"variable" : {
"variableName" : "eventDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of an Amazon Redshift event.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eventDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventDescription",
"marshallLocationName" : "EventDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The description of an Amazon Redshift event.
\n@return The description of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "The severity of the event.
Values: ERROR, INFO
",
"name" : "Severity",
"c2jName" : "Severity",
"c2jShape" : "String",
"variable" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The severity of the event.
Values: ERROR, INFO
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Severity",
"marshallLocationName" : "Severity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO*/",
"getterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@return The severity of the event. Values: ERROR, INFO*/",
"fluentSetterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "eventInfoMap",
"variableType" : "EventInfoMap",
"variableDeclarationType" : "EventInfoMap",
"documentation" : null,
"variableSetterType" : "EventInfoMap",
"simpleType" : "EventInfoMap"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EventId" : {
"documentation" : "
The identifier of an Amazon Redshift event.
",
"name" : "EventId",
"c2jName" : "EventId",
"c2jShape" : "String",
"variable" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of an Amazon Redshift event.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eventId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventId",
"marshallLocationName" : "EventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@return The identifier of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of an Amazon Redshift event.
\n@param eventId The identifier of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"EventCategories" : {
"documentation" : "The category of an Amazon Redshift event.
",
"name" : "EventCategories",
"c2jName" : "EventCategories",
"c2jShape" : "EventCategoriesList",
"variable" : {
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The category of an Amazon Redshift event.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "eventCategories",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventCategories",
"marshallLocationName" : "EventCategories",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "EventCategory",
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "String",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventCategory",
"marshallLocationName" : "EventCategory",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The category of an Amazon Redshift event.
\n@param eventCategories The category of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The category of an Amazon Redshift event.
\n@return The category of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The category of an Amazon Redshift event.
\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The category of an Amazon Redshift event.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.
\n@param eventCategories The category of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : false,
"list" : true,
"map" : false
},
"Severity" : {
"documentation" : "The severity of the event.
Values: ERROR, INFO
",
"name" : "Severity",
"c2jName" : "Severity",
"c2jShape" : "String",
"variable" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The severity of the event.
Values: ERROR, INFO
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "severity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Severity",
"marshallLocationName" : "Severity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO*/",
"getterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@return The severity of the event. Values: ERROR, INFO*/",
"fluentSetterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The severity of the event.
Values: ERROR, INFO
\n@param severity The severity of the event. Values: ERROR, INFO\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
},
"EventDescription" : {
"documentation" : "
The description of an Amazon Redshift event.
",
"name" : "EventDescription",
"c2jName" : "EventDescription",
"c2jShape" : "String",
"variable" : {
"variableName" : "eventDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of an Amazon Redshift event.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "eventDescription",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventDescription",
"marshallLocationName" : "EventDescription",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.*/",
"getterDocumentation" : "/**The description of an Amazon Redshift event.
\n@return The description of an Amazon Redshift event.*/",
"fluentSetterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of an Amazon Redshift event.
\n@param eventDescription The description of an Amazon Redshift event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"DeleteClusterParameterGroupRequest" : {
"c2jName" : "DeleteClusterParameterGroupMessage",
"documentation" : "
",
"shapeName" : "DeleteClusterParameterGroupRequest",
"deprecated" : false,
"required" : [ "ParameterGroupName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
",
"name" : "ParameterGroupName",
"c2jName" : "ParameterGroupName",
"c2jShape" : "String",
"variable" : {
"variableName" : "parameterGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "parameterGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ParameterGroupName",
"marshallLocationName" : "ParameterGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
*/",
"getterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
*/",
"fluentSetterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteClusterParameterGroupRequest",
"variableType" : "DeleteClusterParameterGroupRequest",
"variableDeclarationType" : "DeleteClusterParameterGroupRequest",
"documentation" : null,
"variableSetterType" : "DeleteClusterParameterGroupRequest",
"simpleType" : "DeleteClusterParameterGroupRequest"
},
"marshaller" : {
"action" : "DeleteClusterParameterGroup",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ParameterGroupName" : {
"documentation" : " The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
",
"name" : "ParameterGroupName",
"c2jName" : "ParameterGroupName",
"c2jShape" : "String",
"variable" : {
"variableName" : "parameterGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "parameterGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ParameterGroupName",
"marshallLocationName" : "ParameterGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
*/",
"getterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
*/",
"fluentSetterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the parameter group to be deleted.
Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@param parameterGroupName The name of the parameter group to be deleted. Constraints:
- Must be the name of an existing cluster parameter group.
- Cannot delete a default cluster parameter group.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}
}
},
"CreateEventSubscriptionRequest" : {
"c2jName" : "CreateEventSubscriptionMessage",
"documentation" : "",
"shapeName" : "CreateEventSubscriptionRequest",
"deprecated" : false,
"required" : [ "SubscriptionName", "SnsTopicArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
",
"name" : "SubscriptionName",
"c2jName" : "SubscriptionName",
"c2jShape" : "String",
"variable" : {
"variableName" : "subscriptionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "subscriptionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubscriptionName",
"marshallLocationName" : "SubscriptionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@param subscriptionName The name of the event subscription to be created. Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"getterDocumentation" : "/** The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@return The name of the event subscription to be created. Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
*/",
"fluentSetterDocumentation" : "/** The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@param subscriptionName The name of the event subscription to be created. Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name of the event subscription to be created.
Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@param subscriptionName The name of the event subscription to be created. Constraints:
- Cannot be null, empty, or blank.
- Must contain from 1 to 255 alphanumeric characters or hyphens.
- First character must be a letter.
- Cannot end with a hyphen or contain two consecutive hyphens.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"name" : "SnsTopicArn",
"c2jName" : "SnsTopicArn",
"c2jShape" : "String",
"variable" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "snsTopicArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SnsTopicArn",
"marshallLocationName" : "SnsTopicArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/",
"getterDocumentation" : "/** The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@return The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.*/",
"fluentSetterDocumentation" : "/** The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
\n@param snsTopicArn The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications. The ARN is created by Amazon SNS when you create a topic and subscribe to it.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : " The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
",
"name" : "SourceType",
"c2jName" : "SourceType",
"c2jShape" : "String",
"variable" : {
"variableName" : "sourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "sourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceType",
"marshallLocationName" : "SourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"setterDocumentation" : "/** The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
\n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs. Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/",
"getterDocumentation" : "/**
The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
\n@return The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs. Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.*/",
"fluentSetterDocumentation" : "/**
The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
\n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs. Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs.
Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.
\n@param sourceType The type of source that will be generating the events. For example, if you want to be notified of events generated by a cluster, you would set this parameter to cluster. If this value is not specified, events are returned for all Amazon Redshift objects in your AWS account. You must specify a source type in order to specify source IDs. Valid values: cluster, cluster-parameter-group, cluster-security-group, and cluster-snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"simple" : true,
"list" : false,
"map" : false
}, {
"documentation" : "
A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.
Example: my-cluster-1, my-cluster-2
Example: my-snapshot-20131010
",
"name" : "SourceIds",
"c2jName" : "SourceIds",
"c2jShape" : "SourceIdsList",
"variable" : {
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : " A list of one or more identifiers of Amazon Redshift source objects. All of the objects must be of the same type as was specified in the source type parameter. The event subscription will return only events generated by the specified objects. If not specified, then events are returned for all objects within the source type specified.
Example: my-cluster-1, my-cluster-2
Example: my-snapshot-20131010
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "sourceIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List