aws-sdk-redshift 1.51.0 → 1.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a4a31227133698066deb1c423ebcba10a028541327ab45cfdda943cd29a61cb
4
- data.tar.gz: 9a6b91962043fda4c8555dd94ffba9bd71c468c95011e2104489c2c9adc91848
3
+ metadata.gz: 5fa0c9f3e094dd4ce42a4a9f7cf8416c9032fd7561640b46a2407624dbdcc703
4
+ data.tar.gz: c882208277d977bcf38375565395b87df417ff9b7f348970df044bcc669a42c2
5
5
  SHA512:
6
- metadata.gz: ad256bdaeda3c5da023e9cc9f55742e94b126f54bf90aa0f59b44355e5b9a0c0f1525f930a1f7c2607a76802b2f4955cb109290d646b1c7438a2bb4833f5bfdc
7
- data.tar.gz: d7028ca2376d798607b3652dace85f2366a226c2fe3c942fccc36e3f23ae8ed4becbcd405ac0ee5b7b99ba3762645a17533d1b84b31962ac44eb11e5ff258a06
6
+ metadata.gz: 118f19c889e9ffac0ea99ca146d16021e24712ae47e776b20f31c7aab756af81569bb76b7e3ad7b447ab4447c485724210ddaa25bae9bb90d61f00aea2dcd3e8
7
+ data.tar.gz: a1ba4cb78012a8375c322057d03a84f9da58d07c8fb702ba1a6ccec2233c3d077e0e041a03cf54506cfa075e776481258daf557612d2b4806c2d0c73e4d61ef9
@@ -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.52.0'
53
53
 
54
54
  end
@@ -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,7 @@ 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
1307
1317
  # resp.cluster.cluster_namespace_arn #=> String
1308
1318
  #
1309
1319
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
@@ -1553,6 +1563,7 @@ module Aws::Redshift
1553
1563
  # resp.snapshot.cluster_create_time #=> Time
1554
1564
  # resp.snapshot.master_username #=> String
1555
1565
  # resp.snapshot.cluster_version #=> String
1566
+ # resp.snapshot.engine_full_version #=> String
1556
1567
  # resp.snapshot.snapshot_type #=> String
1557
1568
  # resp.snapshot.node_type #=> String
1558
1569
  # resp.snapshot.number_of_nodes #=> Integer
@@ -2410,6 +2421,8 @@ module Aws::Redshift
2410
2421
  # resp.cluster.db_name #=> String
2411
2422
  # resp.cluster.endpoint.address #=> String
2412
2423
  # resp.cluster.endpoint.port #=> Integer
2424
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
2425
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
2413
2426
  # resp.cluster.cluster_create_time #=> Time
2414
2427
  # resp.cluster.automated_snapshot_retention_period #=> Integer
2415
2428
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -2496,6 +2509,7 @@ module Aws::Redshift
2496
2509
  # resp.cluster.next_maintenance_window_start_time #=> Time
2497
2510
  # resp.cluster.resize_info.resize_type #=> String
2498
2511
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
2512
+ # resp.cluster.availability_zone_relocation_status #=> String
2499
2513
  # resp.cluster.cluster_namespace_arn #=> String
2500
2514
  #
2501
2515
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
@@ -2622,6 +2636,7 @@ module Aws::Redshift
2622
2636
  # resp.snapshot.cluster_create_time #=> Time
2623
2637
  # resp.snapshot.master_username #=> String
2624
2638
  # resp.snapshot.cluster_version #=> String
2639
+ # resp.snapshot.engine_full_version #=> String
2625
2640
  # resp.snapshot.snapshot_type #=> String
2626
2641
  # resp.snapshot.node_type #=> String
2627
2642
  # resp.snapshot.number_of_nodes #=> Integer
@@ -3442,6 +3457,7 @@ module Aws::Redshift
3442
3457
  # resp.snapshots[0].cluster_create_time #=> Time
