aws-sdk-core 2.0.0.rc8 → 2.0.0.rc9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/DynamoDB-2012-08-10.json +1 -0
  3. data/apis/EC2-2014-05-01.json +15232 -0
  4. data/apis/ElasticBeanstalk-2010-12-01.json +17 -0
  5. data/apis/OpsWorks-2013-02-18.json +215 -0
  6. data/apis/Redshift-2012-12-01.json +72 -0
  7. data/apis/S3-2006-03-01.json +271 -15
  8. data/apis/SNS-2010-03-31.json +27 -0
  9. data/apis/source/ec2-2014-05-01.json +20662 -0
  10. data/apis/source/ec2-2014-05-01.paginators.json +112 -0
  11. data/apis/source/ec2-2014-05-01.waiters.json +146 -0
  12. data/apis/source/elasticbeanstalk-2010-12-01.json +26 -0
  13. data/apis/source/opsworks-2013-02-18.json +383 -8
  14. data/apis/source/redshift-2012-12-01.json +187 -60
  15. data/apis/source/s3-2006-03-01.json +372 -21
  16. data/apis/source/sns-2010-03-31.json +83 -36
  17. data/features/s3/objects.feature +10 -0
  18. data/features/s3/step_definitions.rb +33 -1
  19. data/features/step_definitions.rb +2 -1
  20. data/lib/aws.rb +3 -0
  21. data/lib/aws/api/service_translators/ec2.rb +11 -0
  22. data/lib/aws/api/service_translators/s3.rb +1 -0
  23. data/lib/aws/credential_provider_chain.rb +1 -2
  24. data/lib/aws/error_handler.rb +2 -1
  25. data/lib/aws/plugins/ec2_copy_encrypted_snapshot.rb +86 -0
  26. data/lib/aws/plugins/s3_md5s.rb +11 -8
  27. data/lib/aws/plugins/s3_sse_cpk.rb +42 -0
  28. data/lib/aws/query/builder.rb +4 -0
  29. data/lib/aws/query/param.rb +1 -1
  30. data/lib/aws/signers/base.rb +2 -0
  31. data/lib/aws/signers/s3.rb +0 -1
  32. data/lib/aws/signers/v4.rb +73 -22
  33. data/lib/aws/version.rb +1 -1
  34. data/spec/aws/operations_spec.rb +19 -15
  35. data/spec/aws/plugins/s3_md5s_spec.rb +84 -0
  36. data/spec/aws/query/builder_spec.rb +40 -0
  37. data/spec/aws/query/param_spec.rb +5 -0
  38. data/spec/aws/s3_spec.rb +27 -0
  39. data/spec/aws/signers/v4_spec.rb +1 -1
  40. data/spec/fixtures/operations/s3/412_response_head.yml +10 -0
  41. data/spec/spec_helper.rb +7 -0
  42. data/vendor/seahorse/lib/seahorse/client/handler_list.rb +3 -2
  43. data/vendor/seahorse/lib/seahorse/client/http/headers.rb +4 -0
  44. data/vendor/seahorse/lib/seahorse/client/net_http/handler.rb +1 -0
  45. data/vendor/seahorse/lib/seahorse/client/plugins/operation_methods.rb +4 -2
  46. data/vendor/seahorse/spec/seahorse/client/handler_list_spec.rb +2 -13
  47. metadata +15 -2
@@ -126,7 +126,7 @@
126
126
  "type": "structure",
127
127
  "members": {
128
128
  },
129
- "documentation": "\n <p>\n The state of the cluster security group is not \"available\".\n </p>\n "
129
+ "documentation": "\n <p>\n The state of the cluster security group is not <code>available</code>.\n </p>\n "
130
130
  },
131
131
  {
132
132
  "shape_name": "AuthorizationAlreadyExistsFault",
@@ -140,7 +140,7 @@
140
140
  "type": "structure",
141
141
  "members": {
142
142
  },
143
- "documentation": "\n <p>\n The authorization quota for the cluster security group has been reached. \nFor information about increasing your quota, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html\">Limits in Amazon Redshift</a> \nin the <i>Amazon Redshift Management Guide</i>.\n\n </p>\n "
143
+ "documentation": "\n <p>\n The authorization quota for the cluster security group has been reached.\n </p>\n "
144
144
  }
145
145
  ],
146
146
  "documentation": "\n <p>\n Adds an inbound (ingress) rule to an Amazon Redshift security group. \n Depending on whether the application accessing your cluster is running \n on the Internet or an EC2 instance, you can \n authorize inbound access to either a Classless Interdomain Routing (CIDR) IP address range\n or an EC2 security group. <!-- Required parameters for this operation are a CIDRIP range or both an \n <i>EC2SecurityGroupName</i> and <i>EC2SecurityGroupOwnerId</i> -->\n You can add as many as 20 ingress rules to an Amazon Redshift security group. \n </p>\n <note>\n The EC2 security group must be defined in the AWS region where the cluster resides.\n </note>\n <p>For an overview of CIDR blocks, see the Wikipedia article on \n <a href=\"http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing\">Classless Inter-Domain Routing</a>.\n </p>\n <p>\n You must also associate the security group with a cluster so that clients \n running on these IP addresses or the EC2 instance are authorized to connect to the cluster.\n For information about managing security groups, go to\n <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Working with Security Groups</a> in the \n <i>Amazon Redshift Management Guide</i>.</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=AuthorizeClusterSecurityGroupIngress\n &CIDRIP=192.168.40.3/32\n &ClusterSecurityGroupName=securitygroup1\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T020649Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><AuthorizeClusterSecurityGroupIngressResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <AuthorizeClusterSecurityGroupIngressResult>\n <ClusterSecurityGroup>\n <EC2SecurityGroups/>\n <IPRanges>\n <IPRange>\n <CIDRIP>192.168.40.3/32</CIDRIP>\n <Status>authorized</Status>\n </IPRange>\n </IPRanges>\n <Description>my security group</Description>\n <ClusterSecurityGroupName>securitygroup1</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </AuthorizeClusterSecurityGroupIngressResult>\n <ResponseMetadata>\n <RequestId>8c7cd4c8-6501-11e2-a8da-655adc216806</RequestId>\n </ResponseMetadata>\n</AuthorizeClusterSecurityGroupIngressResponse></queryresponse>\n </examples>\n "
@@ -343,7 +343,7 @@
343
343
  "type": "structure",
344
344
  "members": {
345
345
  },
346
- "documentation": "\n <p>\n The authorization quota for the cluster security group has been reached. \nFor information about increasing your quota, go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html\">Limits in Amazon Redshift</a> \nin the <i>Amazon Redshift Management Guide</i>.\n\n </p>\n "
346
+ "documentation": "\n <p>\n The authorization quota for the cluster security group has been reached.\n </p>\n "
347
347
  }
348
348
  ],
349
349
  "documentation": "\n <p>\n Authorizes the specified AWS customer account to restore the specified snapshot.\n </p>\n <p>\nFor more information about working with snapshots, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> \nin the <i>Amazon Redshift Management Guide</i>.\n</p> \n "
@@ -357,7 +357,7 @@
357
357
  "SourceSnapshotIdentifier": {
358
358
  "shape_name": "String",
359
359
  "type": "string",
360
- "documentation": "\n <p>\n The identifier for the source snapshot.\n </p>\n <p>Constraints:</p>\n <ul>\n <li>Must be the identifier for a valid automated snapshot whose state is \"available\".</li>\n </ul>\n ",
360
+ "documentation": "\n <p>\n The identifier for the source snapshot.\n </p>\n <p>Constraints:</p>\n <ul>\n <li>Must be the identifier for a valid automated snapshot whose state is <code>available</code>.</li>\n </ul>\n ",
361
361
  "required": true
362
362
  },
