aws-sdk-redshift 1.51.0 → 1.56.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.56.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-redshift/customizations'
49
49
  # @!group service
50
50
  module Aws::Redshift
51
51
 
52
- GEM_VERSION = '1.51.0'
52
+ GEM_VERSION = '1.56.0'
53
53
 
54
54
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -513,6 +513,7 @@ module Aws::Redshift
513
513
  # resp.snapshot.cluster_create_time #=> Time
514
514
  # resp.snapshot.master_username #=> String
515
515
  # resp.snapshot.cluster_version #=> String
516
+ # resp.snapshot.engine_full_version #=> String
516
517
  # resp.snapshot.snapshot_type #=> String
517
518
  # resp.snapshot.node_type #=> String
518
519
  # resp.snapshot.number_of_nodes #=> Integer
@@ -794,6 +795,7 @@ module Aws::Redshift
794
795
  # resp.snapshot.cluster_create_time #=> Time
795
796
  # resp.snapshot.master_username #=> String
796
797
  # resp.snapshot.cluster_version #=> String
798
+ # resp.snapshot.engine_full_version #=> String
797
799
  # resp.snapshot.snapshot_type #=> String
798
800
  # resp.snapshot.node_type #=> String
799
801
  # resp.snapshot.number_of_nodes #=> Integer
@@ -909,8 +911,8 @@ module Aws::Redshift
909
911
  # Cluster Management Guide*.
910
912
  #
911
913
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
912
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
913
- # `ra3.16xlarge`
914
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
915
+ # `ra3.4xlarge` \| `ra3.16xlarge`
914
916
  #
915
917
  #
916
918
  #
@@ -1028,6 +1030,9 @@ module Aws::Redshift
1028
1030
  # are disabled, you can still create manual snapshots when you want with
1029
1031
  # CreateClusterSnapshot.
1030
1032
  #
1033
+ # You can't disable automated snapshots for RA3 node types. Set the
1034
+ # automated retention period from 1-35 days.
1035
+ #
1031
1036
  # Default: `1`
1032
1037
  #
1033
1038
  # Constraints: Must be a value from 0 to 35.
@@ -1163,6 +1168,10 @@ module Aws::Redshift
1163
1168
  # @option params [String] :snapshot_schedule_identifier
1164
1169
  # A unique identifier for the snapshot schedule.
1165
1170
  #
1171
+ # @option params [Boolean] :availability_zone_relocation
1172
+ # The option to enable relocation for an Amazon Redshift cluster between
1173
+ # Availability Zones after the cluster is created.
1174
+ #
1166
1175
  # @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1167
1176
  #
1168
1177
  # * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
@@ -1205,6 +1214,7 @@ module Aws::Redshift
1205
1214
  # iam_roles: ["String"],
1206
1215
  # maintenance_track_name: "String",
1207
1216
  # snapshot_schedule_identifier: "String",
1217
+ # availability_zone_relocation: false,
1208
1218
  # })
1209
1219
  #
1210
1220
  # @example Response structure
@@ -1218,6 +1228,14 @@ module Aws::Redshift
1218
1228
  # resp.cluster.db_name #=> String
1219
1229
  # resp.cluster.endpoint.address #=> String
1220
1230
  # resp.cluster.endpoint.port #=> Integer
1231
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
1232
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
1233
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
1234
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
1235
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
1236
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
1237
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
1238
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
1221
1239
  # resp.cluster.cluster_create_time #=> Time
1222
1240
  # resp.cluster.automated_snapshot_retention_period #=> Integer
1223
1241
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -1304,7 +1322,9 @@ module Aws::Redshift
1304
1322
  # resp.cluster.next_maintenance_window_start_time #=> Time
1305
1323
  # resp.cluster.resize_info.resize_type #=> String
1306
1324
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
1325
+ # resp.cluster.availability_zone_relocation_status #=> String
1307
1326
  # resp.cluster.cluster_namespace_arn #=> String
1327
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
1308
1328
  #
1309
1329
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1310
1330
  #
@@ -1553,6 +1573,7 @@ module Aws::Redshift
1553
1573
  # resp.snapshot.cluster_create_time #=> Time
1554
1574
  # resp.snapshot.master_username #=> String
1555
1575
  # resp.snapshot.cluster_version #=> String
