diff --git a/apis/redshift-2012-12-01.min.json b/apis/redshift-2012-12-01.min.json index 7aba9ece1e..c4b5123981 100644 --- a/apis/redshift-2012-12-01.min.json +++ b/apis/redshift-2012-12-01.min.json @@ -130,6 +130,9 @@ "shape": "S7" }, "KmsKeyId": {}, + "EnhancedVpcRouting": { + "type": "boolean" + }, "AdditionalInfo": {}, "IamRoles": { "shape": "St" @@ -1348,7 +1351,10 @@ "PubliclyAccessible": { "type": "boolean" }, - "ElasticIp": {} + "ElasticIp": {}, + "EnhancedVpcRouting": { + "type": "boolean" + } } }, "output": { @@ -1590,6 +1596,9 @@ }, "KmsKeyId": {}, "NodeType": {}, + "EnhancedVpcRouting": { + "type": "boolean" + }, "AdditionalInfo": {}, "IamRoles": { "shape": "St" @@ -1829,6 +1838,9 @@ "member": { "locationName": "NodeType" } + }, + "EnhancedVpcRouting": { + "type": "boolean" } }, "wrapper": true @@ -1939,6 +1951,9 @@ "ClusterIdentifier": {}, "PubliclyAccessible": { "type": "boolean" + }, + "EnhancedVpcRouting": { + "type": "boolean" } } }, @@ -2018,6 +2033,9 @@ "shape": "S7" }, "KmsKeyId": {}, + "EnhancedVpcRouting": { + "type": "boolean" + }, "IamRoles": { "type": "list", "member": { diff --git a/apis/redshift-2012-12-01.normal.json b/apis/redshift-2012-12-01.normal.json index 81f8ece3f8..cb0960a232 100644 --- a/apis/redshift-2012-12-01.normal.json +++ b/apis/redshift-2012-12-01.normal.json @@ -26,7 +26,7 @@ {"shape":"AuthorizationAlreadyExistsFault"}, {"shape":"AuthorizationQuotaExceededFault"} ], - "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.
" + "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.
" }, "AuthorizeSnapshotAccess":{ "name":"AuthorizeSnapshotAccess", @@ -47,7 +47,7 @@ {"shape":"InvalidClusterSnapshotStateFault"}, {"shape":"LimitExceededFault"} ], - "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.
" + "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.
" }, "CopyClusterSnapshot":{ "name":"CopyClusterSnapshot", @@ -66,7 +66,7 @@ {"shape":"InvalidClusterSnapshotStateFault"}, {"shape":"ClusterSnapshotQuotaExceededFault"} ], - "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.
" + "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.
" }, "CreateCluster":{ "name":"CreateCluster", @@ -100,7 +100,7 @@ {"shape":"LimitExceededFault"}, {"shape":"DependentServiceRequestThrottlingFault"} ], - "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 .
" + "documentation":"Creates a new cluster.
To create the cluster in Virtual Private Cloud (VPC), you must provide a cluster subnet group name. The cluster subnet group identifies the subnets of your VPC that Amazon Redshift uses when creating the cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
" }, "CreateClusterParameterGroup":{ "name":"CreateClusterParameterGroup", @@ -119,7 +119,7 @@ {"shape":"TagLimitExceededFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "CreateClusterSecurityGroup":{ "name":"CreateClusterSecurityGroup", @@ -138,7 +138,7 @@ {"shape":"TagLimitExceededFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "CreateClusterSnapshot":{ "name":"CreateClusterSnapshot", @@ -159,7 +159,7 @@ {"shape":"TagLimitExceededFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "CreateClusterSubnetGroup":{ "name":"CreateClusterSubnetGroup", @@ -182,7 +182,7 @@ {"shape":"InvalidTagFault"}, {"shape":"DependentServiceRequestThrottlingFault"} ], - "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.
" + "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.
" }, "CreateEventSubscription":{ "name":"CreateEventSubscription", @@ -208,7 +208,7 @@ {"shape":"TagLimitExceededFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "CreateHsmClientCertificate":{ "name":"CreateHsmClientCertificate", @@ -281,7 +281,7 @@ {"shape":"ResourceNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DeleteCluster":{ "name":"DeleteCluster", @@ -300,7 +300,7 @@ {"shape":"ClusterSnapshotAlreadyExistsFault"}, {"shape":"ClusterSnapshotQuotaExceededFault"} ], - "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 .
" + "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.
" }, "DeleteClusterParameterGroup":{ "name":"DeleteClusterParameterGroup", @@ -313,7 +313,7 @@ {"shape":"InvalidClusterParameterGroupStateFault"}, {"shape":"ClusterParameterGroupNotFoundFault"} ], - "documentation":" Deletes a specified Amazon Redshift parameter group.
Deletes a specified Amazon Redshift parameter group.
You cannot delete a parameter group if it is associated with a cluster.
Deletes an Amazon Redshift security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
" + "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.
" }, "DeleteClusterSnapshot":{ "name":"DeleteClusterSnapshot", @@ -343,7 +343,7 @@ {"shape":"InvalidClusterSnapshotStateFault"}, {"shape":"ClusterSnapshotNotFoundFault"} ], - "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.
" + "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.
" }, "DeleteClusterSubnetGroup":{ "name":"DeleteClusterSubnetGroup", @@ -357,7 +357,7 @@ {"shape":"InvalidClusterSubnetStateFault"}, {"shape":"ClusterSubnetGroupNotFoundFault"} ], - "documentation":"Deletes the specified cluster subnet group.
" + "documentation":"Deletes the specified cluster subnet group.
" }, "DeleteEventSubscription":{ "name":"DeleteEventSubscription", @@ -370,7 +370,7 @@ {"shape":"SubscriptionNotFoundFault"}, {"shape":"InvalidSubscriptionStateFault"} ], - "documentation":"Deletes an Amazon Redshift event notification subscription.
" + "documentation":"Deletes an Amazon Redshift event notification subscription.
" }, "DeleteHsmClientCertificate":{ "name":"DeleteHsmClientCertificate", @@ -422,7 +422,7 @@ {"shape":"ResourceNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeClusterParameterGroups":{ "name":"DescribeClusterParameterGroups", @@ -439,7 +439,7 @@ {"shape":"ClusterParameterGroupNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeClusterParameters":{ "name":"DescribeClusterParameters", @@ -455,7 +455,7 @@ "errors":[ {"shape":"ClusterParameterGroupNotFoundFault"} ], - "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.
" + "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.
" }, "DescribeClusterSecurityGroups":{ "name":"DescribeClusterSecurityGroups", @@ -472,7 +472,7 @@ {"shape":"ClusterSecurityGroupNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeClusterSnapshots":{ "name":"DescribeClusterSnapshots", @@ -489,7 +489,7 @@ {"shape":"ClusterSnapshotNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeClusterSubnetGroups":{ "name":"DescribeClusterSubnetGroups", @@ -506,7 +506,7 @@ {"shape":"ClusterSubnetGroupNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeClusterVersions":{ "name":"DescribeClusterVersions", @@ -519,7 +519,7 @@ "shape":"ClusterVersionsMessage", "resultWrapper":"DescribeClusterVersionsResult" }, - "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
" + "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.
" }, "DescribeClusters":{ "name":"DescribeClusters", @@ -536,7 +536,7 @@ {"shape":"ClusterNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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.
" + "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.
" }, "DescribeDefaultClusterParameters":{ "name":"DescribeDefaultClusterParameters", @@ -549,7 +549,7 @@ "shape":"DescribeDefaultClusterParametersResult", "resultWrapper":"DescribeDefaultClusterParametersResult" }, - "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.
" + "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.
" }, "DescribeEventCategories":{ "name":"DescribeEventCategories", @@ -578,7 +578,7 @@ "errors":[ {"shape":"SubscriptionNotFoundFault"} ], - "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.
" + "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.
" }, "DescribeEvents":{ "name":"DescribeEvents", @@ -591,7 +591,7 @@ "shape":"EventsMessage", "resultWrapper":"DescribeEventsResult" }, - "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.
" + "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.
" }, "DescribeHsmClientCertificates":{ "name":"DescribeHsmClientCertificates", @@ -654,7 +654,7 @@ "shape":"OrderableClusterOptionsMessage", "resultWrapper":"DescribeOrderableClusterOptionsResult" }, - "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
" + "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.
" }, "DescribeReservedNodeOfferings":{ "name":"DescribeReservedNodeOfferings", @@ -671,7 +671,7 @@ {"shape":"ReservedNodeOfferingNotFoundFault"}, {"shape":"UnsupportedOperationFault"} ], - "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.
" + "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.
" }, "DescribeReservedNodes":{ "name":"DescribeReservedNodes", @@ -687,7 +687,7 @@ "errors":[ {"shape":"ReservedNodeNotFoundFault"} ], - "documentation":"Returns the descriptions of the reserved nodes.
" + "documentation":"Returns the descriptions of the reserved nodes.
" }, "DescribeResize":{ "name":"DescribeResize", @@ -704,7 +704,7 @@ {"shape":"ClusterNotFoundFault"}, {"shape":"ResizeNotFoundFault"} ], - "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.
" + "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.
" }, "DescribeSnapshotCopyGrants":{ "name":"DescribeSnapshotCopyGrants", @@ -755,7 +755,7 @@ {"shape":"ResourceNotFoundFault"}, {"shape":"InvalidTagFault"} ], - "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
:
MaxRecords
and Marker
parameters together with the ARN parameter.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.
" + "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.
" }, "DisableLogging":{ "name":"DisableLogging", @@ -865,7 +865,7 @@ {"shape":"DependentServiceRequestThrottlingFault"}, {"shape":"InvalidElasticIpFault"} ], - "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.
" + "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.
" }, "ModifyClusterIamRoles":{ "name":"ModifyClusterIamRoles", @@ -882,7 +882,7 @@ {"shape":"InvalidClusterStateFault"}, {"shape":"ClusterNotFoundFault"} ], - "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.
" + "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.
" }, "ModifyClusterParameterGroup":{ "name":"ModifyClusterParameterGroup", @@ -899,7 +899,7 @@ {"shape":"ClusterParameterGroupNotFoundFault"}, {"shape":"InvalidClusterParameterGroupStateFault"} ], - "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.
" + "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.
" }, "ModifyClusterSubnetGroup":{ "name":"ModifyClusterSubnetGroup", @@ -920,7 +920,7 @@ {"shape":"UnauthorizedOperation"}, {"shape":"DependentServiceRequestThrottlingFault"} ], - "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.
" + "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.
" }, "ModifyEventSubscription":{ "name":"ModifyEventSubscription", @@ -944,7 +944,7 @@ {"shape":"SourceNotFoundFault"}, {"shape":"InvalidSubscriptionStateFault"} ], - "documentation":"Modifies an existing Amazon Redshift event notification subscription.
" + "documentation":"Modifies an existing Amazon Redshift event notification subscription.
" }, "ModifySnapshotCopyRetentionPeriod":{ "name":"ModifySnapshotCopyRetentionPeriod", @@ -963,7 +963,7 @@ {"shape":"UnauthorizedOperation"}, {"shape":"InvalidClusterStateFault"} ], - "documentation":"Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.
" + "documentation":"Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.
" }, "PurchaseReservedNodeOffering":{ "name":"PurchaseReservedNodeOffering", @@ -982,7 +982,7 @@ {"shape":"ReservedNodeQuotaExceededFault"}, {"shape":"UnsupportedOperationFault"} ], - "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.
" + "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.
" }, "RebootCluster":{ "name":"RebootCluster", @@ -999,7 +999,7 @@ {"shape":"InvalidClusterStateFault"}, {"shape":"ClusterNotFoundFault"} ], - "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
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.
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.
" + "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.
" }, "RestoreFromClusterSnapshot":{ "name":"RestoreFromClusterSnapshot", @@ -1052,7 +1052,7 @@ {"shape":"LimitExceededFault"}, {"shape":"DependentServiceRequestThrottlingFault"} ], - "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.
" + "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.
" }, "RestoreTableFromClusterSnapshot":{ "name":"RestoreTableFromClusterSnapshot", @@ -1092,7 +1092,7 @@ {"shape":"AuthorizationNotFoundFault"}, {"shape":"InvalidClusterSecurityGroupStateFault"} ], - "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.
" + "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.
" }, "RevokeSnapshotAccess":{ "name":"RevokeSnapshotAccess", @@ -1110,7 +1110,7 @@ {"shape":"AuthorizationNotFoundFault"}, {"shape":"ClusterSnapshotNotFoundFault"} ], - "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.
" + "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.
" }, "RotateEncryptionKey":{ "name":"RotateEncryptionKey", @@ -1128,7 +1128,7 @@ {"shape":"InvalidClusterStateFault"}, {"shape":"DependentServiceRequestThrottlingFault"} ], - "documentation":"Rotates the encryption keys for a cluster.
" + "documentation":"Rotates the encryption keys for a cluster.
" } }, "shapes":{ @@ -1136,7 +1136,7 @@ "type":"structure", "members":{ }, - "documentation":"The owner of the specified snapshot has not authorized your account to access the snapshot.
", + "documentation":"The owner of the specified snapshot has not authorized your account to access the snapshot.
", "error":{ "code":"AccessToSnapshotDenied", "httpStatusCode":400, @@ -1149,10 +1149,10 @@ "members":{ "AccountId":{ "shape":"String", - "documentation":"The identifier of an AWS customer account authorized to restore a snapshot.
" + "documentation":"The identifier of an AWS customer account authorized to restore a snapshot.
" } }, - "documentation":"Describes an AWS customer account authorized to restore a snapshot.
" + "documentation":"Describes an AWS customer account authorized to restore a snapshot.
" }, "AccountsWithRestoreAccessList":{ "type":"list", @@ -1165,7 +1165,7 @@ "type":"structure", "members":{ }, - "documentation":"The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
", + "documentation":"The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
", "error":{ "code":"AuthorizationAlreadyExists", "httpStatusCode":400, @@ -1177,7 +1177,7 @@ "type":"structure", "members":{ }, - "documentation":"The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
", + "documentation":"The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.
", "error":{ "code":"AuthorizationNotFound", "httpStatusCode":404, @@ -1189,7 +1189,7 @@ "type":"structure", "members":{ }, - "documentation":"The authorization quota for the cluster security group has been reached.
", + "documentation":"The authorization quota for the cluster security group has been reached.
", "error":{ "code":"AuthorizationQuotaExceeded", "httpStatusCode":400, @@ -1203,19 +1203,19 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"The name of the security group to which the ingress rule is added.
" + "documentation":"The name of the security group to which the ingress rule is added.
" }, "CIDRIP":{ "shape":"String", - "documentation":"The IP range to be added the Amazon Redshift security group.
" + "documentation":"The IP range to be added the Amazon Redshift security group.
" }, "EC2SecurityGroupName":{ "shape":"String", - "documentation":"The EC2 security group to be added the Amazon Redshift security group.
" + "documentation":"The EC2 security group to be added the Amazon Redshift security group.
" }, "EC2SecurityGroupOwnerId":{ "shape":"String", - "documentation":"The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
The identifier of the snapshot the account is authorized to restore.
" + "documentation":"The identifier of the snapshot the account is authorized to restore.
" }, "SnapshotClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" + "documentation":"The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" }, "AccountWithRestoreAccess":{ "shape":"String", - "documentation":"The identifier of the AWS customer account authorized to restore the specified snapshot.
" + "documentation":"The identifier of the AWS customer account authorized to restore the specified snapshot.
" } }, - "documentation":"" + "documentation":"" }, "AuthorizeSnapshotAccessResult":{ "type":"structure", @@ -1259,10 +1259,10 @@ "members":{ "Name":{ "shape":"String", - "documentation":"
The name of the availability zone.
" + "documentation":"The name of the availability zone.
" } }, - "documentation":"Describes an availability zone.
", + "documentation":"Describes an availability zone.
", "wrapper":true }, "AvailabilityZoneList":{ @@ -1278,7 +1278,7 @@ "type":"structure", "members":{ }, - "documentation":"Could not find the specified S3 bucket.
", + "documentation":"Could not find the specified S3 bucket.
", "error":{ "code":"BucketNotFoundFault", "httpStatusCode":400, @@ -1291,15 +1291,15 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"The unique identifier of the cluster.
" + "documentation":"The unique identifier of the cluster.
" }, "NodeType":{ "shape":"String", - "documentation":"The node type for the nodes in the cluster.
" + "documentation":"The node type for the nodes in the cluster.
" }, "ClusterStatus":{ "shape":"String", - "documentation":"The current state of the cluster. Possible values are:
available
creating
deleting
final-snapshot
hardware-failure
incompatible-hsm
incompatible-network
incompatible-parameters
incompatible-restore
modifying
rebooting
renaming
resizing
rotating-keys
storage-full
updating-hsm
The current state of the cluster. Possible values are the following:
available
creating
deleting
final-snapshot
hardware-failure
incompatible-hsm
incompatible-network
incompatible-parameters
incompatible-restore
modifying
rebooting
renaming
resizing
rotating-keys
storage-full
updating-hsm
The master user name for the cluster. This name is used to connect to the database that is specified in DBName.
" + "documentation":"The master user name for the cluster. This name is used to connect to the database that is specified in the DBName parameter.
" }, "DBName":{ "shape":"String", - "documentation":"The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named \"dev\" was created by default.
" + "documentation":"The name of the initial database that was created when the cluster was created. This same name is returned for the life of the cluster. If an initial database was not specified, a database named dev
dev was created by default.
The connection endpoint.
" + "documentation":"The connection endpoint.
" }, "ClusterCreateTime":{ "shape":"TStamp", - "documentation":"The date and time that the cluster was created.
" + "documentation":"The date and time that the cluster was created.
" }, "AutomatedSnapshotRetentionPeriod":{ "shape":"Integer", - "documentation":"The number of days that automatic cluster snapshots are retained.
" + "documentation":"The number of days that automatic cluster snapshots are retained.
" }, "ClusterSecurityGroups":{ "shape":"ClusterSecurityGroupMembershipList", - "documentation":" A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
" + "documentation":"A list of cluster security group that are associated with the cluster. Each security group is represented by an element that contains ClusterSecurityGroup.Name
and ClusterSecurityGroup.Status
subelements.
Cluster security groups are used when the cluster is not created in an Amazon Virtual Private Cloud (VPC). Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
" }, "VpcSecurityGroups":{ "shape":"VpcSecurityGroupMembershipList", - "documentation":"A list of Virtual Private Cloud (VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
" + "documentation":"A list of Amazon Virtual Private Cloud (Amazon VPC) security groups that are associated with the cluster. This parameter is returned only if the cluster is in a VPC.
" }, "ClusterParameterGroups":{ "shape":"ClusterParameterGroupStatusList", @@ -1339,55 +1339,55 @@ }, "ClusterSubnetGroupName":{ "shape":"String", - "documentation":"The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
" + "documentation":"The name of the subnet group that is associated with the cluster. This parameter is valid only when the cluster is in a VPC.
" }, "VpcId":{ "shape":"String", - "documentation":"The identifier of the VPC the cluster is in, if the cluster is in a VPC.
" + "documentation":"The identifier of the VPC the cluster is in, if the cluster is in a VPC.
" }, "AvailabilityZone":{ "shape":"String", - "documentation":"The name of the Availability Zone in which the cluster is located.
" + "documentation":"The name of the Availability Zone in which the cluster is located.
" }, "PreferredMaintenanceWindow":{ "shape":"String", - "documentation":"The weekly time range (in UTC) during which system maintenance can occur.
" + "documentation":"The weekly time range, in Universal Coordinated Time (UTC), during which system maintenance can occur.
" }, "PendingModifiedValues":{ "shape":"PendingModifiedValues", - "documentation":"If present, changes to the cluster are pending. Specific pending changes are identified by subelements.
" + "documentation":"A value that, if present, indicates that changes to the cluster are pending. Specific pending changes are identified by subelements.
" }, "ClusterVersion":{ "shape":"String", - "documentation":"The version ID of the Amazon Redshift engine that is running on the cluster.
" + "documentation":"The version ID of the Amazon Redshift engine that is running on the cluster.
" }, "AllowVersionUpgrade":{ "shape":"Boolean", - "documentation":" If true
, major version upgrades will be applied automatically to the cluster during the maintenance window.
A Boolean value that, if true
, indicates that major version upgrades will be applied automatically to the cluster during the maintenance window.
The number of compute nodes in the cluster.
" + "documentation":"The number of compute nodes in the cluster.
" }, "PubliclyAccessible":{ "shape":"Boolean", - "documentation":"If true
, the cluster can be accessed from a public network.
A Boolean value that, if true
, indicates that the cluster can be accessed from a public network.
If true
, data in the cluster is encrypted at rest.
A Boolean value that, if true
, indicates that data in the cluster is encrypted at rest.
Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.
" + "documentation":"A value that describes the status of a cluster restore action. This parameter returns null if the cluster was not created by restoring a snapshot.
" }, "HsmStatus":{ "shape":"HsmStatus", - "documentation":"Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
" + "documentation":"A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
Values: active, applying
" }, "ClusterSnapshotCopyStatus":{ "shape":"ClusterSnapshotCopyStatus", - "documentation":"Returns the destination region and retention period that are configured for cross-region snapshot copy.
" + "documentation":"A value that returns the destination region and retention period that are configured for cross-region snapshot copy.
" }, "ClusterPublicKey":{ "shape":"String", @@ -1395,7 +1395,7 @@ }, "ClusterNodes":{ "shape":"ClusterNodesList", - "documentation":"The nodes in a cluster.
" + "documentation":"The nodes in the cluster.
" }, "ElasticIpStatus":{ "shape":"ElasticIpStatus", @@ -1411,7 +1411,11 @@ }, "KmsKeyId":{ "shape":"String", - "documentation":"The AWS Key Management Service (KMS) key ID of the encryption key used to encrypt data in the cluster.
" + "documentation":"The AWS Key Management Service (AWS KMS) key ID of the encryption key used to encrypt data in the cluster.
" + }, + "EnhancedVpcRouting":{ + "shape":"Boolean", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" }, "IamRoles":{ "shape":"ClusterIamRoleList", @@ -1425,7 +1429,7 @@ "type":"structure", "members":{ }, - "documentation":"The account already has a cluster with the given identifier.
", + "documentation":"The account already has a cluster with the given identifier.
", "error":{ "code":"ClusterAlreadyExists", "httpStatusCode":400, @@ -1438,11 +1442,11 @@ "members":{ "IamRoleArn":{ "shape":"String", - "documentation":"The Amazon Resource Name (ARN) of the IAM role. For example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
The Amazon Resource Name (ARN) of the IAM role, for example, arn:aws:iam::123456789012:role/RedshiftCopyUnload
.
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.A value that 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.
An AWS Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other AWS services.
" @@ -1487,7 +1491,7 @@ "type":"structure", "members":{ }, - "documentation":" The ClusterIdentifier
parameter does not refer to an existing cluster.
The ClusterIdentifier
parameter does not refer to an existing cluster.
The name of the cluster parameter group.
" + "documentation":"The name of the cluster parameter group.
" }, "ParameterGroupFamily":{ "shape":"String", - "documentation":"The name of the cluster parameter group family that this cluster parameter group is compatible with.
" + "documentation":"The name of the cluster parameter group family that this cluster parameter group is compatible with.
" }, "Description":{ "shape":"String", - "documentation":"The description of the parameter group.
" + "documentation":"The description of the parameter group.
" }, "Tags":{ "shape":"TagList", @@ -1522,7 +1526,7 @@ "type":"structure", "members":{ }, - "documentation":"A cluster parameter group with the same name already exists.
", + "documentation":"A cluster parameter group with the same name already exists.
", "error":{ "code":"ClusterParameterGroupAlreadyExists", "httpStatusCode":400, @@ -1535,34 +1539,34 @@ "members":{ "Parameters":{ "shape":"ParametersList", - "documentation":"A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.
" + "documentation":"A list of Parameter instances. Each instance lists the parameters of one cluster parameter group.
" }, "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
Contains the output from the DescribeClusterParameters action.
" + "documentation":"Contains the output from the DescribeClusterParameters action.
" }, "ClusterParameterGroupNameMessage":{ "type":"structure", "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"The name of the cluster parameter group.
" + "documentation":"The name of the cluster parameter group.
" }, "ParameterGroupStatus":{ "shape":"String", - "documentation":"The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
" + "documentation":"The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
" } }, - "documentation":"" + "documentation":"" }, "ClusterParameterGroupNotFoundFault":{ "type":"structure", "members":{ }, - "documentation":"
The parameter group name does not refer to an existing parameter group.
", + "documentation":"The parameter group name does not refer to an existing parameter group.
", "error":{ "code":"ClusterParameterGroupNotFound", "httpStatusCode":404, @@ -1574,7 +1578,7 @@ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"ClusterParameterGroupQuotaExceeded", "httpStatusCode":400, @@ -1587,18 +1591,18 @@ "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"The name of the cluster parameter group.
" + "documentation":"The name of the cluster parameter group.
" }, "ParameterApplyStatus":{ "shape":"String", - "documentation":"The status of parameter updates.
" + "documentation":"The status of parameter updates.
" }, "ClusterParameterStatusList":{ "shape":"ClusterParameterStatusList", - "documentation":"The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
" + "documentation":"The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
" } }, - "documentation":"Describes the status of a parameter group.
" + "documentation":"Describes the status of a parameter group.
" }, "ClusterParameterGroupStatusList":{ "type":"list", @@ -1612,14 +1616,14 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.
" + "documentation":"A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.
" } }, - "documentation":"Contains the output from the DescribeClusterParameterGroups action.
" + "documentation":"Contains the output from the DescribeClusterParameterGroups action.
" }, "ClusterParameterStatus":{ "type":"structure", @@ -1630,7 +1634,7 @@ }, "ParameterApplyStatus":{ "shape":"String", - "documentation":"The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the database.pending-reboot
: The parameter value will be applied after the cluster reboots.applying
: The parameter value is being applied to the database.invalid-parameter
: Cannot apply the parameter value because it has an invalid value or syntax.apply-deferred
: The parameter contains static property changes. The changes are deferred until the cluster reboots.apply-error
: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the database.
pending-reboot
: The parameter value will be applied after the cluster reboots.
applying
: The parameter value is being applied to the database.
invalid-parameter
: Cannot apply the parameter value because it has an invalid value or syntax.
apply-deferred
: The parameter contains static property changes. The changes are deferred until the cluster reboots.
apply-error
: Cannot connect to the cluster. The parameter change will be applied after the cluster reboots.
unknown-error
: Cannot apply the parameter change right now. The change will be applied after the cluster reboots.
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.
", + "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.
", "error":{ "code":"ClusterQuotaExceeded", "httpStatusCode":400, @@ -1660,19 +1664,19 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"The name of the cluster security group to which the operation was applied.
" + "documentation":"The name of the cluster security group to which the operation was applied.
" }, "Description":{ "shape":"String", - "documentation":"A description of the security group.
" + "documentation":"A description of the security group.
" }, "EC2SecurityGroups":{ "shape":"EC2SecurityGroupList", - "documentation":"A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
" + "documentation":"A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
" }, "IPRanges":{ "shape":"IPRangeList", - "documentation":"A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
" + "documentation":"A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
" }, "Tags":{ "shape":"TagList", @@ -1686,7 +1690,7 @@ "type":"structure", "members":{ }, - "documentation":"A cluster security group with the same name already exists.
", + "documentation":"A cluster security group with the same name already exists.
", "error":{ "code":"ClusterSecurityGroupAlreadyExists", "httpStatusCode":400, @@ -1699,11 +1703,11 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"The name of the cluster security group.
" + "documentation":"The name of the cluster security group.
" }, "Status":{ "shape":"String", - "documentation":"The status of the cluster security group.
" + "documentation":"The status of the cluster security group.
" } }, "documentation":"Describes a cluster security group.
" @@ -1720,14 +1724,14 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of ClusterSecurityGroup instances.
" + "documentation":"A list of ClusterSecurityGroup instances.
" } }, - "documentation":"" + "documentation":"" }, "ClusterSecurityGroupNameList":{ "type":"list", @@ -1740,7 +1744,7 @@ "type":"structure", "members":{ }, - "documentation":"
The cluster security group name does not refer to an existing cluster security group.
", + "documentation":"The cluster security group name does not refer to an existing cluster security group.
", "error":{ "code":"ClusterSecurityGroupNotFound", "httpStatusCode":404, @@ -1752,7 +1756,7 @@ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"QuotaExceeded.ClusterSecurityGroup", "httpStatusCode":400, @@ -1771,7 +1775,7 @@ "type":"structure", "members":{ }, - "documentation":"The value specified as a snapshot identifier is already used by an existing snapshot.
", + "documentation":"The value specified as a snapshot identifier is already used by an existing snapshot.
", "error":{ "code":"ClusterSnapshotAlreadyExists", "httpStatusCode":400, @@ -1795,13 +1799,13 @@ "documentation":"The name of the snapshot copy grant.
" } }, - "documentation":"Returns the destination region and retention period that are configured for cross-region snapshot copy.
" + "documentation":"Returns the destination region and retention period that are configured for cross-region snapshot copy.
" }, "ClusterSnapshotNotFoundFault":{ "type":"structure", "members":{ }, - "documentation":"The snapshot identifier does not refer to an existing cluster snapshot.
", + "documentation":"The snapshot identifier does not refer to an existing cluster snapshot.
", "error":{ "code":"ClusterSnapshotNotFound", "httpStatusCode":404, @@ -1813,7 +1817,7 @@ "type":"structure", "members":{ }, - "documentation":"The request would result in the user exceeding the allowed number of cluster snapshots.
", + "documentation":"The request would result in the user exceeding the allowed number of cluster snapshots.
", "error":{ "code":"ClusterSnapshotQuotaExceeded", "httpStatusCode":400, @@ -1826,23 +1830,23 @@ "members":{ "ClusterSubnetGroupName":{ "shape":"String", - "documentation":"The name of the cluster subnet group.
" + "documentation":"The name of the cluster subnet group.
" }, "Description":{ "shape":"String", - "documentation":"The description of the cluster subnet group.
" + "documentation":"The description of the cluster subnet group.
" }, "VpcId":{ "shape":"String", - "documentation":"The VPC ID of the cluster subnet group.
" + "documentation":"The VPC ID of the cluster subnet group.
" }, "SubnetGroupStatus":{ "shape":"String", - "documentation":" The status of the cluster subnet group. Possible values are Complete
, Incomplete
and Invalid
.
The status of the cluster subnet group. Possible values are Complete
, Incomplete
and Invalid
.
A list of the VPC Subnet elements.
" + "documentation":"A list of the VPC Subnet elements.
" }, "Tags":{ "shape":"TagList", @@ -1856,7 +1860,7 @@ "type":"structure", "members":{ }, - "documentation":"A ClusterSubnetGroupName is already used by an existing cluster subnet group.
", + "documentation":"A ClusterSubnetGroupName is already used by an existing cluster subnet group.
", "error":{ "code":"ClusterSubnetGroupAlreadyExists", "httpStatusCode":400, @@ -1869,20 +1873,20 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of ClusterSubnetGroup instances.
" + "documentation":"A list of ClusterSubnetGroup instances.
" } }, - "documentation":"Contains the output from the DescribeClusterSubnetGroups action.
" + "documentation":"Contains the output from the DescribeClusterSubnetGroups action.
" }, "ClusterSubnetGroupNotFoundFault":{ "type":"structure", "members":{ }, - "documentation":"The cluster subnet group name does not refer to an existing cluster subnet group.
", + "documentation":"The cluster subnet group name does not refer to an existing cluster subnet group.
", "error":{ "code":"ClusterSubnetGroupNotFoundFault", "httpStatusCode":400, @@ -1894,7 +1898,7 @@ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"ClusterSubnetGroupQuotaExceeded", "httpStatusCode":400, @@ -1913,7 +1917,7 @@ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"ClusterSubnetQuotaExceededFault", "httpStatusCode":400, @@ -1926,15 +1930,15 @@ "members":{ "ClusterVersion":{ "shape":"String", - "documentation":"The version number used by the cluster.
" + "documentation":"The version number used by the cluster.
" }, "ClusterParameterGroupFamily":{ "shape":"String", - "documentation":"The name of the cluster parameter group family for the cluster.
" + "documentation":"The name of the cluster parameter group family for the cluster.
" }, "Description":{ "shape":"String", - "documentation":"The description of the cluster version.
" + "documentation":"The description of the cluster version.
" } }, "documentation":"Describes a cluster version, including the parameter group family and description of the version.
" @@ -1951,28 +1955,28 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of Version
elements.
A list of Version
elements.
Contains the output from the DescribeClusterVersions action.
" + "documentation":"Contains the output from the DescribeClusterVersions action.
" }, "ClustersMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of Cluster
objects, where each object describes one cluster.
A list of Cluster
objects, where each object describes one cluster.
Contains the output from the DescribeClusters action.
" + "documentation":"Contains the output from the DescribeClusters action.
" }, "CopyClusterSnapshotMessage":{ "type":"structure", @@ -1983,18 +1987,18 @@ "members":{ "SourceSnapshotIdentifier":{ "shape":"String", - "documentation":"The identifier for the source snapshot.
Constraints:
available
.The identifier for the source snapshot.
Constraints:
Must be the identifier for a valid automated snapshot whose state is available
.
The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints:
The identifier of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints:
Must be the identifier for a valid cluster.
The identifier given to the new manual snapshot.
Constraints:
The identifier given to the new manual snapshot.
Constraints:
Cannot be null, empty, or blank.
Must contain from 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for the AWS account that is making the request.
" + "documentation":"" }, "CopyClusterSnapshotResult":{ "type":"structure", @@ -2006,7 +2010,7 @@ "type":"structure", "members":{ }, - "documentation":"
Cross-region snapshot copy was temporarily disabled. Try your request again.
", + "documentation":"Cross-region snapshot copy was temporarily disabled. Try your request again.
", "error":{ "code":"CopyToRegionDisabledFault", "httpStatusCode":400, @@ -2025,31 +2029,31 @@ "members":{ "DBName":{ "shape":"String", - "documentation":"The name of the first database to be created when the cluster is created.
To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.
Default: dev
Constraints:
The name of the first database to be created when the cluster is created.
To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.
Default: dev
Constraints:
Must contain 1 to 64 alphanumeric characters.
Must contain only lowercase letters.
Cannot be a word that is reserved by the service. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.
Constraints:
Example: myexamplecluster
A unique identifier for the cluster. You use this identifier to refer to the cluster for any subsequent cluster operations such as deleting or modifying. The identifier also appears in the Amazon Redshift console.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
Alphabetic characters must be lowercase.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for all clusters within an AWS account.
Example: myexamplecluster
The type of the cluster. When cluster type is specified as
single-node
, the NumberOfNodes parameter is not required.multi-node
, the NumberOfNodes parameter is required. Valid Values: multi-node
| single-node
Default: multi-node
The type of the cluster. When cluster type is specified as
single-node
, the NumberOfNodes parameter is not required.
multi-node
, the NumberOfNodes parameter is required.
Valid Values: multi-node
| single-node
Default: multi-node
The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.
Valid Values: ds1.xlarge
| ds1.8xlarge
| ds2.xlarge
| ds2.8xlarge
| dc1.large
| dc1.8xlarge
.
The node type to be provisioned for the cluster. For information about node types, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.
Valid Values: ds1.xlarge
| ds1.8xlarge
| ds2.xlarge
| ds2.8xlarge
| dc1.large
| dc1.8xlarge
.
The user name associated with the master user account for the cluster that is being created.
Constraints:
The user name associated with the master user account for the cluster that is being created.
Constraints:
Must be 1 - 128 alphanumeric characters.
First character must be a letter.
Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.
The password associated with the master user account for the cluster that is being created.
Constraints:
The password associated with the master user account for the cluster that is being created.
Constraints:
Must be between 8 and 64 characters in length.
Must contain at least one uppercase letter.
Must contain at least one lowercase letter.
Must contain one number.
Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
A list of security groups to be associated with this cluster.
Default: The default cluster security group for Amazon Redshift.
" + "documentation":"A list of security groups to be associated with this cluster.
Default: The default cluster security group for Amazon Redshift.
" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", @@ -2057,39 +2061,39 @@ }, "ClusterSubnetGroupName":{ "shape":"String", - "documentation":"The name of a cluster subnet group to be associated with this cluster.
If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).
" + "documentation":"The name of a cluster subnet group to be associated with this cluster.
If this parameter is not provided the resulting cluster will be deployed outside virtual private cloud (VPC).
" }, "AvailabilityZone":{ "shape":"String", - "documentation":"The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.
Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.
Example: us-east-1d
Constraint: The specified Availability Zone must be in the same region as the current endpoint.
" + "documentation":"The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. For example, if you have several EC2 instances running in a specific Availability Zone, then you might want the cluster to be provisioned in the same zone in order to decrease network latency.
Default: A random, system-chosen Availability Zone in the region that is specified by the endpoint.
Example: us-east-1d
Constraint: The specified Availability Zone must be in the same region as the current endpoint.
" }, "PreferredMaintenanceWindow":{ "shape":"String", - "documentation":"The weekly time range (in UTC) during which automated cluster maintenance can occur.
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Minimum 30-minute window.
" + "documentation":"The weekly time range (in UTC) during which automated cluster maintenance can occur.
Format: ddd:hh24:mi-ddd:hh24:mi
Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Minimum 30-minute window.
" }, "ClusterParameterGroupName":{ "shape":"String", - "documentation":"The name of the parameter group to be associated with this cluster.
Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups
Constraints:
The name of the parameter group to be associated with this cluster.
Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
Default: 1
Constraints: Must be a value from 0 to 35.
" + "documentation":"The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
Default: 1
Constraints: Must be a value from 0 to 35.
" }, "Port":{ "shape":"IntegerOptional", - "documentation":"The port number on which the cluster accepts incoming connections.
The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.
Default: 5439
Valid Values: 1150-65535
The port number on which the cluster accepts incoming connections.
The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.
Default: 5439
Valid Values: 1150-65535
The version of the Amazon Redshift engine software that you want to deploy on the cluster.
The version selected runs on all the nodes in the cluster.
Constraints: Only version 1.0 is currently available.
Example: 1.0
The version of the Amazon Redshift engine software that you want to deploy on the cluster.
The version selected runs on all the nodes in the cluster.
Constraints: Only version 1.0 is currently available.
Example: 1.0
If true
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.
Default: true
If true
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
When a new major version of the Amazon Redshift engine is released, you can request that the service automatically apply upgrades during the maintenance window to the Amazon Redshift engine that is running on your cluster.
Default: true
The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node
.
For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.
If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.
Default: 1
Constraints: Value must be at least 1 and no more than 100.
" + "documentation":"The number of compute nodes in the cluster. This parameter is required when the ClusterType parameter is specified as multi-node
.
For information about determining how many nodes you need, go to Working with Clusters in the Amazon Redshift Cluster Management Guide.
If you don't specify this parameter, you get a single-node cluster. When requesting a multi-node cluster, you must specify the number of nodes that you want in the cluster.
Default: 1
Constraints: Value must be at least 1 and no more than 100.
" }, "PubliclyAccessible":{ "shape":"BooleanOptional", @@ -2119,13 +2123,17 @@ "shape":"String", "documentation":"The AWS Key Management Service (KMS) key ID of the encryption key that you want to use to encrypt data in the cluster.
" }, + "EnhancedVpcRouting":{ + "shape":"BooleanOptional", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" + }, "AdditionalInfo":{ "shape":"String", "documentation":"Reserved.
" }, "IamRoles":{ "shape":"IamRoleArnList", - "documentation":"A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.
A cluster can have up to 10 IAM roles associated at any time.
" + "documentation":"A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.
A cluster can have up to 10 IAM roles associated with it at any time.
" } }, "documentation":"" @@ -2140,22 +2148,22 @@ "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"The name of the cluster parameter group.
Constraints:
The name of the cluster parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique withing your AWS account.
This value is stored as a lower-case string.
The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".
" + "documentation":"The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is \"redshift-1.0\".
" }, "Description":{ "shape":"String", - "documentation":"A description of the parameter group.
" + "documentation":"A description of the parameter group.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of tag instances.
" } }, - "documentation":"" + "documentation":"" }, "CreateClusterParameterGroupResult":{ "type":"structure", @@ -2178,11 +2186,11 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"
The name for the security group. Amazon Redshift stores the value as a lowercase string.
Constraints:
Example: examplesecuritygroup
The name for the security group. Amazon Redshift stores the value as a lowercase string.
Constraints:
Must contain no more than 255 alphanumeric characters or hyphens.
Must not be \"Default\".
Must be unique for all security groups that are created by your AWS account.
Example: examplesecuritygroup
A description for the security group.
" + "documentation":"A description for the security group.
" }, "Tags":{ "shape":"TagList", @@ -2206,18 +2214,18 @@ "members":{ "SnapshotIdentifier":{ "shape":"String", - "documentation":"A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.
Constraints:
Example: my-snapshot-id
A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-snapshot-id
The cluster identifier for which you want a snapshot.
" + "documentation":"The cluster identifier for which you want a snapshot.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of tag instances.
" } }, - "documentation":"" + "documentation":"" }, "CreateClusterSnapshotResult":{ "type":"structure", @@ -2235,7 +2243,7 @@ "members":{ "ClusterSubnetGroupName":{ "shape":"String", - "documentation":"
The name for the subnet group. Amazon Redshift stores the value as a lowercase string.
Constraints:
Example: examplesubnetgroup
The name for the subnet group. Amazon Redshift stores the value as a lowercase string.
Constraints:
Must contain no more than 255 alphanumeric characters or hyphens.
Must not be \"Default\".
Must be unique for all subnet groups that are created by your AWS account.
Example: examplesubnetgroup
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
" + "documentation":"An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
" }, "Tags":{ "shape":"TagList", "documentation":"A list of tag instances.
" } }, - "documentation":"" + "documentation":"" }, "CreateClusterSubnetGroupResult":{ "type":"structure", @@ -2267,19 +2275,19 @@ "members":{ "SubscriptionName":{ "shape":"String", - "documentation":"
The name of the event subscription to be created.
Constraints:
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.
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.
" + "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.
" }, "SourceType":{ "shape":"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.
" + "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.
" }, "SourceIds":{ "shape":"SourceIdsList", - "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
" + "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
" }, "EventCategories":{ "shape":"EventCategoriesList", @@ -2291,7 +2299,7 @@ }, "Enabled":{ "shape":"BooleanOptional", - "documentation":" A Boolean value; set to true
to activate the subscription, set to false
to create the subscription but not active it.
A Boolean value; set to true
to activate the subscription, set to false
to create the subscription but not active it.
The name of the snapshot copy grant. This name must be unique in the region for the AWS account.
Constraints:
The name of the snapshot copy grant. This name must be unique in the region for the AWS account.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
Alphabetic characters must be lowercase.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for all clusters within an AWS account.
The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key
and the corresponding value is passed in with the parameter Value
. The Key
and Value
parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\"
.
One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key
and the corresponding value is passed in with the parameter Value
. The Key
and Value
parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags \"Key\"=\"owner\",\"Value\"=\"admin\" \"Key\"=\"environment\",\"Value\"=\"test\" \"Key\"=\"version\",\"Value\"=\"1.0\"
.
Contains the output from the CreateTags
action.
Contains the output from the CreateTags
action.
The name of the cluster parameter group family to which the engine default parameters apply.
" + "documentation":"The name of the cluster parameter group family to which the engine default parameters apply.
" }, "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
The list of cluster default parameters.
" + "documentation":"The list of cluster default parameters.
" } }, - "documentation":"Describes the default cluster parameters for a parameter group family.
", + "documentation":"Describes the default cluster parameters for a parameter group family.
", "wrapper":true }, "DeleteClusterMessage":{ @@ -2443,18 +2451,18 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster to be deleted.
Constraints:
The identifier of the cluster to be deleted.
Constraints:
Must contain lowercase characters.
Must contain from 1 to 63 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true
, a final cluster snapshot is not created. If false
, a final cluster snapshot is created before the cluster is deleted.
false
.Default: false
Determines whether a final snapshot of the cluster is created before Amazon Redshift deletes the cluster. If true
, a final cluster snapshot is not created. If false
, a final cluster snapshot is created before the cluster is deleted.
The FinalClusterSnapshotIdentifier parameter must be specified if SkipFinalClusterSnapshot is false
.
Default: false
The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false
.
Constraints:
The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, SkipFinalClusterSnapshot must be false
.
Constraints:
Must be 1 to 255 alphanumeric characters.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
" + "documentation":"" }, "DeleteClusterParameterGroupMessage":{ "type":"structure", @@ -2462,10 +2470,10 @@ "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"
The name of the parameter group to be deleted.
Constraints:
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.
" + "documentation":"" }, "DeleteClusterResult":{ "type":"structure", @@ -2479,10 +2487,10 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"
The name of the cluster security group to be deleted.
" + "documentation":"The name of the cluster security group to be deleted.
" } }, - "documentation":"" + "documentation":"" }, "DeleteClusterSnapshotMessage":{ "type":"structure", @@ -2490,14 +2498,14 @@ "members":{ "SnapshotIdentifier":{ "shape":"String", - "documentation":"
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
state.
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
state.
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
" + "documentation":"The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
" } }, - "documentation":"" + "documentation":"" }, "DeleteClusterSnapshotResult":{ "type":"structure", @@ -2569,14 +2577,14 @@ "members":{ "ResourceName":{ "shape":"String", - "documentation":"
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
The tag key that you want to delete.
" } }, - "documentation":" Contains the output from the DeleteTags
action.
Contains the output from the DeleteTags
action.
The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.
" + "documentation":"The name of a specific parameter group for which to return details. By default, details about all parameter groups and the default parameter group are returned.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameterGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
A tag value or values for which you want to return all matching cluster parameter groups that are associated with the specified tag value or values. For example, suppose that you have parameter groups that are tagged with values called admin
and test
. If you specify both of these tag values in the request, Amazon Redshift returns a response with the parameter groups that have either or both of these tag values associated with them.
" + "documentation":"" }, "DescribeClusterParametersMessage":{ "type":"structure", @@ -2622,36 +2630,37 @@ "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"
The name of a cluster parameter group for which to return details.
" + "documentation":"The name of a cluster parameter group for which to return details.
" }, "Source":{ "shape":"String", - "documentation":" The parameter types to return. Specify user
to show parameters that are different form the default. Similarly, specify engine-default
to show parameters that are the same as the default parameter group.
Default: All parameter types returned.
Valid Values: user
| engine-default
The parameter types to return. Specify user
to show parameters that are different form the default. Similarly, specify engine-default
to show parameters that are the same as the default parameter group.
Default: All parameter types returned.
Valid Values: user
| engine-default
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterParameters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.
Example: securitygroup1
The name of a cluster security group for which you are requesting details. You can specify either the Marker parameter or a ClusterSecurityGroupName parameter, but not both.
Example: securitygroup1
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.
" + "documentation":"An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSecurityGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the ClusterSecurityGroupName parameter or the Marker parameter, but not both.
" }, "TagKeys":{ "shape":"TagKeyList", @@ -2669,35 +2678,35 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster for which information about snapshots is requested.
" + "documentation":"The identifier of the cluster for which information about snapshots is requested.
" }, "SnapshotIdentifier":{ "shape":"String", - "documentation":"The snapshot identifier of the snapshot about which to return information.
" + "documentation":"The snapshot identifier of the snapshot about which to return information.
" }, "SnapshotType":{ "shape":"String", - "documentation":"The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values: automated
| manual
The type of snapshots for which you are requesting information. By default, snapshots of all types are returned.
Valid Values: automated
| manual
A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2012-07-16T18:00:00Z
A value that requests only snapshots created at or after the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2012-07-16T18:00:00Z
A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2012-07-16T18:00:00Z
A time value that requests only snapshots created at or before the specified time. The time value is specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2012-07-16T18:00:00Z
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSnapshots request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.
" + "documentation":"The AWS customer account used to create or copy the snapshot. Use this field to filter the results to snapshots owned by a particular account. To describe snapshots you own, either specify your AWS customer account, or do not specify the parameter.
" }, "TagKeys":{ "shape":"TagKeyList", @@ -2708,22 +2717,22 @@ "documentation":"A tag value or values for which you want to return all matching cluster snapshots that are associated with the specified tag value or values. For example, suppose that you have snapshots that are tagged with values called admin
and test
. If you specify both of these tag values in the request, Amazon Redshift returns a response with the snapshots that have either or both of these tag values associated with them.
" + "documentation":"" }, "DescribeClusterSubnetGroupsMessage":{ "type":"structure", "members":{ "ClusterSubnetGroupName":{ "shape":"String", - "documentation":"
The name of the cluster subnet group for which information is requested.
" + "documentation":"The name of the cluster subnet group for which information is requested.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterSubnetGroups request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
A tag value or values for which you want to return all matching cluster subnet groups that are associated with the specified tag value or values. For example, suppose that you have subnet groups that are tagged with values called admin
and test
. If you specify both of these tag values in the request, Amazon Redshift returns a response with the subnet groups that have either or both of these tag values associated with them.
" + "documentation":"" }, "DescribeClusterVersionsMessage":{ "type":"structure", "members":{ "ClusterVersion":{ "shape":"String", - "documentation":"
The specific cluster version to return.
Example: 1.0
The specific cluster version to return.
Example: 1.0
The name of a specific cluster parameter group family to return details for.
Constraints:
The name of a specific cluster parameter group family to return details for.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusterVersions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.
The default is that all clusters defined for an account are returned.
" + "documentation":"The unique identifier of a cluster whose properties you are requesting. This parameter is case sensitive.
The default is that all clusters defined for an account are returned.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.
" + "documentation":"An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeClusters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the ClusterIdentifier parameter or the Marker parameter, but not both.
" }, "TagKeys":{ "shape":"TagKeyList", @@ -2782,7 +2791,7 @@ "documentation":"A tag value or values for which you want to return all matching clusters that are associated with the specified tag value or values. For example, suppose that you have clusters that are tagged with values called admin
and test
. If you specify both of these tag values in the request, Amazon Redshift returns a response with the clusters that have either or both of these tag values associated with them.
" + "documentation":"" }, "DescribeDefaultClusterParametersMessage":{ "type":"structure", @@ -2790,18 +2799,18 @@ "members":{ "ParameterGroupFamily":{ "shape":"String", - "documentation":"
The name of the cluster parameter group family.
" + "documentation":"The name of the cluster parameter group family.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeDefaultClusterParameters request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
" + "documentation":"" }, "DescribeDefaultClusterParametersResult":{ "type":"structure", @@ -2814,10 +2823,10 @@ "members":{ "SourceType":{ "shape":"String", - "documentation":"
The source type, such as cluster or parameter group, to which the described event categories apply.
Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.
" + "documentation":"The source type, such as cluster or parameter group, to which the described event categories apply.
Valid values: cluster, cluster-snapshot, cluster-parameter-group, and cluster-security-group.
" } }, - "documentation":"" + "documentation":"" }, "DescribeEventSubscriptionsMessage":{ "type":"structure", @@ -2828,11 +2837,11 @@ }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":"
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEventSubscriptions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.
Constraints:
If SourceIdentifier is supplied, SourceType must also be provided.
cluster
.cluster-security-group
.cluster-parameter-group
.cluster-snapshot
.The identifier of the event source for which events will be returned. If this parameter is not specified, then all sources are included in the response.
Constraints:
If SourceIdentifier is supplied, SourceType must also be provided.
Specify a cluster identifier when SourceType is cluster
.
Specify a cluster security group name when SourceType is cluster-security-group
.
Specify a cluster parameter group name when SourceType is cluster-parameter-group
.
Specify a cluster snapshot identifier when SourceType is cluster-snapshot
.
The event source to retrieve events for. If no value is specified, all events are returned.
Constraints:
If SourceType is supplied, SourceIdentifier must also be provided.
cluster
when SourceIdentifier is a cluster identifier.cluster-security-group
when SourceIdentifier is a cluster security group name.cluster-parameter-group
when SourceIdentifier is a cluster parameter group name.cluster-snapshot
when SourceIdentifier is a cluster snapshot identifier.The event source to retrieve events for. If no value is specified, all events are returned.
Constraints:
If SourceType is supplied, SourceIdentifier must also be provided.
Specify cluster
when SourceIdentifier is a cluster identifier.
Specify cluster-security-group
when SourceIdentifier is a cluster security group name.
Specify cluster-parameter-group
when SourceIdentifier is a cluster parameter group name.
Specify cluster-snapshot
when SourceIdentifier is a cluster snapshot identifier.
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.
Example: 2009-07-08T18:00Z
The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.
Default: 60
The number of minutes prior to the time of the request for which to retrieve events. For example, if the request is sent at 18:00 and you specify a duration of 60, then only events which have occurred after 17:00 will be returned.
Default: 60
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeEvents request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
" + "documentation":"" }, "DescribeHsmClientCertificatesMessage":{ "type":"structure", @@ -2880,11 +2889,11 @@ }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":"
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmClientCertificates request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeHsmConfigurations request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The identifier of the cluster from which to get the logging status.
Example: examplecluster
The identifier of the cluster from which to get the logging status.
Example: examplecluster
" + "documentation":"" }, "DescribeOrderableClusterOptionsMessage":{ "type":"structure", "members":{ "ClusterVersion":{ "shape":"String", - "documentation":"
The version filter value. Specify this parameter to show only the available offerings matching the specified version.
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
" + "documentation":"The version filter value. Specify this parameter to show only the available offerings matching the specified version.
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
" }, "NodeType":{ "shape":"String", - "documentation":"The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.
" + "documentation":"The node type filter value. Specify this parameter to show only the available offerings matching the specified node type.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeOrderableClusterOptions request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
" + "documentation":"" }, "DescribeReservedNodeOfferingsMessage":{ "type":"structure", @@ -2965,11 +2974,11 @@ }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":"
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodeOfferings request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeReservedNodes request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
" + "documentation":"" }, "DescribeResizeMessage":{ "type":"structure", @@ -2998,10 +3007,10 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"
The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.
By default, resize operations for all clusters defined for an AWS account are returned.
" + "documentation":"The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.
By default, resize operations for all clusters defined for an AWS account are returned.
" } }, - "documentation":"" + "documentation":"" }, "DescribeSnapshotCopyGrantsMessage":{ "type":"structure", @@ -3012,11 +3021,11 @@ }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":"
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" + "documentation":"The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
" }, "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant
request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
" + "documentation":"An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant
request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
" }, "TagKeys":{ "shape":"TagKeyList", @@ -3048,26 +3057,27 @@ "shape":"String", "documentation":"An optional pagination token provided by a previous DescribeTableRestoreStatus
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords
parameter.
The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
The Amazon Resource Name (ARN) for which you want to describe the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1
.
The type of resource with which you want to view tags. Valid resource types are:
For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.
" + "documentation":"The type of resource with which you want to view tags. Valid resource types are:
Cluster
CIDR/IP
EC2 security group
Snapshot
Cluster security group
Subnet group
HSM connection
HSM certificate
Parameter group
Snapshot copy grant
For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.
" }, "MaxRecords":{ "shape":"IntegerOptional", - "documentation":" The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
The maximum number or response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords
value, a value is returned in a marker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker
value.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the marker
parameter and retrying the command. If the marker
field is empty, all response records have been retrieved for the request.
A tag value or values for which you want to return all matching resources that are associated with the specified value or values. For example, suppose that you have resources tagged with values called admin
and test
. If you specify both of these tag values in the request, Amazon Redshift returns a response with all resources that have either or both of these tag values associated with them.
" + "documentation":"" }, "DisableLoggingMessage":{ "type":"structure", @@ -3086,10 +3096,10 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"
The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
The identifier of the cluster on which logging is to be stopped.
Example: examplecluster
" + "documentation":"" }, "DisableSnapshotCopyMessage":{ "type":"structure", @@ -3097,10 +3107,10 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
" + "documentation":"The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
" } }, - "documentation":"" + "documentation":"" }, "DisableSnapshotCopyResult":{ "type":"structure", @@ -3115,15 +3125,15 @@ "members":{ "Status":{ "shape":"String", - "documentation":"
The status of the EC2 security group.
" + "documentation":"The status of the EC2 security group.
" }, "EC2SecurityGroupName":{ "shape":"String", - "documentation":"The name of the EC2 Security Group.
" + "documentation":"The name of the EC2 Security Group.
" }, "EC2SecurityGroupOwnerId":{ "shape":"String", - "documentation":" The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName
field.
The AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName
field.
The identifier of the cluster on which logging is to be started.
Example: examplecluster
The identifier of the cluster on which logging is to be started.
Example: examplecluster
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
The name of an existing S3 bucket where the log files are to be stored.
Constraints:
Must be in the same region as the cluster
The cluster must have read bucket and put object permissions
The prefix applied to the log file names.
Constraints:
The prefix applied to the log file names.
Constraints:
Cannot exceed 512 characters
Cannot contain spaces( ), double quotes (\"), single quotes ('), a backslash (\\), or control characters. The hexadecimal codes for invalid characters are:
x00 to x20
x22
x27
x5c
x7f or larger
" + "documentation":"" }, "EnableSnapshotCopyMessage":{ "type":"structure", @@ -3184,22 +3194,22 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"
The unique identifier of the source cluster to copy snapshots from.
Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.
" + "documentation":"The unique identifier of the source cluster to copy snapshots from.
Constraints: Must be the valid name of an existing cluster that does not already have cross-region snapshot copy enabled.
" }, "DestinationRegion":{ "shape":"String", - "documentation":"The destination region that you want to copy snapshots to.
Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.
" + "documentation":"The destination region that you want to copy snapshots to.
Constraints: Must be the name of a valid region. For more information, see Regions and Endpoints in the Amazon Web Services General Reference.
" }, "RetentionPeriod":{ "shape":"IntegerOptional", - "documentation":"The number of days to retain automated snapshots in the destination region after they are copied from the source region.
Default: 7.
Constraints: Must be at least 1 and no more than 35.
" + "documentation":"The number of days to retain automated snapshots in the destination region after they are copied from the source region.
Default: 7.
Constraints: Must be at least 1 and no more than 35.
" }, "SnapshotCopyGrantName":{ "shape":"String", "documentation":"The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.
" } }, - "documentation":"" + "documentation":"" }, "EnableSnapshotCopyResult":{ "type":"structure", @@ -3212,11 +3222,11 @@ "members":{ "Address":{ "shape":"String", - "documentation":"
The DNS address of the Cluster.
" + "documentation":"The DNS address of the Cluster.
" }, "Port":{ "shape":"Integer", - "documentation":"The port that the database engine is listening on.
" + "documentation":"The port that the database engine is listening on.
" } }, "documentation":"Describes a connection endpoint.
" @@ -3226,19 +3236,19 @@ "members":{ "SourceIdentifier":{ "shape":"String", - "documentation":"The identifier for the source of the event.
" + "documentation":"The identifier for the source of the event.
" }, "SourceType":{ "shape":"SourceType", - "documentation":"The source type for this event.
" + "documentation":"The source type for this event.
" }, "Message":{ "shape":"String", - "documentation":"The text of this event.
" + "documentation":"The text of this event.
" }, "EventCategories":{ "shape":"EventCategoriesList", - "documentation":"A list of the event categories.
Values: Configuration, Management, Monitoring, Security
" + "documentation":"A list of the event categories.
Values: Configuration, Management, Monitoring, Security
" }, "Severity":{ "shape":"String", @@ -3246,14 +3256,14 @@ }, "Date":{ "shape":"TStamp", - "documentation":"The date and time of the event.
" + "documentation":"The date and time of the event.
" }, "EventId":{ "shape":"String", - "documentation":"The identifier of the event.
" + "documentation":"The identifier of the event.
" } }, - "documentation":"Describes an event.
" + "documentation":"Describes an event.
" }, "EventCategoriesList":{ "type":"list", @@ -3289,10 +3299,10 @@ "members":{ "EventCategoriesMapList":{ "shape":"EventCategoriesMapList", - "documentation":"A list of event categories descriptions.
" + "documentation":"A list of event categories descriptions.
" } }, - "documentation":"" + "documentation":"" }, "EventInfoMap":{ "type":"structure", @@ -3348,7 +3358,7 @@ }, "Status":{ "shape":"String", - "documentation":"
The status of the Amazon Redshift event notification subscription.
Constraints:
The status of the Amazon Redshift event notification subscription.
Constraints:
Can be one of the following: active | no-permission | topic-not-exist
The status \"no-permission\" indicates that Amazon Redshift no longer has permission to post to the Amazon SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.
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.
", + "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.
", "error":{ "code":"EventSubscriptionQuotaExceeded", "httpStatusCode":400, @@ -3406,7 +3416,7 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of Event
instances.
A list of Event
instances.
" + "documentation":"" }, "HsmClientCertificate":{ "type":"structure", @@ -3472,7 +3482,7 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
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.
", + "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.
", "error":{ "code":"HsmClientCertificateQuotaExceededFault", "httpStatusCode":400, @@ -3556,7 +3566,7 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
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.
", + "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.
", "error":{ "code":"HsmConfigurationQuotaExceededFault", "httpStatusCode":400, @@ -3612,18 +3622,18 @@ "members":{ "Status":{ "shape":"String", - "documentation":"The status of the IP range, for example, \"authorized\".
" + "documentation":"The status of the IP range, for example, \"authorized\".
" }, "CIDRIP":{ "shape":"String", - "documentation":"The IP range in Classless Inter-Domain Routing (CIDR) notation.
" + "documentation":"The IP range in Classless Inter-Domain Routing (CIDR) notation.
" }, "Tags":{ "shape":"TagList", "documentation":"The list of tags for the IP range.
" } }, - "documentation":"Describes an IP range used in a security group.
" + "documentation":"Describes an IP range used in a security group.
" }, "IPRangeList":{ "type":"list", @@ -3667,7 +3677,7 @@ "type":"structure", "members":{ }, - "documentation":"The specified options are incompatible.
", + "documentation":"The specified options are incompatible.
", "error":{ "code":"IncompatibleOrderableOptions", "httpStatusCode":400, @@ -3679,7 +3689,7 @@ "type":"structure", "members":{ }, - "documentation":"The number of nodes specified exceeds the allotted capacity of the cluster.
", + "documentation":"The number of nodes specified exceeds the allotted capacity of the cluster.
", "error":{ "code":"InsufficientClusterCapacity", "httpStatusCode":400, @@ -3691,7 +3701,7 @@ "type":"structure", "members":{ }, - "documentation":"The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.
", + "documentation":"The cluster does not have read bucket or put object permissions on the S3 bucket specified when enabling logging.
", "error":{ "code":"InsufficientS3BucketPolicyFault", "httpStatusCode":400, @@ -3705,7 +3715,7 @@ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"InvalidClusterParameterGroupState", "httpStatusCode":400, @@ -3717,7 +3727,7 @@ "type":"structure", "members":{ }, - "documentation":" The state of the cluster security group is not available
.
The state of the cluster security group is not available
.
The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
The specified cluster snapshot is not in the available
state, or other accounts are authorized to access the snapshot.
The specified cluster is not in the available
state.
The specified cluster is not in the available
state.
The cluster subnet group cannot be deleted because it is in use.
", + "documentation":"The cluster subnet group cannot be deleted because it is in use.
", "error":{ "code":"InvalidClusterSubnetGroupStateFault", "httpStatusCode":400, @@ -3837,7 +3847,7 @@ "type":"structure", "members":{ }, - "documentation":"The string specified for the logging S3 key prefix does not comply with the documented constraints.
", + "documentation":"The string specified for the logging S3 key prefix does not comply with the documented constraints.
", "error":{ "code":"InvalidS3KeyPrefixFault", "httpStatusCode":400, @@ -3861,7 +3871,7 @@ "type":"structure", "members":{ }, - "documentation":"The requested subnet is not valid, or not all of the subnets are in the same VPC.
", + "documentation":"The requested subnet is not valid, or not all of the subnets are in the same VPC.
", "error":{ "code":"InvalidSubnet", "httpStatusCode":400, @@ -3873,7 +3883,7 @@ "type":"structure", "members":{ }, - "documentation":"The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
", + "documentation":"The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.
", "error":{ "code":"InvalidSubscriptionStateFault", "httpStatusCode":400, @@ -3897,7 +3907,7 @@ "type":"structure", "members":{ }, - "documentation":"The tag is invalid.
", + "documentation":"The tag is invalid.
", "error":{ "code":"InvalidTagFault", "httpStatusCode":400, @@ -3909,7 +3919,7 @@ "type":"structure", "members":{ }, - "documentation":"The cluster subnet group does not cover all Availability Zones.
", + "documentation":"The cluster subnet group does not cover all Availability Zones.
", "error":{ "code":"InvalidVPCNetworkStateFault", "httpStatusCode":400, @@ -3921,7 +3931,7 @@ "type":"structure", "members":{ }, - "documentation":"The encryption key has exceeded its grant limit in AWS KMS.
", + "documentation":"The encryption key has exceeded its grant limit in AWS KMS.
", "error":{ "code":"LimitExceededFault", "httpStatusCode":400, @@ -3934,7 +3944,7 @@ "members":{ "LoggingEnabled":{ "shape":"Boolean", - "documentation":"true
if logging is on, false
if logging is off.
true
if logging is on, false
if logging is off.
The last time that logs were delivered.
" + "documentation":"The last time that logs were delivered.
" }, "LastFailureTime":{ "shape":"TStamp", - "documentation":"The last time when logs failed to be delivered.
" + "documentation":"The last time when logs failed to be delivered.
" }, "LastFailureMessage":{ "shape":"String", - "documentation":"The message indicating that logs failed to be delivered.
" + "documentation":"The message indicating that logs failed to be delivered.
" } }, "documentation":"Describes the status of logging for a cluster.
" @@ -3971,11 +3981,11 @@ }, "AddIamRoles":{ "shape":"IamRoleArnList", - "documentation":"Zero or more IAM roles (in their ARN format) to associate with the cluster. You can associate up to 10 IAM roles with a single cluster in a single request.
" + "documentation":"Zero or more IAM roles to associate with the cluster. The roles must be in their Amazon Resource Name (ARN) format. You can associate up to 10 IAM roles with a single cluster in a single request.
" }, "RemoveIamRoles":{ "shape":"IamRoleArnList", - "documentation":"Zero or more IAM roles (in their ARN format) to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.
" + "documentation":"Zero or more IAM roles in ARN format to disassociate from the cluster. You can disassociate up to 10 IAM roles from a single cluster in a single request.
" } }, "documentation":"" @@ -3992,51 +4002,51 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"The unique identifier of the cluster to be modified.
Example: examplecluster
The unique identifier of the cluster to be modified.
Example: examplecluster
The new cluster type.
When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.
Valid Values: multi-node | single-node
The new cluster type.
When you submit your cluster resize request, your existing cluster goes into a read-only mode. After Amazon Redshift provisions a new cluster based on your resize requirements, there will be outage for a period while the old cluster is deleted and your connection is switched to the new cluster. You can use DescribeResize to track the progress of the resize request.
Valid Values: multi-node | single-node
The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.
When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.
Valid Values: ds1.xlarge
| ds1.8xlarge
| ds2.xlarge
| ds2.8xlarge
| dc1.large
| dc1.8xlarge
.
The new node type of the cluster. If you specify a new node type, you must also specify the number of nodes parameter.
When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.
Valid Values: ds1.xlarge
| ds1.8xlarge
| ds2.xlarge
| ds2.8xlarge
| dc1.large
| dc1.8xlarge
.
The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.
When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.
Valid Values: Integer greater than 0
.
The new number of nodes of the cluster. If you specify a new number of nodes, you must also specify the node type parameter.
When you submit your request to resize a cluster, Amazon Redshift sets access permissions for the cluster to read-only. After Amazon Redshift provisions a new cluster according to your resize requirements, there will be a temporary outage while the old cluster is deleted and your connection is switched to the new cluster. When the new connection is complete, the original access permissions for the cluster are restored. You can use DescribeResize to track the progress of the resize request.
Valid Values: Integer greater than 0
.
A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.
Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.
Constraints:
A list of cluster security groups to be authorized on this cluster. This change is asynchronously applied as soon as possible.
Security groups currently associated with the cluster, and not in the list of groups to apply, will be revoked from the cluster.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
A list of virtual private cloud (VPC) security groups to be associated with the cluster.
" + "documentation":"A list of virtual private cloud (VPC) security groups to be associated with the cluster.
" }, "MasterUserPassword":{ "shape":"String", - "documentation":" The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword
element exists in the PendingModifiedValues
element of the operation response.
Default: Uses existing setting.
Constraints:
The new password for the cluster master user. This change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword
element exists in the PendingModifiedValues
element of the operation response.
Operations never return the password, so this operation provides a way to regain access to the master user account for a cluster if the password is lost.
Default: Uses existing setting.
Constraints:
Must be between 8 and 64 characters in length.
Must contain at least one uppercase letter.
Must contain at least one lowercase letter.
Must contain one number.
Can be any printable ASCII character (ASCII code 33 to 126) except ' (single quote), \" (double quote), \\, /, @, or space.
The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.
Default: Uses existing setting.
Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.
" + "documentation":"The name of the cluster parameter group to apply to this cluster. This change is applied only after the cluster is rebooted. To reboot a cluster use RebootCluster.
Default: Uses existing setting.
Constraints: The cluster parameter group must be in the same parameter group family that matches the cluster version.
" }, "AutomatedSnapshotRetentionPeriod":{ "shape":"IntegerOptional", - "documentation":"The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.
Default: Uses existing setting.
Constraints: Must be a value from 0 to 35.
" + "documentation":"The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
If you decrease the automated snapshot retention period from its current value, existing automated snapshots that fall outside of the new retention period will be immediately deleted.
Default: Uses existing setting.
Constraints: Must be a value from 0 to 35.
" }, "PreferredMaintenanceWindow":{ "shape":"String", - "documentation":"The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.
This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.
Default: Uses existing setting.
Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00
.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes.
" + "documentation":"The weekly time range (in UTC) during which system maintenance can occur, if necessary. If system maintenance is necessary during the window, it may result in an outage.
This maintenance window change is made immediately. If the new maintenance window indicates the current time, there must be at least 120 minutes between the current time and end of the window in order to ensure that pending changes are applied.
Default: Uses existing setting.
Format: ddd:hh24:mi-ddd:hh24:mi, for example wed:07:30-wed:08:00
.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes.
" }, "ClusterVersion":{ "shape":"String", - "documentation":"The new version number of the Amazon Redshift engine to upgrade to.
For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Example: 1.0
The new version number of the Amazon Redshift engine to upgrade to.
For major version upgrades, if a non-default cluster parameter group is currently in use, a new cluster parameter group in the cluster parameter group family for the new version must be specified. The new cluster parameter group can be the default for that cluster parameter group family. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Example: 1.0
If true
, major version upgrades will be applied automatically to the cluster during the maintenance window.
Default: false
If true
, major version upgrades will be applied automatically to the cluster during the maintenance window.
Default: false
The new identifier for the cluster.
Constraints:
Example: examplecluster
The new identifier for the cluster.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
Alphabetic characters must be lowercase.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for all clusters within an AWS account.
Example: examplecluster
The Elastic IP (EIP) address for the cluster.
Constraints: The cluster must be provisioned in EC2-VPC and publicly-accessible through an Internet gateway. For more information about provisioning clusters in EC2-VPC, go to Supported Platforms to Launch Your Cluster in the Amazon Redshift Cluster Management Guide.
" + }, + "EnhancedVpcRouting":{ + "shape":"BooleanOptional", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" } }, "documentation":"" @@ -4070,14 +4084,14 @@ "members":{ "ParameterGroupName":{ "shape":"String", - "documentation":"The name of the parameter group to be modified.
" + "documentation":"The name of the parameter group to be modified.
" }, "Parameters":{ "shape":"ParametersList", - "documentation":"An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
" + "documentation":"An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
" } }, - "documentation":"" + "documentation":"" }, "ModifyClusterResult":{ "type":"structure", @@ -4102,10 +4116,10 @@ }, "SubnetIds":{ "shape":"SubnetIdentifierList", - "documentation":"
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
" + "documentation":"An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
" } }, - "documentation":"" + "documentation":"" }, "ModifyClusterSubnetGroupResult":{ "type":"structure", @@ -4119,19 +4133,19 @@ "members":{ "SubscriptionName":{ "shape":"String", - "documentation":"
The name of the modified Amazon Redshift event notification subscription.
" + "documentation":"The name of the modified Amazon Redshift event notification subscription.
" }, "SnsTopicArn":{ "shape":"String", - "documentation":"The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.
" + "documentation":"The Amazon Resource Name (ARN) of the SNS topic to be used by the event notification subscription.
" }, "SourceType":{ "shape":"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.
" + "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.
" }, "SourceIds":{ "shape":"SourceIdsList", - "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
" + "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
" }, "EventCategories":{ "shape":"EventCategoriesList", @@ -4143,7 +4157,7 @@ }, "Enabled":{ "shape":"BooleanOptional", - "documentation":" A Boolean value indicating if the subscription is enabled. true
indicates the subscription is enabled
A Boolean value indicating if the subscription is enabled. true
indicates the subscription is enabled
The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
" + "documentation":"The unique identifier of the cluster for which you want to change the retention period for automated snapshots that are copied to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
" }, "RetentionPeriod":{ "shape":"Integer", - "documentation":"The number of days to retain automated snapshots in the destination region after they are copied from the source region.
If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.
Constraints: Must be at least 1 and no more than 35.
" + "documentation":"The number of days to retain automated snapshots in the destination region after they are copied from the source region.
If you decrease the retention period for automated snapshots that are copied to a destination region, Amazon Redshift will delete any existing automated snapshots that were copied to the destination region and that fall outside of the new retention period.
Constraints: Must be at least 1 and no more than 35.
" } }, - "documentation":"" + "documentation":"" }, "ModifySnapshotCopyRetentionPeriodResult":{ "type":"structure", @@ -4207,22 +4221,22 @@ "members":{ "ClusterVersion":{ "shape":"String", - "documentation":"
The version of the orderable cluster.
" + "documentation":"The version of the orderable cluster.
" }, "ClusterType":{ "shape":"String", - "documentation":" The cluster type, for example multi-node
.
The cluster type, for example multi-node
.
The node type for the orderable cluster.
" + "documentation":"The node type for the orderable cluster.
" }, "AvailabilityZones":{ "shape":"AvailabilityZoneList", - "documentation":"A list of availability zones for the orderable cluster.
" + "documentation":"A list of availability zones for the orderable cluster.
" } }, - "documentation":"Describes an orderable cluster option.
", + "documentation":"Describes an orderable cluster option.
", "wrapper":true }, "OrderableClusterOptionsList":{ @@ -4241,52 +4255,52 @@ }, "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
Contains the output from the DescribeOrderableClusterOptions action.
" + "documentation":"Contains the output from the DescribeOrderableClusterOptions action.
" }, "Parameter":{ "type":"structure", "members":{ "ParameterName":{ "shape":"String", - "documentation":"The name of the parameter.
" + "documentation":"The name of the parameter.
" }, "ParameterValue":{ "shape":"String", - "documentation":"The value of the parameter.
" + "documentation":"The value of the parameter.
" }, "Description":{ "shape":"String", - "documentation":"A description of the parameter.
" + "documentation":"A description of the parameter.
" }, "Source":{ "shape":"String", - "documentation":"The source of the parameter value, such as \"engine-default\" or \"user\".
" + "documentation":"The source of the parameter value, such as \"engine-default\" or \"user\".
" }, "DataType":{ "shape":"String", - "documentation":"The data type of the parameter.
" + "documentation":"The data type of the parameter.
" }, "AllowedValues":{ "shape":"String", - "documentation":"The valid range of values for the parameter.
" + "documentation":"The valid range of values for the parameter.
" }, "ApplyType":{ "shape":"ParameterApplyType", - "documentation":"Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
" + "documentation":"Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
" }, "IsModifiable":{ "shape":"Boolean", - "documentation":" If true
, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
If true
, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
The earliest engine version to which the parameter can apply.
" + "documentation":"The earliest engine version to which the parameter can apply.
" } }, - "documentation":"Describes a parameter in a cluster parameter group.
" + "documentation":"Describes a parameter in a cluster parameter group.
" }, "ParameterApplyType":{ "type":"string", @@ -4314,27 +4328,27 @@ "members":{ "MasterUserPassword":{ "shape":"String", - "documentation":"The pending or in-progress change of the master user password for the cluster.
" + "documentation":"The pending or in-progress change of the master user password for the cluster.
" }, "NodeType":{ "shape":"String", - "documentation":"The pending or in-progress change of the cluster's node type.
" + "documentation":"The pending or in-progress change of the cluster's node type.
" }, "NumberOfNodes":{ "shape":"IntegerOptional", - "documentation":"The pending or in-progress change of the number of nodes in the cluster.
" + "documentation":"The pending or in-progress change of the number of nodes in the cluster.
" }, "ClusterType":{ "shape":"String", - "documentation":"The pending or in-progress change of the cluster type.
" + "documentation":"The pending or in-progress change of the cluster type.
" }, "ClusterVersion":{ "shape":"String", - "documentation":"The pending or in-progress change of the service version.
" + "documentation":"The pending or in-progress change of the service version.
" }, "AutomatedSnapshotRetentionPeriod":{ "shape":"IntegerOptional", - "documentation":"The pending or in-progress change of the automated snapshot retention period.
" + "documentation":"The pending or in-progress change of the automated snapshot retention period.
" }, "ClusterIdentifier":{ "shape":"String", @@ -4342,10 +4356,14 @@ }, "PubliclyAccessible":{ "shape":"BooleanOptional", - "documentation":"The pending or in-progress change of the ability to connect to the cluster from the public network.
" + "documentation":"The pending or in-progress change of the ability to connect to the cluster from the public network.
" + }, + "EnhancedVpcRouting":{ + "shape":"BooleanOptional", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" } }, - "documentation":"Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
" + "documentation":"Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
" }, "PurchaseReservedNodeOfferingMessage":{ "type":"structure", @@ -4357,7 +4375,7 @@ }, "NodeCount":{ "shape":"IntegerOptional", - "documentation":"The number of reserved nodes that you want to purchase.
Default: 1
The number of reserved nodes that you want to purchase.
Default: 1
The cluster identifier.
" + "documentation":"The cluster identifier.
" } }, - "documentation":"" + "documentation":"" }, "RebootClusterResult":{ "type":"structure", @@ -4390,7 +4408,7 @@ "members":{ "RecurringChargeAmount":{ "shape":"Double", - "documentation":"
The amount charged per the period of time specified by the recurring charge frequency.
" + "documentation":"The amount charged per the period of time specified by the recurring charge frequency.
" }, "RecurringChargeFrequency":{ "shape":"String", @@ -4412,31 +4430,31 @@ "members":{ "ReservedNodeId":{ "shape":"String", - "documentation":"The unique identifier for the reservation.
" + "documentation":"The unique identifier for the reservation.
" }, "ReservedNodeOfferingId":{ "shape":"String", - "documentation":"The identifier for the reserved node offering.
" + "documentation":"The identifier for the reserved node offering.
" }, "NodeType":{ "shape":"String", - "documentation":"The node type of the reserved node.
" + "documentation":"The node type of the reserved node.
" }, "StartTime":{ "shape":"TStamp", - "documentation":"The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.
" + "documentation":"The time the reservation started. You purchase a reserved node offering for a duration. This is the start time of that duration.
" }, "Duration":{ "shape":"Integer", - "documentation":"The duration of the node reservation in seconds.
" + "documentation":"The duration of the node reservation in seconds.
" }, "FixedPrice":{ "shape":"Double", - "documentation":"The fixed cost Amazon Redshift charges you for this reserved node.
" + "documentation":"The fixed cost Amazon Redshift charges you for this reserved node.
" }, "UsagePrice":{ "shape":"Double", - "documentation":"The hourly rate Amazon Redshift charges you for this reserved node.
" + "documentation":"The hourly rate Amazon Redshift charges you for this reserved node.
" }, "CurrencyCode":{ "shape":"String", @@ -4444,11 +4462,11 @@ }, "NodeCount":{ "shape":"Integer", - "documentation":"The number of reserved compute nodes.
" + "documentation":"The number of reserved compute nodes.
" }, "State":{ "shape":"String", - "documentation":"The state of the reserved compute node.
Possible Values:
The state of the reserved compute node.
Possible Values:
pending-payment-This reserved node has recently been purchased, and the sale has been approved, but payment has not yet been confirmed.
active-This reserved node is owned by the caller and is available for use.
payment-failed-Payment failed for the purchase attempt.
The recurring charges for the reserved node.
" } }, - "documentation":"Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
", + "documentation":"Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
", "wrapper":true }, "ReservedNodeAlreadyExistsFault":{ "type":"structure", "members":{ }, - "documentation":"User already has a reservation with the given identifier.
", + "documentation":"User already has a reservation with the given identifier.
", "error":{ "code":"ReservedNodeAlreadyExists", "httpStatusCode":404, @@ -4485,7 +4503,7 @@ "type":"structure", "members":{ }, - "documentation":"The specified reserved compute node not found.
", + "documentation":"The specified reserved compute node not found.
", "error":{ "code":"ReservedNodeNotFound", "httpStatusCode":404, @@ -4498,27 +4516,27 @@ "members":{ "ReservedNodeOfferingId":{ "shape":"String", - "documentation":"The offering identifier.
" + "documentation":"The offering identifier.
" }, "NodeType":{ "shape":"String", - "documentation":"The node type offered by the reserved node offering.
" + "documentation":"The node type offered by the reserved node offering.
" }, "Duration":{ "shape":"Integer", - "documentation":"The duration, in seconds, for which the offering will reserve the node.
" + "documentation":"The duration, in seconds, for which the offering will reserve the node.
" }, "FixedPrice":{ "shape":"Double", - "documentation":"The upfront fixed charge you will pay to purchase the specific reserved node offering.
" + "documentation":"The upfront fixed charge you will pay to purchase the specific reserved node offering.
" }, "UsagePrice":{ "shape":"Double", - "documentation":"The rate you are charged for each hour the cluster that is using the offering is running.
" + "documentation":"The rate you are charged for each hour the cluster that is using the offering is running.
" }, "CurrencyCode":{ "shape":"String", - "documentation":"The currency code for the compute nodes offering.
" + "documentation":"The currency code for the compute nodes offering.
" }, "OfferingType":{ "shape":"String", @@ -4526,7 +4544,7 @@ }, "RecurringCharges":{ "shape":"RecurringChargeList", - "documentation":"The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.
" + "documentation":"The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.
" } }, "documentation":"Describes a reserved node offering.
", @@ -4543,7 +4561,7 @@ "type":"structure", "members":{ }, - "documentation":"Specified offering does not exist.
", + "documentation":"Specified offering does not exist.
", "error":{ "code":"ReservedNodeOfferingNotFound", "httpStatusCode":404, @@ -4556,20 +4574,20 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of ReservedNodeOffering
objects.
" + "documentation":"" }, "ReservedNodeQuotaExceededFault":{ "type":"structure", "members":{ }, - "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.
", + "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.
", "error":{ "code":"ReservedNodeQuotaExceeded", "httpStatusCode":400, @@ -4582,7 +4600,7 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
The name of the cluster parameter group to be reset.
" + "documentation":"The name of the cluster parameter group to be reset.
" }, "ResetAllParameters":{ "shape":"Boolean", - "documentation":" If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
If true
, all parameters in the specified parameter group will be reset to their default values.
Default: true
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
" + "documentation":"An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
" } }, - "documentation":"" + "documentation":"" }, "ResizeNotFoundFault":{ "type":"structure", @@ -4635,11 +4653,11 @@ }, "TargetClusterType":{ "shape":"String", - "documentation":"
The cluster type after the resize operation is complete.
Valid Values: multi-node
| single-node
The cluster type after the resize operation is complete.
Valid Values: multi-node
| single-node
The status of the resize operation.
Valid Values: NONE
| IN_PROGRESS
| FAILED
| SUCCEEDED
The status of the resize operation.
Valid Values: NONE
| IN_PROGRESS
| FAILED
| SUCCEEDED
While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).
" + "documentation":"While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).
" }, "ElapsedTimeInSeconds":{ "shape":"LongOptional", - "documentation":"The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.
" + "documentation":"The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.
" }, "EstimatedTimeToCompletionInSeconds":{ "shape":"LongOptional", - "documentation":"The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.
" + "documentation":"The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.
" } }, "documentation":"Describes the result of a cluster resize operation.
" @@ -4680,7 +4698,7 @@ "type":"structure", "members":{ }, - "documentation":"The resource could not be found.
", + "documentation":"The resource could not be found.
", "error":{ "code":"ResourceNotFoundFault", "httpStatusCode":404, @@ -4704,39 +4722,39 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster that will be created from restoring the snapshot.
Constraints:
The identifier of the cluster that will be created from restoring the snapshot.
Constraints:
Must contain from 1 to 63 alphanumeric characters or hyphens.
Alphabetic characters must be lowercase.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique for all clusters within an AWS account.
The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
Example: my-snapshot-id
The name of the snapshot from which to create the new cluster. This parameter isn't case sensitive.
Example: my-snapshot-id
The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" + "documentation":"The name of the cluster the source snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" }, "Port":{ "shape":"IntegerOptional", - "documentation":"The port number on which the cluster accepts connections.
Default: The same port as the original cluster.
Constraints: Must be between 1115
and 65535
.
The port number on which the cluster accepts connections.
Default: The same port as the original cluster.
Constraints: Must be between 1115
and 65535
.
The Amazon EC2 Availability Zone in which to restore the cluster.
Default: A random, system-chosen Availability Zone.
Example: us-east-1a
The Amazon EC2 Availability Zone in which to restore the cluster.
Default: A random, system-chosen Availability Zone.
Example: us-east-1a
If true
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
Default: true
If true
, major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster.
Default: true
The name of the subnet group where you want to cluster restored.
A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.
" + "documentation":"The name of the subnet group where you want to cluster restored.
A snapshot of cluster in VPC can be restored only in VPC. Therefore, you must provide subnet group name where you want the cluster restored.
" }, "PubliclyAccessible":{ "shape":"BooleanOptional", - "documentation":" If true
, the cluster can be accessed from a public network.
If true
, the cluster can be accessed from a public network.
The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
" + "documentation":"The AWS customer account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
" }, "HsmClientCertificateIdentifier":{ "shape":"String", @@ -4752,23 +4770,23 @@ }, "ClusterParameterGroupName":{ "shape":"String", - "documentation":"The name of the parameter group to be associated with this cluster.
Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.
Constraints:
The name of the parameter group to be associated with this cluster.
Default: The default Amazon Redshift cluster parameter group. For information about the default parameter group, go to Working with Amazon Redshift Parameter Groups.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
A list of security groups to be associated with this cluster.
Default: The default cluster security group for Amazon Redshift.
Cluster security groups only apply to clusters outside of VPCs.
" + "documentation":"A list of security groups to be associated with this cluster.
Default: The default cluster security group for Amazon Redshift.
Cluster security groups only apply to clusters outside of VPCs.
" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", - "documentation":"A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
Default: The default VPC security group is associated with the cluster.
VPC security groups only apply to clusters in VPCs.
" + "documentation":"A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.
Default: The default VPC security group is associated with the cluster.
VPC security groups only apply to clusters in VPCs.
" }, "PreferredMaintenanceWindow":{ "shape":"String", - "documentation":"The weekly time range (in UTC) during which automated cluster maintenance can occur.
Format: ddd:hh24:mi-ddd:hh24:mi
Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Minimum 30-minute window.
" + "documentation":"The weekly time range (in UTC) during which automated cluster maintenance can occur.
Format: ddd:hh24:mi-ddd:hh24:mi
Default: The value selected for the cluster from which the snapshot was taken. For more information about the time blocks for each region, see Maintenance Windows in Amazon Redshift Cluster Management Guide.
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Minimum 30-minute window.
" }, "AutomatedSnapshotRetentionPeriod":{ "shape":"IntegerOptional", - "documentation":"The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
Default: The value selected for the cluster from which the snapshot was taken.
Constraints: Must be a value from 0 to 35.
" + "documentation":"The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with CreateClusterSnapshot.
Default: The value selected for the cluster from which the snapshot was taken.
Constraints: Must be a value from 0 to 35.
" }, "KmsKeyId":{ "shape":"String", @@ -4776,7 +4794,11 @@ }, "NodeType":{ "shape":"String", - "documentation":"The node type that the restored cluster will be provisioned with.
Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide
" + "documentation":"The node type that the restored cluster will be provisioned with.
Default: The node type of the cluster from which the snapshot was taken. You can modify this if you are using any DS node type. In that case, you can choose to restore into another DS node type of the same size. For example, you can restore ds1.8xlarge into ds2.8xlarge, or ds2.xlarge into ds1.xlarge. If you have a DC instance type, you must restore into that same instance type and size. In other words, you can only restore a dc1.large instance type into another dc1.large instance type. For more information about node types, see About Clusters and Nodes in the Amazon Redshift Cluster Management Guide
" + }, + "EnhancedVpcRouting":{ + "shape":"BooleanOptional", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" }, "AdditionalInfo":{ "shape":"String", @@ -4784,7 +4806,7 @@ }, "IamRoles":{ "shape":"IamRoleArnList", - "documentation":"A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.
A cluster can have up to 10 IAM roles associated at any time.
" + "documentation":"A list of AWS Identity and Access Management (IAM) roles that can be used by the cluster to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. You can supply up to 10 IAM roles in a single request.
A cluster can have up to 10 IAM roles associated at any time.
" } }, "documentation":"" @@ -4800,27 +4822,27 @@ "members":{ "Status":{ "shape":"String", - "documentation":"The status of the restore action. Returns starting, restoring, completed, or failed.
" + "documentation":"The status of the restore action. Returns starting, restoring, completed, or failed.
" }, "CurrentRestoreRateInMegaBytesPerSecond":{ "shape":"Double", - "documentation":"The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
" + "documentation":"The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup.
" }, "SnapshotSizeInMegaBytes":{ "shape":"Long", - "documentation":"The size of the set of snapshot data used to restore the cluster.
" + "documentation":"The size of the set of snapshot data used to restore the cluster.
" }, "ProgressInMegaBytes":{ "shape":"Long", - "documentation":"The number of megabytes that have been transferred from snapshot storage.
" + "documentation":"The number of megabytes that have been transferred from snapshot storage.
" }, "ElapsedTimeInSeconds":{ "shape":"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.
" + "documentation":"The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.
" }, "EstimatedTimeToCompletionInSeconds":{ "shape":"Long", - "documentation":"The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
" + "documentation":"The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore.
" } }, "documentation":"Describes the status of a cluster restore action. Returns null if the cluster was not created by restoring a snapshot.
" @@ -4865,9 +4887,10 @@ }, "NewTableName":{ "shape":"String", - "documentation":"The name of the table to create as a result of the current request.
" + "documentation":"The name of the table to create as a result of the current request.
" } - } + }, + "documentation":"" }, "RestoreTableFromClusterSnapshotResult":{ "type":"structure", @@ -4881,22 +4904,22 @@ "members":{ "ClusterSecurityGroupName":{ "shape":"String", - "documentation":"The name of the security Group from which to revoke the ingress rule.
" + "documentation":"The name of the security Group from which to revoke the ingress rule.
" }, "CIDRIP":{ "shape":"String", - "documentation":" The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId
cannot be provided.
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and EC2SecurityGroupOwnerId
cannot be provided.
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
" + "documentation":"" }, "RevokeClusterSecurityGroupIngressResult":{ "type":"structure", @@ -4913,18 +4936,18 @@ "members":{ "SnapshotIdentifier":{ "shape":"String", - "documentation":"
The identifier of the snapshot that the account can no longer access.
" + "documentation":"The identifier of the snapshot that the account can no longer access.
" }, "SnapshotClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" + "documentation":"The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
" }, "AccountWithRestoreAccess":{ "shape":"String", - "documentation":"The identifier of the AWS customer account that can no longer restore the specified snapshot.
" + "documentation":"The identifier of the AWS customer account that can no longer restore the specified snapshot.
" } }, - "documentation":"" + "documentation":"" }, "RevokeSnapshotAccessResult":{ "type":"structure", @@ -4938,10 +4961,10 @@ "members":{ "ClusterIdentifier":{ "shape":"String", - "documentation":"
The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
" + "documentation":"The unique identifier of the cluster that you want to rotate the encryption keys for.
Constraints: Must be the name of valid cluster that has encryption enabled.
" } }, - "documentation":"" + "documentation":"" }, "RotateEncryptionKeyResult":{ "type":"structure", @@ -4990,43 +5013,43 @@ "members":{ "SnapshotIdentifier":{ "shape":"String", - "documentation":"
The snapshot identifier that is provided in the request.
" + "documentation":"The snapshot identifier that is provided in the request.
" }, "ClusterIdentifier":{ "shape":"String", - "documentation":"The identifier of the cluster for which the snapshot was taken.
" + "documentation":"The identifier of the cluster for which the snapshot was taken.
" }, "SnapshotCreateTime":{ "shape":"TStamp", - "documentation":"The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.
" + "documentation":"The time (UTC) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.
" }, "Status":{ "shape":"String", - "documentation":"The snapshot status. The value of the status depends on the API operation used.
The snapshot status. The value of the status depends on the API operation used.
CreateClusterSnapshot and CopyClusterSnapshot returns status as \"creating\".
DescribeClusterSnapshots returns status as \"creating\", \"available\", \"final snapshot\", or \"failed\".
DeleteClusterSnapshot returns status as \"deleted\".
The port that the cluster is listening on.
" + "documentation":"The port that the cluster is listening on.
" }, "AvailabilityZone":{ "shape":"String", - "documentation":"The Availability Zone in which the cluster was created.
" + "documentation":"The Availability Zone in which the cluster was created.
" }, "ClusterCreateTime":{ "shape":"TStamp", - "documentation":"The time (UTC) when the cluster was originally created.
" + "documentation":"The time (UTC) when the cluster was originally created.
" }, "MasterUsername":{ "shape":"String", - "documentation":"The master user name for the cluster.
" + "documentation":"The master user name for the cluster.
" }, "ClusterVersion":{ "shape":"String", - "documentation":"The version ID of the Amazon Redshift engine that is running on the cluster.
" + "documentation":"The version ID of the Amazon Redshift engine that is running on the cluster.
" }, "SnapshotType":{ "shape":"String", - "documentation":"The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".
" + "documentation":"The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot will be of type \"manual\".
" }, "NodeType":{ "shape":"String", @@ -5038,7 +5061,7 @@ }, "DBName":{ "shape":"String", - "documentation":"The name of the database that was created when the cluster was created.
" + "documentation":"The name of the database that was created when the cluster was created.
" }, "VpcId":{ "shape":"String", @@ -5058,39 +5081,39 @@ }, "AccountsWithRestoreAccess":{ "shape":"AccountsWithRestoreAccessList", - "documentation":" A list of the AWS customer accounts authorized to restore the snapshot. Returns null
if no accounts are authorized. Visible only to the snapshot owner.
A list of the AWS customer accounts authorized to restore the snapshot. Returns null
if no accounts are authorized. Visible only to the snapshot owner.
For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.
" + "documentation":"For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.
" }, "TotalBackupSizeInMegaBytes":{ "shape":"Double", - "documentation":"The size of the complete set of backup data that would be used to restore the cluster.
" + "documentation":"The size of the complete set of backup data that would be used to restore the cluster.
" }, "ActualIncrementalBackupSizeInMegaBytes":{ "shape":"Double", - "documentation":"The size of the incremental backup.
" + "documentation":"The size of the incremental backup.
" }, "BackupProgressInMegaBytes":{ "shape":"Double", - "documentation":"The number of megabytes that have been transferred to the snapshot backup.
" + "documentation":"The number of megabytes that have been transferred to the snapshot backup.
" }, "CurrentBackupRateInMegaBytesPerSecond":{ "shape":"Double", - "documentation":" The number of megabytes per second being transferred to the snapshot backup. Returns 0
for a completed backup.
The number of megabytes per second being transferred to the snapshot backup. Returns 0
for a completed backup.
The estimate of the time remaining before the snapshot backup will complete. Returns 0
for a completed backup.
The estimate of the time remaining before the snapshot backup will complete. Returns 0
for a completed backup.
The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.
" + "documentation":"The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.
" }, "SourceRegion":{ "shape":"String", - "documentation":"The source region from which the snapshot was copied.
" + "documentation":"The source region from which the snapshot was copied.
" }, "Tags":{ "shape":"TagList", @@ -5099,6 +5122,10 @@ "RestorableNodeTypes":{ "shape":"RestorableNodeTypeList", "documentation":"The list of node types that this cluster snapshot is able to restore into.
" + }, + "EnhancedVpcRouting":{ + "shape":"Boolean", + "documentation":"An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide.
If this option is true
, enhanced VPC routing is enabled.
Default: false
" } }, "documentation":"Describes a snapshot.
", @@ -5108,7 +5135,7 @@ "type":"structure", "members":{ }, - "documentation":"The cluster already has cross-region snapshot copy disabled.
", + "documentation":"The cluster already has cross-region snapshot copy disabled.
", "error":{ "code":"SnapshotCopyAlreadyDisabledFault", "httpStatusCode":400, @@ -5120,7 +5147,7 @@ "type":"structure", "members":{ }, - "documentation":"The cluster already has cross-region snapshot copy enabled.
", + "documentation":"The cluster already has cross-region snapshot copy enabled.
", "error":{ "code":"SnapshotCopyAlreadyEnabledFault", "httpStatusCode":400, @@ -5132,7 +5159,7 @@ "type":"structure", "members":{ }, - "documentation":"Cross-region snapshot copy was temporarily disabled. Try your request again.
", + "documentation":"Cross-region snapshot copy was temporarily disabled. Try your request again.
", "error":{ "code":"SnapshotCopyDisabledFault", "httpStatusCode":400, @@ -5183,7 +5210,7 @@ "members":{ "Marker":{ "shape":"String", - "documentation":" An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant
request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
" + "documentation":"An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeSnapshotCopyGrant
request exceed the value specified in MaxRecords
, AWS returns a value in the Marker
field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker
parameter and retrying the request.
Constraints: You can specify either the SnapshotCopyGrantName parameter or the Marker parameter, but not both.
" }, "SnapshotCopyGrants":{ "shape":"SnapshotCopyGrantList", @@ -5228,14 +5255,14 @@ "members":{ "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
A list of Snapshot instances.
" + "documentation":"A list of Snapshot instances.
" } }, - "documentation":"Contains the output from the DescribeClusterSnapshots action.
" + "documentation":"Contains the output from the DescribeClusterSnapshots action.
" }, "SourceIdsList":{ "type":"list", @@ -5271,21 +5298,21 @@ "members":{ "SubnetIdentifier":{ "shape":"String", - "documentation":"The identifier of the subnet.
" + "documentation":"The identifier of the subnet.
" }, "SubnetAvailabilityZone":{"shape":"AvailabilityZone"}, "SubnetStatus":{ "shape":"String", - "documentation":"The status of the subnet.
" + "documentation":"The status of the subnet.
" } }, - "documentation":"Describes a subnet.
" + "documentation":"Describes a subnet.
" }, "SubnetAlreadyInUse":{ "type":"structure", "members":{ }, - "documentation":"A specified subnet is already in use by another cluster.
", + "documentation":"A specified subnet is already in use by another cluster.
", "error":{ "code":"SubnetAlreadyInUse", "httpStatusCode":400, @@ -5389,7 +5416,7 @@ }, "Status":{ "shape":"TableRestoreStatusType", - "documentation":"A value that describes the current state of the table restore request.
Valid Values: SUCCEEDED
, FAILED
, CANCELED
, PENDING
, IN_PROGRESS
A value that describes the current state of the table restore request.
Valid Values: SUCCEEDED
, FAILED
, CANCELED
, PENDING
, IN_PROGRESS
A list of status details for one or more table restore requests.
" + "documentation":"A list of status details for one or more table restore requests.
" }, "Marker":{ "shape":"String", "documentation":"A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.
" } - } + }, + "documentation":"" }, "TableRestoreStatusType":{ "type":"string", @@ -5498,7 +5526,7 @@ "type":"structure", "members":{ }, - "documentation":"The request exceeds the limit of 10 tags for the resource.
", + "documentation":"The request exceeds the limit of 10 tags for the resource.
", "error":{ "code":"TagLimitExceededFault", "httpStatusCode":400, @@ -5525,7 +5553,7 @@ "members":{ "Tag":{ "shape":"Tag", - "documentation":"The tag for the resource.
" + "documentation":"The tag for the resource.
" }, "ResourceName":{ "shape":"String", @@ -5533,10 +5561,10 @@ }, "ResourceType":{ "shape":"String", - "documentation":"The type of resource with which the tag is associated. Valid resource types are:
For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.
" + "documentation":"The type of resource with which the tag is associated. Valid resource types are:
Cluster
CIDR/IP
EC2 security group
Snapshot
Cluster security group
Subnet group
HSM connection
HSM certificate
Parameter group
For more information about Amazon Redshift resource types and constructing ARNs, go to Constructing an Amazon Redshift Amazon Resource Name (ARN) in the Amazon Redshift Cluster Management Guide.
" } }, - "documentation":"A tag and its associated resource.
" + "documentation":"A tag and its associated resource.
" }, "TaggedResourceList":{ "type":"list", @@ -5550,11 +5578,11 @@ "members":{ "TaggedResources":{ "shape":"TaggedResourceList", - "documentation":"A list of tags with their associated resources.
" + "documentation":"A list of tags with their associated resources.
" }, "Marker":{ "shape":"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.
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
Your account is not authorized to perform the requested operation.
", + "documentation":"Your account is not authorized to perform the requested operation.
", "error":{ "code":"UnauthorizedOperation", "httpStatusCode":400, @@ -5575,7 +5603,7 @@ "type":"structure", "members":{ }, - "documentation":"The specified region is incorrect or does not exist.
", + "documentation":"The specified region is incorrect or does not exist.
", "error":{ "code":"UnknownSnapshotCopyRegionFault", "httpStatusCode":404, @@ -5587,7 +5615,7 @@ "type":"structure", "members":{ }, - "documentation":"The requested operation isn't supported.
", + "documentation":"The requested operation isn't supported.
", "error":{ "code":"UnsupportedOperation", "httpStatusCode":400, @@ -5599,7 +5627,7 @@ "type":"structure", "members":{ }, - "documentation":"A request option was specified that is not supported.
", + "documentation":"A request option was specified that is not supported.
", "error":{ "code":"UnsupportedOptionFault", "httpStatusCode":400, @@ -5636,5 +5664,5 @@ } } }, - "documentation":"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.
" + "documentation":"Overview
This is an interface reference for Amazon Redshift. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift clusters. Note that Amazon Redshift is asynchronous, which means that some interfaces may require techniques, such as polling or asynchronous callback handlers, to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a change is applied immediately, on the next instance reboot, or during the next maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to Using the Amazon Redshift Management Interfaces.
Amazon Redshift manages all the work of setting up, operating, and scaling a data warehouse: provisioning capacity, monitoring and backing up the cluster, and applying patches and upgrades to the Amazon Redshift engine. You can focus on using your data to acquire new insights for your business and customers.
If you are a first-time user of Amazon Redshift, we recommend that you begin by reading the Amazon Redshift Getting Started Guide.
If you are a database developer, the Amazon Redshift Database Developer Guide explains how to design, build, query, and maintain the databases that make up your data warehouse.
" }