363
363
  "SourceSnapshotClusterIdentifier": {
@@ -546,7 +546,7 @@
546
546
  "type": "structure",
547
547
  "members": {
548
548
  },
549
- "documentation": "\n <p>\n The state of the cluster snapshot is not \"available\", or other accounts are authorized to access the snapshot.\n </p>\n "
549
+ "documentation": "\n <p>\n The state of the cluster snapshot is not <code>available</code>, or other accounts are authorized to access the snapshot.\n </p>\n "
550
550
  },
551
551
  {
552
552
  "shape_name": "ClusterSnapshotQuotaExceededFault",
@@ -673,7 +673,7 @@
673
673
  "Encrypted": {
674
674
  "shape_name": "BooleanOptional",
675
675
  "type": "boolean",
676
- "documentation": "\n <p>If <code>true</code>, the data in cluster is encrypted at rest. </p>\n <p>Default: false</p>\n "
676
+ "documentation": "\n <p>If <code>true</code>, the data in the cluster is encrypted at rest. </p>\n <p>Default: false</p>\n "
677
677
  },
678
678
  "HsmClientCertificateIdentifier": {
679
679
  "shape_name": "String",
@@ -714,7 +714,7 @@
714
714
  "ClusterStatus": {
715
715
  "shape_name": "String",
716
716
  "type": "string",
717
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
717
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
718
718
  },
719
719
  "ModifyStatus": {
720
720
  "shape_name": "String",
@@ -864,7 +864,7 @@
864
864
  "NumberOfNodes": {
865
865
  "shape_name": "IntegerOptional",
866
866
  "type": "integer",
867
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
867
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
868
868
  },
869
869
  "ClusterType": {
870
870
  "shape_name": "String",
@@ -880,6 +880,11 @@
880
880
  "shape_name": "IntegerOptional",
881
881
  "type": "integer",
882
882
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
883
+ },
884
+ "ClusterIdentifier": {
885
+ "shape_name": "String",
886
+ "type": "string",
887
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
883
888
  }
884
889
  },
885
890
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -907,7 +912,7 @@
907
912
  "Encrypted": {
908
913
  "shape_name": "Boolean",
909
914
  "type": "boolean",
910
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
915
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
911
916
  },
912
917
  "RestoreStatus": {
913
918
  "shape_name": "RestoreStatus",
@@ -1528,7 +1533,7 @@
1528
1533
  "type": "structure",
1529
1534
  "members": {
1530
1535
  },
1531
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
1536
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
1532
1537
  },
1533
1538
  {
1534
1539
  "shape_name": "ClusterNotFoundFault",
@@ -1545,7 +1550,7 @@
1545
1550
  "documentation": "\n <p>\n The request would result in the user exceeding the allowed number of cluster snapshots.\n </p>\n "
1546
1551
  }
1547
1552
  ],
1548
- "documentation": "\n <p>\n Creates a manual snapshot of the specified cluster. \n The cluster must be in the \"available\" state.\n </p>\n <p>\nFor more information about working with snapshots, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> \nin the <i>Amazon Redshift Management Guide</i>.\n</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=CreateClusterSnapshot\n &ClusterIdentifier=examplecluster\n &SnapshotIdentifier=snapshot-1234\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T010824Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><CreateClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <CreateClusterSnapshotResult>\n <Snapshot>\n <Port>5439</Port>\n <SnapshotIdentifier>my-snapshot-123</SnapshotIdentifier>\n <Status>creating</Status>\n <SnapshotType>manual</SnapshotType>\n <ClusterVersion>1.0</ClusterVersion>\n <SnapshotCreateTime>2013-01-23T01:08:29.142Z</SnapshotCreateTime>\n <NumberOfNodes>2</NumberOfNodes>\n <DBName>dev</DBName>\n <ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>\n <AvailabilityZone>us-east-1c</AvailabilityZone>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <MasterUsername>adminuser</MasterUsername>\n </Snapshot>\n </CreateClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>65baef14-64f9-11e2-bea9-49e0ce183f07</RequestId>\n </ResponseMetadata>\n</CreateClusterSnapshotResponse></queryresponse>\n </examples>\n "
1553
+ "documentation": "\n <p>\n Creates a manual snapshot of the specified cluster. \n The cluster must be in the <code>available</code> state.\n </p>\n <p>\nFor more information about working with snapshots, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> \nin the <i>Amazon Redshift Management Guide</i>.\n</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=CreateClusterSnapshot\n &ClusterIdentifier=examplecluster\n &SnapshotIdentifier=snapshot-1234\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T010824Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><CreateClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <CreateClusterSnapshotResult>\n <Snapshot>\n <Port>5439</Port>\n <SnapshotIdentifier>my-snapshot-123</SnapshotIdentifier>\n <Status>creating</Status>\n <SnapshotType>manual</SnapshotType>\n <ClusterVersion>1.0</ClusterVersion>\n <SnapshotCreateTime>2013-01-23T01:08:29.142Z</SnapshotCreateTime>\n <NumberOfNodes>2</NumberOfNodes>\n <DBName>dev</DBName>\n <ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>\n <AvailabilityZone>us-east-1c</AvailabilityZone>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <MasterUsername>adminuser</MasterUsername>\n </Snapshot>\n </CreateClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>65baef14-64f9-11e2-bea9-49e0ce183f07</RequestId>\n </ResponseMetadata>\n</CreateClusterSnapshotResponse></queryresponse>\n </examples>\n "
1549
1554
  },
1550
1555
  "CreateClusterSubnetGroup": {
1551
1556
  "name": "CreateClusterSubnetGroup",
@@ -2090,7 +2095,7 @@
2090
2095
  "ClusterStatus": {
2091
2096
  "shape_name": "String",
2092
2097
  "type": "string",
2093
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
2098
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
2094
2099
  },
2095
2100
  "ModifyStatus": {
2096
2101
  "shape_name": "String",
@@ -2240,7 +2245,7 @@
2240
2245
  "NumberOfNodes": {
2241
2246
  "shape_name": "IntegerOptional",
2242
2247
  "type": "integer",
2243
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
2248
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
2244
2249
  },
2245
2250
  "ClusterType": {
2246
2251
  "shape_name": "String",
@@ -2256,6 +2261,11 @@
2256
2261
  "shape_name": "IntegerOptional",
2257
2262
  "type": "integer",
2258
2263
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
2264
+ },
2265
+ "ClusterIdentifier": {
2266
+ "shape_name": "String",
2267
+ "type": "string",
2268
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
2259
2269
  }
2260
2270
  },
2261
2271
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -2283,7 +2293,7 @@
2283
2293
  "Encrypted": {
2284
2294
  "shape_name": "Boolean",
2285
2295
  "type": "boolean",
2286
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
2296
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
2287
2297
  },
2288
2298
  "RestoreStatus": {
2289
2299
  "shape_name": "RestoreStatus",
@@ -2434,7 +2444,7 @@
2434
2444
  "type": "structure",
2435
2445
  "members": {
2436
2446
  },
2437
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
2447
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
2438
2448
  },
2439
2449
  {
2440
2450
  "shape_name": "ClusterSnapshotAlreadyExistsFault",
@@ -2509,7 +2519,7 @@
2509
2519
  "type": "structure",
2510
2520
  "members": {
2511
2521
  },
2512
- "documentation": "\n <p>\n The state of the cluster security group is not \"available\".\n </p>\n "
2522
+ "documentation": "\n <p>\n The state of the cluster security group is not <code>available</code>.\n </p>\n "
2513
2523
  },
2514
2524
  {
2515
2525
  "shape_name": "ClusterSecurityGroupNotFoundFault",
@@ -2699,7 +2709,7 @@
2699
2709
  "type": "structure",
2700
2710
  "members": {
2701
2711
  },
2702
- "documentation": "\n <p>\n The state of the cluster snapshot is not \"available\", or other accounts are authorized to access the snapshot.\n </p>\n "
2712
+ "documentation": "\n <p>\n The state of the cluster snapshot is not <code>available</code>, or other accounts are authorized to access the snapshot.\n </p>\n "
2703
2713
  },
2704
2714
  {
2705
2715
  "shape_name": "ClusterSnapshotNotFoundFault",
@@ -2709,7 +2719,7 @@
2709
2719
  "documentation": "\n <p>\n The snapshot identifier does not refer to an existing cluster snapshot.\n </p>\n "
2710
2720
  }
2711
2721
  ],