3443
3458
  # resp.snapshots[0].master_username #=> String
3444
3459
  # resp.snapshots[0].cluster_version #=> String
3460
+ # resp.snapshots[0].engine_full_version #=> String
3445
3461
  # resp.snapshots[0].snapshot_type #=> String
3446
3462
  # resp.snapshots[0].node_type #=> String
3447
3463
  # resp.snapshots[0].number_of_nodes #=> Integer
@@ -3815,6 +3831,8 @@ module Aws::Redshift
3815
3831
  # resp.clusters[0].db_name #=> String
3816
3832
  # resp.clusters[0].endpoint.address #=> String
3817
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
3818
3836
  # resp.clusters[0].cluster_create_time #=> Time
3819
3837
  # resp.clusters[0].automated_snapshot_retention_period #=> Integer
3820
3838
  # resp.clusters[0].manual_snapshot_retention_period #=> Integer
@@ -3901,6 +3919,7 @@ module Aws::Redshift
3901
3919
  # resp.clusters[0].next_maintenance_window_start_time #=> Time
3902
3920
  # resp.clusters[0].resize_info.resize_type #=> String
3903
3921
  # resp.clusters[0].resize_info.allow_cancel_resize #=> Boolean
3922
+ # resp.clusters[0].availability_zone_relocation_status #=> String
3904
3923
  # resp.clusters[0].cluster_namespace_arn #=> String
3905
3924
  #
3906
3925
  #
@@ -5571,6 +5590,8 @@ module Aws::Redshift
5571
5590
  # resp.cluster.db_name #=> String
5572
5591
  # resp.cluster.endpoint.address #=> String
5573
5592
  # resp.cluster.endpoint.port #=> Integer
5593
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5594
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5574
5595
  # resp.cluster.cluster_create_time #=> Time
5575
5596
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5576
5597
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5657,6 +5678,7 @@ module Aws::Redshift
5657
5678
  # resp.cluster.next_maintenance_window_start_time #=> Time
5658
5679
  # resp.cluster.resize_info.resize_type #=> String
5659
5680
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5681
+ # resp.cluster.availability_zone_relocation_status #=> String
5660
5682
  # resp.cluster.cluster_namespace_arn #=> String
5661
5683
  #
5662
5684
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
@@ -5806,6 +5828,8 @@ module Aws::Redshift
5806
5828
  # resp.cluster.db_name #=> String
5807
5829
  # resp.cluster.endpoint.address #=> String
5808
5830
  # resp.cluster.endpoint.port #=> Integer
5831
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
5832
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
5809
5833
  # resp.cluster.cluster_create_time #=> Time
5810
5834
  # resp.cluster.automated_snapshot_retention_period #=> Integer
5811
5835
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -5892,6 +5916,7 @@ module Aws::Redshift
5892
5916
  # resp.cluster.next_maintenance_window_start_time #=> Time
5893
5917
  # resp.cluster.resize_info.resize_type #=> String
5894
5918
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5919
+ # resp.cluster.availability_zone_relocation_status #=> String
5895
5920
  # resp.cluster.cluster_namespace_arn #=> String
5896
5921
  #
5897
5922
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
@@ -6163,8 +6188,8 @@ module Aws::Redshift
6163
6188
  # Guide*.
6164
6189
  #
6165
6190
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6166
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6167
- # `ra3.16xlarge`
6191
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6192
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6168
6193
  #
6169
6194
  #
6170
6195
  #
@@ -6385,6 +6410,17 @@ module Aws::Redshift
6385
6410
  # The AWS Key Management Service (KMS) key ID of the encryption key that
6386
6411
  # you want to use to encrypt data in the cluster.
6387
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
+ #
6388
6424
  # @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6389
6425
  #
6390
6426
  # * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
@@ -6414,6 +6450,9 @@ module Aws::Redshift
6414
6450
  # maintenance_track_name: "String",
6415
6451
  # encrypted: false,