1576
+ # resp.snapshot.engine_full_version #=> String
1556
1577
  # resp.snapshot.snapshot_type #=> String
1557
1578
  # resp.snapshot.node_type #=> String
1558
1579
  # resp.snapshot.number_of_nodes #=> Integer
@@ -2410,6 +2431,14 @@ module Aws::Redshift
2410
2431
  # resp.cluster.db_name #=> String
2411
2432
  # resp.cluster.endpoint.address #=> String
2412
2433
  # resp.cluster.endpoint.port #=> Integer
2434
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
2435
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
2436
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
2437
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
2438
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
2439
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
2440
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
2441
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
2413
2442
  # resp.cluster.cluster_create_time #=> Time
2414
2443
  # resp.cluster.automated_snapshot_retention_period #=> Integer
2415
2444
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -2496,7 +2525,9 @@ module Aws::Redshift
2496
2525
  # resp.cluster.next_maintenance_window_start_time #=> Time
2497
2526
  # resp.cluster.resize_info.resize_type #=> String
2498
2527
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
2528
+ # resp.cluster.availability_zone_relocation_status #=> String
2499
2529
  # resp.cluster.cluster_namespace_arn #=> String
2530
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
2500
2531
  #
2501
2532
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
2502
2533
  #
@@ -2622,6 +2653,7 @@ module Aws::Redshift
2622
2653
  # resp.snapshot.cluster_create_time #=> Time
2623
2654
  # resp.snapshot.master_username #=> String
2624
2655
  # resp.snapshot.cluster_version #=> String
2656
+ # resp.snapshot.engine_full_version #=> String
2625
2657
  # resp.snapshot.snapshot_type #=> String
2626
2658
  # resp.snapshot.node_type #=> String
2627
2659
  # resp.snapshot.number_of_nodes #=> Integer
@@ -3442,6 +3474,7 @@ module Aws::Redshift
3442
3474
  # resp.snapshots[0].cluster_create_time #=> Time
3443
3475
  # resp.snapshots[0].master_username #=> String
3444
3476
  # resp.snapshots[0].cluster_version #=> String
3477
+ # resp.snapshots[0].engine_full_version #=> String
3445
3478
  # resp.snapshots[0].snapshot_type #=> String
3446
3479
  # resp.snapshots[0].node_type #=> String
3447
3480
  # resp.snapshots[0].number_of_nodes #=> Integer
@@ -3815,6 +3848,14 @@ module Aws::Redshift
3815
3848
  # resp.clusters[0].db_name #=> String
3816
3849
  # resp.clusters[0].endpoint.address #=> String
3817
3850
  # resp.clusters[0].endpoint.port #=> Integer
3851
+ # resp.clusters[0].endpoint.vpc_endpoints #=> Array
3852
+ # resp.clusters[0].endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
3853
+ # resp.clusters[0].endpoint.vpc_endpoints[0].vpc_id #=> String
3854
+ # resp.clusters[0].endpoint.vpc_endpoints[0].network_interfaces #=> Array
3855
+ # resp.clusters[0].endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
3856
+ # resp.clusters[0].endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
3857
+ # resp.clusters[0].endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
3858
+ # resp.clusters[0].endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
3818
3859
  # resp.clusters[0].cluster_create_time #=> Time
3819
3860
  # resp.clusters[0].automated_snapshot_retention_period #=> Integer
3820
3861
  # resp.clusters[0].manual_snapshot_retention_period #=> Integer
@@ -3901,7 +3942,9 @@ module Aws::Redshift
3901
3942
  # resp.clusters[0].next_maintenance_window_start_time #=> Time
3902
3943
  # resp.clusters[0].resize_info.resize_type #=> String
3903
3944
  # resp.clusters[0].resize_info.allow_cancel_resize #=> Boolean
3945
+ # resp.clusters[0].availability_zone_relocation_status #=> String
3904
3946
  # resp.clusters[0].cluster_namespace_arn #=> String
3947
+ # resp.clusters[0].total_storage_capacity_in_mega_bytes #=> Integer
3905
3948
  #
3906
3949
  #
3907
3950
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -5571,6 +5614,14 @@ module Aws::Redshift
5571
5614
  # resp.cluster.db_name #=> String
5572
5615
  # resp.cluster.endpoint.address #=> String