2712
- "documentation": "\n <p>\n Deletes the specified manual snapshot. The snapshot must be in the \"available\" state, with no other users authorized to access the snapshot. \n </p>\n <p>\n Unlike automated snapshots, manual snapshots are retained even after you \n delete your cluster. \n Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot \n explicitly to avoid getting charged.\n If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.\n </p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=DeleteClusterSnapshot\n &SnapshotIdentifier=snapshot-1234\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20121208/us-east-1/redshift/aws4_request\n &x-amz-date=20121208T005225Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><DeleteClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <DeleteClusterSnapshotResult>\n <Snapshot>\n <SnapshotCreateTime>2012-12-07T23:31:02.372Z</SnapshotCreateTime>\n <Port>5439</Port>\n <SnapshotIdentifier>snapshot-1234</SnapshotIdentifier>\n <Status>deleted</Status>\n <ClusterCreateTime>2012-12-06T23:09:01.475Z</ClusterCreateTime>\n <SnapshotType>manual</SnapshotType>\n <ClusterVersion>1.0</ClusterVersion>\n <AvailabilityZone>us-east-1a</AvailabilityZone>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <MasterUsername>masteruser</MasterUsername>\n <NodeType>dw1.xlarge</NodeType>\n <DBName>mydb</DBName>\n <NumberOfNodes>3</NumberOfNodes>\n </Snapshot>\n </DeleteClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>88a31de4-40d1-11e2-8a25-eb010998df4e</RequestId>\n </ResponseMetadata>\n</DeleteClusterSnapshotResponse></queryresponse>\n </examples>\n "
2722
+ "documentation": "\n <p>\n Deletes the specified manual snapshot. The snapshot must be in the <code>available</code> state, with no other users authorized to access the snapshot. \n </p>\n <p>\n Unlike automated snapshots, manual snapshots are retained even after you \n delete your cluster. \n Amazon Redshift does not delete your manual snapshots. You must delete manual snapshot \n explicitly to avoid getting charged.\n If other accounts are authorized to access the snapshot, you must revoke all of the authorizations before you can delete the snapshot.\n </p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=DeleteClusterSnapshot\n &SnapshotIdentifier=snapshot-1234\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20121208/us-east-1/redshift/aws4_request\n &x-amz-date=20121208T005225Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><DeleteClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <DeleteClusterSnapshotResult>\n <Snapshot>\n <SnapshotCreateTime>2012-12-07T23:31:02.372Z</SnapshotCreateTime>\n <Port>5439</Port>\n <SnapshotIdentifier>snapshot-1234</SnapshotIdentifier>\n <Status>deleted</Status>\n <ClusterCreateTime>2012-12-06T23:09:01.475Z</ClusterCreateTime>\n <SnapshotType>manual</SnapshotType>\n <ClusterVersion>1.0</ClusterVersion>\n <AvailabilityZone>us-east-1a</AvailabilityZone>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <MasterUsername>masteruser</MasterUsername>\n <NodeType>dw1.xlarge</NodeType>\n <DBName>mydb</DBName>\n <NumberOfNodes>3</NumberOfNodes>\n </Snapshot>\n </DeleteClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>88a31de4-40d1-11e2-8a25-eb010998df4e</RequestId>\n </ResponseMetadata>\n</DeleteClusterSnapshotResponse></queryresponse>\n </examples>\n "
2713
2723
  },
2714
2724
  "DeleteClusterSubnetGroup": {
2715
2725
  "name": "DeleteClusterSubnetGroup",
@@ -2775,6 +2785,13 @@
2775
2785
  "members": {
2776
2786
  },
2777
2787
  "documentation": "\n <p>An Amazon Redshift event notification subscription with the specified name does not exist.</p>\n "
2788
+ },
2789
+ {
2790
+ "shape_name": "InvalidSubscriptionStateFault",
2791
+ "type": "structure",
2792
+ "members": {
2793
+ },
2794
+ "documentation": "\n <p>\n The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.\n </p>\n \n "
2778
2795
  }
2779
2796
  ],
2780
2797
  "documentation": "\n <p>\n Deletes an Amazon Redshift event notification subscription.\n </p>\n "
@@ -2801,7 +2818,7 @@
2801
2818
  "type": "structure",
2802
2819
  "members": {
2803
2820
  },
2804
- "documentation": "\n <p>The specified HSM client certificate is not in the <i>available</i> state, or it is still in\n use by one or more Amazon Redshift clusters.</p>\n "
2821
+ "documentation": "\n <p>The specified HSM client certificate is not in the <code>available</code> state, or it is still in\n use by one or more Amazon Redshift clusters.</p>\n "
2805
2822
  },
2806
2823
  {
2807
2824
  "shape_name": "HsmClientCertificateNotFoundFault",
@@ -2835,7 +2852,7 @@
2835
2852
  "type": "structure",
2836
2853
  "members": {
2837
2854
  },
2838
- "documentation": "\n <p>The specified HSM configuration is not in the <i>available</i> state, or it is still in\n use by one or more Amazon Redshift clusters.</p>\n "
2855
+ "documentation": "\n <p>The specified HSM configuration is not in the <code>available</code> state, or it is still in\n use by one or more Amazon Redshift clusters.</p>\n "
2839
2856
  },
