aws-sdk-redshift 1.50.0 → 1.55.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.55.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.50.0'
52
+ GEM_VERSION = '1.55.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
  #
@@ -1163,6 +1165,10 @@ module Aws::Redshift
1163
1165
  # @option params [String] :snapshot_schedule_identifier
1164
1166
  # A unique identifier for the snapshot schedule.
1165
1167
  #
1168
+ # @option params [Boolean] :availability_zone_relocation
1169
+ # The option to enable relocation for an Amazon Redshift cluster between
1170
+ # Availability Zones after the cluster is created.
1171
+ #
1166
1172
  # @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1167
1173
  #
1168
1174
  # * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
@@ -1205,6 +1211,7 @@ module Aws::Redshift
1205
1211
  # iam_roles: ["String"],
1206
1212
  # maintenance_track_name: "String",
1207
1213
  # snapshot_schedule_identifier: "String",
1214
+ # availability_zone_relocation: false,
1208
1215
  # })
1209
1216
  #
1210
1217
  # @example Response structure
@@ -1218,6 +1225,8 @@ module Aws::Redshift
1218
1225
  # resp.cluster.db_name #=> String
1219
1226
  # resp.cluster.endpoint.address #=> String
1220
1227
  # resp.cluster.endpoint.port #=> Integer
1228
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
1229
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
1221
1230
  # resp.cluster.cluster_create_time #=> Time
1222
1231
  # resp.cluster.automated_snapshot_retention_period #=> Integer
1223
1232
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -1304,6 +1313,8 @@ module Aws::Redshift
1304
1313
  # resp.cluster.next_maintenance_window_start_time #=> Time
1305
1314
  # resp.cluster.resize_info.resize_type #=> String
1306
1315
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
1316
+ # resp.cluster.availability_zone_relocation_status #=> String
1317
+ # resp.cluster.cluster_namespace_arn #=> String
1307
1318
  #
1308
1319
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1309
1320
  #
@@ -1552,6 +1563,7 @@ module Aws::Redshift
1552
1563
  # resp.snapshot.cluster_create_time #=> Time
1553
1564
  # resp.snapshot.master_username #=> String
1554
1565
  # resp.snapshot.cluster_version #=> String
1566
+ # resp.snapshot.engine_full_version #=> String
1555
1567
  # resp.snapshot.snapshot_type #=> String
1556
1568
  # resp.snapshot.node_type #=> String
1557
1569
  # resp.snapshot.number_of_nodes #=> Integer
@@ -2409,6 +2421,8 @@ module Aws::Redshift
2409
2421
  # resp.cluster.db_name #=> String
2410
2422
  # resp.cluster.endpoint.address #=> String
2411
2423
  # resp.cluster.endpoint.port #=> Integer
2424
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
2425
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
2412
2426
  # resp.cluster.cluster_create_time #=> Time
2413
2427
  # resp.cluster.automated_snapshot_retention_period #=> Integer
2414
2428
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -2495,6 +2509,8 @@ module Aws::Redshift
2495
2509
  # resp.cluster.next_maintenance_window_start_time #=> Time
2496
2510
  # resp.cluster.resize_info.resize_type #=> String
2497
2511
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
2512
+ # resp.cluster.availability_zone_relocation_status #=> String
2513
+ # resp.cluster.cluster_namespace_arn #=> String
2498
2514
  #
2499
2515
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
2500
2516
  #
@@ -2620,6 +2636,7 @@ module Aws::Redshift
2620
2636
  # resp.snapshot.cluster_create_time #=> Time
2621
2637
  # resp.snapshot.master_username #=> String
2622
2638
  # resp.snapshot.cluster_version #=> String
2639
+ # resp.snapshot.engine_full_version #=> String
2623
2640
  # resp.snapshot.snapshot_type #=> String
2624
2641
  # resp.snapshot.node_type #=> String
2625
2642
  # resp.snapshot.number_of_nodes #=> Integer
@@ -2932,6 +2949,8 @@ module Aws::Redshift
2932
2949
  # * {Types::ClusterDbRevisionsMessage#marker #marker} => String