5573
5616
  # resp.cluster.endpoint.port #=> Integer
5617
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5618
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5619
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
5620
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
5621
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
5622
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
5623
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
5624
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
5574
5625
  # resp.cluster.cluster_create_time #=> Time
5575
5626
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5576
5627
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5657,7 +5708,9 @@ module Aws::Redshift
5657
5708
  # resp.cluster.next_maintenance_window_start_time #=> Time
5658
5709
  # resp.cluster.resize_info.resize_type #=> String
5659
5710
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5711
+ # resp.cluster.availability_zone_relocation_status #=> String
5660
5712
  # resp.cluster.cluster_namespace_arn #=> String
5713
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
5661
5714
  #
5662
5715
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
5663
5716
  #
@@ -5806,6 +5859,14 @@ module Aws::Redshift
5806
5859
  # resp.cluster.db_name #=> String
5807
5860
  # resp.cluster.endpoint.address #=> String
5808
5861
  # resp.cluster.endpoint.port #=> Integer
5862
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5863
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5864
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
5865
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
5866
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
5867
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
5868
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
5869
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
5809
5870
  # resp.cluster.cluster_create_time #=> Time
5810
5871
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5811
5872
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5892,7 +5953,9 @@ module Aws::Redshift
5892
5953
  # resp.cluster.next_maintenance_window_start_time #=> Time
5893
5954
  # resp.cluster.resize_info.resize_type #=> String
5894
5955
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5956
+ # resp.cluster.availability_zone_relocation_status #=> String
5895
5957
  # resp.cluster.cluster_namespace_arn #=> String
5958
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
5896
5959
  #
5897
5960
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
5898
5961
  #
@@ -6163,8 +6226,8 @@ module Aws::Redshift
6163
6226
  # Guide*.
6164
6227
  #
6165
6228
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6166
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6167
- # `ra3.16xlarge`
6229
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6230
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6168
6231
  #
6169
6232
  #
6170
6233
  #
@@ -6252,6 +6315,9 @@ module Aws::Redshift
6252
6315
  # current value, existing automated snapshots that fall outside of the
6253
6316
  # new retention period will be immediately deleted.
6254
6317
  #
6318
+ # You can't disable automated snapshots for RA3 node types. Set the
6319
+ # automated retention period from 1-35 days.
6320
+ #
6255
6321
  # Default: Uses existing setting.
6256
6322
  #
6257
6323
  # Constraints: Must be a value from 0 to 35.
@@ -6385,6 +6451,17 @@ module Aws::Redshift
6385
6451
  # The AWS Key Management Service (KMS) key ID of the encryption key that
6386
6452
  # you want to use to encrypt data in the cluster.
6387
6453
  #
6454
+ # @option params [Boolean] :availability_zone_relocation
6455
+ # The option to enable relocation for an Amazon Redshift cluster between
6456
+ # Availability Zones after the cluster modification is complete.
6457
+ #
6458
+ # @option params [String] :availability_zone
6459
+ # The option to initiate relocation for an Amazon Redshift cluster to
6460
+ # the target Availability Zone.
6461
+ #
6462
+ # @option params [Integer] :port
6463
+ # The option to change the port of an Amazon Redshift cluster.
6464
+ #
6388
6465
  # @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6389
6466
  #
6390
6467
  # * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
@@ -6414,6 +6491,9 @@ module Aws::Redshift
6414
6491
  # maintenance_track_name: "String",
6415
6492
  # encrypted: false,
6416
6493
  # kms_key_id: "String",
6494
+ # availability_zone_relocation: false,
6495
+ # availability_zone: "String",
6496
+ # port: 1,
6417
6497
  # })
6418
6498
  #
6419
6499
  # @example Response structure
@@ -6427,6 +6507,14 @@ module Aws::Redshift
6427
6507
  # resp.cluster.db_name #=> String
6428
6508
  # resp.cluster.endpoint.address #=> String
6429
6509
  # resp.cluster.endpoint.port #=> Integer
6510
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6511
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6512
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
6513
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
6514
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
6515
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
6516
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
6517
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
6430
6518
  # resp.cluster.cluster_create_time #=> Time
6431
6519
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6432
6520
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6513,7 +6601,9 @@ module Aws::Redshift
6513
6601
  # resp.cluster.next_maintenance_window_start_time #=> Time