6416
6452
  # kms_key_id: "String",
6453
+ # availability_zone_relocation: false,
6454
+ # availability_zone: "String",
6455
+ # port: 1,
6417
6456
  # })
6418
6457
  #
6419
6458
  # @example Response structure
@@ -6427,6 +6466,8 @@ module Aws::Redshift
6427
6466
  # resp.cluster.db_name #=> String
6428
6467
  # resp.cluster.endpoint.address #=> String
6429
6468
  # resp.cluster.endpoint.port #=> Integer
6469
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6470
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6430
6471
  # resp.cluster.cluster_create_time #=> Time
6431
6472
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6432
6473
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6513,6 +6554,7 @@ module Aws::Redshift
6513
6554
  # resp.cluster.next_maintenance_window_start_time #=> Time
6514
6555
  # resp.cluster.resize_info.resize_type #=> String
6515
6556
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6557
+ # resp.cluster.availability_zone_relocation_status #=> String
6516
6558
  # resp.cluster.cluster_namespace_arn #=> String
6517
6559
  #
6518
6560
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
@@ -6559,6 +6601,8 @@ module Aws::Redshift
6559
6601
  # resp.cluster.db_name #=> String
6560
6602
  # resp.cluster.endpoint.address #=> String
6561
6603
  # resp.cluster.endpoint.port #=> Integer
6604
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6605
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6562
6606
  # resp.cluster.cluster_create_time #=> Time
6563
6607
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6564
6608
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6645,6 +6689,7 @@ module Aws::Redshift
6645
6689
  # resp.cluster.next_maintenance_window_start_time #=> Time
6646
6690
  # resp.cluster.resize_info.resize_type #=> String
6647
6691
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6692
+ # resp.cluster.availability_zone_relocation_status #=> String
6648
6693
  # resp.cluster.cluster_namespace_arn #=> String
6649
6694
  #
6650
6695
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
@@ -6698,6 +6743,8 @@ module Aws::Redshift
6698
6743
  # resp.cluster.db_name #=> String
6699
6744
  # resp.cluster.endpoint.address #=> String
6700
6745
  # resp.cluster.endpoint.port #=> Integer
6746
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6747
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6701
6748
  # resp.cluster.cluster_create_time #=> Time
6702
6749
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6703
6750
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6784,6 +6831,7 @@ module Aws::Redshift
6784
6831
  # resp.cluster.next_maintenance_window_start_time #=> Time
6785
6832
  # resp.cluster.resize_info.resize_type #=> String
6786
6833
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6834
+ # resp.cluster.availability_zone_relocation_status #=> String
6787
6835
  # resp.cluster.cluster_namespace_arn #=> String
6788
6836
  #
6789
6837
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
@@ -6846,6 +6894,8 @@ module Aws::Redshift
6846
6894
  # resp.cluster.db_name #=> String
6847
6895
  # resp.cluster.endpoint.address #=> String
6848
6896
  # resp.cluster.endpoint.port #=> Integer
6897
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
6898
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
6849
6899
  # resp.cluster.cluster_create_time #=> Time
6850
6900
  # resp.cluster.automated_snapshot_retention_period #=> Integer
6851
6901
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -6932,6 +6982,7 @@ module Aws::Redshift
6932
6982
  # resp.cluster.next_maintenance_window_start_time #=> Time
6933
6983
  # resp.cluster.resize_info.resize_type #=> String
6934
6984
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6985
+ # resp.cluster.availability_zone_relocation_status #=> String
6935
6986
  # resp.cluster.cluster_namespace_arn #=> String
6936
6987
  #
6937
6988
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
@@ -7049,6 +7100,7 @@ module Aws::Redshift
7049
7100
  # resp.snapshot.cluster_create_time #=> Time
7050
7101
  # resp.snapshot.master_username #=> String
7051
7102
  # resp.snapshot.cluster_version #=> String