2840
2857
  {
2841
2858
  "shape_name": "HsmConfigurationNotFoundFault",
@@ -3619,7 +3636,7 @@
3619
3636
  "ClusterStatus": {
3620
3637
  "shape_name": "String",
3621
3638
  "type": "string",
3622
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
3639
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
3623
3640
  },
3624
3641
  "ModifyStatus": {
3625
3642
  "shape_name": "String",
@@ -3769,7 +3786,7 @@
3769
3786
  "NumberOfNodes": {
3770
3787
  "shape_name": "IntegerOptional",
3771
3788
  "type": "integer",
3772
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
3789
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
3773
3790
  },
3774
3791
  "ClusterType": {
3775
3792
  "shape_name": "String",
@@ -3785,6 +3802,11 @@
3785
3802
  "shape_name": "IntegerOptional",
3786
3803
  "type": "integer",
3787
3804
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
3805
+ },
3806
+ "ClusterIdentifier": {
3807
+ "shape_name": "String",
3808
+ "type": "string",
3809
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
3788
3810
  }
3789
3811
  },
3790
3812
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -3812,7 +3834,7 @@
3812
3834
  "Encrypted": {
3813
3835
  "shape_name": "Boolean",
3814
3836
  "type": "boolean",
3815
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
3837
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
3816
3838
  },
3817
3839
  "RestoreStatus": {
3818
3840
  "shape_name": "RestoreStatus",
@@ -5190,7 +5212,7 @@
5190
5212
  "ClusterStatus": {
5191
5213
  "shape_name": "String",
5192
5214
  "type": "string",
5193
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
5215
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
5194
5216
  },
5195
5217
  "ModifyStatus": {
5196
5218
  "shape_name": "String",
@@ -5340,7 +5362,7 @@
5340
5362
  "NumberOfNodes": {
5341
5363
  "shape_name": "IntegerOptional",
5342
5364
  "type": "integer",
5343
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
5365
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
5344
5366
  },
5345
5367
  "ClusterType": {
5346
5368
  "shape_name": "String",
@@ -5356,6 +5378,11 @@
5356
5378
  "shape_name": "IntegerOptional",
5357
5379
  "type": "integer",
5358
5380
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
5381
+ },
5382
+ "ClusterIdentifier": {
5383
+ "shape_name": "String",
5384
+ "type": "string",
5385
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
5359
5386
  }
5360
5387
  },
5361
5388
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -5383,7 +5410,7 @@
5383
5410
  "Encrypted": {
5384
5411
  "shape_name": "Boolean",
5385
5412
  "type": "boolean",
5386
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
5413
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
5387
5414
  },
5388
5415
  "RestoreStatus": {
5389
5416
  "shape_name": "RestoreStatus",
@@ -5541,7 +5568,7 @@
5541
5568
  "type": "structure",
5542
5569
  "members": {
5543
5570
  },
5544
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
5571
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
5545
5572
  },
5546
5573
  {
5547
5574
  "shape_name": "UnauthorizedOperation",
@@ -5702,7 +5729,7 @@
5702
5729
  "ClusterStatus": {
5703
5730
  "shape_name": "String",
5704
5731
  "type": "string",
5705
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
5732
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
5706
5733
  },
5707
5734
  "ModifyStatus": {
5708
5735
  "shape_name": "String",
@@ -5852,7 +5879,7 @@
5852
5879
  "NumberOfNodes": {
5853
5880
  "shape_name": "IntegerOptional",
5854
5881
  "type": "integer",
5855
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
5882
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
5856
5883
  },
5857
5884
  "ClusterType": {
5858
5885
  "shape_name": "String",
@@ -5868,6 +5895,11 @@
5868
5895
  "shape_name": "IntegerOptional",
5869
5896
  "type": "integer",
5870
5897
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
5898
+ },
5899
+ "ClusterIdentifier": {
5900
+ "shape_name": "String",
5901
+ "type": "string",
5902
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
5871
5903
  }
5872
5904
  },
5873
5905
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -5895,7 +5927,7 @@
5895
5927
  "Encrypted": {
5896
5928
  "shape_name": "Boolean",
5897
5929
  "type": "boolean",
5898
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
5930
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
5899
5931
  },
5900
5932
  "RestoreStatus": {
5901
5933
  "shape_name": "RestoreStatus",
@@ -6046,7 +6078,7 @@
6046
6078
  "type": "structure",
6047
6079
  "members": {
6048
6080
  },
6049
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
6081
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
6050
6082
  },
6051
6083
  {
6052
6084
  "shape_name": "ClusterNotFoundFault",
@@ -6122,7 +6154,7 @@
6122
6154
  "documentation": null,
6123
6155
  "xmlname": "ClusterSecurityGroupName"
6124
6156
  },
6125
- "documentation": "\n <p>\n A list of cluster security groups to be authorized on this cluster.\n This change is asynchronously applied as soon as possible. \n </p>\n <p>Security groups currently associated with the cluster and not in \n the list of groups to apply, will be revoked from the cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>Must be 1 to 255 alphanumeric characters or hyphens</li>\n <li>First character must be a letter</li>\n <li>Cannot end with a hyphen or contain two consecutive hyphens</li>\n </ul>\n "
6157
+ "documentation": "\n <p>\n A list of cluster security groups to be authorized on this cluster.\n This change is asynchronously applied as soon as possible. \n </p>\n <p>Security groups currently associated with the cluster, and not in \n the list of groups to apply, will be revoked from the cluster.</p>\n <p>Constraints:</p>\n <ul>\n <li>Must be 1 to 255 alphanumeric characters or hyphens</li>\n <li>First character must be a letter</li>\n <li>Cannot end with a hyphen or contain two consecutive hyphens</li>\n </ul>\n "
6126
6158
  },
6127
6159
  "VpcSecurityGroupIds": {
6128
6160
  "shape_name": "VpcSecurityGroupIdList",
@@ -6133,7 +6165,7 @@
6133
6165
  "documentation": null,
6134
6166
  "xmlname": "VpcSecurityGroupId"
6135
6167
  },
6136
- "documentation": "\n <p>\n A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.\n </p>\n "
6168
+ "documentation": "\n <p>\n A list of virtual private cloud (VPC) security groups to be associated with the cluster.\n </p>\n "
6137
6169
  },
6138
6170
  "MasterUserPassword": {
6139
6171
  "shape_name": "String",
@@ -6148,7 +6180,7 @@
6148
6180
  "AutomatedSnapshotRetentionPeriod": {
6149
6181
  "shape_name": "IntegerOptional",
6150
6182
  "type": "integer",
6151
- "documentation": "\n <p>\n The number of days that automated snapshots are retained.\n If the value is 0, automated snapshots are disabled. Even if\n automated snapshots are disabled, you can still create\n manual snapshots when you want with <a>CreateClusterSnapshot</a>.\n </p>\n <p>If you decrease the automated snapshot retention period from its current value, \n existing automated snapshots which fall outside of the new retention period will be immediately deleted.</p>\n <p>Default: Uses existing setting.</p>\n <p>Constraints: Must be a value from 0 to 35.</p>\n "
6183
+ "documentation": "\n <p>\n The number of days that automated snapshots are retained.\n If the value is 0, automated snapshots are disabled. Even if\n automated snapshots are disabled, you can still create\n manual snapshots when you want with <a>CreateClusterSnapshot</a>.\n </p>\n <p> 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.</p>\n <p>Default: Uses existing setting.</p>\n <p>Constraints: Must be a value from 0 to 35.</p>\n "
6152
6184
  },
6153
6185
  "PreferredMaintenanceWindow": {
6154
6186
  "shape_name": "String",
@@ -6174,6 +6206,11 @@
6174
6206
  "shape_name": "String",
6175
6207
  "type": "string",
6176
6208
  "documentation": "\n <p>Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster\n can use to retrieve and store keys in an HSM.</p> \n "
6209
+ },
6210
+ "NewClusterIdentifier": {
6211
+ "shape_name": "String",
6212
+ "type": "string",
6213
+ "documentation": "\n <p>The new identifier for the cluster.</p>\n \n<p>Constraints:</p>\n<ul>\n<li>Must contain from 1 to 63 alphanumeric characters or hyphens.</li>\n<li>Alphabetic characters must be lowercase.</li>\n<li>First character must be a letter.</li>\n<li>Cannot end with a hyphen or contain two consecutive hyphens.</li>\n<li>Must be unique for all clusters within an AWS account.</li>\n</ul>\n\n <p>Example: <code>examplecluster</code></p>\n "
6177
6214
  }
6178
6215
  },
6179
6216
  "documentation": "\n <p></p>\n "
@@ -6199,7 +6236,7 @@
6199
6236
  "ClusterStatus": {
6200
6237
  "shape_name": "String",
6201
6238
  "type": "string",
6202
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
6239
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
6203
6240
  },
6204
6241
  "ModifyStatus": {
6205
6242
  "shape_name": "String",
@@ -6349,7 +6386,7 @@
6349
6386
  "NumberOfNodes": {
6350
6387
  "shape_name": "IntegerOptional",
6351
6388
  "type": "integer",
6352
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
6389
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
6353
6390
  },
6354
6391
  "ClusterType": {
6355
6392
  "shape_name": "String",
@@ -6365,6 +6402,11 @@
6365
6402
  "shape_name": "IntegerOptional",
6366
6403
  "type": "integer",
6367
6404
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
6405
+ },
6406
+ "ClusterIdentifier": {
6407
+ "shape_name": "String",
6408
+ "type": "string",
6409
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
6368
6410
  }
6369
6411
  },
6370
6412
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -6392,7 +6434,7 @@
6392
6434
  "Encrypted": {
6393
6435
  "shape_name": "Boolean",
6394
6436
  "type": "boolean",
6395
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
6437
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
6396
6438
  },
6397
6439
  "RestoreStatus": {
6398
6440
  "shape_name": "RestoreStatus",
@@ -6536,14 +6578,14 @@
6536
6578
  "type": "structure",
6537
6579
  "members": {
6538
6580
  },
6539
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
6581
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
6540
6582
  },
6541
6583
  {
6542
6584
  "shape_name": "InvalidClusterSecurityGroupStateFault",
6543
6585
  "type": "structure",
6544
6586
  "members": {
6545
6587
  },
6546
- "documentation": "\n <p>\n The state of the cluster security group is not \"available\".\n </p>\n "
6588
+ "documentation": "\n <p>\n The state of the cluster security group is not <code>available</code>.\n </p>\n "
6547
6589
  },
6548
6590
  {
6549
6591
  "shape_name": "ClusterNotFoundFault",
@@ -6585,7 +6627,7 @@
6585
6627
  "type": "structure",
6586
6628
  "members": {
6587
6629
  },
6588
- "documentation": "\n <p> An request option was specified that is not supported. \n </p>\n "
6630
+ "documentation": "\n <p> A request option was specified that is not supported. \n </p>\n "
6589
6631
  },
6590
6632
  {
6591
6633
  "shape_name": "UnauthorizedOperation",
@@ -6607,9 +6649,16 @@
6607
6649
  "members": {
6608
6650
  },
6609
6651
  "documentation": "\n <p>There is no Amazon Redshift HSM configuration with the specified identifier.</p> \n "
6652
+ },
6653
+ {
6654
+ "shape_name": "ClusterAlreadyExistsFault",
6655
+ "type": "structure",
6656
+ "members": {
6657
+ },
6658
+ "documentation": "\n <p>\n The account already has a cluster with the given identifier.\n </p>\n "
6610
6659
  }
6611
6660
  ],