6514
6602
  # resp.cluster.resize_info.resize_type #=> String
6515
6603
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6604
+ # resp.cluster.availability_zone_relocation_status #=> String
6516
6605
  # resp.cluster.cluster_namespace_arn #=> String
6606
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6517
6607
  #
6518
6608
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
6519
6609
  #
@@ -6559,6 +6649,14 @@ module Aws::Redshift
6559
6649
  # resp.cluster.db_name #=> String
6560
6650
  # resp.cluster.endpoint.address #=> String
6561
6651
  # resp.cluster.endpoint.port #=> Integer
6652
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6653
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6654
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
6655
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
6656
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
6657
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
6658
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
6659
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
6562
6660
  # resp.cluster.cluster_create_time #=> Time
6563
6661
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6564
6662
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6645,7 +6743,9 @@ module Aws::Redshift
6645
6743
  # resp.cluster.next_maintenance_window_start_time #=> Time
6646
6744
  # resp.cluster.resize_info.resize_type #=> String
6647
6745
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6746
+ # resp.cluster.availability_zone_relocation_status #=> String
6648
6747
  # resp.cluster.cluster_namespace_arn #=> String
6748
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6649
6749
  #
6650
6750
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
6651
6751
  #
@@ -6698,6 +6798,14 @@ module Aws::Redshift
6698
6798
  # resp.cluster.db_name #=> String
6699
6799
  # resp.cluster.endpoint.address #=> String
6700
6800
  # resp.cluster.endpoint.port #=> Integer
6801
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6802
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6803
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
6804
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
6805
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
6806
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
6807
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
6808
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
6701
6809
  # resp.cluster.cluster_create_time #=> Time
6702
6810
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6703
6811
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6784,7 +6892,9 @@ module Aws::Redshift
6784
6892
  # resp.cluster.next_maintenance_window_start_time #=> Time
6785
6893
  # resp.cluster.resize_info.resize_type #=> String
6786
6894
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6895
+ # resp.cluster.availability_zone_relocation_status #=> String
6787
6896
  # resp.cluster.cluster_namespace_arn #=> String
6897
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6788
6898
  #
6789
6899
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
6790
6900
  #
@@ -6846,6 +6956,14 @@ module Aws::Redshift
6846
6956
  # resp.cluster.db_name #=> String
6847
6957
  # resp.cluster.endpoint.address #=> String
6848
6958
  # resp.cluster.endpoint.port #=> Integer
6959
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6960
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6961
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
6962
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
6963
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
6964
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
6965
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
6966
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
6849
6967
  # resp.cluster.cluster_create_time #=> Time
6850
6968
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6851
6969
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6932,7 +7050,9 @@ module Aws::Redshift
6932
7050
  # resp.cluster.next_maintenance_window_start_time #=> Time
6933
7051
  # resp.cluster.resize_info.resize_type #=> String
6934
7052
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7053
+ # resp.cluster.availability_zone_relocation_status #=> String
6935
7054
  # resp.cluster.cluster_namespace_arn #=> String
7055
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
6936
7056
  #
6937
7057
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
6938
7058
  #
@@ -7049,6 +7169,7 @@ module Aws::Redshift
7049
7169
  # resp.snapshot.cluster_create_time #=> Time
7050
7170
  # resp.snapshot.master_username #=> String
7051
7171
  # resp.snapshot.cluster_version #=> String
7172
+ # resp.snapshot.engine_full_version #=> String
7052
7173
  # resp.snapshot.snapshot_type #=> String
7053
7174
  # resp.snapshot.node_type #=> String
7054
7175
  # resp.snapshot.number_of_nodes #=> Integer
@@ -7429,6 +7550,14 @@ module Aws::Redshift
7429
7550
  # resp.cluster.db_name #=> String
7430
7551
  # resp.cluster.endpoint.address #=> String
7431
7552
  # resp.cluster.endpoint.port #=> Integer
7553
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7554
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7555
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
7556
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
7557
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
7558
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
7559
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
7560
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
7432
7561
  # resp.cluster.cluster_create_time #=> Time
7433
7562
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7434
7563
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7515,7 +7644,9 @@ module Aws::Redshift
7515
7644
  # resp.cluster.next_maintenance_window_start_time #=> Time