7103
+ # resp.snapshot.engine_full_version #=> String
7052
7104
  # resp.snapshot.snapshot_type #=> String
7053
7105
  # resp.snapshot.node_type #=> String
7054
7106
  # resp.snapshot.number_of_nodes #=> Integer
@@ -7429,6 +7481,8 @@ module Aws::Redshift
7429
7481
  # resp.cluster.db_name #=> String
7430
7482
  # resp.cluster.endpoint.address #=> String
7431
7483
  # resp.cluster.endpoint.port #=> Integer
7484
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7485
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7432
7486
  # resp.cluster.cluster_create_time #=> Time
7433
7487
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7434
7488
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7515,6 +7569,7 @@ module Aws::Redshift
7515
7569
  # resp.cluster.next_maintenance_window_start_time #=> Time
7516
7570
  # resp.cluster.resize_info.resize_type #=> String
7517
7571
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7572
+ # resp.cluster.availability_zone_relocation_status #=> String
7518
7573
  # resp.cluster.cluster_namespace_arn #=> String
7519
7574
  #
7520
7575
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
@@ -7660,6 +7715,8 @@ module Aws::Redshift
7660
7715
  # resp.cluster.db_name #=> String
7661
7716
  # resp.cluster.endpoint.address #=> String
7662
7717
  # resp.cluster.endpoint.port #=> Integer
7718
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7719
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7663
7720
  # resp.cluster.cluster_create_time #=> Time
7664
7721
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7665
7722
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7746,6 +7803,7 @@ module Aws::Redshift
7746
7803
  # resp.cluster.next_maintenance_window_start_time #=> Time
7747
7804
  # resp.cluster.resize_info.resize_type #=> String
7748
7805
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
7806
+ # resp.cluster.availability_zone_relocation_status #=> String
7749
7807
  # resp.cluster.cluster_namespace_arn #=> String
7750
7808
  #
7751
7809
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
@@ -7854,6 +7912,8 @@ module Aws::Redshift
7854
7912
  # resp.cluster.db_name #=> String
7855
7913
  # resp.cluster.endpoint.address #=> String
7856
7914
  # resp.cluster.endpoint.port #=> Integer
7915
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
7916
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
7857
7917
  # resp.cluster.cluster_create_time #=> Time
7858
7918
  # resp.cluster.automated_snapshot_retention_period #=> Integer
7859
7919
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -7940,6 +8000,7 @@ module Aws::Redshift
7940
8000
  # resp.cluster.next_maintenance_window_start_time #=> Time
7941
8001
  # resp.cluster.resize_info.resize_type #=> String
7942
8002
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8003
+ # resp.cluster.availability_zone_relocation_status #=> String
7943
8004
  # resp.cluster.cluster_namespace_arn #=> String
7944
8005
  #
7945
8006
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
@@ -8034,6 +8095,8 @@ module Aws::Redshift
8034
8095
  #
8035
8096
  # * ds2.8xlarge
8036
8097
  #
8098
+ # * ra3.xlplus
8099
+ #
8037
8100
  # * ra3.4xlarge
8038
8101
  #
8039
8102
  # * ra3.16xlarge
@@ -8085,6 +8148,8 @@ module Aws::Redshift
8085
8148
  # resp.cluster.db_name #=> String
8086
8149
  # resp.cluster.endpoint.address #=> String
8087
8150
  # resp.cluster.endpoint.port #=> Integer
8151
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8152
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8088
8153
  # resp.cluster.cluster_create_time #=> Time
8089
8154
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8090
8155
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8171,6 +8236,7 @@ module Aws::Redshift
8171
8236
  # resp.cluster.next_maintenance_window_start_time #=> Time
8172
8237
  # resp.cluster.resize_info.resize_type #=> String
8173
8238
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8239
+ # resp.cluster.availability_zone_relocation_status #=> String
8174
8240
  # resp.cluster.cluster_namespace_arn #=> String
8175
8241
  #