6612
- "documentation": "\n <p> \n Modifies the settings for a cluster. \n For example, you can add another security or parameter group, \n update the preferred maintenance window, or change the master user password. \n Resetting a cluster password or modifying the security groups associated \n with a cluster do not need a reboot. However, modifying parameter group \n requires a reboot for parameters to take effect. \n \nFor more information about managing clusters, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> \nin the <i>Amazon Redshift Management Guide</i>\n\n </p>\n <p>You can also change node type and the number of nodes to scale up or down the cluster. \n When resizing a cluster, you must specify\n both the number of nodes and the node type even if one of the parameters does \n not change. If you specify\n the same number of nodes and node type that are already configured for the cluster, \n an error is returned.</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=ModifyCluster\n &AllowVersionUpgrade=true\n &AutomatedSnapshotRetentionPeriod=2\n &ClusterIdentifier=examplecluster\n &ClusterParameterGroupName=parametergroup1\n &PreferredMaintenanceWindow=wed:07:30-wed:08:00\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T022911Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><ModifyClusterResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <ModifyClusterResult>\n <Cluster>\n <PendingModifiedValues/>\n <ClusterVersion>1.0</ClusterVersion>\n <VpcSecurityGroups/>\n <Endpoint>\n <Port>5439</Port>\n <Address>examplecluster.coqoarplqhsn.us-east-1.redshift.amazonaws.com</Address>\n </Endpoint>\n <ClusterStatus>available</ClusterStatus>\n <NumberOfNodes>2</NumberOfNodes>\n <AutomatedSnapshotRetentionPeriod>2</AutomatedSnapshotRetentionPeriod>\n <PubliclyAccessible>true</PubliclyAccessible>\n <Encrypted>false</Encrypted>\n <DBName>dev</DBName>\n <PreferredMaintenanceWindow>wed:07:30-wed:08:00</PreferredMaintenanceWindow>\n <ClusterParameterGroups>\n <ClusterParameterGroup>\n <ParameterApplyStatus>applying</ParameterApplyStatus>\n <ParameterGroupName>parametergroup1</ParameterGroupName>\n </ClusterParameterGroup>\n </ClusterParameterGroups>\n <ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>\n <ClusterSecurityGroups>\n <ClusterSecurityGroup>\n <Status>active</Status>\n <ClusterSecurityGroupName>default</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </ClusterSecurityGroups>\n <AvailabilityZone>us-east-1c</AvailabilityZone>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <AllowVersionUpgrade>true</AllowVersionUpgrade>\n <MasterUsername>adminuser</MasterUsername>\n </Cluster>\n </ModifyClusterResult>\n <ResponseMetadata>\n <RequestId>acbc43d5-6504-11e2-bea9-49e0ce183f07</RequestId>\n </ResponseMetadata>\n</ModifyClusterResponse></queryresponse>\n </examples>\n "
6661
+ "documentation": "\n <p> \n Modifies the settings for a cluster. \n For example, you can add another security or parameter group, \n update the preferred maintenance window, or change the master user password. \n Resetting a cluster password or modifying the security groups associated \n with a cluster do not need a reboot. However, modifying a parameter group \n requires a reboot for parameters to take effect. \n \nFor more information about managing clusters, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html\">Amazon Redshift Clusters</a> \nin the <i>Amazon Redshift Management Guide</i>\n\n </p>\n <p>You can also change node type and the number of nodes to scale up or down the cluster. \n When resizing a cluster, you must specify\n both the number of nodes and the node type even if one of the parameters does \n not change. If you specify\n the same number of nodes and node type that are already configured for the cluster, \n an error is returned.</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=ModifyCluster\n &AllowVersionUpgrade=true\n &AutomatedSnapshotRetentionPeriod=2\n &ClusterIdentifier=examplecluster\n &ClusterParameterGroupName=parametergroup1\n &PreferredMaintenanceWindow=wed:07:30-wed:08:00\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T022911Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><ModifyClusterResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <ModifyClusterResult>\n <Cluster>\n <PendingModifiedValues/>\n <ClusterVersion>1.0</ClusterVersion>\n <VpcSecurityGroups/>\n <Endpoint>\n <Port>5439</Port>\n <Address>examplecluster.coqoarplqhsn.us-east-1.redshift.amazonaws.com</Address>\n </Endpoint>\n <ClusterStatus>available</ClusterStatus>\n <NumberOfNodes>2</NumberOfNodes>\n <AutomatedSnapshotRetentionPeriod>2</AutomatedSnapshotRetentionPeriod>\n <PubliclyAccessible>true</PubliclyAccessible>\n <Encrypted>false</Encrypted>\n <DBName>dev</DBName>\n <PreferredMaintenanceWindow>wed:07:30-wed:08:00</PreferredMaintenanceWindow>\n <ClusterParameterGroups>\n <ClusterParameterGroup>\n <ParameterApplyStatus>applying</ParameterApplyStatus>\n <ParameterGroupName>parametergroup1</ParameterGroupName>\n </ClusterParameterGroup>\n </ClusterParameterGroups>\n <ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>\n <ClusterSecurityGroups>\n <ClusterSecurityGroup>\n <Status>active</Status>\n <ClusterSecurityGroupName>default</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </ClusterSecurityGroups>\n <AvailabilityZone>us-east-1c</AvailabilityZone>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster</ClusterIdentifier>\n <AllowVersionUpgrade>true</AllowVersionUpgrade>\n <MasterUsername>adminuser</MasterUsername>\n </Cluster>\n </ModifyClusterResult>\n <ResponseMetadata>\n <RequestId>acbc43d5-6504-11e2-bea9-49e0ce183f07</RequestId>\n </ResponseMetadata>\n</ModifyClusterResponse></queryresponse>\n </examples>\n "
6613
6662
  },