7516
7645
  # resp.cluster.resize_info.resize_type #=> String
7517
7646
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7647
+ # resp.cluster.availability_zone_relocation_status #=> String
7518
7648
  # resp.cluster.cluster_namespace_arn #=> String
7649
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7519
7650
  #
7520
7651
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
7521
7652
  #
@@ -7660,6 +7791,14 @@ module Aws::Redshift
7660
7791
  # resp.cluster.db_name #=> String
7661
7792
  # resp.cluster.endpoint.address #=> String
7662
7793
  # resp.cluster.endpoint.port #=> Integer
7794
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7795
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7796
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
7797
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
7798
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
7799
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
7800
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
7801
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
7663
7802
  # resp.cluster.cluster_create_time #=> Time
7664
7803
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7665
7804
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7746,7 +7885,9 @@ module Aws::Redshift
7746
7885
  # resp.cluster.next_maintenance_window_start_time #=> Time
7747
7886
  # resp.cluster.resize_info.resize_type #=> String
7748
7887
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7888
+ # resp.cluster.availability_zone_relocation_status #=> String
7749
7889
  # resp.cluster.cluster_namespace_arn #=> String
7890
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7750
7891
  #
7751
7892
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
7752
7893
  #
@@ -7854,6 +7995,14 @@ module Aws::Redshift
7854
7995
  # resp.cluster.db_name #=> String
7855
7996
  # resp.cluster.endpoint.address #=> String
7856
7997
  # resp.cluster.endpoint.port #=> Integer
7998
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7999
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8000
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
8001
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
8002
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
8003
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
8004
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
8005
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
7857
8006
  # resp.cluster.cluster_create_time #=> Time
7858
8007
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7859
8008
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7940,7 +8089,9 @@ module Aws::Redshift
7940
8089
  # resp.cluster.next_maintenance_window_start_time #=> Time
7941
8090
  # resp.cluster.resize_info.resize_type #=> String
7942
8091
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8092
+ # resp.cluster.availability_zone_relocation_status #=> String
7943
8093
  # resp.cluster.cluster_namespace_arn #=> String
8094
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
7944
8095
  #
7945
8096
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
7946
8097
  #
@@ -8034,6 +8185,8 @@ module Aws::Redshift
8034
8185
  #
8035
8186
  # * ds2.8xlarge
8036
8187
  #
8188
+ # * ra3.xlplus
8189
+ #
8037
8190
  # * ra3.4xlarge
8038
8191
  #
8039
8192
  # * ra3.16xlarge
@@ -8085,6 +8238,14 @@ module Aws::Redshift
8085
8238
  # resp.cluster.db_name #=> String
8086
8239
  # resp.cluster.endpoint.address #=> String
8087
8240
  # resp.cluster.endpoint.port #=> Integer
8241
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8242
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8243
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
8244
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
8245
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
8246
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
8247
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
8248
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
8088
8249
  # resp.cluster.cluster_create_time #=> Time
8089
8250
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8090
8251
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8171,7 +8332,9 @@ module Aws::Redshift
8171
8332
  # resp.cluster.next_maintenance_window_start_time #=> Time
8172
8333
  # resp.cluster.resize_info.resize_type #=> String
8173
8334
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8335
+ # resp.cluster.availability_zone_relocation_status #=> String
8174
8336
  # resp.cluster.cluster_namespace_arn #=> String
8337
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8175
8338
  #
8176
8339
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
8177
8340
  #
@@ -8339,6 +8502,9 @@ module Aws::Redshift
8339
8502
  # are disabled, you can still create manual snapshots when you want with
8340
8503
  # CreateClusterSnapshot.
8341
8504
  #
8505
+ # You can't disable automated snapshots for RA3 node types. Set the
8506
+ # automated retention period from 1-35 days.
8507
+ #
8342
8508
  # Default: The value selected for the cluster from which the snapshot
8343
8509
  # was taken.
8344
8510
  #
@@ -8417,6 +8583,10 @@ module Aws::Redshift
8417
8583
  # @option params [Integer] :number_of_nodes
8418
8584
  # The number of nodes specified when provisioning the restored cluster.
8419
8585
  #