8176
8242
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
@@ -8417,6 +8483,10 @@ module Aws::Redshift
8417
8483
  # @option params [Integer] :number_of_nodes
8418
8484
  # The number of nodes specified when provisioning the restored cluster.
8419
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
+ #
8420
8490
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8421
8491
  #
8422
8492
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -8450,6 +8520,7 @@ module Aws::Redshift
8450
8520
  # maintenance_track_name: "String",
8451
8521
  # snapshot_schedule_identifier: "String",
8452
8522
  # number_of_nodes: 1,
8523
+ # availability_zone_relocation: false,
8453
8524
  # })
8454
8525
  #
8455
8526
  # @example Response structure
@@ -8463,6 +8534,8 @@ module Aws::Redshift
8463
8534
  # resp.cluster.db_name #=> String
8464
8535
  # resp.cluster.endpoint.address #=> String
8465
8536
  # resp.cluster.endpoint.port #=> Integer
8537
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8538
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8466
8539
  # resp.cluster.cluster_create_time #=> Time
8467
8540
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8468
8541
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8549,6 +8622,7 @@ module Aws::Redshift
8549
8622
  # resp.cluster.next_maintenance_window_start_time #=> Time
8550
8623
  # resp.cluster.resize_info.resize_type #=> String
8551
8624
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8625
+ # resp.cluster.availability_zone_relocation_status #=> String
8552
8626
  # resp.cluster.cluster_namespace_arn #=> String
8553
8627
  #
8554
8628
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
@@ -8673,6 +8747,8 @@ module Aws::Redshift
8673
8747
  # resp.cluster.db_name #=> String
8674
8748
  # resp.cluster.endpoint.address #=> String
8675
8749
  # resp.cluster.endpoint.port #=> Integer
8750
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
8751
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8676
8752
  # resp.cluster.cluster_create_time #=> Time
8677
8753
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8678
8754
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -8759,6 +8835,7 @@ module Aws::Redshift
8759
8835
  # resp.cluster.next_maintenance_window_start_time #=> Time
8760
8836
  # resp.cluster.resize_info.resize_type #=> String
8761
8837
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
8838
+ # resp.cluster.availability_zone_relocation_status #=> String
8762
8839
  # resp.cluster.cluster_namespace_arn #=> String
8763
8840
  #
8764
8841
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
@@ -8895,6 +8972,7 @@ module Aws::Redshift
8895
8972
  # resp.snapshot.cluster_create_time #=> Time
8896
8973
  # resp.snapshot.master_username #=> String
8897
8974
  # resp.snapshot.cluster_version #=> String
8975
+ # resp.snapshot.engine_full_version #=> String
8898
8976
  # resp.snapshot.snapshot_type #=> String
8899
8977
  # resp.snapshot.node_type #=> String
8900
8978
  # resp.snapshot.number_of_nodes #=> Integer
@@ -8964,6 +9042,8 @@ module Aws::Redshift
8964
9042
  # resp.cluster.db_name #=> String
8965
9043
  # resp.cluster.endpoint.address #=> String
8966
9044
  # resp.cluster.endpoint.port #=> Integer
9045
+ # resp.cluster.endpoint.vpc_endpoints #=> Array
9046
+ # resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
8967
9047
  # resp.cluster.cluster_create_time #=> Time
8968
9048
  # resp.cluster.automated_snapshot_retention_period #=> Integer
8969
9049
  # resp.cluster.manual_snapshot_retention_period #=> Integer
@@ -9050,6 +9130,7 @@ module Aws::Redshift
9050
9130
  # resp.cluster.next_maintenance_window_start_time #=> Time
9051
9131
  # resp.cluster.resize_info.resize_type #=> String
9052
9132
  # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
9133
+ # resp.cluster.availability_zone_relocation_status #=> String
9053
9134
  # resp.cluster.cluster_namespace_arn #=> String
9054
9135
  #