6614
6663
  "ModifyClusterParameterGroup": {
6615
6664
  "name": "ModifyClusterParameterGroup",
@@ -6674,7 +6723,7 @@
6674
6723
  "documentation": "\n <p>\n Describes a parameter in a cluster parameter group.\n </p>\n ",
6675
6724
  "xmlname": "Parameter"
6676
6725
  },
6677
- "documentation": "\n <p>\n An array of parameters to be modified. \n A maximum of 20 parameters can be modified in a single request.\n </p>\n <p>\n For each parameter to be modified, you must supply at least the parameter name\n and parameter value; other name-value pairs of the parameter are optional.\n </p>\n ",
6726
+ "documentation": "\n <p>\n An array of parameters to be modified. \n A maximum of 20 parameters can be modified in a single request.\n </p>\n <p>\n For each parameter to be modified, you must supply at least the parameter name\n and parameter value; other name-value pairs of the parameter are optional.\n </p>\n <p>\n For the workload management (WLM) configuration, \n you must supply all the name-value pairs in the wlm_json_configuration parameter.\n </p>\n ",
6678
6727
  "required": true
6679
6728
  }
6680
6729
  },
@@ -7045,6 +7094,13 @@
7045
7094
  "members": {
7046
7095
  },
7047
7096
  "documentation": "\n <p>The specified Amazon Redshift event source could not be found.</p>\n "
7097
+ },
7098
+ {
7099
+ "shape_name": "InvalidSubscriptionStateFault",
7100
+ "type": "structure",
7101
+ "members": {
7102
+ },
7103
+ "documentation": "\n <p>\n The subscription request is invalid because it is a duplicate request. This subscription request is already in progress.\n </p>\n \n "
7048
7104
  }
7049
7105
  ],
7050
7106
  "documentation": "\n <p>\n Modifies an existing Amazon Redshift event notification subscription.\n </p>\n "
@@ -7091,7 +7147,7 @@
7091
7147
  "ClusterStatus": {
7092
7148
  "shape_name": "String",
7093
7149
  "type": "string",
7094
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
7150
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
7095
7151
  },
7096
7152
  "ModifyStatus": {
7097
7153
  "shape_name": "String",
@@ -7241,7 +7297,7 @@
7241
7297
  "NumberOfNodes": {
7242
7298
  "shape_name": "IntegerOptional",
7243
7299
  "type": "integer",
7244
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
7300
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
7245
7301
  },
7246
7302
  "ClusterType": {
7247
7303
  "shape_name": "String",
@@ -7257,6 +7313,11 @@
7257
7313
  "shape_name": "IntegerOptional",
7258
7314
  "type": "integer",
7259
7315
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
7316
+ },
7317
+ "ClusterIdentifier": {
7318
+ "shape_name": "String",
7319
+ "type": "string",
7320
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
7260
7321
  }
7261
7322
  },
7262
7323
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -7284,7 +7345,7 @@
7284
7345
  "Encrypted": {
7285
7346
  "shape_name": "Boolean",
7286
7347
  "type": "boolean",
7287
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
7348
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
7288
7349
  },
7289
7350
  "RestoreStatus": {
7290
7351
  "shape_name": "RestoreStatus",
@@ -7449,7 +7510,7 @@
7449
7510
  "type": "structure",
7450
7511
  "members": {
7451
7512
  },
7452
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
7513
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
7453
7514
  }
7454
7515
  ],
7455
7516
  "documentation": "\n <p>\n Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.\n </p>\n "
@@ -7628,7 +7689,7 @@
7628
7689
  "ClusterStatus": {
7629
7690
  "shape_name": "String",
7630
7691
  "type": "string",
7631
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
7692
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
7632
7693
  },
7633
7694
  "ModifyStatus": {
7634
7695
  "shape_name": "String",
@@ -7778,7 +7839,7 @@
7778
7839
  "NumberOfNodes": {
7779
7840
  "shape_name": "IntegerOptional",
7780
7841
  "type": "integer",
7781
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
7842
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
7782
7843
  },
7783
7844
  "ClusterType": {
7784
7845
  "shape_name": "String",
@@ -7794,6 +7855,11 @@
7794
7855
  "shape_name": "IntegerOptional",
7795
7856
  "type": "integer",
7796
7857
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
7858
+ },
7859
+ "ClusterIdentifier": {
7860
+ "shape_name": "String",
7861
+ "type": "string",
7862
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
7797
7863
  }
7798
7864
  },
7799
7865
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -7821,7 +7887,7 @@
7821
7887
  "Encrypted": {
7822
7888
  "shape_name": "Boolean",
7823
7889
  "type": "boolean",
7824
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
7890
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
7825
7891
  },
7826
7892
  "RestoreStatus": {
7827
7893
  "shape_name": "RestoreStatus",
@@ -7965,7 +8031,7 @@
7965
8031
  "type": "structure",
7966
8032
  "members": {
7967
8033
  },
7968
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
8034
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
7969
8035
  },
7970
8036
  {
7971
8037
  "shape_name": "ClusterNotFoundFault",
@@ -8152,6 +8218,43 @@
8152
8218
  "shape_name": "String",
8153
8219
  "type": "string",
8154
8220
  "documentation": "\n <p>The elastic IP (EIP) address for the cluster.</p>\n "
8221
+ },
8222
+ "ClusterParameterGroupName": {
8223
+ "shape_name": "String",
8224
+ "type": "string",
8225
+ "documentation": "\n <p>\n The name of the parameter group to be associated\n with this cluster. \n </p>\n <p>Default: The default Amazon Redshift \n cluster parameter group. For information about the default parameter group,\n go to <a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html\">Working with Amazon Redshift Parameter Groups</a>.</p>\n <p>\n Constraints:\n </p>\n <ul>\n <li>Must be 1 to 255 alphanumeric characters or hyphens.</li>\n <li>First character must be a letter.</li>\n <li>Cannot end with a hyphen or contain two consecutive hyphens.</li>\n </ul>\n "
8226
+ },
8227
+ "ClusterSecurityGroups": {
8228
+ "shape_name": "ClusterSecurityGroupNameList",
8229
+ "type": "list",
8230
+ "members": {
8231
+ "shape_name": "String",
8232
+ "type": "string",
8233
+ "documentation": null,
8234
+ "xmlname": "ClusterSecurityGroupName"
8235
+ },
8236
+ "documentation": "\n <p>\n A list of security groups to be associated\n with this cluster.\n </p>\n <p>\n Default: The default cluster security group for Amazon Redshift. \n </p>\n <p>Cluster security groups only apply to clusters outside of VPCs.</p>\n "
8237
+ },
8238
+ "VpcSecurityGroupIds": {
8239
+ "shape_name": "VpcSecurityGroupIdList",
8240
+ "type": "list",
8241
+ "members": {
8242
+ "shape_name": "String",
8243
+ "type": "string",
8244
+ "documentation": null,
8245
+ "xmlname": "VpcSecurityGroupId"
8246
+ },
8247
+ "documentation": "\n <p>\n A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster.\n </p>\n <p>\n Default: The default VPC security group is associated with the cluster.\n </p>\n <p>\n VPC security groups only apply to clusters in VPCs.\n </p>\n "
8248
+ },
8249
+ "PreferredMaintenanceWindow": {
8250
+ "shape_name": "String",
8251
+ "type": "string",
8252
+ "documentation": "\n <p>\n The weekly time range (in UTC) during which automated cluster maintenance can occur.\n </p>\n <p>\n Format: <code>ddd:hh24:mi-ddd:hh24:mi</code>\n </p>\n <p>\n Default: The value selected for the cluster from which the snapshot was taken. \n The following list shows the time blocks for each region \n from which the default maintenance windows are assigned.\n </p>\n <ul>\n <li>\n<b>US-East (Northern Virginia) Region:</b> 03:00-11:00 UTC</li>\n <li>\n<b>US-West (Oregon) Region</b> 06:00-14:00 UTC</li>\n <li>\n<b>EU (Ireland) Region</b> 22:00-06:00 UTC</li>\n <li>\n<b>Asia Pacific (Singapore) Region</b> 14:00-22:00 UTC</li>\n <li>\n<b>Asia Pacific (Sydney) Region</b> 12:00-20:00 UTC</li>\n <li>\n<b>Asia Pacific (Tokyo) Region</b> 17:00-03:00 UTC</li>\n </ul>\n <p>Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun</p>\n <p>Constraints: Minimum 30-minute window.</p>\n "
8253
+ },
8254
+ "AutomatedSnapshotRetentionPeriod": {
8255
+ "shape_name": "IntegerOptional",
8256
+ "type": "integer",
8257
+ "documentation": "\n <p>\n The number of days that automated snapshots are retained.\n If the value is 0, automated snapshots are disabled. Even if\n automated snapshots are disabled, you can still create\n manual snapshots when you want with <a>CreateClusterSnapshot</a>.\n </p>\n <p>\n Default: The value selected for the cluster from which the snapshot was taken.\n </p>\n <p>Constraints: Must be a value from 0 to 35.</p>\n "
8155
8258
  }