2933
2950
  # * {Types::ClusterDbRevisionsMessage#cluster_db_revisions #cluster_db_revisions} => Array<Types::ClusterDbRevision>
2934
2951
  #
2952
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2953
+ #
2935
2954
  # @example Request syntax with placeholder values
2936
2955
  #
2937
2956
  # resp = client.describe_cluster_db_revisions({
@@ -3438,6 +3457,7 @@ module Aws::Redshift
3438
3457
  # resp.snapshots[0].cluster_create_time #=> Time
3439
3458
  # resp.snapshots[0].master_username #=> String
3440
3459
  # resp.snapshots[0].cluster_version #=> String
3460
+ # resp.snapshots[0].engine_full_version #=> String
3441
3461
  # resp.snapshots[0].snapshot_type #=> String
3442
3462
  # resp.snapshots[0].node_type #=> String
3443
3463
  # resp.snapshots[0].number_of_nodes #=> Integer
@@ -3605,6 +3625,8 @@ module Aws::Redshift
3605
3625
  # * {Types::TrackListMessage#maintenance_tracks #maintenance_tracks} => Array<Types::MaintenanceTrack>
3606
3626
  # * {Types::TrackListMessage#marker #marker} => String
3607
3627
  #
3628
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3629
+ #
3608
3630
  # @example Request syntax with placeholder values
3609
3631
  #
3610
3632
  # resp = client.describe_cluster_tracks({
@@ -3809,6 +3831,8 @@ module Aws::Redshift
3809
3831
  # resp.clusters[0].db_name #=> String
3810
3832
  # resp.clusters[0].endpoint.address #=> String
3811
3833
  # resp.clusters[0].endpoint.port #=> Integer
3834
+ # resp.clusters[0].endpoint.vpc_endpoints #=> Array
3835
+ # resp.clusters[0].endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
3812
3836
  # resp.clusters[0].cluster_create_time #=> Time
3813
3837
  # resp.clusters[0].automated_snapshot_retention_period #=> Integer
3814
3838
  # resp.clusters[0].manual_snapshot_retention_period #=> Integer
@@ -3895,6 +3919,8 @@ module Aws::Redshift
3895
3919
  # resp.clusters[0].next_maintenance_window_start_time #=> Time
3896
3920
  # resp.clusters[0].resize_info.resize_type #=> String
3897
3921
  # resp.clusters[0].resize_info.allow_cancel_resize #=> Boolean
3922
+ # resp.clusters[0].availability_zone_relocation_status #=> String
3923
+ # resp.clusters[0].cluster_namespace_arn #=> String
3898
3924
  #
3899
3925
  #
3900
3926
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -5049,6 +5075,8 @@ module Aws::Redshift
5049
5075
  # * {Types::SnapshotCopyGrantMessage#marker #marker} => String
5050
5076
  # * {Types::SnapshotCopyGrantMessage#snapshot_copy_grants #snapshot_copy_grants} => Array<Types::SnapshotCopyGrant>
5051
5077
  #
5078
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5079
+ #
5052
5080
  # @example Request syntax with placeholder values
5053
5081
  #
5054
5082
  # resp = client.describe_snapshot_copy_grants({
@@ -5113,6 +5141,8 @@ module Aws::Redshift
5113
5141
  # * {Types::DescribeSnapshotSchedulesOutputMessage#snapshot_schedules #snapshot_schedules} => Array<Types::SnapshotSchedule>
5114
5142
  # * {Types::DescribeSnapshotSchedulesOutputMessage#marker #marker} => String
5115
5143
  #
5144
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5145
+ #
5116
5146
  # @example Request syntax with placeholder values
5117
5147
  #
5118
5148
  # resp = client.describe_snapshot_schedules({
@@ -5206,6 +5236,8 @@ module Aws::Redshift
5206
5236
  # * {Types::TableRestoreStatusMessage#table_restore_status_details #table_restore_status_details} => Array<Types::TableRestoreStatus>
5207
5237
  # * {Types::TableRestoreStatusMessage#marker #marker} => String
5208
5238
  #