9055
9136
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
@@ -9074,7 +9155,7 @@ module Aws::Redshift
9074
9155
  params: params,
9075
9156
  config: config)
9076
9157
  context[:gem_name] = 'aws-sdk-redshift'
9077
- context[:gem_version] = '1.51.0'
9158
+ context[:gem_version] = '1.52.0'
9078
9159
  Seahorse::Client::Request.new(handlers, context)
9079
9160
  end
9080
9161
 
@@ -392,6 +392,8 @@ module Aws::Redshift
392
392
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
393
393
  SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
394
394
  SourceType = Shapes::StringShape.new(name: 'SourceType')
395
+ SpartaProxyVpcEndpoint = Shapes::StructureShape.new(name: 'SpartaProxyVpcEndpoint')
396
+ SpartaProxyVpcEndpointList = Shapes::ListShape.new(name: 'SpartaProxyVpcEndpointList')
395
397
  String = Shapes::StringShape.new(name: 'String')
396
398
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
397
399
  SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
@@ -579,6 +581,7 @@ 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"))
582
585
  Cluster.add_member(:cluster_namespace_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClusterNamespaceArn"))
583
586
  Cluster.struct_class = Types::Cluster
584
587
 
@@ -781,6 +784,7 @@ module Aws::Redshift
781
784
  CreateClusterMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
782
785
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
783
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"))
784
788
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
785
789
 
786
790
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1205,6 +1209,7 @@ module Aws::Redshift
1205
1209
 
1206
1210
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
1207
1211
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
1212
+ Endpoint.add_member(:vpc_endpoints, Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpointList, location_name: "VpcEndpoints"))
1208
1213
  Endpoint.struct_class = Types::Endpoint
1209
1214
 
1210
1215
  Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
@@ -1456,6 +1461,9 @@ module Aws::Redshift
1456
1461
  ModifyClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1457
1462
  ModifyClusterMessage.add_member(:encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Encrypted"))
1458
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"))
1459
1467
  ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
1460
1468
 
1461
1469
  ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -1671,7 +1679,7 @@ module Aws::Redshift
1671
1679
  ResizeClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1672
1680
  ResizeClusterMessage.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
1673
1681
  ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1674
- ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
1682
+ ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
1675
1683
  ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
1676
1684
  ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
1677
1685
 
@@ -1732,6 +1740,7 @@ module Aws::Redshift
1732
1740
  RestoreFromClusterSnapshotMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1733
1741
  RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1734
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"))
1735
1744
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1736
1745
 
1737
1746
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1853,6 +1862,7 @@ module Aws::Redshift
1853
1862
  Snapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
1854
1863
  Snapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
1855
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"))
1856
1866
  Snapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
1857
1867
  Snapshot.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1858
1868
  Snapshot.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfNodes"))
@@ -1945,6 +1955,11 @@ module Aws::Redshift
1945
1955
 
1946
1956
  SourceNotFoundFault.struct_class = Types::SourceNotFoundFault
1947
1957
 
1958
+ SpartaProxyVpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
1959
+ SpartaProxyVpcEndpoint.struct_class = Types::SpartaProxyVpcEndpoint
1960
+
1961
+ SpartaProxyVpcEndpointList.member = Shapes::ShapeRef.new(shape: SpartaProxyVpcEndpoint, location_name: "SpartaProxyVpcEndpoint")
1962
+
1948
1963
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
1949
1964
  Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
1950
1965
  Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
@@ -2343,6 +2358,7 @@ module Aws::Redshift
2343
2358
  o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleQuotaExceededFault)
2344
2359
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2345
2360
  o.errors << Shapes::ShapeRef.new(shape: ScheduleDefinitionTypeUnsupportedFault)
2361
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2346
2362
  end)
2347
2363
 
2348
2364
  api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
@@ -2354,6 +2370,7 @@ module Aws::Redshift
2354
2370
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
2355
2371
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
2356
2372
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2373
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2357
2374
  end)
2358
2375
 
