aws-sdk-redshift 1.49.0 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-redshift.rb +1 -1
- data/lib/aws-sdk-redshift/client.rb +116 -5
- data/lib/aws-sdk-redshift/client_api.rb +62 -1
- data/lib/aws-sdk-redshift/types.rb +81 -9
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d148b79e5ed81418bf8b517037f973e38bf835858666b6797ca99ca179662839
|
4
|
+
data.tar.gz: 1fb103bde4c3b363f5e11d21ea59dff3b6776678405cb22f9c7cbd8eeda9cb10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7453b216ef8fc71f9c1b4e3c31a63bcb3598bf2410e98628362c5f3eddfef89d1b1358fc2260a8d4b6683491f6ff9912de28f0b6255b454aeb43393551df5d17
|
7
|
+
data.tar.gz: d7cd76b46c44a209db3b4b700768daebf4821099e65d3e3219cd30129faef02fae7f77982e567022c520f4b56c79330c068518f55069bdff93b9cd0bd50a02a1
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -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.
|
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.
|
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.
|
9158
|
+
context[:gem_version] = '1.54.0'
|
9048
9159
|
Seahorse::Client::Request.new(handlers, context)
|
9049
9160
|
end
|
9050
9161
|
|
@@ -438,6 +438,8 @@ module Aws::Redshift
|
|
438
438
|
UsageLimitPeriod = Shapes::StringShape.new(name: 'UsageLimitPeriod')
|
439
439
|
UsageLimits = Shapes::ListShape.new(name: 'UsageLimits')
|
440
440
|
ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
|
441
|
+
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
442
|
+
VpcEndpointsList = Shapes::ListShape.new(name: 'VpcEndpointsList')
|
441
443
|
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
442
444
|
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
443
445
|
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
@@ -579,6 +581,8 @@ module Aws::Redshift
|
|
579
581
|
Cluster.add_member(:expected_next_snapshot_schedule_time_status, Shapes::ShapeRef.new(shape: String, location_name: "ExpectedNextSnapshotScheduleTimeStatus"))
|
580
582
|
Cluster.add_member(:next_maintenance_window_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "NextMaintenanceWindowStartTime"))
|
581
583
|
Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
|
584
|
+
Cluster.add_member(:availability_zone_relocation_status, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneRelocationStatus"))
|
585
|
+
Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
|
582
586
|
Cluster.struct_class = Types::Cluster
|
583
587
|
|
584
588
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
@@ -780,6 +784,7 @@ module Aws::Redshift
|
|
780
784
|
CreateClusterMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
|
781
785
|
CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
|
782
786
|
CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
|
787
|
+
CreateClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
|
783
788
|
CreateClusterMessage.struct_class = Types::CreateClusterMessage
|
784
789
|
|
785
790
|
CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -1204,6 +1209,7 @@ module Aws::Redshift
|
|
1204
1209
|
|
1205
1210
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
|
1206
1211
|
Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
1212
|
+
Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: VpcEndpointsList, location_name: "VpcEndpoints"))
|
1207
1213
|
Endpoint.struct_class = Types::Endpoint
|
1208
1214
|
|
1209
1215
|
Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
@@ -1455,6 +1461,9 @@ module Aws::Redshift
|
|
1455
1461
|
ModifyClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
|
1456
1462
|
ModifyClusterMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
|
1457
1463
|
ModifyClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1464
|
+
ModifyClusterMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
|
1465
|
+
ModifyClusterMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1466
|
+
ModifyClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1458
1467
|
ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
|
1459
1468
|
|
1460
1469
|
ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -1670,7 +1679,7 @@ module Aws::Redshift
|
|
1670
1679
|
ResizeClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1671
1680
|
ResizeClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
|
1672
1681
|
ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
|
1673
|
-
ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape:
|
1682
|
+
ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
|
1674
1683
|
ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
|
1675
1684
|
ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
|
1676
1685
|
|
@@ -1731,6 +1740,7 @@ module Aws::Redshift
|
|
1731
1740
|
RestoreFromClusterSnapshotMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
|
1732
1741
|
RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
|
1733
1742
|
RestoreFromClusterSnapshotMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
|
1743
|
+
RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
|
1734
1744
|
RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
|
1735
1745
|
|
1736
1746
|
RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
@@ -1852,6 +1862,7 @@ module Aws::Redshift
|
|
1852
1862
|
Snapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
1853
1863
|
Snapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
1854
1864
|
Snapshot.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
|
1865
|
+
Snapshot.add_member(:engine_full_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineFullVersion"))
|
1855
1866
|
Snapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
1856
1867
|
Snapshot.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
|
1857
1868
|
Snapshot.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
|
@@ -2065,6 +2076,11 @@ module Aws::Redshift
|
|
2065
2076
|
|
2066
2077
|
ValueStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
2067
2078
|
|
2079
|
+
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
|
2080
|
+
VpcEndpoint.struct_class = Types::VpcEndpoint
|
2081
|
+
|
2082
|
+
VpcEndpointsList.member = Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint")
|
2083
|
+
|
2068
2084
|
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
2069
2085
|
|
2070
2086
|
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
|
@@ -2342,6 +2358,7 @@ module Aws::Redshift
|
|
2342
2358
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleQuotaExceededFault)
|
2343
2359
|
o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
|
2344
2360
|
o.errors << Shapes::ShapeRef.new(shape: ScheduleDefinitionTypeUnsupportedFault)
|
2361
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
2345
2362
|
end)
|
2346
2363
|
|
2347
2364
|
api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2353,6 +2370,7 @@ module Aws::Redshift
|
|
2353
2370
|
o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
|
2354
2371
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2355
2372
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
2373
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2356
2374
|
end)
|
2357
2375
|
|
2358
2376
|
api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2520,6 +2538,12 @@ module Aws::Redshift
|
|
2520
2538
|
o.output = Shapes::ShapeRef.new(shape: ClusterDbRevisionsMessage)
|
2521
2539
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2522
2540
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
2541
|
+
o[:pager] = Aws::Pager.new(
|
2542
|
+
limit_key: "max_records",
|
2543
|
+
tokens: {
|
2544
|
+
"marker" => "marker"
|
2545
|
+
}
|
2546
|
+
)
|
2523
2547
|
end)
|
2524
2548
|
|
2525
2549
|
api.add_operation(:describe_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2610,6 +2634,12 @@ module Aws::Redshift
|
|
2610
2634
|
o.output = Shapes::ShapeRef.new(shape: TrackListMessage)
|
2611
2635
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
|
2612
2636
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
2637
|
+
o[:pager] = Aws::Pager.new(
|
2638
|
+
limit_key: "max_records",
|
2639
|
+
tokens: {
|
2640
|
+
"marker" => "marker"
|
2641
|
+
}
|
2642
|
+
)
|
2613
2643
|
end)
|
2614
2644
|
|
2615
2645
|
api.add_operation(:describe_cluster_versions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2834,6 +2864,12 @@ module Aws::Redshift
|
|
2834
2864
|
o.output = Shapes::ShapeRef.new(shape: SnapshotCopyGrantMessage)
|
2835
2865
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyGrantNotFoundFault)
|
2836
2866
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
2867
|
+
o[:pager] = Aws::Pager.new(
|
2868
|
+
limit_key: "max_records",
|
2869
|
+
tokens: {
|
2870
|
+
"marker" => "marker"
|
2871
|
+
}
|
2872
|
+
)
|
2837
2873
|
end)
|
2838
2874
|
|
2839
2875
|
api.add_operation(:describe_snapshot_schedules, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2842,6 +2878,12 @@ module Aws::Redshift
|
|
2842
2878
|
o.http_request_uri = "/"
|
2843
2879
|
o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesMessage)
|
2844
2880
|
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesOutputMessage)
|
2881
|
+
o[:pager] = Aws::Pager.new(
|
2882
|
+
limit_key: "max_records",
|
2883
|
+
tokens: {
|
2884
|
+
"marker" => "marker"
|
2885
|
+
}
|
2886
|
+
)
|
2845
2887
|
end)
|
2846
2888
|
|
2847
2889
|
api.add_operation(:describe_storage, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2860,6 +2902,12 @@ module Aws::Redshift
|
|
2860
2902
|
o.output = Shapes::ShapeRef.new(shape: TableRestoreStatusMessage)
|
2861
2903
|
o.errors << Shapes::ShapeRef.new(shape: TableRestoreNotFoundFault)
|
2862
2904
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2905
|
+
o[:pager] = Aws::Pager.new(
|
2906
|
+
limit_key: "max_records",
|
2907
|
+
tokens: {
|
2908
|
+
"marker" => "marker"
|
2909
|
+
}
|
2910
|
+
)
|
2863
2911
|
end)
|
2864
2912
|
|
2865
2913
|
api.add_operation(:describe_tags, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2870,6 +2918,12 @@ module Aws::Redshift
|
|
2870
2918
|
o.output = Shapes::ShapeRef.new(shape: TaggedResourceListMessage)
|
2871
2919
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2872
2920
|
o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
|
2921
|
+
o[:pager] = Aws::Pager.new(
|
2922
|
+
limit_key: "max_records",
|
2923
|
+
tokens: {
|
2924
|
+
"marker" => "marker"
|
2925
|
+
}
|
2926
|
+
)
|
2873
2927
|
end)
|
2874
2928
|
|
2875
2929
|
api.add_operation(:describe_usage_limits, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2964,6 +3018,12 @@ module Aws::Redshift
|
|
2964
3018
|
o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
|
2965
3019
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2966
3020
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
|
3021
|
+
o[:pager] = Aws::Pager.new(
|
3022
|
+
limit_key: "max_records",
|
3023
|
+
tokens: {
|
3024
|
+
"marker" => "marker"
|
3025
|
+
}
|
3026
|
+
)
|
2967
3027
|
end)
|
2968
3028
|
|
2969
3029
|
api.add_operation(:modify_cluster, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3250,6 +3310,7 @@ module Aws::Redshift
|
|
3250
3310
|
o.output = Shapes::ShapeRef.new(shape: ResumeClusterResult)
|
3251
3311
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3252
3312
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3313
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
|
3253
3314
|
end)
|
3254
3315
|
|
3255
3316
|
api.add_operation(:revoke_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
@@ -705,6 +705,14 @@ module Aws::Redshift
|
|
705
705
|
# * ResizeType: Returns ClassicResize
|
706
706
|
# @return [Types::ResizeInfo]
|
707
707
|
#
|
708
|
+
# @!attribute [rw] availability_zone_relocation_status
|
709
|
+
# Describes the status of the Availability Zone relocation operation.
|
710
|
+
# @return [String]
|
711
|
+
#
|
712
|
+
# @!attribute [rw] cluster_namespace_arn
|
713
|
+
# The namespace Amazon Resource Name (ARN) of the cluster.
|
714
|
+
# @return [String]
|
715
|
+
#
|
708
716
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
|
709
717
|
#
|
710
718
|
class Cluster < Struct.new(
|
@@ -753,7 +761,9 @@ module Aws::Redshift
|
|
753
761
|
:expected_next_snapshot_schedule_time,
|
754
762
|
:expected_next_snapshot_schedule_time_status,
|
755
763
|
:next_maintenance_window_start_time,
|
756
|
-
:resize_info
|
764
|
+
:resize_info,
|
765
|
+
:availability_zone_relocation_status,
|
766
|
+
:cluster_namespace_arn)
|
757
767
|
SENSITIVE = []
|
758
768
|
include Aws::Structure
|
759
769
|
end
|
@@ -1616,6 +1626,7 @@ module Aws::Redshift
|
|
1616
1626
|
# iam_roles: ["String"],
|
1617
1627
|
# maintenance_track_name: "String",
|
1618
1628
|
# snapshot_schedule_identifier: "String",
|
1629
|
+
# availability_zone_relocation: false,
|
1619
1630
|
# }
|
1620
1631
|
#
|
1621
1632
|
# @!attribute [rw] db_name
|
@@ -1684,8 +1695,8 @@ module Aws::Redshift
|
|
1684
1695
|
# Redshift Cluster Management Guide*.
|
1685
1696
|
#
|
1686
1697
|
# Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
|
1687
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.
|
1688
|
-
# `ra3.16xlarge`
|
1698
|
+
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
1699
|
+
# `ra3.4xlarge` \| `ra3.16xlarge`
|
1689
1700
|
#
|
1690
1701
|
#
|
1691
1702
|
#
|
@@ -1969,6 +1980,11 @@ module Aws::Redshift
|
|
1969
1980
|
# A unique identifier for the snapshot schedule.
|
1970
1981
|
# @return [String]
|
1971
1982
|
#
|
1983
|
+
# @!attribute [rw] availability_zone_relocation
|
1984
|
+
# The option to enable relocation for an Amazon Redshift cluster
|
1985
|
+
# between Availability Zones after the cluster is created.
|
1986
|
+
# @return [Boolean]
|
1987
|
+
#
|
1972
1988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
|
1973
1989
|
#
|
1974
1990
|
class CreateClusterMessage < Struct.new(
|
@@ -2001,7 +2017,8 @@ module Aws::Redshift
|
|
2001
2017
|
:additional_info,
|
2002
2018
|
:iam_roles,
|
2003
2019
|
:maintenance_track_name,
|
2004
|
-
:snapshot_schedule_identifier
|
2020
|
+
:snapshot_schedule_identifier,
|
2021
|
+
:availability_zone_relocation)
|
2005
2022
|
SENSITIVE = []
|
2006
2023
|
include Aws::Structure
|
2007
2024
|
end
|
@@ -5436,11 +5453,16 @@ module Aws::Redshift
|
|
5436
5453
|
# The port that the database engine is listening on.
|
5437
5454
|
# @return [Integer]
|
5438
5455
|
#
|
5456
|
+
# @!attribute [rw] vpc_endpoints
|
5457
|
+
# Describes a connection endpoint.
|
5458
|
+
# @return [Array<Types::VpcEndpoint>]
|
5459
|
+
#
|
5439
5460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
|
5440
5461
|
#
|
5441
5462
|
class Endpoint < Struct.new(
|
5442
5463
|
:address,
|
5443
|
-
:port
|
5464
|
+
:port,
|
5465
|
+
:vpc_endpoints)
|
5444
5466
|
SENSITIVE = []
|
5445
5467
|
include Aws::Structure
|
5446
5468
|
end
|
@@ -6564,6 +6586,9 @@ module Aws::Redshift
|
|
6564
6586
|
# maintenance_track_name: "String",
|
6565
6587
|
# encrypted: false,
|
6566
6588
|
# kms_key_id: "String",
|
6589
|
+
# availability_zone_relocation: false,
|
6590
|
+
# availability_zone: "String",
|
6591
|
+
# port: 1,
|
6567
6592
|
# }
|
6568
6593
|
#
|
6569
6594
|
# @!attribute [rw] cluster_identifier
|
@@ -6594,8 +6619,8 @@ module Aws::Redshift
|
|
6594
6619
|
# Management Guide*.
|
6595
6620
|
#
|
6596
6621
|
# Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
|
6597
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.
|
6598
|
-
# `ra3.16xlarge`
|
6622
|
+
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
6623
|
+
# `ra3.4xlarge` \| `ra3.16xlarge`
|
6599
6624
|
#
|
6600
6625
|
#
|
6601
6626
|
#
|
@@ -6838,6 +6863,21 @@ module Aws::Redshift
|
|
6838
6863
|
# that you want to use to encrypt data in the cluster.
|
6839
6864
|
# @return [String]
|
6840
6865
|
#
|
6866
|
+
# @!attribute [rw] availability_zone_relocation
|
6867
|
+
# The option to enable relocation for an Amazon Redshift cluster
|
6868
|
+
# between Availability Zones after the cluster modification is
|
6869
|
+
# complete.
|
6870
|
+
# @return [Boolean]
|
6871
|
+
#
|
6872
|
+
# @!attribute [rw] availability_zone
|
6873
|
+
# The option to initiate relocation for an Amazon Redshift cluster to
|
6874
|
+
# the target Availability Zone.
|
6875
|
+
# @return [String]
|
6876
|
+
#
|
6877
|
+
# @!attribute [rw] port
|
6878
|
+
# The option to change the port of an Amazon Redshift cluster.
|
6879
|
+
# @return [Integer]
|
6880
|
+
#
|
6841
6881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
|
6842
6882
|
#
|
6843
6883
|
class ModifyClusterMessage < Struct.new(
|
@@ -6862,7 +6902,10 @@ module Aws::Redshift
|
|
6862
6902
|
:enhanced_vpc_routing,
|
6863
6903
|
:maintenance_track_name,
|
6864
6904
|
:encrypted,
|
6865
|
-
:kms_key_id
|
6905
|
+
:kms_key_id,
|
6906
|
+
:availability_zone_relocation,
|
6907
|
+
:availability_zone,
|
6908
|
+
:port)
|
6866
6909
|
SENSITIVE = []
|
6867
6910
|
include Aws::Structure
|
6868
6911
|
end
|
@@ -8342,6 +8385,7 @@ module Aws::Redshift
|
|
8342
8385
|
# maintenance_track_name: "String",
|
8343
8386
|
# snapshot_schedule_identifier: "String",
|
8344
8387
|
# number_of_nodes: 1,
|
8388
|
+
# availability_zone_relocation: false,
|
8345
8389
|
# }
|
8346
8390
|
#
|
8347
8391
|
# @!attribute [rw] cluster_identifier
|
@@ -8586,6 +8630,11 @@ module Aws::Redshift
|
|
8586
8630
|
# cluster.
|
8587
8631
|
# @return [Integer]
|
8588
8632
|
#
|
8633
|
+
# @!attribute [rw] availability_zone_relocation
|
8634
|
+
# The option to enable relocation for an Amazon Redshift cluster
|
8635
|
+
# between Availability Zones after the cluster is restored.
|
8636
|
+
# @return [Boolean]
|
8637
|
+
#
|
8589
8638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
|
8590
8639
|
#
|
8591
8640
|
class RestoreFromClusterSnapshotMessage < Struct.new(
|
@@ -8614,7 +8663,8 @@ module Aws::Redshift
|
|
8614
8663
|
:iam_roles,
|
8615
8664
|
:maintenance_track_name,
|
8616
8665
|
:snapshot_schedule_identifier,
|
8617
|
-
:number_of_nodes
|
8666
|
+
:number_of_nodes,
|
8667
|
+
:availability_zone_relocation)
|
8618
8668
|
SENSITIVE = []
|
8619
8669
|
include Aws::Structure
|
8620
8670
|
end
|
@@ -9248,6 +9298,11 @@ module Aws::Redshift
|
|
9248
9298
|
# cluster.
|
9249
9299
|
# @return [String]
|
9250
9300
|
#
|
9301
|
+
# @!attribute [rw] engine_full_version
|
9302
|
+
# The cluster version of the cluster used to create the snapshot. For
|
9303
|
+
# example, 1.0.15503.
|
9304
|
+
# @return [String]
|
9305
|
+
#
|
9251
9306
|
# @!attribute [rw] snapshot_type
|
9252
9307
|
# The snapshot type. Snapshots created using CreateClusterSnapshot and
|
9253
9308
|
# CopyClusterSnapshot are of type "manual".
|
@@ -9391,6 +9446,7 @@ module Aws::Redshift
|
|
9391
9446
|
:cluster_create_time,
|
9392
9447
|
:master_username,
|
9393
9448
|
:cluster_version,
|
9449
|
+
:engine_full_version,
|
9394
9450
|
:snapshot_type,
|
9395
9451
|
:node_type,
|
9396
9452
|
:number_of_nodes,
|
@@ -10165,6 +10221,22 @@ module Aws::Redshift
|
|
10165
10221
|
#
|
10166
10222
|
class UsageLimitNotFoundFault < Aws::EmptyStructure; end
|
10167
10223
|
|
10224
|
+
# The connection endpoint for connecting an Amazon Redshift cluster
|
10225
|
+
# through the proxy.
|
10226
|
+
#
|
10227
|
+
# @!attribute [rw] vpc_endpoint_id
|
10228
|
+
# The connection endpoint ID for connecting an Amazon Redshift cluster
|
10229
|
+
# through the proxy.
|
10230
|
+
# @return [String]
|
10231
|
+
#
|
10232
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/VpcEndpoint AWS API Documentation
|
10233
|
+
#
|
10234
|
+
class VpcEndpoint < Struct.new(
|
10235
|
+
:vpc_endpoint_id)
|
10236
|
+
SENSITIVE = []
|
10237
|
+
include Aws::Structure
|
10238
|
+
end
|
10239
|
+
|
10168
10240
|
# Describes the members of a VPC security group.
|
10169
10241
|
#
|
10170
10242
|
# @!attribute [rw] vpc_security_group_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.54.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|