aws-sdk-redshift 1.101.0 → 1.103.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +281 -5
- data/lib/aws-sdk-redshift/client_api.rb +54 -2
- data/lib/aws-sdk-redshift/endpoints.rb +14 -0
- data/lib/aws-sdk-redshift/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-redshift/types.rb +87 -5
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bd66c04dbc9e7e8460bf020a0e8368ace79ce0ba5de07c79f6355d7013562db
|
4
|
+
data.tar.gz: b02b4b71d98a3c8a6ede45aa0e3b084e4037a2224c74b292f656be723e7abfcd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82532f015f2b42a7b873b018d24d684bcfa00532d144694e606e7d29854856f1e8e2fd0aeb38102f3d172d79dc6c0ba90c4ed367dd121c9c6c19167fe39caf0f
|
7
|
+
data.tar.gz: c660441ca232fffdadc9d298d6fb4b35fa39b149945c77d70faf817eab4093c70408e165d250ba378de92e64bbd18f6f8d3786149a28a3a8936251239d3668f1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2023-11-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
|
8
|
+
|
9
|
+
1.102.0 (2023-11-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
|
13
|
+
|
4
14
|
1.101.0 (2023-10-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -1533,6 +1533,10 @@ module Aws::Redshift
|
|
1533
1533
|
# The IP address types that the cluster supports. Possible values are
|
1534
1534
|
# `ipv4` and `dualstack`.
|
1535
1535
|
#
|
1536
|
+
# @option params [Boolean] :multi_az
|
1537
|
+
# If true, Amazon Redshift will deploy the cluster in two Availability
|
1538
|
+
# Zones (AZ).
|
1539
|
+
#
|
1536
1540
|
# @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1537
1541
|
#
|
1538
1542
|
# * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
|
@@ -1582,6 +1586,7 @@ module Aws::Redshift
|
|
1582
1586
|
# manage_master_password: false,
|
1583
1587
|
# master_password_secret_kms_key_id: "String",
|
1584
1588
|
# ip_address_type: "String",
|
1589
|
+
# multi_az: false,
|
1585
1590
|
# })
|
1586
1591
|
#
|
1587
1592
|
# @example Response structure
|
@@ -1711,6 +1716,12 @@ module Aws::Redshift
|
|
1711
1716
|
# resp.cluster.master_password_secret_arn #=> String
|
1712
1717
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
1713
1718
|
# resp.cluster.ip_address_type #=> String
|
1719
|
+
# resp.cluster.multi_az #=> String
|
1720
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
1721
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
1722
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
1723
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
1724
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
1714
1725
|
#
|
1715
1726
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
|
1716
1727
|
#
|
@@ -3148,6 +3159,12 @@ module Aws::Redshift
|
|
3148
3159
|
# resp.cluster.master_password_secret_arn #=> String
|
3149
3160
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
3150
3161
|
# resp.cluster.ip_address_type #=> String
|
3162
|
+
# resp.cluster.multi_az #=> String
|
3163
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
3164
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
3165
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
3166
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
3167
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
3151
3168
|
#
|
3152
3169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
|
3153
3170
|
#
|
@@ -3344,12 +3361,16 @@ module Aws::Redshift
|
|
3344
3361
|
# The identifier of the cluster to delete a custom domain association
|
3345
3362
|
# for.
|
3346
3363
|
#
|
3364
|
+
# @option params [required, String] :custom_domain_name
|
3365
|
+
# The custom domain name for the custom domain association.
|
3366
|
+
#
|
3347
3367
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3348
3368
|
#
|
3349
3369
|
# @example Request syntax with placeholder values
|
3350
3370
|
#
|
3351
3371
|
# resp = client.delete_custom_domain_association({
|
3352
3372
|
# cluster_identifier: "String", # required
|
3373
|
+
# custom_domain_name: "CustomDomainNameString", # required
|
3353
3374
|
# })
|
3354
3375
|
#
|
3355
3376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCustomDomainAssociation AWS API Documentation
|
@@ -4775,6 +4796,12 @@ module Aws::Redshift
|
|
4775
4796
|
# resp.clusters[0].master_password_secret_arn #=> String
|
4776
4797
|
# resp.clusters[0].master_password_secret_kms_key_id #=> String
|
4777
4798
|
# resp.clusters[0].ip_address_type #=> String
|
4799
|
+
# resp.clusters[0].multi_az #=> String
|
4800
|
+
# resp.clusters[0].multi_az_secondary.availability_zone #=> String
|
4801
|
+
# resp.clusters[0].multi_az_secondary.cluster_nodes #=> Array
|
4802
|
+
# resp.clusters[0].multi_az_secondary.cluster_nodes[0].node_role #=> String
|
4803
|
+
# resp.clusters[0].multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
4804
|
+
# resp.clusters[0].multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
4778
4805
|
#
|
4779
4806
|
#
|
4780
4807
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -7157,6 +7184,12 @@ module Aws::Redshift
|
|
7157
7184
|
# resp.cluster.master_password_secret_arn #=> String
|
7158
7185
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
7159
7186
|
# resp.cluster.ip_address_type #=> String
|
7187
|
+
# resp.cluster.multi_az #=> String
|
7188
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
7189
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
7190
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
7191
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
7192
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
7160
7193
|
#
|
7161
7194
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
|
7162
7195
|
#
|
@@ -7498,6 +7531,12 @@ module Aws::Redshift
|
|
7498
7531
|
# resp.cluster.master_password_secret_arn #=> String
|
7499
7532
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
7500
7533
|
# resp.cluster.ip_address_type #=> String
|
7534
|
+
# resp.cluster.multi_az #=> String
|
7535
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
7536
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
7537
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
7538
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
7539
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
7501
7540
|
#
|
7502
7541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
|
7503
7542
|
#
|
@@ -7508,6 +7547,166 @@ module Aws::Redshift
|
|
7508
7547
|
req.send_request(options)
|
7509
7548
|
end
|
7510
7549
|
|
7550
|
+
# Fails over the primary compute unit of the specified Multi-AZ cluster
|
7551
|
+
# to another Availability Zone.
|
7552
|
+
#
|
7553
|
+
# @option params [required, String] :cluster_identifier
|
7554
|
+
# The unique identifier of the cluster for which the primary compute
|
7555
|
+
# unit will be failed over to another Availability Zone.
|
7556
|
+
#
|
7557
|
+
# @return [Types::FailoverPrimaryComputeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7558
|
+
#
|
7559
|
+
# * {Types::FailoverPrimaryComputeResult#cluster #cluster} => Types::Cluster
|
7560
|
+
#
|
7561
|
+
# @example Request syntax with placeholder values
|
7562
|
+
#
|
7563
|
+
# resp = client.failover_primary_compute({
|
7564
|
+
# cluster_identifier: "String", # required
|
7565
|
+
# })
|
7566
|
+
#
|
7567
|
+
# @example Response structure
|
7568
|
+
#
|
7569
|
+
# resp.cluster.cluster_identifier #=> String
|
7570
|
+
# resp.cluster.node_type #=> String
|
7571
|
+
# resp.cluster.cluster_status #=> String
|
7572
|
+
# resp.cluster.cluster_availability_status #=> String
|
7573
|
+
# resp.cluster.modify_status #=> String
|
7574
|
+
# resp.cluster.master_username #=> String
|
7575
|
+
# resp.cluster.db_name #=> String
|
7576
|
+
# resp.cluster.endpoint.address #=> String
|
7577
|
+
# resp.cluster.endpoint.port #=> Integer
|
7578
|
+
# resp.cluster.endpoint.vpc_endpoints #=> Array
|
7579
|
+
# resp.cluster.endpoint.vpc_endpoints[0].vpc_endpoint_id #=> String
|
7580
|
+
# resp.cluster.endpoint.vpc_endpoints[0].vpc_id #=> String
|
7581
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces #=> Array
|
7582
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].network_interface_id #=> String
|
7583
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].subnet_id #=> String
|
7584
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].private_ip_address #=> String
|
7585
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].availability_zone #=> String
|
7586
|
+
# resp.cluster.endpoint.vpc_endpoints[0].network_interfaces[0].ipv_6_address #=> String
|
7587
|
+
# resp.cluster.cluster_create_time #=> Time
|
7588
|
+
# resp.cluster.automated_snapshot_retention_period #=> Integer
|
7589
|
+
# resp.cluster.manual_snapshot_retention_period #=> Integer
|
7590
|
+
# resp.cluster.cluster_security_groups #=> Array
|
7591
|
+
# resp.cluster.cluster_security_groups[0].cluster_security_group_name #=> String
|
7592
|
+
# resp.cluster.cluster_security_groups[0].status #=> String
|
7593
|
+
# resp.cluster.vpc_security_groups #=> Array
|
7594
|
+
# resp.cluster.vpc_security_groups[0].vpc_security_group_id #=> String
|
7595
|
+
# resp.cluster.vpc_security_groups[0].status #=> String
|
7596
|
+
# resp.cluster.cluster_parameter_groups #=> Array
|
7597
|
+
# resp.cluster.cluster_parameter_groups[0].parameter_group_name #=> String
|
7598
|
+
# resp.cluster.cluster_parameter_groups[0].parameter_apply_status #=> String
|
7599
|
+
# resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list #=> Array
|
7600
|
+
# resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_name #=> String
|
7601
|
+
# resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_status #=> String
|
7602
|
+
# resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_error_description #=> String
|
7603
|
+
# resp.cluster.cluster_subnet_group_name #=> String
|
7604
|
+
# resp.cluster.vpc_id #=> String
|
7605
|
+
# resp.cluster.availability_zone #=> String
|
7606
|
+
# resp.cluster.preferred_maintenance_window #=> String
|
7607
|
+
# resp.cluster.pending_modified_values.master_user_password #=> String
|
7608
|
+
# resp.cluster.pending_modified_values.node_type #=> String
|
7609
|
+
# resp.cluster.pending_modified_values.number_of_nodes #=> Integer
|
7610
|
+
# resp.cluster.pending_modified_values.cluster_type #=> String
|
7611
|
+
# resp.cluster.pending_modified_values.cluster_version #=> String
|
7612
|
+
# resp.cluster.pending_modified_values.automated_snapshot_retention_period #=> Integer
|
7613
|
+
# resp.cluster.pending_modified_values.cluster_identifier #=> String
|
7614
|
+
# resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
|
7615
|
+
# resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
|
7616
|
+
# resp.cluster.pending_modified_values.maintenance_track_name #=> String
|
7617
|
+
# resp.cluster.pending_modified_values.encryption_type #=> String
|
7618
|
+
# resp.cluster.cluster_version #=> String
|
7619
|
+
# resp.cluster.allow_version_upgrade #=> Boolean
|
7620
|
+
# resp.cluster.number_of_nodes #=> Integer
|
7621
|
+
# resp.cluster.publicly_accessible #=> Boolean
|
7622
|
+
# resp.cluster.encrypted #=> Boolean
|
7623
|
+
# resp.cluster.restore_status.status #=> String
|
7624
|
+
# resp.cluster.restore_status.current_restore_rate_in_mega_bytes_per_second #=> Float
|
7625
|
+
# resp.cluster.restore_status.snapshot_size_in_mega_bytes #=> Integer
|
7626
|
+
# resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
|
7627
|
+
# resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
|
7628
|
+
# resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
|
7629
|
+
# resp.cluster.data_transfer_progress.status #=> String
|
7630
|
+
# resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
|
7631
|
+
# resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
|
7632
|
+
# resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
|
7633
|
+
# resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
|
7634
|
+
# resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
|
7635
|
+
# resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
|
7636
|
+
# resp.cluster.hsm_status.hsm_configuration_identifier #=> String
|
7637
|
+
# resp.cluster.hsm_status.status #=> String
|
7638
|
+
# resp.cluster.cluster_snapshot_copy_status.destination_region #=> String
|
7639
|
+
# resp.cluster.cluster_snapshot_copy_status.retention_period #=> Integer
|
7640
|
+
# resp.cluster.cluster_snapshot_copy_status.manual_snapshot_retention_period #=> Integer
|
7641
|
+
# resp.cluster.cluster_snapshot_copy_status.snapshot_copy_grant_name #=> String
|
7642
|
+
# resp.cluster.cluster_public_key #=> String
|
7643
|
+
# resp.cluster.cluster_nodes #=> Array
|
7644
|
+
# resp.cluster.cluster_nodes[0].node_role #=> String
|
7645
|
+
# resp.cluster.cluster_nodes[0].private_ip_address #=> String
|
7646
|
+
# resp.cluster.cluster_nodes[0].public_ip_address #=> String
|
7647
|
+
# resp.cluster.elastic_ip_status.elastic_ip #=> String
|
7648
|
+
# resp.cluster.elastic_ip_status.status #=> String
|
7649
|
+
# resp.cluster.cluster_revision_number #=> String
|
7650
|
+
# resp.cluster.tags #=> Array
|
7651
|
+
# resp.cluster.tags[0].key #=> String
|
7652
|
+
# resp.cluster.tags[0].value #=> String
|
7653
|
+
# resp.cluster.kms_key_id #=> String
|
7654
|
+
# resp.cluster.enhanced_vpc_routing #=> Boolean
|
7655
|
+
# resp.cluster.iam_roles #=> Array
|
7656
|
+
# resp.cluster.iam_roles[0].iam_role_arn #=> String
|
7657
|
+
# resp.cluster.iam_roles[0].apply_status #=> String
|
7658
|
+
# resp.cluster.pending_actions #=> Array
|
7659
|
+
# resp.cluster.pending_actions[0] #=> String
|
7660
|
+
# resp.cluster.maintenance_track_name #=> String
|
7661
|
+
# resp.cluster.elastic_resize_number_of_node_options #=> String
|
7662
|
+
# resp.cluster.deferred_maintenance_windows #=> Array
|
7663
|
+
# resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
|
7664
|
+
# resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
|
7665
|
+
# resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
|
7666
|
+
# resp.cluster.snapshot_schedule_identifier #=> String
|
7667
|
+
# resp.cluster.snapshot_schedule_state #=> String, one of "MODIFYING", "ACTIVE", "FAILED"
|
7668
|
+
# resp.cluster.expected_next_snapshot_schedule_time #=> Time
|
7669
|
+
# resp.cluster.expected_next_snapshot_schedule_time_status #=> String
|
7670
|
+
# resp.cluster.next_maintenance_window_start_time #=> Time
|
7671
|
+
# resp.cluster.resize_info.resize_type #=> String
|
7672
|
+
# resp.cluster.resize_info.allow_cancel_resize #=> Boolean
|
7673
|
+
# resp.cluster.availability_zone_relocation_status #=> String
|
7674
|
+
# resp.cluster.cluster_namespace_arn #=> String
|
7675
|
+
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
7676
|
+
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
7677
|
+
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
7678
|
+
# resp.cluster.default_iam_role_arn #=> String
|
7679
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
7680
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
7681
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
7682
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
7683
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
7684
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
7685
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
7686
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
7687
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
7688
|
+
# resp.cluster.custom_domain_name #=> String
|
7689
|
+
# resp.cluster.custom_domain_certificate_arn #=> String
|
7690
|
+
# resp.cluster.custom_domain_certificate_expiry_date #=> Time
|
7691
|
+
# resp.cluster.master_password_secret_arn #=> String
|
7692
|
+
# resp.cluster.master_password_secret_kms_key_id #=> String
|
7693
|
+
# resp.cluster.ip_address_type #=> String
|
7694
|
+
# resp.cluster.multi_az #=> String
|
7695
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
7696
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
7697
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
7698
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
7699
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
7700
|
+
#
|
7701
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryCompute AWS API Documentation
|
7702
|
+
#
|
7703
|
+
# @overload failover_primary_compute(params = {})
|
7704
|
+
# @param [Hash] params ({})
|
7705
|
+
def failover_primary_compute(params = {}, options = {})
|
7706
|
+
req = build_request(:failover_primary_compute, params)
|
7707
|
+
req.send_request(options)
|
7708
|
+
end
|
7709
|
+
|
7511
7710
|
# Returns a database user name and temporary password with temporary
|
7512
7711
|
# authorization to log on to an Amazon Redshift database. The action
|
7513
7712
|
# returns the database user name prefixed with `IAM:` if `AutoCreate` is
|
@@ -8289,6 +8488,11 @@ module Aws::Redshift
|
|
8289
8488
|
# The IP address types that the cluster supports. Possible values are
|
8290
8489
|
# `ipv4` and `dualstack`.
|
8291
8490
|
#
|
8491
|
+
# @option params [Boolean] :multi_az
|
8492
|
+
# If true and the cluster is currently only deployed in a single
|
8493
|
+
# Availability Zone, the cluster will be modified to be deployed in two
|
8494
|
+
# Availability Zones.
|
8495
|
+
#
|
8292
8496
|
# @return [Types::ModifyClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8293
8497
|
#
|
8294
8498
|
# * {Types::ModifyClusterResult#cluster #cluster} => Types::Cluster
|
@@ -8324,6 +8528,7 @@ module Aws::Redshift
|
|
8324
8528
|
# manage_master_password: false,
|
8325
8529
|
# master_password_secret_kms_key_id: "String",
|
8326
8530
|
# ip_address_type: "String",
|
8531
|
+
# multi_az: false,
|
8327
8532
|
# })
|
8328
8533
|
#
|
8329
8534
|
# @example Response structure
|
@@ -8453,6 +8658,12 @@ module Aws::Redshift
|
|
8453
8658
|
# resp.cluster.master_password_secret_arn #=> String
|
8454
8659
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
8455
8660
|
# resp.cluster.ip_address_type #=> String
|
8661
|
+
# resp.cluster.multi_az #=> String
|
8662
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
8663
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
8664
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
8665
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
8666
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
8456
8667
|
#
|
8457
8668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
|
8458
8669
|
#
|
@@ -8614,6 +8825,12 @@ module Aws::Redshift
|
|
8614
8825
|
# resp.cluster.master_password_secret_arn #=> String
|
8615
8826
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
8616
8827
|
# resp.cluster.ip_address_type #=> String
|
8828
|
+
# resp.cluster.multi_az #=> String
|
8829
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
8830
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
8831
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
8832
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
8833
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
8617
8834
|
#
|
8618
8835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
|
8619
8836
|
#
|
@@ -8791,6 +9008,12 @@ module Aws::Redshift
|
|
8791
9008
|
# resp.cluster.master_password_secret_arn #=> String
|
8792
9009
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
8793
9010
|
# resp.cluster.ip_address_type #=> String
|
9011
|
+
# resp.cluster.multi_az #=> String
|
9012
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
9013
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
9014
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
9015
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
9016
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
8794
9017
|
#
|
8795
9018
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
|
8796
9019
|
#
|
@@ -8968,6 +9191,12 @@ module Aws::Redshift
|
|
8968
9191
|
# resp.cluster.master_password_secret_arn #=> String
|
8969
9192
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
8970
9193
|
# resp.cluster.ip_address_type #=> String
|
9194
|
+
# resp.cluster.multi_az #=> String
|
9195
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
9196
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
9197
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
9198
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
9199
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
8971
9200
|
#
|
8972
9201
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
|
8973
9202
|
#
|
@@ -9215,10 +9444,10 @@ module Aws::Redshift
|
|
9215
9444
|
|
9216
9445
|
# Contains information for changing a custom domain association.
|
9217
9446
|
#
|
9218
|
-
# @option params [String] :custom_domain_name
|
9447
|
+
# @option params [required, String] :custom_domain_name
|
9219
9448
|
# The custom domain name for a changed custom domain association.
|
9220
9449
|
#
|
9221
|
-
# @option params [String] :custom_domain_certificate_arn
|
9450
|
+
# @option params [required, String] :custom_domain_certificate_arn
|
9222
9451
|
# The certificate Amazon Resource Name (ARN) for the changed custom
|
9223
9452
|
# domain association.
|
9224
9453
|
#
|
@@ -9236,8 +9465,8 @@ module Aws::Redshift
|
|
9236
9465
|
# @example Request syntax with placeholder values
|
9237
9466
|
#
|
9238
9467
|
# resp = client.modify_custom_domain_association({
|
9239
|
-
# custom_domain_name: "CustomDomainNameString",
|
9240
|
-
# custom_domain_certificate_arn: "CustomDomainCertificateArnString",
|
9468
|
+
# custom_domain_name: "CustomDomainNameString", # required
|
9469
|
+
# custom_domain_certificate_arn: "CustomDomainCertificateArnString", # required
|
9241
9470
|
# cluster_identifier: "String", # required
|
9242
9471
|
# })
|
9243
9472
|
#
|
@@ -9698,6 +9927,12 @@ module Aws::Redshift
|
|
9698
9927
|
# resp.cluster.master_password_secret_arn #=> String
|
9699
9928
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
9700
9929
|
# resp.cluster.ip_address_type #=> String
|
9930
|
+
# resp.cluster.multi_az #=> String
|
9931
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
9932
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
9933
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
9934
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
9935
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
9701
9936
|
#
|
9702
9937
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
|
9703
9938
|
#
|
@@ -9958,6 +10193,12 @@ module Aws::Redshift
|
|
9958
10193
|
# resp.cluster.master_password_secret_arn #=> String
|
9959
10194
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
9960
10195
|
# resp.cluster.ip_address_type #=> String
|
10196
|
+
# resp.cluster.multi_az #=> String
|
10197
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
10198
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
10199
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
10200
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
10201
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
9961
10202
|
#
|
9962
10203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
|
9963
10204
|
#
|
@@ -10215,6 +10456,12 @@ module Aws::Redshift
|
|
10215
10456
|
# resp.cluster.master_password_secret_arn #=> String
|
10216
10457
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
10217
10458
|
# resp.cluster.ip_address_type #=> String
|
10459
|
+
# resp.cluster.multi_az #=> String
|
10460
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
10461
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
10462
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
10463
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
10464
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
10218
10465
|
#
|
10219
10466
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
|
10220
10467
|
#
|
@@ -10526,6 +10773,12 @@ module Aws::Redshift
|
|
10526
10773
|
# resp.cluster.master_password_secret_arn #=> String
|
10527
10774
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
10528
10775
|
# resp.cluster.ip_address_type #=> String
|
10776
|
+
# resp.cluster.multi_az #=> String
|
10777
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
10778
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
10779
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
10780
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
10781
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
10529
10782
|
#
|
10530
10783
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
|
10531
10784
|
#
|
@@ -10832,6 +11085,10 @@ module Aws::Redshift
|
|
10832
11085
|
# The IP address type for the cluster. Possible values are `ipv4` and
|
10833
11086
|
# `dualstack`.
|
10834
11087
|
#
|
11088
|
+
# @option params [Boolean] :multi_az
|
11089
|
+
# If true, the snapshot will be restored to a cluster deployed in two
|
11090
|
+
# Availability Zones.
|
11091
|
+
#
|
10835
11092
|
# @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10836
11093
|
#
|
10837
11094
|
# * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
|
@@ -10875,6 +11132,7 @@ module Aws::Redshift
|
|
10875
11132
|
# manage_master_password: false,
|
10876
11133
|
# master_password_secret_kms_key_id: "String",
|
10877
11134
|
# ip_address_type: "String",
|
11135
|
+
# multi_az: false,
|
10878
11136
|
# })
|
10879
11137
|
#
|
10880
11138
|
# @example Response structure
|
@@ -11004,6 +11262,12 @@ module Aws::Redshift
|
|
11004
11262
|
# resp.cluster.master_password_secret_arn #=> String
|
11005
11263
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
11006
11264
|
# resp.cluster.ip_address_type #=> String
|
11265
|
+
# resp.cluster.multi_az #=> String
|
11266
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
11267
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
11268
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
11269
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
11270
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
11007
11271
|
#
|
11008
11272
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
|
11009
11273
|
#
|
@@ -11256,6 +11520,12 @@ module Aws::Redshift
|
|
11256
11520
|
# resp.cluster.master_password_secret_arn #=> String
|
11257
11521
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
11258
11522
|
# resp.cluster.ip_address_type #=> String
|
11523
|
+
# resp.cluster.multi_az #=> String
|
11524
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
11525
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
11526
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
11527
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
11528
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
11259
11529
|
#
|
11260
11530
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
|
11261
11531
|
#
|
@@ -11644,6 +11914,12 @@ module Aws::Redshift
|
|
11644
11914
|
# resp.cluster.master_password_secret_arn #=> String
|
11645
11915
|
# resp.cluster.master_password_secret_kms_key_id #=> String
|
11646
11916
|
# resp.cluster.ip_address_type #=> String
|
11917
|
+
# resp.cluster.multi_az #=> String
|
11918
|
+
# resp.cluster.multi_az_secondary.availability_zone #=> String
|
11919
|
+
# resp.cluster.multi_az_secondary.cluster_nodes #=> Array
|
11920
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].node_role #=> String
|
11921
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].private_ip_address #=> String
|
11922
|
+
# resp.cluster.multi_az_secondary.cluster_nodes[0].public_ip_address #=> String
|
11647
11923
|
#
|
11648
11924
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
|
11649
11925
|
#
|
@@ -11719,7 +11995,7 @@ module Aws::Redshift
|
|
11719
11995
|
params: params,
|
11720
11996
|
config: config)
|
11721
11997
|
context[:gem_name] = 'aws-sdk-redshift'
|
11722
|
-
context[:gem_version] = '1.
|
11998
|
+
context[:gem_version] = '1.103.0'
|
11723
11999
|
Seahorse::Client::Request.new(handlers, context)
|
11724
12000
|
end
|
11725
12001
|
|
@@ -275,6 +275,8 @@ module Aws::Redshift
|
|
275
275
|
EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
|
276
276
|
EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
|
277
277
|
EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
|
278
|
+
FailoverPrimaryComputeInputMessage = Shapes::StructureShape.new(name: 'FailoverPrimaryComputeInputMessage')
|
279
|
+
FailoverPrimaryComputeResult = Shapes::StructureShape.new(name: 'FailoverPrimaryComputeResult')
|
278
280
|
GetClusterCredentialsMessage = Shapes::StructureShape.new(name: 'GetClusterCredentialsMessage')
|
279
281
|
GetClusterCredentialsWithIAMMessage = Shapes::StructureShape.new(name: 'GetClusterCredentialsWithIAMMessage')
|
280
282
|
GetReservedNodeExchangeConfigurationOptionsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsInputMessage')
|
@@ -489,6 +491,7 @@ module Aws::Redshift
|
|
489
491
|
ScheduledActionTypeValues = Shapes::StringShape.new(name: 'ScheduledActionTypeValues')
|
490
492
|
ScheduledActionsMessage = Shapes::StructureShape.new(name: 'ScheduledActionsMessage')
|
491
493
|
ScheduledSnapshotTimeList = Shapes::ListShape.new(name: 'ScheduledSnapshotTimeList')
|
494
|
+
SecondaryClusterInfo = Shapes::StructureShape.new(name: 'SecondaryClusterInfo')
|
492
495
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
493
496
|
Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
|
494
497
|
SnapshotAttributeToSortBy = Shapes::StringShape.new(name: 'SnapshotAttributeToSortBy')
|
@@ -769,6 +772,8 @@ module Aws::Redshift
|
|
769
772
|
Cluster.add_member(:master_password_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretArn"))
|
770
773
|
Cluster.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
771
774
|
Cluster.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
775
|
+
Cluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: String, location_name: "MultiAZ"))
|
776
|
+
Cluster.add_member(:multi_az_secondary, Shapes::ShapeRef.new(shape: SecondaryClusterInfo, location_name: "MultiAZSecondary"))
|
772
777
|
Cluster.struct_class = Types::Cluster
|
773
778
|
|
774
779
|
ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
|
@@ -994,6 +999,7 @@ module Aws::Redshift
|
|
994
999
|
CreateClusterMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
995
1000
|
CreateClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
996
1001
|
CreateClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
1002
|
+
CreateClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
997
1003
|
CreateClusterMessage.struct_class = Types::CreateClusterMessage
|
998
1004
|
|
999
1005
|
CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -1213,6 +1219,7 @@ module Aws::Redshift
|
|
1213
1219
|
DeleteClusterSubnetGroupMessage.struct_class = Types::DeleteClusterSubnetGroupMessage
|
1214
1220
|
|
1215
1221
|
DeleteCustomDomainAssociationMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1222
|
+
DeleteCustomDomainAssociationMessage.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainNameString, required: true, location_name: "CustomDomainName"))
|
1216
1223
|
DeleteCustomDomainAssociationMessage.struct_class = Types::DeleteCustomDomainAssociationMessage
|
1217
1224
|
|
1218
1225
|
DeleteEndpointAccessMessage.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointName"))
|
@@ -1679,6 +1686,12 @@ module Aws::Redshift
|
|
1679
1686
|
EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
|
1680
1687
|
EventsMessage.struct_class = Types::EventsMessage
|
1681
1688
|
|
1689
|
+
FailoverPrimaryComputeInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1690
|
+
FailoverPrimaryComputeInputMessage.struct_class = Types::FailoverPrimaryComputeInputMessage
|
1691
|
+
|
1692
|
+
FailoverPrimaryComputeResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
1693
|
+
FailoverPrimaryComputeResult.struct_class = Types::FailoverPrimaryComputeResult
|
1694
|
+
|
1682
1695
|
GetClusterCredentialsMessage.add_member(:db_user, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DbUser"))
|
1683
1696
|
GetClusterCredentialsMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DbName"))
|
1684
1697
|
GetClusterCredentialsMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
@@ -1959,6 +1972,7 @@ module Aws::Redshift
|
|
1959
1972
|
ModifyClusterMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
1960
1973
|
ModifyClusterMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
1961
1974
|
ModifyClusterMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
1975
|
+
ModifyClusterMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1962
1976
|
ModifyClusterMessage.struct_class = Types::ModifyClusterMessage
|
1963
1977
|
|
1964
1978
|
ModifyClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
|
@@ -1989,8 +2003,8 @@ module Aws::Redshift
|
|
1989
2003
|
ModifyClusterSubnetGroupResult.add_member(:cluster_subnet_group, Shapes::ShapeRef.new(shape: ClusterSubnetGroup, location_name: "ClusterSubnetGroup"))
|
1990
2004
|
ModifyClusterSubnetGroupResult.struct_class = Types::ModifyClusterSubnetGroupResult
|
1991
2005
|
|
1992
|
-
ModifyCustomDomainAssociationMessage.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainNameString, location_name: "CustomDomainName"))
|
1993
|
-
ModifyCustomDomainAssociationMessage.add_member(:custom_domain_certificate_arn, Shapes::ShapeRef.new(shape: CustomDomainCertificateArnString, location_name: "CustomDomainCertificateArn"))
|
2006
|
+
ModifyCustomDomainAssociationMessage.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CustomDomainNameString, required: true, location_name: "CustomDomainName"))
|
2007
|
+
ModifyCustomDomainAssociationMessage.add_member(:custom_domain_certificate_arn, Shapes::ShapeRef.new(shape: CustomDomainCertificateArnString, required: true, location_name: "CustomDomainCertificateArn"))
|
1994
2008
|
ModifyCustomDomainAssociationMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
|
1995
2009
|
ModifyCustomDomainAssociationMessage.struct_class = Types::ModifyCustomDomainAssociationMessage
|
1996
2010
|
|
@@ -2329,6 +2343,7 @@ module Aws::Redshift
|
|
2329
2343
|
RestoreFromClusterSnapshotMessage.add_member(:manage_master_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ManageMasterPassword"))
|
2330
2344
|
RestoreFromClusterSnapshotMessage.add_member(:master_password_secret_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "MasterPasswordSecretKmsKeyId"))
|
2331
2345
|
RestoreFromClusterSnapshotMessage.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: String, location_name: "IpAddressType"))
|
2346
|
+
RestoreFromClusterSnapshotMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
2332
2347
|
RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
|
2333
2348
|
|
2334
2349
|
RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
|
@@ -2449,6 +2464,10 @@ module Aws::Redshift
|
|
2449
2464
|
|
2450
2465
|
ScheduledSnapshotTimeList.member = Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotTime")
|
2451
2466
|
|
2467
|
+
SecondaryClusterInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
2468
|
+
SecondaryClusterInfo.add_member(:cluster_nodes, Shapes::ShapeRef.new(shape: ClusterNodesList, location_name: "ClusterNodes"))
|
2469
|
+
SecondaryClusterInfo.struct_class = Types::SecondaryClusterInfo
|
2470
|
+
|
2452
2471
|
Snapshot.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
|
2453
2472
|
Snapshot.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
|
2454
2473
|
Snapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
|
@@ -2742,6 +2761,7 @@ module Aws::Redshift
|
|
2742
2761
|
o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
|
2743
2762
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2744
2763
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
|
2764
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2745
2765
|
end)
|
2746
2766
|
|
2747
2767
|
api.add_operation(:associate_data_share_consumer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2841,6 +2861,7 @@ module Aws::Redshift
|
|
2841
2861
|
o.http_request_uri = "/"
|
2842
2862
|
o.input = Shapes::ShapeRef.new(shape: CopyClusterSnapshotMessage)
|
2843
2863
|
o.output = Shapes::ShapeRef.new(shape: CopyClusterSnapshotResult)
|
2864
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
2844
2865
|
o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotAlreadyExistsFault)
|
2845
2866
|
o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotNotFoundFault)
|
2846
2867
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSnapshotStateFault)
|
@@ -2888,6 +2909,7 @@ module Aws::Redshift
|
|
2888
2909
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
|
2889
2910
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
|
2890
2911
|
o.errors << Shapes::ShapeRef.new(shape: Ipv6CidrBlockNotFoundFault)
|
2912
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
2891
2913
|
end)
|
2892
2914
|
|
2893
2915
|
api.add_operation(:create_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3023,12 +3045,14 @@ module Aws::Redshift
|
|
3023
3045
|
o.http_request_uri = "/"
|
3024
3046
|
o.input = Shapes::ShapeRef.new(shape: CreateScheduledActionMessage)
|
3025
3047
|
o.output = Shapes::ShapeRef.new(shape: ScheduledAction)
|
3048
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3026
3049
|
o.errors << Shapes::ShapeRef.new(shape: ScheduledActionAlreadyExistsFault)
|
3027
3050
|
o.errors << Shapes::ShapeRef.new(shape: ScheduledActionQuotaExceededFault)
|
3028
3051
|
o.errors << Shapes::ShapeRef.new(shape: ScheduledActionTypeUnsupportedFault)
|
3029
3052
|
o.errors << Shapes::ShapeRef.new(shape: InvalidScheduleFault)
|
3030
3053
|
o.errors << Shapes::ShapeRef.new(shape: InvalidScheduledActionFault)
|
3031
3054
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
3055
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3032
3056
|
end)
|
3033
3057
|
|
3034
3058
|
api.add_operation(:create_snapshot_copy_grant, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3168,6 +3192,7 @@ module Aws::Redshift
|
|
3168
3192
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3169
3193
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3170
3194
|
o.errors << Shapes::ShapeRef.new(shape: CustomCnameAssociationFault)
|
3195
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDomainAssociationNotFoundFault)
|
3171
3196
|
end)
|
3172
3197
|
|
3173
3198
|
api.add_operation(:delete_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3222,6 +3247,7 @@ module Aws::Redshift
|
|
3222
3247
|
o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
|
3223
3248
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3224
3249
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
|
3250
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3225
3251
|
end)
|
3226
3252
|
|
3227
3253
|
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3647,6 +3673,7 @@ module Aws::Redshift
|
|
3647
3673
|
o.input = Shapes::ShapeRef.new(shape: DescribeLoggingStatusMessage)
|
3648
3674
|
o.output = Shapes::ShapeRef.new(shape: LoggingStatus)
|
3649
3675
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3676
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3650
3677
|
end)
|
3651
3678
|
|
3652
3679
|
api.add_operation(:describe_node_configuration_options, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3690,6 +3717,7 @@ module Aws::Redshift
|
|
3690
3717
|
o.output = Shapes::ShapeRef.new(shape: DescribePartnersOutputMessage)
|
3691
3718
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3692
3719
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
|
3720
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3693
3721
|
end)
|
3694
3722
|
|
3695
3723
|
api.add_operation(:describe_reserved_node_exchange_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3750,6 +3778,7 @@ module Aws::Redshift
|
|
3750
3778
|
o.output = Shapes::ShapeRef.new(shape: ResizeProgressMessage)
|
3751
3779
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3752
3780
|
o.errors << Shapes::ShapeRef.new(shape: ResizeNotFoundFault)
|
3781
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3753
3782
|
end)
|
3754
3783
|
|
3755
3784
|
api.add_operation(:describe_scheduled_actions, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3862,6 +3891,7 @@ module Aws::Redshift
|
|
3862
3891
|
o.output = Shapes::ShapeRef.new(shape: LoggingStatus)
|
3863
3892
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3864
3893
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3894
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3865
3895
|
end)
|
3866
3896
|
|
3867
3897
|
api.add_operation(:disable_snapshot_copy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3874,6 +3904,7 @@ module Aws::Redshift
|
|
3874
3904
|
o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyAlreadyDisabledFault)
|
3875
3905
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3876
3906
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
3907
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3877
3908
|
end)
|
3878
3909
|
|
3879
3910
|
api.add_operation(:disassociate_data_share_consumer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3898,6 +3929,7 @@ module Aws::Redshift
|
|
3898
3929
|
o.errors << Shapes::ShapeRef.new(shape: InvalidS3KeyPrefixFault)
|
3899
3930
|
o.errors << Shapes::ShapeRef.new(shape: InvalidS3BucketNameFault)
|
3900
3931
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3932
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3901
3933
|
end)
|
3902
3934
|
|
3903
3935
|
api.add_operation(:enable_snapshot_copy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -3919,6 +3951,18 @@ module Aws::Redshift
|
|
3919
3951
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
|
3920
3952
|
end)
|
3921
3953
|
|
3954
|
+
api.add_operation(:failover_primary_compute, Seahorse::Model::Operation.new.tap do |o|
|
3955
|
+
o.name = "FailoverPrimaryCompute"
|
3956
|
+
o.http_method = "POST"
|
3957
|
+
o.http_request_uri = "/"
|
3958
|
+
o.input = Shapes::ShapeRef.new(shape: FailoverPrimaryComputeInputMessage)
|
3959
|
+
o.output = Shapes::ShapeRef.new(shape: FailoverPrimaryComputeResult)
|
3960
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3961
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3962
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
3963
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3964
|
+
end)
|
3965
|
+
|
3922
3966
|
api.add_operation(:get_cluster_credentials, Seahorse::Model::Operation.new.tap do |o|
|
3923
3967
|
o.name = "GetClusterCredentials"
|
3924
3968
|
o.http_method = "POST"
|
@@ -4053,6 +4097,7 @@ module Aws::Redshift
|
|
4053
4097
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4054
4098
|
o.errors << Shapes::ShapeRef.new(shape: ClusterOnLatestRevisionFault)
|
4055
4099
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
4100
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4056
4101
|
end)
|
4057
4102
|
|
4058
4103
|
api.add_operation(:modify_cluster_iam_roles, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4130,6 +4175,7 @@ module Aws::Redshift
|
|
4130
4175
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4131
4176
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4132
4177
|
o.errors << Shapes::ShapeRef.new(shape: CustomCnameAssociationFault)
|
4178
|
+
o.errors << Shapes::ShapeRef.new(shape: CustomDomainAssociationNotFoundFault)
|
4133
4179
|
end)
|
4134
4180
|
|
4135
4181
|
api.add_operation(:modify_endpoint_access, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4169,11 +4215,13 @@ module Aws::Redshift
|
|
4169
4215
|
o.http_request_uri = "/"
|
4170
4216
|
o.input = Shapes::ShapeRef.new(shape: ModifyScheduledActionMessage)
|
4171
4217
|
o.output = Shapes::ShapeRef.new(shape: ScheduledAction)
|
4218
|
+
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4172
4219
|
o.errors << Shapes::ShapeRef.new(shape: ScheduledActionNotFoundFault)
|
4173
4220
|
o.errors << Shapes::ShapeRef.new(shape: ScheduledActionTypeUnsupportedFault)
|
4174
4221
|
o.errors << Shapes::ShapeRef.new(shape: InvalidScheduleFault)
|
4175
4222
|
o.errors << Shapes::ShapeRef.new(shape: InvalidScheduledActionFault)
|
4176
4223
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
|
4224
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4177
4225
|
end)
|
4178
4226
|
|
4179
4227
|
api.add_operation(:modify_snapshot_copy_retention_period, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4219,6 +4267,7 @@ module Aws::Redshift
|
|
4219
4267
|
o.output = Shapes::ShapeRef.new(shape: PauseClusterResult)
|
4220
4268
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4221
4269
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
4270
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4222
4271
|
end)
|
4223
4272
|
|
4224
4273
|
api.add_operation(:purchase_reserved_node_offering, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4362,6 +4411,7 @@ module Aws::Redshift
|
|
4362
4411
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4363
4412
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
4364
4413
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientClusterCapacityFault)
|
4414
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4365
4415
|
end)
|
4366
4416
|
|
4367
4417
|
api.add_operation(:revoke_cluster_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4411,6 +4461,7 @@ module Aws::Redshift
|
|
4411
4461
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4412
4462
|
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
4413
4463
|
o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
|
4464
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4414
4465
|
end)
|
4415
4466
|
|
4416
4467
|
api.add_operation(:update_partner_status, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4422,6 +4473,7 @@ module Aws::Redshift
|
|
4422
4473
|
o.errors << Shapes::ShapeRef.new(shape: PartnerNotFoundFault)
|
4423
4474
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
4424
4475
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
|
4476
|
+
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
4425
4477
|
end)
|
4426
4478
|
end
|
4427
4479
|
|
@@ -1272,6 +1272,20 @@ module Aws::Redshift
|
|
1272
1272
|
end
|
1273
1273
|
end
|
1274
1274
|
|
1275
|
+
class FailoverPrimaryCompute
|
1276
|
+
def self.build(context)
|
1277
|
+
unless context.config.regional_endpoint
|
1278
|
+
endpoint = context.config.endpoint.to_s
|
1279
|
+
end
|
1280
|
+
Aws::Redshift::EndpointParameters.new(
|
1281
|
+
region: context.config.region,
|
1282
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
1283
|
+
use_fips: context.config.use_fips_endpoint,
|
1284
|
+
endpoint: endpoint,
|
1285
|
+
)
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1275
1289
|
class GetClusterCredentials
|
1276
1290
|
def self.build(context)
|
1277
1291
|
unless context.config.regional_endpoint
|
@@ -236,6 +236,8 @@ module Aws::Redshift
|
|
236
236
|
Aws::Redshift::Endpoints::EnableLogging.build(context)
|
237
237
|
when :enable_snapshot_copy
|
238
238
|
Aws::Redshift::Endpoints::EnableSnapshotCopy.build(context)
|
239
|
+
when :failover_primary_compute
|
240
|
+
Aws::Redshift::Endpoints::FailoverPrimaryCompute.build(context)
|
239
241
|
when :get_cluster_credentials
|
240
242
|
Aws::Redshift::Endpoints::GetClusterCredentials.build(context)
|
241
243
|
when :get_cluster_credentials_with_iam
|
@@ -903,6 +903,16 @@ module Aws::Redshift
|
|
903
903
|
# `dualstack`.
|
904
904
|
# @return [String]
|
905
905
|
#
|
906
|
+
# @!attribute [rw] multi_az
|
907
|
+
# A boolean value that, if true, indicates that the cluster is
|
908
|
+
# deployed in two Availability Zones.
|
909
|
+
# @return [String]
|
910
|
+
#
|
911
|
+
# @!attribute [rw] multi_az_secondary
|
912
|
+
# The secondary compute unit of a cluster, if Multi-AZ deployment is
|
913
|
+
# turned on.
|
914
|
+
# @return [Types::SecondaryClusterInfo]
|
915
|
+
#
|
906
916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
|
907
917
|
#
|
908
918
|
class Cluster < Struct.new(
|
@@ -963,7 +973,9 @@ module Aws::Redshift
|
|
963
973
|
:custom_domain_certificate_expiry_date,
|
964
974
|
:master_password_secret_arn,
|
965
975
|
:master_password_secret_kms_key_id,
|
966
|
-
:ip_address_type
|
976
|
+
:ip_address_type,
|
977
|
+
:multi_az,
|
978
|
+
:multi_az_secondary)
|
967
979
|
SENSITIVE = []
|
968
980
|
include Aws::Structure
|
969
981
|
end
|
@@ -2268,6 +2280,11 @@ module Aws::Redshift
|
|
2268
2280
|
# `ipv4` and `dualstack`.
|
2269
2281
|
# @return [String]
|
2270
2282
|
#
|
2283
|
+
# @!attribute [rw] multi_az
|
2284
|
+
# If true, Amazon Redshift will deploy the cluster in two Availability
|
2285
|
+
# Zones (AZ).
|
2286
|
+
# @return [Boolean]
|
2287
|
+
#
|
2271
2288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateClusterMessage AWS API Documentation
|
2272
2289
|
#
|
2273
2290
|
class CreateClusterMessage < Struct.new(
|
@@ -2307,7 +2324,8 @@ module Aws::Redshift
|
|
2307
2324
|
:load_sample_data,
|
2308
2325
|
:manage_master_password,
|
2309
2326
|
:master_password_secret_kms_key_id,
|
2310
|
-
:ip_address_type
|
2327
|
+
:ip_address_type,
|
2328
|
+
:multi_az)
|
2311
2329
|
SENSITIVE = [:master_user_password]
|
2312
2330
|
include Aws::Structure
|
2313
2331
|
end
|
@@ -3487,10 +3505,15 @@ module Aws::Redshift
|
|
3487
3505
|
# for.
|
3488
3506
|
# @return [String]
|
3489
3507
|
#
|
3508
|
+
# @!attribute [rw] custom_domain_name
|
3509
|
+
# The custom domain name for the custom domain association.
|
3510
|
+
# @return [String]
|
3511
|
+
#
|
3490
3512
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCustomDomainAssociationMessage AWS API Documentation
|
3491
3513
|
#
|
3492
3514
|
class DeleteCustomDomainAssociationMessage < Struct.new(
|
3493
|
-
:cluster_identifier
|
3515
|
+
:cluster_identifier,
|
3516
|
+
:custom_domain_name)
|
3494
3517
|
SENSITIVE = []
|
3495
3518
|
include Aws::Structure
|
3496
3519
|
end
|
@@ -6386,6 +6409,31 @@ module Aws::Redshift
|
|
6386
6409
|
include Aws::Structure
|
6387
6410
|
end
|
6388
6411
|
|
6412
|
+
# @!attribute [rw] cluster_identifier
|
6413
|
+
# The unique identifier of the cluster for which the primary compute
|
6414
|
+
# unit will be failed over to another Availability Zone.
|
6415
|
+
# @return [String]
|
6416
|
+
#
|
6417
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryComputeInputMessage AWS API Documentation
|
6418
|
+
#
|
6419
|
+
class FailoverPrimaryComputeInputMessage < Struct.new(
|
6420
|
+
:cluster_identifier)
|
6421
|
+
SENSITIVE = []
|
6422
|
+
include Aws::Structure
|
6423
|
+
end
|
6424
|
+
|
6425
|
+
# @!attribute [rw] cluster
|
6426
|
+
# Describes a cluster.
|
6427
|
+
# @return [Types::Cluster]
|
6428
|
+
#
|
6429
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/FailoverPrimaryComputeResult AWS API Documentation
|
6430
|
+
#
|
6431
|
+
class FailoverPrimaryComputeResult < Struct.new(
|
6432
|
+
:cluster)
|
6433
|
+
SENSITIVE = []
|
6434
|
+
include Aws::Structure
|
6435
|
+
end
|
6436
|
+
|
6389
6437
|
# The request parameters to get cluster credentials.
|
6390
6438
|
#
|
6391
6439
|
# @!attribute [rw] db_user
|
@@ -7835,6 +7883,12 @@ module Aws::Redshift
|
|
7835
7883
|
# `ipv4` and `dualstack`.
|
7836
7884
|
# @return [String]
|
7837
7885
|
#
|
7886
|
+
# @!attribute [rw] multi_az
|
7887
|
+
# If true and the cluster is currently only deployed in a single
|
7888
|
+
# Availability Zone, the cluster will be modified to be deployed in
|
7889
|
+
# two Availability Zones.
|
7890
|
+
# @return [Boolean]
|
7891
|
+
#
|
7838
7892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMessage AWS API Documentation
|
7839
7893
|
#
|
7840
7894
|
class ModifyClusterMessage < Struct.new(
|
@@ -7865,7 +7919,8 @@ module Aws::Redshift
|
|
7865
7919
|
:port,
|
7866
7920
|
:manage_master_password,
|
7867
7921
|
:master_password_secret_kms_key_id,
|
7868
|
-
:ip_address_type
|
7922
|
+
:ip_address_type,
|
7923
|
+
:multi_az)
|
7869
7924
|
SENSITIVE = [:master_user_password]
|
7870
7925
|
include Aws::Structure
|
7871
7926
|
end
|
@@ -9802,6 +9857,11 @@ module Aws::Redshift
|
|
9802
9857
|
# `dualstack`.
|
9803
9858
|
# @return [String]
|
9804
9859
|
#
|
9860
|
+
# @!attribute [rw] multi_az
|
9861
|
+
# If true, the snapshot will be restored to a cluster deployed in two
|
9862
|
+
# Availability Zones.
|
9863
|
+
# @return [Boolean]
|
9864
|
+
#
|
9805
9865
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
|
9806
9866
|
#
|
9807
9867
|
class RestoreFromClusterSnapshotMessage < Struct.new(
|
@@ -9840,7 +9900,8 @@ module Aws::Redshift
|
|
9840
9900
|
:encrypted,
|
9841
9901
|
:manage_master_password,
|
9842
9902
|
:master_password_secret_kms_key_id,
|
9843
|
-
:ip_address_type
|
9903
|
+
:ip_address_type,
|
9904
|
+
:multi_az)
|
9844
9905
|
SENSITIVE = []
|
9845
9906
|
include Aws::Structure
|
9846
9907
|
end
|
@@ -10394,6 +10455,27 @@ module Aws::Redshift
|
|
10394
10455
|
include Aws::Structure
|
10395
10456
|
end
|
10396
10457
|
|
10458
|
+
# The AvailabilityZone and ClusterNodes information of the secondary
|
10459
|
+
# compute unit.
|
10460
|
+
#
|
10461
|
+
# @!attribute [rw] availability_zone
|
10462
|
+
# The name of the Availability Zone in which the secondary compute
|
10463
|
+
# unit of the cluster is located.
|
10464
|
+
# @return [String]
|
10465
|
+
#
|
10466
|
+
# @!attribute [rw] cluster_nodes
|
10467
|
+
# The nodes in the secondary compute unit.
|
10468
|
+
# @return [Array<Types::ClusterNode>]
|
10469
|
+
#
|
10470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SecondaryClusterInfo AWS API Documentation
|
10471
|
+
#
|
10472
|
+
class SecondaryClusterInfo < Struct.new(
|
10473
|
+
:availability_zone,
|
10474
|
+
:cluster_nodes)
|
10475
|
+
SENSITIVE = []
|
10476
|
+
include Aws::Structure
|
10477
|
+
end
|
10478
|
+
|
10397
10479
|
# Describes a snapshot.
|
10398
10480
|
#
|
10399
10481
|
# @!attribute [rw] snapshot_identifier
|
data/lib/aws-sdk-redshift.rb
CHANGED
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.103.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: 2023-
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|