2359
2376
  api.add_operation(:create_usage_limit, Seahorse::Model::Operation.new.tap do |o|
@@ -3293,6 +3310,7 @@ module Aws::Redshift
3293
3310
  o.output = Shapes::ShapeRef.new(shape: ResumeClusterResult)
3294
3311
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3295
3312
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
3313
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
3296
3314
  end)
3297
3315
 
3298
3316
  api.add_operation(:revoke_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
@@ -705,6 +705,10 @@ 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
+ #
708
712
  # @!attribute [rw] cluster_namespace_arn
709
713
  # The namespace Amazon Resource Name (ARN) of the cluster.
710
714
  # @return [String]
@@ -758,6 +762,7 @@ module Aws::Redshift
758
762
  :expected_next_snapshot_schedule_time_status,
759
763
  :next_maintenance_window_start_time,
760
764
  :resize_info,
765
+ :availability_zone_relocation_status,
761
766
  :cluster_namespace_arn)
762
767
  SENSITIVE = []
763
768
  include Aws::Structure
@@ -1621,6 +1626,7 @@ module Aws::Redshift
1621
1626
  # iam_roles: ["String"],
1622
1627
  # maintenance_track_name: "String",
1623
1628
  # snapshot_schedule_identifier: "String",
1629
+ # availability_zone_relocation: false,
1624
1630
  # }
1625
1631
  #
1626
1632
  # @!attribute [rw] db_name
@@ -1689,8 +1695,8 @@ module Aws::Redshift
1689
1695
  # Redshift Cluster Management Guide*.
1690
1696
  #
1691
1697
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
1692
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
1693
- # `ra3.16xlarge`
1698
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
1699
+ # `ra3.4xlarge` \| `ra3.16xlarge`
1694
1700
  #
1695
1701
  #
1696
1702
  #
@@ -1974,6 +1980,11 @@ module Aws::Redshift
1974
1980
  # A unique identifier for the snapshot schedule.
1975
1981
  # @return [String]
1976
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
+ #
1977
1988
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
1978
1989
  #
1979
1990
  class CreateClusterMessage < Struct.new(
@@ -2006,7 +2017,8 @@ module Aws::Redshift
2006
2017
  :additional_info,
2007
2018
  :iam_roles,
2008
2019
  :maintenance_track_name,
2009
- :snapshot_schedule_identifier)
2020
+ :snapshot_schedule_identifier,
2021
+ :availability_zone_relocation)
2010
2022
  SENSITIVE = []
2011
2023
  include Aws::Structure
2012
2024
  end
@@ -5441,11 +5453,16 @@ module Aws::Redshift
5441
5453
  # The port that the database engine is listening on.
5442
5454
  # @return [Integer]
5443
5455
  #
5456
+ # @!attribute [rw] vpc_endpoints
5457
+ # Describes a connection endpoint.
5458
+ # @return [Array<Types::SpartaProxyVpcEndpoint>]
5459
+ #
5444
5460
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Endpoint AWS API Documentation
5445
5461
  #
5446
5462
  class Endpoint < Struct.new(
5447
5463
  :address,
5448
- :port)
5464
+ :port,
5465
+ :vpc_endpoints)
5449
5466
  SENSITIVE = []
5450
5467
  include Aws::Structure
5451
5468
  end
@@ -6569,6 +6586,9 @@ module Aws::Redshift
6569
6586
  # maintenance_track_name: "String",
6570
6587
  # encrypted: false,
6571
6588
  # kms_key_id: "String",
6589
+ # availability_zone_relocation: false,
6590
+ # availability_zone: "String",
6591
+ # port: 1,
6572
6592
  # }
6573
6593
  #
6574
6594
  # @!attribute [rw] cluster_identifier
@@ -6599,8 +6619,8 @@ module Aws::Redshift
6599
6619
  # Management Guide*.
6600
6620
  #