8156
8259
  },
8157
8260
  "documentation": "\n <p></p>\n "
@@ -8177,7 +8280,7 @@
8177
8280
  "ClusterStatus": {
8178
8281
  "shape_name": "String",
8179
8282
  "type": "string",
8180
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
8283
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
8181
8284
  },
8182
8285
  "ModifyStatus": {
8183
8286
  "shape_name": "String",
@@ -8327,7 +8430,7 @@
8327
8430
  "NumberOfNodes": {
8328
8431
  "shape_name": "IntegerOptional",
8329
8432
  "type": "integer",
8330
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
8433
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
8331
8434
  },
8332
8435
  "ClusterType": {
8333
8436
  "shape_name": "String",
@@ -8343,6 +8446,11 @@
8343
8446
  "shape_name": "IntegerOptional",
8344
8447
  "type": "integer",
8345
8448
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
8449
+ },
8450
+ "ClusterIdentifier": {
8451
+ "shape_name": "String",
8452
+ "type": "string",
8453
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
8346
8454
  }
8347
8455
  },
8348
8456
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -8370,7 +8478,7 @@
8370
8478
  "Encrypted": {
8371
8479
  "shape_name": "Boolean",
8372
8480
  "type": "boolean",
8373
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
8481
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
8374
8482
  },
8375
8483
  "RestoreStatus": {
8376
8484
  "shape_name": "RestoreStatus",
@@ -8549,7 +8657,7 @@
8549
8657
  "type": "structure",
8550
8658
  "members": {
8551
8659
  },
8552
- "documentation": "\n <p>\n The state of the cluster snapshot is not \"available\", or other accounts are authorized to access the snapshot.\n </p>\n "
8660
+ "documentation": "\n <p>\n The state of the cluster snapshot is not <code>available</code>, or other accounts are authorized to access the snapshot.\n </p>\n "
8553
8661
  },
8554
8662
  {
8555
8663
  "shape_name": "InvalidRestoreFault",
@@ -8627,9 +8735,23 @@
8627
8735
  "members": {
8628
8736
  },
8629
8737
  "documentation": "\n <p>The Elastic IP (EIP) is invalid or cannot be found.</p>\n "
8738
+ },
8739
+ {
8740
+ "shape_name": "ClusterParameterGroupNotFoundFault",
8741
+ "type": "structure",
8742
+ "members": {
8743
+ },
8744
+ "documentation": "\n <p>\n The parameter group name does not refer to an\n existing parameter group.\n </p>\n "
8745
+ },
8746
+ {
8747
+ "shape_name": "ClusterSecurityGroupNotFoundFault",
8748
+ "type": "structure",
8749
+ "members": {
8750
+ },
8751
+ "documentation": "\n <p>\n The cluster security group name does not refer to an existing cluster security group.\n </p>\n "
8630
8752
  }
8631
8753
  ],
8632
- "documentation": "\n <p>\n \n Creates a new cluster from a snapshot. Amazon Redshift creates the resulting cluster \n with the same configuration as the original cluster from which the snapshot was created, \n except that the new cluster\n is created with the default cluster security and parameter group. \n \n After Amazon Redshift creates the cluster you can use the <a>ModifyCluster</a> \n API to associate a different security group and different parameter group with the\n restored cluster.\n \n \n </p>\n <p> If a snapshot is taken of a cluster in VPC, you can restore it only in VPC. \n In this case, you must provide a cluster subnet group where you want the cluster \n restored. If snapshot is taken of a cluster outside VPC, then you can \n restore it only outside VPC.</p>\n <p>\nFor more information about working with snapshots, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> \nin the <i>Amazon Redshift Management Guide</i>.\n</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=RestoreFromClusterSnapshot\n &ClusterIdentifier=examplecluster-restored\n &SnapshotIdentifier=cm:examplecluster-2013-01-22-19-27-58\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T023350Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><RestoreFromClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <RestoreFromClusterSnapshotResult>\n <Cluster>\n <PendingModifiedValues/>\n <ClusterVersion>1.0</ClusterVersion>\n <VpcSecurityGroups/>\n <ClusterStatus>creating</ClusterStatus>\n <NumberOfNodes>2</NumberOfNodes>\n <AutomatedSnapshotRetentionPeriod>1</AutomatedSnapshotRetentionPeriod>\n <PubliclyAccessible>true</PubliclyAccessible>\n <Encrypted>false</Encrypted>\n <DBName>dev</DBName>\n <PreferredMaintenanceWindow>sun:06:30-sun:07:00</PreferredMaintenanceWindow>\n <ClusterParameterGroups>\n <ClusterParameterGroup>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n <ParameterGroupName>default.redshift-1.0</ParameterGroupName>\n </ClusterParameterGroup>\n </ClusterParameterGroups>\n <ClusterSecurityGroups>\n <ClusterSecurityGroup>\n <Status>active</Status>\n <ClusterSecurityGroupName>default</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </ClusterSecurityGroups>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster-restored</ClusterIdentifier>\n <AllowVersionUpgrade>true</AllowVersionUpgrade>\n <MasterUsername>adminuser</MasterUsername>\n </Cluster>\n </RestoreFromClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>52a9aee8-6505-11e2-bec0-17624ad140dd</RequestId>\n </ResponseMetadata>\n</RestoreFromClusterSnapshotResponse></queryresponse>\n </examples>\n "
8754
+ "documentation": "\n <p>\n Creates a new cluster from a snapshot. Amazon Redshift creates the resulting cluster \n with the same configuration as the original cluster from which the snapshot was created, \n except that the new cluster\n is created with the default cluster security and parameter group. \n \n After Amazon Redshift creates the cluster you can use the <a>ModifyCluster</a> \n API to associate a different security group and different parameter group with the\n restored cluster.\n </p>\n <p> If you restore a cluster into a VPC, you must provide a cluster subnet group where you want the cluster \n restored.\n </p>\n <p>\nFor more information about working with snapshots, go to \n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html\">Amazon Redshift Snapshots</a> \nin the <i>Amazon Redshift Management Guide</i>.\n</p>\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=RestoreFromClusterSnapshot\n &ClusterIdentifier=examplecluster-restored\n &SnapshotIdentifier=cm:examplecluster-2013-01-22-19-27-58\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T023350Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><RestoreFromClusterSnapshotResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <RestoreFromClusterSnapshotResult>\n <Cluster>\n <PendingModifiedValues/>\n <ClusterVersion>1.0</ClusterVersion>\n <VpcSecurityGroups/>\n <ClusterStatus>creating</ClusterStatus>\n <NumberOfNodes>2</NumberOfNodes>\n <AutomatedSnapshotRetentionPeriod>1</AutomatedSnapshotRetentionPeriod>\n <PubliclyAccessible>true</PubliclyAccessible>\n <Encrypted>false</Encrypted>\n <DBName>dev</DBName>\n <PreferredMaintenanceWindow>sun:06:30-sun:07:00</PreferredMaintenanceWindow>\n <ClusterParameterGroups>\n <ClusterParameterGroup>\n <ParameterApplyStatus>in-sync</ParameterApplyStatus>\n <ParameterGroupName>default.redshift-1.0</ParameterGroupName>\n </ClusterParameterGroup>\n </ClusterParameterGroups>\n <ClusterSecurityGroups>\n <ClusterSecurityGroup>\n <Status>active</Status>\n <ClusterSecurityGroupName>default</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </ClusterSecurityGroups>\n <NodeType>dw1.xlarge</NodeType>\n <ClusterIdentifier>examplecluster-restored</ClusterIdentifier>\n <AllowVersionUpgrade>true</AllowVersionUpgrade>\n <MasterUsername>adminuser</MasterUsername>\n </Cluster>\n </RestoreFromClusterSnapshotResult>\n <ResponseMetadata>\n <RequestId>52a9aee8-6505-11e2-bec0-17624ad140dd</RequestId>\n </ResponseMetadata>\n</RestoreFromClusterSnapshotResponse></queryresponse>\n </examples>\n "
8633
8755
  },