8586
+ # @option params [Boolean] :availability_zone_relocation
8587
+ # The option to enable relocation for an Amazon Redshift cluster between
8588
+ # Availability Zones after the cluster is restored.
8589
+ #
8420
8590
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8421
8591
  #
8422
8592
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -8450,6 +8620,7 @@ module Aws::Redshift
8450
8620
  # maintenance_track_name: "String",
8451
8621
  # snapshot_schedule_identifier: "String",
8452
8622
  # number_of_nodes: 1,
8623
+ # availability_zone_relocation: false,
8453
8624
  # })
8454
8625
  #
8455
8626
  # @example Response structure
@@ -8463,6 +8634,14 @@ module Aws::Redshift
8463
8634
  # resp.cluster.db_name #=> String
8464
8635
  # resp.cluster.endpoint.address #=> String
8465
8636
  # resp.cluster.endpoint.port #=> Integer
8637
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8638
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8639
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
8640
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
8641
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
8642
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
8643
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
8644
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
8466
8645
  # resp.cluster.cluster_create_time #=> Time
8467
8646
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8468
8647
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8549,7 +8728,9 @@ module Aws::Redshift
8549
8728
  # resp.cluster.next_maintenance_window_start_time #=> Time
8550
8729
  # resp.cluster.resize_info.resize_type #=> String
8551
8730
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8731
+ # resp.cluster.availability_zone_relocation_status #=> String
8552
8732
  # resp.cluster.cluster_namespace_arn #=> String
8733
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8553
8734
  #
8554
8735
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
8555
8736
  #
@@ -8673,6 +8854,14 @@ module Aws::Redshift
8673
8854
  # resp.cluster.db_name #=> String
8674
8855
  # resp.cluster.endpoint.address #=> String
8675
8856
  # resp.cluster.endpoint.port #=> Integer
8857
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8858
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8859
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
8860
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
8861
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
8862
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
8863
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
8864
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
8676
8865
  # resp.cluster.cluster_create_time #=> Time
8677
8866
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8678
8867
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8759,7 +8948,9 @@ module Aws::Redshift
8759
8948
  # resp.cluster.next_maintenance_window_start_time #=> Time
8760
8949
  # resp.cluster.resize_info.resize_type #=> String
8761
8950
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8951
+ # resp.cluster.availability_zone_relocation_status #=> String
8762
8952
  # resp.cluster.cluster_namespace_arn #=> String
8953
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
8763
8954
  #
8764
8955
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
8765
8956
  #
@@ -8895,6 +9086,7 @@ module Aws::Redshift
8895
9086
  # resp.snapshot.cluster_create_time #=> Time
8896
9087
  # resp.snapshot.master_username #=> String
8897
9088
  # resp.snapshot.cluster_version #=> String
9089
+ # resp.snapshot.engine_full_version #=> String
8898
9090
  # resp.snapshot.snapshot_type #=> String
8899
9091
  # resp.snapshot.node_type #=> String
8900
9092
  # resp.snapshot.number_of_nodes #=> Integer
@@ -8964,6 +9156,14 @@ module Aws::Redshift
8964
9156
  # resp.cluster.db_name #=> String
8965
9157
  # resp.cluster.endpoint.address #=> String
8966
9158
  # resp.cluster.endpoint.port #=> Integer
9159
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
9160
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
9161
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
9162
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
9163
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
9164
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
9165
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
9166
+ # resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
8967
9167
  # resp.cluster.cluster_create_time #=> Time
8968
9168
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8969
9169
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -9050,7 +9250,9 @@ module Aws::Redshift
9050
9250
  # resp.cluster.next_maintenance_window_start_time #=> Time
9051
9251
  # resp.cluster.resize_info.resize_type #=> String
9052
9252
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
9253
+ # resp.cluster.availability_zone_relocation_status #=> String
9053
9254
  # resp.cluster.cluster_namespace_arn #=> String
9255
+ # resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
9054
9256
  #
9055
9257
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
9056
9258
  #
@@ -9074,7 +9276,7 @@ module Aws::Redshift
9074
9276
  params: params,
9075
9277
  config: config)
9076
9278
  context[:gem_name] = 'aws-sdk-redshift'
9077
- context[:gem_version] = '1.51.0'
9279
+ context[:gem_version] = '1.56.0'
9078
9280
  Seahorse::Client::Request.new(handlers, context)
9079
9281
  end
9080
9282