5239
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5240
+ #
5209
5241
  # @example Request syntax with placeholder values
5210
5242
  #
5211
5243
  # resp = client.describe_table_restore_status({
@@ -5342,6 +5374,8 @@ module Aws::Redshift
5342
5374
  # * {Types::TaggedResourceListMessage#tagged_resources #tagged_resources} => Array<Types::TaggedResource>
5343
5375
  # * {Types::TaggedResourceListMessage#marker #marker} => String
5344
5376
  #
5377
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5378
+ #
5345
5379
  # @example Request syntax with placeholder values
5346
5380
  #
5347
5381
  # resp = client.describe_tags({
@@ -5556,6 +5590,8 @@ module Aws::Redshift
5556
5590
  # resp.cluster.db_name #=> String
5557
5591
  # resp.cluster.endpoint.address #=> String
5558
5592
  # resp.cluster.endpoint.port #=> Integer
5593
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5594
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5559
5595
  # resp.cluster.cluster_create_time #=> Time
5560
5596
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5561
5597
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5642,6 +5678,8 @@ module Aws::Redshift
5642
5678
  # resp.cluster.next_maintenance_window_start_time #=> Time
5643
5679
  # resp.cluster.resize_info.resize_type #=> String
5644
5680
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5681
+ # resp.cluster.availability_zone_relocation_status #=> String
5682
+ # resp.cluster.cluster_namespace_arn #=> String
5645
5683
  #
5646
5684
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
5647
5685
  #
@@ -5790,6 +5828,8 @@ module Aws::Redshift
5790
5828
  # resp.cluster.db_name #=> String
5791
5829
  # resp.cluster.endpoint.address #=> String
5792
5830
  # resp.cluster.endpoint.port #=> Integer
5831
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5832
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5793
5833
  # resp.cluster.cluster_create_time #=> Time
5794
5834
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5795
5835
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5876,6 +5916,8 @@ module Aws::Redshift
5876
5916
  # resp.cluster.next_maintenance_window_start_time #=> Time
5877
5917
  # resp.cluster.resize_info.resize_type #=> String
5878
5918
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5919
+ # resp.cluster.availability_zone_relocation_status #=> String
5920
+ # resp.cluster.cluster_namespace_arn #=> String
5879
5921
  #
5880
5922
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
5881
5923
  #
@@ -6066,6 +6108,8 @@ module Aws::Redshift
6066
6108
  # * {Types::GetReservedNodeExchangeOfferingsOutputMessage#marker #marker} => String
6067
6109
  # * {Types::GetReservedNodeExchangeOfferingsOutputMessage#reserved_node_offerings #reserved_node_offerings} => Array<Types::ReservedNodeOffering>
6068
6110
  #
6111
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
6112
+ #
6069
6113
  # @example Request syntax with placeholder values
6070
6114
  #
6071
6115
  # resp = client.get_reserved_node_exchange_offerings({
@@ -6144,8 +6188,8 @@ module Aws::Redshift
6144
6188
  # Guide*.
6145
6189
  #
6146
6190
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6147
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6148
- # `ra3.16xlarge`
6191
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6192
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6149
6193
  #
6150
6194
  #
6151
6195
  #
@@ -6366,6 +6410,17 @@ module Aws::Redshift
6366
6410
  # The AWS Key Management Service (KMS) key ID of the encryption key that
6367
6411
  # you want to use to encrypt data in the cluster.
6368
6412
  #
6413
+ # @option params [Boolean] :availability_zone_relocation
6414
+ # The option to enable relocation for an Amazon Redshift cluster between
6415
+ # Availability Zones after the cluster modification is complete.
6416
+ #
6417
+ # @option params [String] :availability_zone
6418
+ # The option to initiate relocation for an Amazon Redshift cluster to
6419
+ # the target Availability Zone.
6420
+ #
6421
+ # @option params [Integer] :port
6422
+ # The option to change the port of an Amazon Redshift cluster.
6423
+ #
6369
6424
  # @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6370
6425
  #
6371
6426
  # * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
@@ -6395,6 +6450,9 @@ module Aws::Redshift
6395
6450
  # maintenance_track_name: "String",
