aws-sdk-redshift 1.69.0 → 1.73.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +390 -15
- data/lib/aws-sdk-redshift/client_api.rb +133 -0
- data/lib/aws-sdk-redshift/errors.rb +11 -0
- data/lib/aws-sdk-redshift/types.rb +334 -31
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +4 -4
@@ -275,6 +275,15 @@ module Aws::Redshift
|
|
275
275
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
276
|
# requests are made, and retries are disabled.
|
277
277
|
#
|
278
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
279
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
280
|
+
# will be used if available.
|
281
|
+
#
|
282
|
+
# @option options [Boolean] :use_fips_endpoint
|
283
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
284
|
+
# When a `fips` region is used, the region is normalized and this config
|
285
|
+
# is set to `true`.
|
286
|
+
#
|
278
287
|
# @option options [Boolean] :validate_params (true)
|
279
288
|
# When `true`, request parameters are validated before
|
280
289
|
# sending the request.
|
@@ -573,7 +582,7 @@ module Aws::Redshift
|
|
573
582
|
#
|
574
583
|
# @option params [required, String] :consumer_identifier
|
575
584
|
# The identifier of the data consumer that is authorized to access the
|
576
|
-
# datashare. This identifier is an
|
585
|
+
# datashare. This identifier is an Amazon Web Services account ID.
|
577
586
|
#
|
578
587
|
# @return [Types::DataShare] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
579
588
|
#
|
@@ -1420,6 +1429,10 @@ module Aws::Redshift
|
|
1420
1429
|
#
|
1421
1430
|
# * auto - Amazon Redshift determines whether to use AQUA.
|
1422
1431
|
#
|
1432
|
+
# @option params [String] :default_iam_role_arn
|
1433
|
+
# The Amazon Resource Name (ARN) for the IAM role that was set as
|
1434
|
+
# default for the cluster when the cluster was created.
|
1435
|
+
#
|
1423
1436
|
# @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1424
1437
|
#
|
1425
1438
|
# * {Types::CreateClusterResult#cluster #cluster} => Types::Cluster
|
@@ -1464,6 +1477,7 @@ module Aws::Redshift
|
|
1464
1477
|
# snapshot_schedule_identifier: "String",
|
1465
1478
|
# availability_zone_relocation: false,
|
1466
1479
|
# aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
|
1480
|
+
# default_iam_role_arn: "String",
|
1467
1481
|
# })
|
1468
1482
|
#
|
1469
1483
|
# @example Response structure
|
@@ -1576,6 +1590,16 @@ module Aws::Redshift
|
|
1576
1590
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
1577
1591
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
1578
1592
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
1593
|
+
# resp.cluster.default_iam_role_arn #=> String
|
1594
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
1595
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
1596
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
1597
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
1598
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
1599
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
1600
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
1601
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
1602
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
1579
1603
|
#
|
1580
1604
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
|
1581
1605
|
#
|
@@ -2355,6 +2379,8 @@ module Aws::Redshift
|
|
2355
2379
|
# node_type: "String",
|
2356
2380
|
# number_of_nodes: 1,
|
2357
2381
|
# classic: false,
|
2382
|
+
# reserved_node_id: "String",
|
2383
|
+
# target_reserved_node_offering_id: "String",
|
2358
2384
|
# },
|
2359
2385
|
# pause_cluster: {
|
2360
2386
|
# cluster_identifier: "String", # required
|
@@ -2379,6 +2405,8 @@ module Aws::Redshift
|
|
2379
2405
|
# resp.target_action.resize_cluster.node_type #=> String
|
2380
2406
|
# resp.target_action.resize_cluster.number_of_nodes #=> Integer
|
2381
2407
|
# resp.target_action.resize_cluster.classic #=> Boolean
|
2408
|
+
# resp.target_action.resize_cluster.reserved_node_id #=> String
|
2409
|
+
# resp.target_action.resize_cluster.target_reserved_node_offering_id #=> String
|
2382
2410
|
# resp.target_action.pause_cluster.cluster_identifier #=> String
|
2383
2411
|
# resp.target_action.resume_cluster.cluster_identifier #=> String
|
2384
2412
|
# resp.schedule #=> String
|
@@ -2679,7 +2707,8 @@ module Aws::Redshift
|
|
2679
2707
|
#
|
2680
2708
|
# @option params [required, String] :consumer_identifier
|
2681
2709
|
# The identifier of the data consumer that is to have authorization
|
2682
|
-
# removed from the datashare. This identifier is an
|
2710
|
+
# removed from the datashare. This identifier is an Amazon Web Services
|
2711
|
+
# account ID.
|
2683
2712
|
#
|
2684
2713
|
# @return [Types::DataShare] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2685
2714
|
#
|
@@ -2936,6 +2965,16 @@ module Aws::Redshift
|
|
2936
2965
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
2937
2966
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
2938
2967
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
2968
|
+
# resp.cluster.default_iam_role_arn #=> String
|
2969
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
2970
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
2971
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
2972
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
2973
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
2974
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
2975
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
2976
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
2977
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
2939
2978
|
#
|
2940
2979
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
|
2941
2980
|
#
|
@@ -4487,6 +4526,16 @@ module Aws::Redshift
|
|
4487
4526
|
# resp.clusters[0].total_storage_capacity_in_mega_bytes #=> Integer
|
4488
4527
|
# resp.clusters[0].aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
4489
4528
|
# resp.clusters[0].aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
4529
|
+
# resp.clusters[0].default_iam_role_arn #=> String
|
4530
|
+
# resp.clusters[0].reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
4531
|
+
# resp.clusters[0].reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
4532
|
+
# resp.clusters[0].reserved_node_exchange_status.request_time #=> Time
|
4533
|
+
# resp.clusters[0].reserved_node_exchange_status.source_reserved_node_id #=> String
|
4534
|
+
# resp.clusters[0].reserved_node_exchange_status.source_reserved_node_type #=> String
|
4535
|
+
# resp.clusters[0].reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
4536
|
+
# resp.clusters[0].reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
4537
|
+
# resp.clusters[0].reserved_node_exchange_status.target_reserved_node_type #=> String
|
4538
|
+
# resp.clusters[0].reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
4490
4539
|
#
|
4491
4540
|
#
|
4492
4541
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4520,16 +4569,19 @@ module Aws::Redshift
|
|
4520
4569
|
# @option params [String] :marker
|
4521
4570
|
# An optional parameter that specifies the starting point to return a
|
4522
4571
|
# set of response records. When the results of a DescribeDataShares
|
4523
|
-
# request exceed the value specified in `MaxRecords`,
|
4524
|
-
# value in the `Marker` field of the response. You
|
4525
|
-
# set of response records by providing the
|
4526
|
-
# `Marker` parameter and retrying the
|
4572
|
+
# request exceed the value specified in `MaxRecords`, Amazon Web
|
4573
|
+
# Services returns a value in the `Marker` field of the response. You
|
4574
|
+
# can retrieve the next set of response records by providing the
|
4575
|
+
# returned marker value in the `Marker` parameter and retrying the
|
4576
|
+
# request.
|
4527
4577
|
#
|
4528
4578
|
# @return [Types::DescribeDataSharesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4529
4579
|
#
|
4530
4580
|
# * {Types::DescribeDataSharesResult#data_shares #data_shares} => Array<Types::DataShare>
|
4531
4581
|
# * {Types::DescribeDataSharesResult#marker #marker} => String
|
4532
4582
|
#
|
4583
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4584
|
+
#
|
4533
4585
|
# @example Request syntax with placeholder values
|
4534
4586
|
#
|
4535
4587
|
# resp = client.describe_data_shares({
|
@@ -4583,16 +4635,18 @@ module Aws::Redshift
|
|
4583
4635
|
# An optional parameter that specifies the starting point to return a
|
4584
4636
|
# set of response records. When the results of a
|
4585
4637
|
# DescribeDataSharesForConsumer request exceed the value specified in
|
4586
|
-
# `MaxRecords`,
|
4587
|
-
# response. You can retrieve the next set of response
|
4588
|
-
# providing the returned marker value in the `Marker`
|
4589
|
-
# retrying the request.
|
4638
|
+
# `MaxRecords`, Amazon Web Services returns a value in the `Marker`
|
4639
|
+
# field of the response. You can retrieve the next set of response
|
4640
|
+
# records by providing the returned marker value in the `Marker`
|
4641
|
+
# parameter and retrying the request.
|
4590
4642
|
#
|
4591
4643
|
# @return [Types::DescribeDataSharesForConsumerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4592
4644
|
#
|
4593
4645
|
# * {Types::DescribeDataSharesForConsumerResult#data_shares #data_shares} => Array<Types::DataShare>
|
4594
4646
|
# * {Types::DescribeDataSharesForConsumerResult#marker #marker} => String
|
4595
4647
|
#
|
4648
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4649
|
+
#
|
4596
4650
|
# @example Request syntax with placeholder values
|
4597
4651
|
#
|
4598
4652
|
# resp = client.describe_data_shares_for_consumer({
|
@@ -4647,16 +4701,18 @@ module Aws::Redshift
|
|
4647
4701
|
# An optional parameter that specifies the starting point to return a
|
4648
4702
|
# set of response records. When the results of a
|
4649
4703
|
# DescribeDataSharesForProducer request exceed the value specified in
|
4650
|
-
# `MaxRecords`,
|
4651
|
-
# response. You can retrieve the next set of response
|
4652
|
-
# providing the returned marker value in the `Marker`
|
4653
|
-
# retrying the request.
|
4704
|
+
# `MaxRecords`, Amazon Web Services returns a value in the `Marker`
|
4705
|
+
# field of the response. You can retrieve the next set of response
|
4706
|
+
# records by providing the returned marker value in the `Marker`
|
4707
|
+
# parameter and retrying the request.
|
4654
4708
|
#
|
4655
4709
|
# @return [Types::DescribeDataSharesForProducerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4656
4710
|
#
|
4657
4711
|
# * {Types::DescribeDataSharesForProducerResult#data_shares #data_shares} => Array<Types::DataShare>
|
4658
4712
|
# * {Types::DescribeDataSharesForProducerResult#marker #marker} => String
|
4659
4713
|
#
|
4714
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4715
|
+
#
|
4660
4716
|
# @example Request syntax with placeholder values
|
4661
4717
|
#
|
4662
4718
|
# resp = client.describe_data_shares_for_producer({
|
@@ -5647,6 +5703,71 @@ module Aws::Redshift
|
|
5647
5703
|
req.send_request(options)
|
5648
5704
|
end
|
5649
5705
|
|
5706
|
+
# Returns exchange status details and associated metadata for a
|
5707
|
+
# reserved-node exchange. Statuses include such values as in progress
|
5708
|
+
# and requested.
|
5709
|
+
#
|
5710
|
+
# @option params [String] :reserved_node_id
|
5711
|
+
# The identifier of the source reserved node in a reserved-node exchange
|
5712
|
+
# request.
|
5713
|
+
#
|
5714
|
+
# @option params [String] :reserved_node_exchange_request_id
|
5715
|
+
# The identifier of the reserved-node exchange request.
|
5716
|
+
#
|
5717
|
+
# @option params [Integer] :max_records
|
5718
|
+
# The maximum number of response records to return in each call. If the
|
5719
|
+
# number of remaining response records exceeds the specified
|
5720
|
+
# `MaxRecords` value, a value is returned in a `Marker` field of the
|
5721
|
+
# response. You can retrieve the next set of records by retrying the
|
5722
|
+
# command with the returned marker value.
|
5723
|
+
#
|
5724
|
+
# @option params [String] :marker
|
5725
|
+
# An optional pagination token provided by a previous
|
5726
|
+
# `DescribeReservedNodeExchangeStatus` request. If this parameter is
|
5727
|
+
# specified, the response includes only records beyond the marker, up to
|
5728
|
+
# the value specified by the `MaxRecords` parameter. You can retrieve
|
5729
|
+
# the next set of response records by providing the returned marker
|
5730
|
+
# value in the `Marker` parameter and retrying the request.
|
5731
|
+
#
|
5732
|
+
# @return [Types::DescribeReservedNodeExchangeStatusOutputMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5733
|
+
#
|
5734
|
+
# * {Types::DescribeReservedNodeExchangeStatusOutputMessage#reserved_node_exchange_status_details #reserved_node_exchange_status_details} => Array<Types::ReservedNodeExchangeStatus>
|
5735
|
+
# * {Types::DescribeReservedNodeExchangeStatusOutputMessage#marker #marker} => String
|
5736
|
+
#
|
5737
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
5738
|
+
#
|
5739
|
+
# @example Request syntax with placeholder values
|
5740
|
+
#
|
5741
|
+
# resp = client.describe_reserved_node_exchange_status({
|
5742
|
+
# reserved_node_id: "String",
|
5743
|
+
# reserved_node_exchange_request_id: "String",
|
5744
|
+
# max_records: 1,
|
5745
|
+
# marker: "String",
|
5746
|
+
# })
|
5747
|
+
#
|
5748
|
+
# @example Response structure
|
5749
|
+
#
|
5750
|
+
# resp.reserved_node_exchange_status_details #=> Array
|
5751
|
+
# resp.reserved_node_exchange_status_details[0].reserved_node_exchange_request_id #=> String
|
5752
|
+
# resp.reserved_node_exchange_status_details[0].status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
5753
|
+
# resp.reserved_node_exchange_status_details[0].request_time #=> Time
|
5754
|
+
# resp.reserved_node_exchange_status_details[0].source_reserved_node_id #=> String
|
5755
|
+
# resp.reserved_node_exchange_status_details[0].source_reserved_node_type #=> String
|
5756
|
+
# resp.reserved_node_exchange_status_details[0].source_reserved_node_count #=> Integer
|
5757
|
+
# resp.reserved_node_exchange_status_details[0].target_reserved_node_offering_id #=> String
|
5758
|
+
# resp.reserved_node_exchange_status_details[0].target_reserved_node_type #=> String
|
5759
|
+
# resp.reserved_node_exchange_status_details[0].target_reserved_node_count #=> Integer
|
5760
|
+
# resp.marker #=> String
|
5761
|
+
#
|
5762
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodeExchangeStatus AWS API Documentation
|
5763
|
+
#
|
5764
|
+
# @overload describe_reserved_node_exchange_status(params = {})
|
5765
|
+
# @param [Hash] params ({})
|
5766
|
+
def describe_reserved_node_exchange_status(params = {}, options = {})
|
5767
|
+
req = build_request(:describe_reserved_node_exchange_status, params)
|
5768
|
+
req.send_request(options)
|
5769
|
+
end
|
5770
|
+
|
5650
5771
|
# Returns a list of the available reserved node offerings by Amazon
|
5651
5772
|
# Redshift with their descriptions including the node type, the fixed
|
5652
5773
|
# and recurring costs of reserving the node and duration the node will
|
@@ -5946,6 +6067,8 @@ module Aws::Redshift
|
|
5946
6067
|
# resp.scheduled_actions[0].target_action.resize_cluster.node_type #=> String
|
5947
6068
|
# resp.scheduled_actions[0].target_action.resize_cluster.number_of_nodes #=> Integer
|
5948
6069
|
# resp.scheduled_actions[0].target_action.resize_cluster.classic #=> Boolean
|
6070
|
+
# resp.scheduled_actions[0].target_action.resize_cluster.reserved_node_id #=> String
|
6071
|
+
# resp.scheduled_actions[0].target_action.resize_cluster.target_reserved_node_offering_id #=> String
|
5949
6072
|
# resp.scheduled_actions[0].target_action.pause_cluster.cluster_identifier #=> String
|
5950
6073
|
# resp.scheduled_actions[0].target_action.resume_cluster.cluster_identifier #=> String
|
5951
6074
|
# resp.scheduled_actions[0].schedule #=> String
|
@@ -6639,6 +6762,16 @@ module Aws::Redshift
|
|
6639
6762
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
6640
6763
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
6641
6764
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
6765
|
+
# resp.cluster.default_iam_role_arn #=> String
|
6766
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
6767
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
6768
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
6769
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
6770
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
6771
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
6772
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
6773
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
6774
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
6642
6775
|
#
|
6643
6776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
|
6644
6777
|
#
|
@@ -6939,6 +7072,16 @@ module Aws::Redshift
|
|
6939
7072
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
6940
7073
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
6941
7074
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
7075
|
+
# resp.cluster.default_iam_role_arn #=> String
|
7076
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
7077
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
7078
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
7079
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
7080
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
7081
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
7082
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
7083
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
7084
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
6942
7085
|
#
|
6943
7086
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
|
6944
7087
|
#
|
@@ -7109,6 +7252,97 @@ module Aws::Redshift
|
|
7109
7252
|
req.send_request(options)
|
7110
7253
|
end
|
7111
7254
|
|
7255
|
+
# Gets the configuration options for the reserved-node exchange. These
|
7256
|
+
# options include information about the source reserved node and target
|
7257
|
+
# reserved node offering. Details include the node type, the price, the
|
7258
|
+
# node count, and the offering type.
|
7259
|
+
#
|
7260
|
+
# @option params [required, String] :action_type
|
7261
|
+
# The action type of the reserved-node configuration. The action type
|
7262
|
+
# can be an exchange initiated from either a snapshot or a resize.
|
7263
|
+
#
|
7264
|
+
# @option params [String] :cluster_identifier
|
7265
|
+
# The identifier for the cluster that is the source for a reserved-node
|
7266
|
+
# exchange.
|
7267
|
+
#
|
7268
|
+
# @option params [String] :snapshot_identifier
|
7269
|
+
# The identifier for the snapshot that is the source for the
|
7270
|
+
# reserved-node exchange.
|
7271
|
+
#
|
7272
|
+
# @option params [Integer] :max_records
|
7273
|
+
# The maximum number of response records to return in each call. If the
|
7274
|
+
# number of remaining response records exceeds the specified
|
7275
|
+
# `MaxRecords` value, a value is returned in a `Marker` field of the
|
7276
|
+
# response. You can retrieve the next set of records by retrying the
|
7277
|
+
# command with the returned marker value.
|
7278
|
+
#
|
7279
|
+
# @option params [String] :marker
|
7280
|
+
# An optional pagination token provided by a previous
|
7281
|
+
# `GetReservedNodeExchangeConfigurationOptions` request. If this
|
7282
|
+
# parameter is specified, the response includes only records beyond the
|
7283
|
+
# marker, up to the value specified by the `MaxRecords` parameter. You
|
7284
|
+
# can retrieve the next set of response records by providing the
|
7285
|
+
# returned marker value in the `Marker` parameter and retrying the
|
7286
|
+
# request.
|
7287
|
+
#
|
7288
|
+
# @return [Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7289
|
+
#
|
7290
|
+
# * {Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage#marker #marker} => String
|
7291
|
+
# * {Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage#reserved_node_configuration_option_list #reserved_node_configuration_option_list} => Array<Types::ReservedNodeConfigurationOption>
|
7292
|
+
#
|
7293
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
7294
|
+
#
|
7295
|
+
# @example Request syntax with placeholder values
|
7296
|
+
#
|
7297
|
+
# resp = client.get_reserved_node_exchange_configuration_options({
|
7298
|
+
# action_type: "restore-cluster", # required, accepts restore-cluster, resize-cluster
|
7299
|
+
# cluster_identifier: "String",
|
7300
|
+
# snapshot_identifier: "String",
|
7301
|
+
# max_records: 1,
|
7302
|
+
# marker: "String",
|
7303
|
+
# })
|
7304
|
+
#
|
7305
|
+
# @example Response structure
|
7306
|
+
#
|
7307
|
+
# resp.marker #=> String
|
7308
|
+
# resp.reserved_node_configuration_option_list #=> Array
|
7309
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.reserved_node_id #=> String
|
7310
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.reserved_node_offering_id #=> String
|
7311
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.node_type #=> String
|
7312
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.start_time #=> Time
|
7313
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.duration #=> Integer
|
7314
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.fixed_price #=> Float
|
7315
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.usage_price #=> Float
|
7316
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.currency_code #=> String
|
7317
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.node_count #=> Integer
|
7318
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.state #=> String
|
7319
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.offering_type #=> String
|
7320
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.recurring_charges #=> Array
|
7321
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.recurring_charges[0].recurring_charge_amount #=> Float
|
7322
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.recurring_charges[0].recurring_charge_frequency #=> String
|
7323
|
+
# resp.reserved_node_configuration_option_list[0].source_reserved_node.reserved_node_offering_type #=> String, one of "Regular", "Upgradable"
|
7324
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_count #=> Integer
|
7325
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.reserved_node_offering_id #=> String
|
7326
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.node_type #=> String
|
7327
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.duration #=> Integer
|
7328
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.fixed_price #=> Float
|
7329
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.usage_price #=> Float
|
7330
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.currency_code #=> String
|
7331
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.offering_type #=> String
|
7332
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.recurring_charges #=> Array
|
7333
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.recurring_charges[0].recurring_charge_amount #=> Float
|
7334
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.recurring_charges[0].recurring_charge_frequency #=> String
|
7335
|
+
# resp.reserved_node_configuration_option_list[0].target_reserved_node_offering.reserved_node_offering_type #=> String, one of "Regular", "Upgradable"
|
7336
|
+
#
|
7337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/GetReservedNodeExchangeConfigurationOptions AWS API Documentation
|
7338
|
+
#
|
7339
|
+
# @overload get_reserved_node_exchange_configuration_options(params = {})
|
7340
|
+
# @param [Hash] params ({})
|
7341
|
+
def get_reserved_node_exchange_configuration_options(params = {}, options = {})
|
7342
|
+
req = build_request(:get_reserved_node_exchange_configuration_options, params)
|
7343
|
+
req.send_request(options)
|
7344
|
+
end
|
7345
|
+
|
7112
7346
|
# Returns an array of DC2 ReservedNodeOfferings that matches the payment
|
7113
7347
|
# type, term, and usage price of the given DC1 reserved node.
|
7114
7348
|
#
|
@@ -7667,6 +7901,16 @@ module Aws::Redshift
|
|
7667
7901
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
7668
7902
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
7669
7903
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
7904
|
+
# resp.cluster.default_iam_role_arn #=> String
|
7905
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
7906
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
7907
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
7908
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
7909
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
7910
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
7911
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
7912
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
7913
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
7670
7914
|
#
|
7671
7915
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
|
7672
7916
|
#
|
@@ -7811,6 +8055,16 @@ module Aws::Redshift
|
|
7811
8055
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
7812
8056
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
7813
8057
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
8058
|
+
# resp.cluster.default_iam_role_arn #=> String
|
8059
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
8060
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
8061
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
8062
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
8063
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
8064
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
8065
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
8066
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
8067
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
7814
8068
|
#
|
7815
8069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
|
7816
8070
|
#
|
@@ -7841,6 +8095,10 @@ module Aws::Redshift
|
|
7841
8095
|
# You can disassociate up to 10 IAM roles from a single cluster in a
|
7842
8096
|
# single request.
|
7843
8097
|
#
|
8098
|
+
# @option params [String] :default_iam_role_arn
|
8099
|
+
# The Amazon Resource Name (ARN) for the IAM role that was set as
|
8100
|
+
# default for the cluster when the cluster was last modified.
|
8101
|
+
#
|
7844
8102
|
# @return [Types::ModifyClusterIamRolesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7845
8103
|
#
|
7846
8104
|
# * {Types::ModifyClusterIamRolesResult#cluster #cluster} => Types::Cluster
|
@@ -7851,6 +8109,7 @@ module Aws::Redshift
|
|
7851
8109
|
# cluster_identifier: "String", # required
|
7852
8110
|
# add_iam_roles: ["String"],
|
7853
8111
|
# remove_iam_roles: ["String"],
|
8112
|
+
# default_iam_role_arn: "String",
|
7854
8113
|
# })
|
7855
8114
|
#
|
7856
8115
|
# @example Response structure
|
@@ -7963,6 +8222,16 @@ module Aws::Redshift
|
|
7963
8222
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
7964
8223
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
7965
8224
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
8225
|
+
# resp.cluster.default_iam_role_arn #=> String
|
8226
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
8227
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
8228
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
8229
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
8230
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
8231
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
8232
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
8233
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
8234
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
7966
8235
|
#
|
7967
8236
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
|
7968
8237
|
#
|
@@ -8123,6 +8392,16 @@ module Aws::Redshift
|
|
8123
8392
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
8124
8393
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
8125
8394
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
8395
|
+
# resp.cluster.default_iam_role_arn #=> String
|
8396
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
8397
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
8398
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
8399
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
8400
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
8401
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
8402
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
8403
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
8404
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
8126
8405
|
#
|
8127
8406
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
|
8128
8407
|
#
|
@@ -8569,6 +8848,8 @@ module Aws::Redshift
|
|
8569
8848
|
# node_type: "String",
|
8570
8849
|
# number_of_nodes: 1,
|
8571
8850
|
# classic: false,
|
8851
|
+
# reserved_node_id: "String",
|
8852
|
+
# target_reserved_node_offering_id: "String",
|
8572
8853
|
# },
|
8573
8854
|
# pause_cluster: {
|
8574
8855
|
# cluster_identifier: "String", # required
|
@@ -8593,6 +8874,8 @@ module Aws::Redshift
|
|
8593
8874
|
# resp.target_action.resize_cluster.node_type #=> String
|
8594
8875
|
# resp.target_action.resize_cluster.number_of_nodes #=> Integer
|
8595
8876
|
# resp.target_action.resize_cluster.classic #=> Boolean
|
8877
|
+
# resp.target_action.resize_cluster.reserved_node_id #=> String
|
8878
|
+
# resp.target_action.resize_cluster.target_reserved_node_offering_id #=> String
|
8596
8879
|
# resp.target_action.pause_cluster.cluster_identifier #=> String
|
8597
8880
|
# resp.target_action.resume_cluster.cluster_identifier #=> String
|
8598
8881
|
# resp.schedule #=> String
|
@@ -8783,6 +9066,16 @@ module Aws::Redshift
|
|
8783
9066
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
8784
9067
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
8785
9068
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
9069
|
+
# resp.cluster.default_iam_role_arn #=> String
|
9070
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
9071
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
9072
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
9073
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
9074
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
9075
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
9076
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
9077
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
9078
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
8786
9079
|
#
|
8787
9080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
|
8788
9081
|
#
|
@@ -9026,6 +9319,16 @@ module Aws::Redshift
|
|
9026
9319
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
9027
9320
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
9028
9321
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
9322
|
+
# resp.cluster.default_iam_role_arn #=> String
|
9323
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
9324
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
9325
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
9326
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
9327
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
9328
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
9329
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
9330
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
9331
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
9029
9332
|
#
|
9030
9333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
|
9031
9334
|
#
|
@@ -9232,6 +9535,16 @@ module Aws::Redshift
|
|
9232
9535
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
9233
9536
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
9234
9537
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
9538
|
+
# resp.cluster.default_iam_role_arn #=> String
|
9539
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
9540
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
9541
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
9542
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
9543
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
9544
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
9545
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
9546
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
9547
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
9235
9548
|
#
|
9236
9549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
|
9237
9550
|
#
|
@@ -9391,6 +9704,12 @@ module Aws::Redshift
|
|
9391
9704
|
# classic resize process. If you don't provide this parameter or set
|
9392
9705
|
# the value to `false`, the resize type is elastic.
|
9393
9706
|
#
|
9707
|
+
# @option params [String] :reserved_node_id
|
9708
|
+
# The identifier of the reserved node.
|
9709
|
+
#
|
9710
|
+
# @option params [String] :target_reserved_node_offering_id
|
9711
|
+
# The identifier of the target reserved node offering.
|
9712
|
+
#
|
9394
9713
|
# @return [Types::ResizeClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9395
9714
|
#
|
9396
9715
|
# * {Types::ResizeClusterResult#cluster #cluster} => Types::Cluster
|
@@ -9403,6 +9722,8 @@ module Aws::Redshift
|
|
9403
9722
|
# node_type: "String",
|
9404
9723
|
# number_of_nodes: 1,
|
9405
9724
|
# classic: false,
|
9725
|
+
# reserved_node_id: "String",
|
9726
|
+
# target_reserved_node_offering_id: "String",
|
9406
9727
|
# })
|
9407
9728
|
#
|
9408
9729
|
# @example Response structure
|
@@ -9515,6 +9836,16 @@ module Aws::Redshift
|
|
9515
9836
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
9516
9837
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
9517
9838
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
9839
|
+
# resp.cluster.default_iam_role_arn #=> String
|
9840
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
9841
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
9842
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
9843
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
9844
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
9845
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
9846
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
9847
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
9848
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
9518
9849
|
#
|
9519
9850
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
|
9520
9851
|
#
|
@@ -9780,6 +10111,17 @@ module Aws::Redshift
|
|
9780
10111
|
#
|
9781
10112
|
# * auto - Amazon Redshift determines whether to use AQUA.
|
9782
10113
|
#
|
10114
|
+
# @option params [String] :default_iam_role_arn
|
10115
|
+
# The Amazon Resource Name (ARN) for the IAM role that was set as
|
10116
|
+
# default for the cluster when the cluster was last modified while it
|
10117
|
+
# was restored from a snapshot.
|
10118
|
+
#
|
10119
|
+
# @option params [String] :reserved_node_id
|
10120
|
+
# The identifier of the target reserved node offering.
|
10121
|
+
#
|
10122
|
+
# @option params [String] :target_reserved_node_offering_id
|
10123
|
+
# The identifier of the target reserved node offering.
|
10124
|
+
#
|
9783
10125
|
# @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9784
10126
|
#
|
9785
10127
|
# * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
|
@@ -9815,6 +10157,9 @@ module Aws::Redshift
|
|
9815
10157
|
# number_of_nodes: 1,
|
9816
10158
|
# availability_zone_relocation: false,
|
9817
10159
|
# aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
|
10160
|
+
# default_iam_role_arn: "String",
|
10161
|
+
# reserved_node_id: "String",
|
10162
|
+
# target_reserved_node_offering_id: "String",
|
9818
10163
|
# })
|
9819
10164
|
#
|
9820
10165
|
# @example Response structure
|
@@ -9927,6 +10272,16 @@ module Aws::Redshift
|
|
9927
10272
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
9928
10273
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
9929
10274
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
10275
|
+
# resp.cluster.default_iam_role_arn #=> String
|
10276
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
10277
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
10278
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
10279
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
10280
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
10281
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
10282
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
10283
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
10284
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
9930
10285
|
#
|
9931
10286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
|
9932
10287
|
#
|
@@ -10155,6 +10510,16 @@ module Aws::Redshift
|
|
10155
10510
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
10156
10511
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
10157
10512
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
10513
|
+
# resp.cluster.default_iam_role_arn #=> String
|
10514
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
10515
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
10516
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
10517
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
10518
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
10519
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
10520
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
10521
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
10522
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
10158
10523
|
#
|
10159
10524
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
|
10160
10525
|
#
|
@@ -10519,6 +10884,16 @@ module Aws::Redshift
|
|
10519
10884
|
# resp.cluster.total_storage_capacity_in_mega_bytes #=> Integer
|
10520
10885
|
# resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
|
10521
10886
|
# resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
|
10887
|
+
# resp.cluster.default_iam_role_arn #=> String
|
10888
|
+
# resp.cluster.reserved_node_exchange_status.reserved_node_exchange_request_id #=> String
|
10889
|
+
# resp.cluster.reserved_node_exchange_status.status #=> String, one of "REQUESTED", "PENDING", "IN_PROGRESS", "RETRYING", "SUCCEEDED", "FAILED"
|
10890
|
+
# resp.cluster.reserved_node_exchange_status.request_time #=> Time
|
10891
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_id #=> String
|
10892
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_type #=> String
|
10893
|
+
# resp.cluster.reserved_node_exchange_status.source_reserved_node_count #=> Integer
|
10894
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_offering_id #=> String
|
10895
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_type #=> String
|
10896
|
+
# resp.cluster.reserved_node_exchange_status.target_reserved_node_count #=> Integer
|
10522
10897
|
#
|
10523
10898
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
|
10524
10899
|
#
|
@@ -10594,7 +10969,7 @@ module Aws::Redshift
|
|
10594
10969
|
params: params,
|
10595
10970
|
config: config)
|
10596
10971
|
context[:gem_name] = 'aws-sdk-redshift'
|
10597
|
-
context[:gem_version] = '1.
|
10972
|
+
context[:gem_version] = '1.73.0'
|
10598
10973
|
Seahorse::Client::Request.new(handlers, context)
|
10599
10974
|
end
|
10600
10975
|
|