6601
6621
  # Valid Values: `ds2.xlarge` \| `ds2.8xlarge` \| `dc1.large` \|
6602
- # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.4xlarge` \|
6603
- # `ra3.16xlarge`
6622
+ # `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
6623
+ # `ra3.4xlarge` \| `ra3.16xlarge`
6604
6624
  #
6605
6625
  #
6606
6626
  #
@@ -6843,6 +6863,21 @@ module Aws::Redshift
6843
6863
  # that you want to use to encrypt data in the cluster.
6844
6864
  # @return [String]
6845
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
+ #
6846
6881
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
6847
6882
  #
6848
6883
  class ModifyClusterMessage < Struct.new(
@@ -6867,7 +6902,10 @@ module Aws::Redshift
6867
6902
  :enhanced_vpc_routing,
6868
6903
  :maintenance_track_name,
6869
6904
  :encrypted,
6870
- :kms_key_id)
6905
+ :kms_key_id,
6906
+ :availability_zone_relocation,
6907
+ :availability_zone,
6908
+ :port)
6871
6909
  SENSITIVE = []
6872
6910
  include Aws::Structure
6873
6911
  end
@@ -8347,6 +8385,7 @@ module Aws::Redshift
8347
8385
  # maintenance_track_name: "String",
8348
8386
  # snapshot_schedule_identifier: "String",
8349
8387
  # number_of_nodes: 1,
8388
+ # availability_zone_relocation: false,
8350
8389
  # }
8351
8390
  #
8352
8391
  # @!attribute [rw] cluster_identifier
@@ -8591,6 +8630,11 @@ module Aws::Redshift
8591
8630
  # cluster.
8592
8631
  # @return [Integer]
8593
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
+ #
8594
8638
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
8595
8639
  #
8596
8640
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -8619,7 +8663,8 @@ module Aws::Redshift
8619
8663
  :iam_roles,
8620
8664
  :maintenance_track_name,
8621
8665
  :snapshot_schedule_identifier,
8622
- :number_of_nodes)
8666
+ :number_of_nodes,
8667
+ :availability_zone_relocation)
8623
8668
  SENSITIVE = []
8624
8669
  include Aws::Structure
8625
8670
  end
@@ -9253,6 +9298,11 @@ module Aws::Redshift
9253
9298
  # cluster.
9254
9299
  # @return [String]
9255
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
+ #
9256
9306
  # @!attribute [rw] snapshot_type
9257
9307
  # The snapshot type. Snapshots created using CreateClusterSnapshot and
9258
9308
  # CopyClusterSnapshot are of type "manual".
@@ -9396,6 +9446,7 @@ module Aws::Redshift
9396
9446
  :cluster_create_time,
9397
9447
  :master_username,
9398
9448
  :cluster_version,
9449
+ :engine_full_version,
9399
9450
  :snapshot_type,
9400
9451
  :node_type,
9401
9452
  :number_of_nodes,
@@ -9682,6 +9733,22 @@ module Aws::Redshift
9682
9733
  #
9683
9734
  class SourceNotFoundFault < Aws::EmptyStructure; end
9684
9735
 
9736
+ # The connection endpoint for connecting an Amazon Redshift cluster
9737
+ # through the proxy.
9738
+ #
9739
+ # @!attribute [rw] vpc_endpoint_id
9740
+ # The connection endpoint ID for connecting an Amazon Redshift cluster
9741
+ # through the proxy.
9742
+ # @return [String]
9743
+ #
9744
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SpartaProxyVpcEndpoint AWS API Documentation
9745
+ #
9746
+ class SpartaProxyVpcEndpoint < Struct.new(
9747
+ :vpc_endpoint_id)
9748
+ SENSITIVE = []
9749
+ include Aws::Structure
9750
+ end
9751
+
9685
9752
  # Describes a subnet.
9686
9753
  #
9687
9754
  # @!attribute [rw] subnet_identifier
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.51.0
4
+ version: 1.52.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: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core