6396
6451
  # encrypted: false,
6397
6452
  # kms_key_id: "String",
6453
+ # availability_zone_relocation: false,
6454
+ # availability_zone: "String",
6455
+ # port: 1,
6398
6456
  # })
6399
6457
  #
6400
6458
  # @example Response structure
@@ -6408,6 +6466,8 @@ module Aws::Redshift
6408
6466
  # resp.cluster.db_name #=> String
6409
6467
  # resp.cluster.endpoint.address #=> String
6410
6468
  # resp.cluster.endpoint.port #=> Integer
6469
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6470
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6411
6471
  # resp.cluster.cluster_create_time #=> Time
6412
6472
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6413
6473
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6494,6 +6554,8 @@ module Aws::Redshift
6494
6554
  # resp.cluster.next_maintenance_window_start_time #=> Time
6495
6555
  # resp.cluster.resize_info.resize_type #=> String
6496
6556
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6557
+ # resp.cluster.availability_zone_relocation_status #=> String
6558
+ # resp.cluster.cluster_namespace_arn #=> String
6497
6559
  #
6498
6560
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
6499
6561
  #
@@ -6539,6 +6601,8 @@ module Aws::Redshift
6539
6601
  # resp.cluster.db_name #=> String
6540
6602
  # resp.cluster.endpoint.address #=> String
6541
6603
  # resp.cluster.endpoint.port #=> Integer
6604
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6605
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6542
6606
  # resp.cluster.cluster_create_time #=> Time
6543
6607
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6544
6608
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6625,6 +6689,8 @@ module Aws::Redshift
6625
6689
  # resp.cluster.next_maintenance_window_start_time #=> Time
6626
6690
  # resp.cluster.resize_info.resize_type #=> String
6627
6691
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6692
+ # resp.cluster.availability_zone_relocation_status #=> String
6693
+ # resp.cluster.cluster_namespace_arn #=> String
6628
6694
  #
6629
6695
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
6630
6696
  #
@@ -6677,6 +6743,8 @@ module Aws::Redshift
6677
6743
  # resp.cluster.db_name #=> String
6678
6744
  # resp.cluster.endpoint.address #=> String
6679
6745
  # resp.cluster.endpoint.port #=> Integer
6746
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6747
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6680
6748
  # resp.cluster.cluster_create_time #=> Time
6681
6749
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6682
6750
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6763,6 +6831,8 @@ module Aws::Redshift
6763
6831
  # resp.cluster.next_maintenance_window_start_time #=> Time
6764
6832
  # resp.cluster.resize_info.resize_type #=> String
6765
6833
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6834
+ # resp.cluster.availability_zone_relocation_status #=> String
6835
+ # resp.cluster.cluster_namespace_arn #=> String
6766
6836
  #
6767
6837
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
6768
6838
  #
@@ -6824,6 +6894,8 @@ module Aws::Redshift
6824
6894
  # resp.cluster.db_name #=> String
6825
6895
  # resp.cluster.endpoint.address #=> String
6826
6896
  # resp.cluster.endpoint.port #=> Integer
6897
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6898
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6827
6899
  # resp.cluster.cluster_create_time #=> Time
6828
6900
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6829
6901
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6910,6 +6982,8 @@ module Aws::Redshift
6910
6982
  # resp.cluster.next_maintenance_window_start_time #=> Time
6911
6983
  # resp.cluster.resize_info.resize_type #=> String
6912
6984
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6985
+ # resp.cluster.availability_zone_relocation_status #=> String
6986
+ # resp.cluster.cluster_namespace_arn #=> String
6913
6987
  #
6914
6988
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
6915
6989
  #
@@ -7026,6 +7100,7 @@ module Aws::Redshift
7026
7100
  # resp.snapshot.cluster_create_time #=> Time
7027
7101
  # resp.snapshot.master_username #=> String
7028
7102
  # resp.snapshot.cluster_version #=> String
7103
+ # resp.snapshot.engine_full_version #=> String
7029
7104
  # resp.snapshot.snapshot_type #=> String