8634
8756
  "RevokeClusterSecurityGroupIngress": {
8635
8757
  "name": "RevokeClusterSecurityGroupIngress",
@@ -8756,7 +8878,7 @@
8756
8878
  "type": "structure",
8757
8879
  "members": {
8758
8880
  },
8759
- "documentation": "\n <p>\n The state of the cluster security group is not \"available\".\n </p>\n "
8881
+ "documentation": "\n <p>\n The state of the cluster security group is not <code>available</code>.\n </p>\n "
8760
8882
  }
8761
8883
  ],
8762
8884
  "documentation": "\n <p>\n Revokes an ingress rule in an Amazon Redshift security group for a previously authorized IP range or \n Amazon EC2 security group. To add\n an ingress rule, see <a>AuthorizeClusterSecurityGroupIngress</a>. \n \nFor information about managing security groups, go to\n<a href=\"http://docs.aws.amazon.com/redshift/latest/mgmt/working-with-security-groups.html\">Amazon Redshift Cluster Security Groups</a> in the \n<i>Amazon Redshift Management Guide</i>.\n\n </p>\n\n <examples>\n <queryrequest>https://redshift.us-east-1.amazonaws.com/\n ?Action=RevokeClusterSecurityGroupIngress\n &ClusterSecurityGroupName=securitygroup1\n &CIDRIP=192.168.40.3/32\n &Version=2012-12-01\n &x-amz-algorithm=AWS4-HMAC-SHA256\n &x-amz-credential=AKIAIOSFODNN7EXAMPLE/20130123/us-east-1/redshift/aws4_request\n &x-amz-date=20130123T021606Z\n &x-amz-signedheaders=content-type;host;x-amz-date</queryrequest>\n <queryresponse><RevokeClusterSecurityGroupIngressResponse xmlns=\"http://redshift.amazonaws.com/doc/2012-12-01/\">\n <RevokeClusterSecurityGroupIngressResult>\n <ClusterSecurityGroup>\n <EC2SecurityGroups/>\n <IPRanges/>\n <Description>my security group</Description>\n <ClusterSecurityGroupName>securitygroup1</ClusterSecurityGroupName>\n </ClusterSecurityGroup>\n </RevokeClusterSecurityGroupIngressResult>\n <ResponseMetadata>\n <RequestId>d8eff363-6502-11e2-a8da-655adc216806</RequestId>\n </ResponseMetadata>\n</RevokeClusterSecurityGroupIngressResponse></queryresponse>\n </examples>\n "
@@ -9000,7 +9122,7 @@
9000
9122
  "ClusterStatus": {
9001
9123
  "shape_name": "String",
9002
9124
  "type": "string",
9003
- "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, and <code>resizing</code>.\n </p>\n "
9125
+ "documentation": "\n <p>\n The current state of this cluster. Possible values include\n <code>available</code>, <code>creating</code>, <code>deleting</code>, \n <code>rebooting</code>, <code>renaming</code>, and <code>resizing</code>.\n </p>\n "
9004
9126
  },
9005
9127
  "ModifyStatus": {
9006
9128
  "shape_name": "String",
@@ -9150,7 +9272,7 @@
9150
9272
  "NumberOfNodes": {
9151
9273
  "shape_name": "IntegerOptional",
9152
9274
  "type": "integer",
9153
- "documentation": "\n <p>\n The pending or in-progress change of the number nodes in the cluster. \n </p>\n "
9275
+ "documentation": "\n <p>\n The pending or in-progress change of the number of nodes in the cluster. \n </p>\n "
9154
9276
  },
9155
9277
  "ClusterType": {
9156
9278
  "shape_name": "String",
@@ -9166,6 +9288,11 @@
9166
9288
  "shape_name": "IntegerOptional",
9167
9289
  "type": "integer",
9168
9290
  "documentation": "\n <p>\n The pending or in-progress change of the automated snapshot retention period. \n </p>\n "
9291
+ },
9292
+ "ClusterIdentifier": {
9293
+ "shape_name": "String",
9294
+ "type": "string",
9295
+ "documentation": "\n <p>The pending or in-progress change of the new identifier for the cluster.</p>\n "
9169
9296
  }
9170
9297
  },
9171
9298
  "documentation": "\n <p>\n If present, changes to the cluster are pending.\n Specific pending changes are identified by subelements.\n </p>\n "
@@ -9193,7 +9320,7 @@
9193
9320
  "Encrypted": {
9194
9321
  "shape_name": "Boolean",
9195
9322
  "type": "boolean",
9196
- "documentation": "\n <p>If <code>true</code>, data in cluster is encrypted at rest.</p> \n "
9323
+ "documentation": "\n <p>If <code>true</code>, data in the cluster is encrypted at rest.</p> \n "
9197
9324
  },
9198
9325
  "RestoreStatus": {
9199
9326
  "shape_name": "RestoreStatus",
@@ -9344,7 +9471,7 @@
9344
9471
  "type": "structure",
9345
9472
  "members": {
9346
9473
  },
9347
- "documentation": "\n <p>\n The specified cluster is not in the <i>available</i> state.\n </p>\n "
9474
+ "documentation": "\n <p>\n The specified cluster is not in the <code>available</code> state.\n </p>\n "
9348
9475
  }
9349
9476
  ],
9350
9477
  "documentation": "\n <p>\n Rotates the encryption keys for a cluster.\n </p>\n "