7030
7105
  # resp.snapshot.node_type #=> String
7031
7106
  # resp.snapshot.number_of_nodes #=> Integer
@@ -7406,6 +7481,8 @@ module Aws::Redshift
7406
7481
  # resp.cluster.db_name #=> String
7407
7482
  # resp.cluster.endpoint.address #=> String
7408
7483
  # resp.cluster.endpoint.port #=> Integer
7484
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7485
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7409
7486
  # resp.cluster.cluster_create_time #=> Time
7410
7487
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7411
7488
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7492,6 +7569,8 @@ module Aws::Redshift
7492
7569
  # resp.cluster.next_maintenance_window_start_time #=> Time
7493
7570
  # resp.cluster.resize_info.resize_type #=> String
7494
7571
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7572
+ # resp.cluster.availability_zone_relocation_status #=> String
7573
+ # resp.cluster.cluster_namespace_arn #=> String
7495
7574
  #
7496
7575
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
7497
7576
  #
@@ -7636,6 +7715,8 @@ module Aws::Redshift
7636
7715
  # resp.cluster.db_name #=> String
7637
7716
  # resp.cluster.endpoint.address #=> String
7638
7717
  # resp.cluster.endpoint.port #=> Integer
7718
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7719
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7639
7720
  # resp.cluster.cluster_create_time #=> Time
7640
7721
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7641
7722
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7722,6 +7803,8 @@ module Aws::Redshift
7722
7803
  # resp.cluster.next_maintenance_window_start_time #=> Time
7723
7804
  # resp.cluster.resize_info.resize_type #=> String
7724
7805
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7806
+ # resp.cluster.availability_zone_relocation_status #=> String
7807
+ # resp.cluster.cluster_namespace_arn #=> String
7725
7808
  #
7726
7809
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
7727
7810
  #
@@ -7829,6 +7912,8 @@ module Aws::Redshift
7829
7912
  # resp.cluster.db_name #=> String
7830
7913
  # resp.cluster.endpoint.address #=> String
7831
7914
  # resp.cluster.endpoint.port #=> Integer
7915
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7916
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7832
7917
  # resp.cluster.cluster_create_time #=> Time
7833
7918
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7834
7919
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7915,6 +8000,8 @@ module Aws::Redshift
7915
8000
  # resp.cluster.next_maintenance_window_start_time #=> Time
7916
8001
  # resp.cluster.resize_info.resize_type #=> String
7917
8002
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8003
+ # resp.cluster.availability_zone_relocation_status #=> String
8004
+ # resp.cluster.cluster_namespace_arn #=> String
7918
8005
  #
7919
8006
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
7920
8007
  #
@@ -8008,6 +8095,8 @@ module Aws::Redshift
8008
8095
  #
8009
8096
  # * ds2.8xlarge
8010
8097
  #
8098
+ # * ra3.xlplus
8099
+ #
8011
8100
  # * ra3.4xlarge
8012
8101
  #
8013
8102
  # * ra3.16xlarge
@@ -8059,6 +8148,8 @@ module Aws::Redshift
8059
8148
  # resp.cluster.db_name #=> String
8060
8149
  # resp.cluster.endpoint.address #=> String
8061
8150
  # resp.cluster.endpoint.port #=> Integer
8151
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8152
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8062
8153
  # resp.cluster.cluster_create_time #=> Time
8063
8154
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8064
8155
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8145,6 +8236,8 @@ module Aws::Redshift
8145
8236
  # resp.cluster.next_maintenance_window_start_time #=> Time
8146
8237
  # resp.cluster.resize_info.resize_type #=> String
8147
8238
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8239
+ # resp.cluster.availability_zone_relocation_status #=> String
8240
+ # resp.cluster.cluster_namespace_arn #=> String
8148
8241
  #
8149
8242
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
8150
8243
  #
@@ -8390,6 +8483,10 @@ module Aws::Redshift
8390
8483
  # @option params [Integer] :number_of_nodes
8391
8484
  # The number of nodes specified when provisioning the restored cluster.
8392
8485
  #
8486
+ # @option params [Boolean] :availability_zone_relocation
8487
+ # The option to enable relocation for an Amazon Redshift cluster between
8488
+ # Availability Zones after the cluster is restored.
8489
+ #
8393
8490
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8394
8491
  #
8395
8492
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -8423,6 +8520,7 @@ module Aws::Redshift
8423
8520
  # maintenance_track_name: "String",
8424
8521
  # snapshot_schedule_identifier: "String",
8425
8522
  # number_of_nodes: 1,
8523
+ # availability_zone_relocation: false,
8426
8524
  # })
8427
8525
  #
8428
8526
  # @example Response structure
@@ -8436,6 +8534,8 @@ module Aws::Redshift
8436
8534
  # resp.cluster.db_name #=> String
8437
8535
  # resp.cluster.endpoint.address #=> String
8438
8536
  # resp.cluster.endpoint.port #=> Integer
8537
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8538
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8439
8539
  # resp.cluster.cluster_create_time #=> Time
8440
8540
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8441
8541
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8522,6 +8622,8 @@ module Aws::Redshift
8522
8622
  # resp.cluster.next_maintenance_window_start_time #=> Time
8523
8623
  # resp.cluster.resize_info.resize_type #=> String
8524
8624
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8625
+ # resp.cluster.availability_zone_relocation_status #=> String
8626
+ # resp.cluster.cluster_namespace_arn #=> String
8525
8627
  #
8526
8628
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
8527
8629
  #
@@ -8645,6 +8747,8 @@ module Aws::Redshift
8645
8747
  # resp.cluster.db_name #=> String
8646
8748
  # resp.cluster.endpoint.address #=> String
8647
8749
  # resp.cluster.endpoint.port #=> Integer
8750
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8751
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8648
8752
  # resp.cluster.cluster_create_time #=> Time
8649
8753
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8650
8754
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8731,6 +8835,8 @@ module Aws::Redshift
8731
8835
  # resp.cluster.next_maintenance_window_start_time #=> Time
8732
8836
  # resp.cluster.resize_info.resize_type #=> String
8733
8837
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8838
+ # resp.cluster.availability_zone_relocation_status #=> String
8839
+ # resp.cluster.cluster_namespace_arn #=> String
8734
8840
  #
8735
8841
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
8736
8842
  #
@@ -8866,6 +8972,7 @@ module Aws::Redshift
8866
8972
  # resp.snapshot.cluster_create_time #=> Time
8867
8973
  # resp.snapshot.master_username #=> String
8868
8974
  # resp.snapshot.cluster_version #=> String
8975
+ # resp.snapshot.engine_full_version #=> String
8869
8976
  # resp.snapshot.snapshot_type #=> String
8870
8977
  # resp.snapshot.node_type #=> String
8871
8978
  # resp.snapshot.number_of_nodes #=> Integer
@@ -8935,6 +9042,8 @@ module Aws::Redshift
8935
9042
  # resp.cluster.db_name #=> String
8936
9043
  # resp.cluster.endpoint.address #=> String
8937
9044
  # resp.cluster.endpoint.port #=> Integer
9045
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
9046
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8938
9047
  # resp.cluster.cluster_create_time #=> Time
8939
9048
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8940
9049
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -9021,6 +9130,8 @@ module Aws::Redshift
9021
9130
  # resp.cluster.next_maintenance_window_start_time #=> Time
9022
9131
  # resp.cluster.resize_info.resize_type #=> String
9023
9132
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
9133
+ # resp.cluster.availability_zone_relocation_status #=> String
9134
+ # resp.cluster.cluster_namespace_arn #=> String
9024
9135
  #
9025
9136
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
9026
9137
  #
@@ -9044,7 +9155,7 @@ module Aws::Redshift
9044
9155
  params: params,
9045
9156
  config: config)
9046
9157
  context[:gem_name] = 'aws-sdk-redshift'
9047
- context[:gem_version] = '1.50.0'
9158
+ context[:gem_version] = '1.55.0'
9048
9159
  Seahorse::Client::Request.new(handlers, context)
9049
9160
  end
9050
9161