aws-sdk-redshift 1.72.0 → 1.73.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a659c0541ad3241a422293d5306e48251b6c5dfd142b112e1a489fd6b4d09861
4
- data.tar.gz: 83a9a90481ceaf3ed86acd85f5ea9e8606966e8f2bde2c0eb44ef1f950a606db
3
+ metadata.gz: 891f875ac76525a9ad7bae75bdff145b2a6826354fd73afc0738e48b8eeb2ab6
4
+ data.tar.gz: e52db62dccfb576cc5b88cbe988626cb5c4c5eade9589ff466d76cbe5c8f3960
5
5
  SHA512:
6
- metadata.gz: f25fef7b3d5235d705ffad28efe32c333cce453e25d73c68575e337c6444c4d1fe8cf5989172bd6e18b8accf0901d9d08749e22d1c0d6130f0bf5a2425739ffc
7
- data.tar.gz: e77699cf797f3a7022967a6f93a99997b19df2609befe87f6988182fdb5f9de6cf53e35f208fedd3bfdb16b29eee4915d29228b320ea39fb1f24198b6f587d73
6
+ metadata.gz: 5b4fffc7c1015da565072f9d3132ba0985e8d671d92376805a20c9ca9242b70ebddafbe602c1856ee2da92f9b4c02ed10ad86963e710f0afea3c0c25991b86fa
7
+ data.tar.gz: 8bf81ea2747e44dbfbb5e75ba2715aa1a40e4313248f1c6a6abfe7d2be5dadc43f30465eb9f226387361e23910888db30595f49860144202ea6ec2ef6fddfa48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for reserved node exchange with restore/resize
8
+
4
9
  1.72.0 (2021-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -1591,6 +1591,15 @@ module Aws::Redshift
1591
1591
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
1592
1592
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
1593
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
1594
1603
  #
1595
1604
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
1596
1605
  #
@@ -2370,6 +2379,8 @@ module Aws::Redshift
2370
2379
  # node_type: "String",
2371
2380
  # number_of_nodes: 1,
2372
2381
  # classic: false,
2382
+ # reserved_node_id: "String",
2383
+ # target_reserved_node_offering_id: "String",
2373
2384
  # },
2374
2385
  # pause_cluster: {
2375
2386
  # cluster_identifier: "String", # required
@@ -2394,6 +2405,8 @@ module Aws::Redshift
2394
2405
  # resp.target_action.resize_cluster.node_type #=> String
2395
2406
  # resp.target_action.resize_cluster.number_of_nodes #=> Integer
2396
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
2397
2410
  # resp.target_action.pause_cluster.cluster_identifier #=> String
2398
2411
  # resp.target_action.resume_cluster.cluster_identifier #=> String
2399
2412
  # resp.schedule #=> String
@@ -2953,6 +2966,15 @@ module Aws::Redshift
2953
2966
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
2954
2967
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
2955
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
2956
2978
  #
2957
2979
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
2958
2980
  #
@@ -4505,6 +4527,15 @@ module Aws::Redshift
4505
4527
  # resp.clusters[0].aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
4506
4528
  # resp.clusters[0].aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
4507
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
4508
4539
  #
4509
4540
  #
4510
4541
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4549,6 +4580,8 @@ module Aws::Redshift
4549
4580
  # * {Types::DescribeDataSharesResult#data_shares #data_shares} => Array<Types::DataShare>
4550
4581
  # * {Types::DescribeDataSharesResult#marker #marker} => String
4551
4582
  #
4583
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4584
+ #
4552
4585
  # @example Request syntax with placeholder values
4553
4586
  #
4554
4587
  # resp = client.describe_data_shares({
@@ -4612,6 +4645,8 @@ module Aws::Redshift
4612
4645
  # * {Types::DescribeDataSharesForConsumerResult#data_shares #data_shares} => Array<Types::DataShare>
4613
4646
  # * {Types::DescribeDataSharesForConsumerResult#marker #marker} => String
4614
4647
  #
4648
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4649
+ #
4615
4650
  # @example Request syntax with placeholder values
4616
4651
  #
4617
4652
  # resp = client.describe_data_shares_for_consumer({
@@ -4676,6 +4711,8 @@ module Aws::Redshift
4676
4711
  # * {Types::DescribeDataSharesForProducerResult#data_shares #data_shares} => Array<Types::DataShare>
4677
4712
  # * {Types::DescribeDataSharesForProducerResult#marker #marker} => String
4678
4713
  #
4714
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4715
+ #
4679
4716
  # @example Request syntax with placeholder values
4680
4717
  #
4681
4718
  # resp = client.describe_data_shares_for_producer({
@@ -5666,6 +5703,71 @@ module Aws::Redshift
5666
5703
  req.send_request(options)
5667
5704
  end
5668
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
+
5669
5771
  # Returns a list of the available reserved node offerings by Amazon
5670
5772
  # Redshift with their descriptions including the node type, the fixed
5671
5773
  # and recurring costs of reserving the node and duration the node will
@@ -5965,6 +6067,8 @@ module Aws::Redshift
5965
6067
  # resp.scheduled_actions[0].target_action.resize_cluster.node_type #=> String
5966
6068
  # resp.scheduled_actions[0].target_action.resize_cluster.number_of_nodes #=> Integer
5967
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
5968
6072
  # resp.scheduled_actions[0].target_action.pause_cluster.cluster_identifier #=> String
5969
6073
  # resp.scheduled_actions[0].target_action.resume_cluster.cluster_identifier #=> String
5970
6074
  # resp.scheduled_actions[0].schedule #=> String
@@ -6659,6 +6763,15 @@ module Aws::Redshift
6659
6763
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6660
6764
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6661
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
6662
6775
  #
6663
6776
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
6664
6777
  #
@@ -6960,6 +7073,15 @@ module Aws::Redshift
6960
7073
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
6961
7074
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
6962
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
6963
7085
  #
6964
7086
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
6965
7087
  #
@@ -7130,6 +7252,97 @@ module Aws::Redshift
7130
7252
  req.send_request(options)
7131
7253
  end
7132
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
+
7133
7346
  # Returns an array of DC2 ReservedNodeOfferings that matches the payment
7134
7347
  # type, term, and usage price of the given DC1 reserved node.
7135
7348
  #
@@ -7689,6 +7902,15 @@ module Aws::Redshift
7689
7902
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7690
7903
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7691
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
7692
7914
  #
7693
7915
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
7694
7916
  #
@@ -7834,6 +8056,15 @@ module Aws::Redshift
7834
8056
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7835
8057
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7836
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
7837
8068
  #
7838
8069
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
7839
8070
  #
@@ -7992,6 +8223,15 @@ module Aws::Redshift
7992
8223
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
7993
8224
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
7994
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
7995
8235
  #
7996
8236
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
7997
8237
  #
@@ -8153,6 +8393,15 @@ module Aws::Redshift
8153
8393
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
8154
8394
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8155
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
8156
8405
  #
8157
8406
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
8158
8407
  #
@@ -8599,6 +8848,8 @@ module Aws::Redshift
8599
8848
  # node_type: "String",
8600
8849
  # number_of_nodes: 1,
8601
8850
  # classic: false,
8851
+ # reserved_node_id: "String",
8852
+ # target_reserved_node_offering_id: "String",
8602
8853
  # },
8603
8854
  # pause_cluster: {
8604
8855
  # cluster_identifier: "String", # required
@@ -8623,6 +8874,8 @@ module Aws::Redshift
8623
8874
  # resp.target_action.resize_cluster.node_type #=> String
8624
8875
  # resp.target_action.resize_cluster.number_of_nodes #=> Integer
8625
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
8626
8879
  # resp.target_action.pause_cluster.cluster_identifier #=> String
8627
8880
  # resp.target_action.resume_cluster.cluster_identifier #=> String
8628
8881
  # resp.schedule #=> String
@@ -8814,6 +9067,15 @@ module Aws::Redshift
8814
9067
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
8815
9068
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
8816
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
8817
9079
  #
8818
9080
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
8819
9081
  #
@@ -9058,6 +9320,15 @@ module Aws::Redshift
9058
9320
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9059
9321
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
9060
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
9061
9332
  #
9062
9333
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/PauseCluster AWS API Documentation
9063
9334
  #
@@ -9265,6 +9536,15 @@ module Aws::Redshift
9265
9536
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9266
9537
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
9267
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
9268
9548
  #
9269
9549
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
9270
9550
  #
@@ -9424,6 +9704,12 @@ module Aws::Redshift
9424
9704
  # classic resize process. If you don't provide this parameter or set
9425
9705
  # the value to `false`, the resize type is elastic.
9426
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
+ #
9427
9713
  # @return [Types::ResizeClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9428
9714
  #
9429
9715
  # * {Types::ResizeClusterResult#cluster #cluster} => Types::Cluster
@@ -9436,6 +9722,8 @@ module Aws::Redshift
9436
9722
  # node_type: "String",
9437
9723
  # number_of_nodes: 1,
9438
9724
  # classic: false,
9725
+ # reserved_node_id: "String",
9726
+ # target_reserved_node_offering_id: "String",
9439
9727
  # })
9440
9728
  #
9441
9729
  # @example Response structure
@@ -9549,6 +9837,15 @@ module Aws::Redshift
9549
9837
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9550
9838
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
9551
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
9552
9849
  #
9553
9850
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
9554
9851
  #
@@ -9819,6 +10116,12 @@ module Aws::Redshift
9819
10116
  # default for the cluster when the cluster was last modified while it
9820
10117
  # was restored from a snapshot.
9821
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
+ #
9822
10125
  # @return [Types::RestoreFromClusterSnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9823
10126
  #
9824
10127
  # * {Types::RestoreFromClusterSnapshotResult#cluster #cluster} => Types::Cluster
@@ -9855,6 +10158,8 @@ module Aws::Redshift
9855
10158
  # availability_zone_relocation: false,
9856
10159
  # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
9857
10160
  # default_iam_role_arn: "String",
10161
+ # reserved_node_id: "String",
10162
+ # target_reserved_node_offering_id: "String",
9858
10163
  # })
9859
10164
  #
9860
10165
  # @example Response structure
@@ -9968,6 +10273,15 @@ module Aws::Redshift
9968
10273
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
9969
10274
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
9970
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
9971
10285
  #
9972
10286
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
9973
10287
  #
@@ -10197,6 +10511,15 @@ module Aws::Redshift
10197
10511
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
10198
10512
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
10199
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
10200
10523
  #
10201
10524
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResumeCluster AWS API Documentation
10202
10525
  #
@@ -10562,6 +10885,15 @@ module Aws::Redshift
10562
10885
  # resp.cluster.aqua_configuration.aqua_status #=> String, one of "enabled", "disabled", "applying"
10563
10886
  # resp.cluster.aqua_configuration.aqua_configuration_status #=> String, one of "enabled", "disabled", "auto"
10564
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
10565
10897
  #
10566
10898
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
10567
10899
  #
@@ -10637,7 +10969,7 @@ module Aws::Redshift
10637
10969
  params: params,
10638
10970
  config: config)
10639
10971
  context[:gem_name] = 'aws-sdk-redshift'
10640
- context[:gem_version] = '1.72.0'
10972
+ context[:gem_version] = '1.73.0'
10641
10973
  Seahorse::Client::Request.new(handlers, context)
10642
10974
  end
10643
10975
 
@@ -206,6 +206,8 @@ module Aws::Redshift
206
206
  DescribeOrderableClusterOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableClusterOptionsMessage')
207
207
  DescribePartnersInputMessage = Shapes::StructureShape.new(name: 'DescribePartnersInputMessage')
208
208
  DescribePartnersOutputMessage = Shapes::StructureShape.new(name: 'DescribePartnersOutputMessage')
209
+ DescribeReservedNodeExchangeStatusInputMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeExchangeStatusInputMessage')
210
+ DescribeReservedNodeExchangeStatusOutputMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeExchangeStatusOutputMessage')
209
211
  DescribeReservedNodeOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodeOfferingsMessage')
210
212
  DescribeReservedNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodesMessage')
211
213
  DescribeResizeMessage = Shapes::StructureShape.new(name: 'DescribeResizeMessage')
@@ -257,6 +259,8 @@ module Aws::Redshift
257
259
  EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
258
260
  EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
259
261
  GetClusterCredentialsMessage = Shapes::StructureShape.new(name: 'GetClusterCredentialsMessage')
262
+ GetReservedNodeExchangeConfigurationOptionsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsInputMessage')
263
+ GetReservedNodeExchangeConfigurationOptionsOutputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeConfigurationOptionsOutputMessage')
260
264
  GetReservedNodeExchangeOfferingsInputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeOfferingsInputMessage')
261
265
  GetReservedNodeExchangeOfferingsOutputMessage = Shapes::StructureShape.new(name: 'GetReservedNodeExchangeOfferingsOutputMessage')
262
266
  HsmClientCertificate = Shapes::StructureShape.new(name: 'HsmClientCertificate')
@@ -389,6 +393,13 @@ module Aws::Redshift
389
393
  ReservedNode = Shapes::StructureShape.new(name: 'ReservedNode')
390
394
  ReservedNodeAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyExistsFault')
391
395
  ReservedNodeAlreadyMigratedFault = Shapes::StructureShape.new(name: 'ReservedNodeAlreadyMigratedFault')
396
+ ReservedNodeConfigurationOption = Shapes::StructureShape.new(name: 'ReservedNodeConfigurationOption')
397
+ ReservedNodeConfigurationOptionList = Shapes::ListShape.new(name: 'ReservedNodeConfigurationOptionList')
398
+ ReservedNodeExchangeActionType = Shapes::StringShape.new(name: 'ReservedNodeExchangeActionType')
399
+ ReservedNodeExchangeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeExchangeNotFoundFault')
400
+ ReservedNodeExchangeStatus = Shapes::StructureShape.new(name: 'ReservedNodeExchangeStatus')
401
+ ReservedNodeExchangeStatusList = Shapes::ListShape.new(name: 'ReservedNodeExchangeStatusList')
402
+ ReservedNodeExchangeStatusType = Shapes::StringShape.new(name: 'ReservedNodeExchangeStatusType')
392
403
  ReservedNodeList = Shapes::ListShape.new(name: 'ReservedNodeList')
393
404
  ReservedNodeNotFoundFault = Shapes::StructureShape.new(name: 'ReservedNodeNotFoundFault')
394
405
  ReservedNodeOffering = Shapes::StructureShape.new(name: 'ReservedNodeOffering')
@@ -700,6 +711,7 @@ module Aws::Redshift
700
711
  Cluster.add_member(:total_storage_capacity_in_mega_bytes, Shapes::ShapeRef.new(shape: LongOptional, location_name: "TotalStorageCapacityInMegaBytes"))
701
712
  Cluster.add_member(:aqua_configuration, Shapes::ShapeRef.new(shape: AquaConfiguration, location_name: "AquaConfiguration"))
702
713
  Cluster.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultIamRoleArn"))
714
+ Cluster.add_member(:reserved_node_exchange_status, Shapes::ShapeRef.new(shape: ReservedNodeExchangeStatus, location_name: "ReservedNodeExchangeStatus"))
703
715
  Cluster.struct_class = Types::Cluster
704
716
 
705
717
  ClusterAlreadyExistsFault.struct_class = Types::ClusterAlreadyExistsFault
@@ -1326,6 +1338,16 @@ module Aws::Redshift
1326
1338
  DescribePartnersOutputMessage.add_member(:partner_integration_info_list, Shapes::ShapeRef.new(shape: PartnerIntegrationInfoList, location_name: "PartnerIntegrationInfoList"))
1327
1339
  DescribePartnersOutputMessage.struct_class = Types::DescribePartnersOutputMessage
1328
1340
 
1341
+ DescribeReservedNodeExchangeStatusInputMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
1342
+ DescribeReservedNodeExchangeStatusInputMessage.add_member(:reserved_node_exchange_request_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeExchangeRequestId"))
1343
+ DescribeReservedNodeExchangeStatusInputMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1344
+ DescribeReservedNodeExchangeStatusInputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1345
+ DescribeReservedNodeExchangeStatusInputMessage.struct_class = Types::DescribeReservedNodeExchangeStatusInputMessage
1346
+
1347
+ DescribeReservedNodeExchangeStatusOutputMessage.add_member(:reserved_node_exchange_status_details, Shapes::ShapeRef.new(shape: ReservedNodeExchangeStatusList, location_name: "ReservedNodeExchangeStatusDetails"))
1348
+ DescribeReservedNodeExchangeStatusOutputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1349
+ DescribeReservedNodeExchangeStatusOutputMessage.struct_class = Types::DescribeReservedNodeExchangeStatusOutputMessage
1350
+
1329
1351
  DescribeReservedNodeOfferingsMessage.add_member(:reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeOfferingId"))
1330
1352
  DescribeReservedNodeOfferingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1331
1353
  DescribeReservedNodeOfferingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1551,6 +1573,17 @@ module Aws::Redshift
1551
1573
  GetClusterCredentialsMessage.add_member(:db_groups, Shapes::ShapeRef.new(shape: DbGroupList, location_name: "DbGroups"))
1552
1574
  GetClusterCredentialsMessage.struct_class = Types::GetClusterCredentialsMessage
1553
1575
 
1576
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:action_type, Shapes::ShapeRef.new(shape: ReservedNodeExchangeActionType, required: true, location_name: "ActionType"))
1577
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
1578
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
1579
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1580
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1581
+ GetReservedNodeExchangeConfigurationOptionsInputMessage.struct_class = Types::GetReservedNodeExchangeConfigurationOptionsInputMessage
1582
+
1583
+ GetReservedNodeExchangeConfigurationOptionsOutputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1584
+ GetReservedNodeExchangeConfigurationOptionsOutputMessage.add_member(:reserved_node_configuration_option_list, Shapes::ShapeRef.new(shape: ReservedNodeConfigurationOptionList, location_name: "ReservedNodeConfigurationOptionList"))
1585
+ GetReservedNodeExchangeConfigurationOptionsOutputMessage.struct_class = Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage
1586
+
1554
1587
  GetReservedNodeExchangeOfferingsInputMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedNodeId"))
1555
1588
  GetReservedNodeExchangeOfferingsInputMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1556
1589
  GetReservedNodeExchangeOfferingsInputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -1981,6 +2014,28 @@ module Aws::Redshift
1981
2014
 
1982
2015
  ReservedNodeAlreadyMigratedFault.struct_class = Types::ReservedNodeAlreadyMigratedFault
1983
2016
 
2017
+ ReservedNodeConfigurationOption.add_member(:source_reserved_node, Shapes::ShapeRef.new(shape: ReservedNode, location_name: "SourceReservedNode"))
2018
+ ReservedNodeConfigurationOption.add_member(:target_reserved_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "TargetReservedNodeCount"))
2019
+ ReservedNodeConfigurationOption.add_member(:target_reserved_node_offering, Shapes::ShapeRef.new(shape: ReservedNodeOffering, location_name: "TargetReservedNodeOffering"))
2020
+ ReservedNodeConfigurationOption.struct_class = Types::ReservedNodeConfigurationOption
2021
+
2022
+ ReservedNodeConfigurationOptionList.member = Shapes::ShapeRef.new(shape: ReservedNodeConfigurationOption, location_name: "ReservedNodeConfigurationOption")
2023
+
2024
+ ReservedNodeExchangeNotFoundFault.struct_class = Types::ReservedNodeExchangeNotFoundFault
2025
+
2026
+ ReservedNodeExchangeStatus.add_member(:reserved_node_exchange_request_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeExchangeRequestId"))
2027
+ ReservedNodeExchangeStatus.add_member(:status, Shapes::ShapeRef.new(shape: ReservedNodeExchangeStatusType, location_name: "Status"))
2028
+ ReservedNodeExchangeStatus.add_member(:request_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "RequestTime"))
2029
+ ReservedNodeExchangeStatus.add_member(:source_reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "SourceReservedNodeId"))
2030
+ ReservedNodeExchangeStatus.add_member(:source_reserved_node_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceReservedNodeType"))
2031
+ ReservedNodeExchangeStatus.add_member(:source_reserved_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "SourceReservedNodeCount"))
2032
+ ReservedNodeExchangeStatus.add_member(:target_reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "TargetReservedNodeOfferingId"))
2033
+ ReservedNodeExchangeStatus.add_member(:target_reserved_node_type, Shapes::ShapeRef.new(shape: String, location_name: "TargetReservedNodeType"))
2034
+ ReservedNodeExchangeStatus.add_member(:target_reserved_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "TargetReservedNodeCount"))
2035
+ ReservedNodeExchangeStatus.struct_class = Types::ReservedNodeExchangeStatus
2036
+
2037
+ ReservedNodeExchangeStatusList.member = Shapes::ShapeRef.new(shape: ReservedNodeExchangeStatus, location_name: "ReservedNodeExchangeStatus")
2038
+
1984
2039
  ReservedNodeList.member = Shapes::ShapeRef.new(shape: ReservedNode, location_name: "ReservedNode")
1985
2040
 
1986
2041
  ReservedNodeNotFoundFault.struct_class = Types::ReservedNodeNotFoundFault
@@ -2020,6 +2075,8 @@ module Aws::Redshift
2020
2075
  ResizeClusterMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
2021
2076
  ResizeClusterMessage.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfNodes"))
2022
2077
  ResizeClusterMessage.add_member(:classic, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Classic"))
2078
+ ResizeClusterMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
2079
+ ResizeClusterMessage.add_member(:target_reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "TargetReservedNodeOfferingId"))
2023
2080
  ResizeClusterMessage.struct_class = Types::ResizeClusterMessage
2024
2081
 
2025
2082
  ResizeClusterResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -2082,6 +2139,8 @@ module Aws::Redshift
2082
2139
  RestoreFromClusterSnapshotMessage.add_member(:availability_zone_relocation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AvailabilityZoneRelocation"))
2083
2140
  RestoreFromClusterSnapshotMessage.add_member(:aqua_configuration_status, Shapes::ShapeRef.new(shape: AquaConfigurationStatus, location_name: "AquaConfigurationStatus"))
2084
2141
  RestoreFromClusterSnapshotMessage.add_member(:default_iam_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "DefaultIamRoleArn"))
2142
+ RestoreFromClusterSnapshotMessage.add_member(:reserved_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedNodeId"))
2143
+ RestoreFromClusterSnapshotMessage.add_member(:target_reserved_node_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "TargetReservedNodeOfferingId"))
2085
2144
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
2086
2145
 
2087
2146
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -3167,6 +3226,12 @@ module Aws::Redshift
3167
3226
  o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesMessage)
3168
3227
  o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesResult)
3169
3228
  o.errors << Shapes::ShapeRef.new(shape: InvalidDataShareFault)
3229
+ o[:pager] = Aws::Pager.new(
3230
+ limit_key: "max_records",
3231
+ tokens: {
3232
+ "marker" => "marker"
3233
+ }
3234
+ )
3170
3235
  end)
3171
3236
 
3172
3237
  api.add_operation(:describe_data_shares_for_consumer, Seahorse::Model::Operation.new.tap do |o|
@@ -3176,6 +3241,12 @@ module Aws::Redshift
3176
3241
  o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesForConsumerMessage)
3177
3242
  o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesForConsumerResult)
3178
3243
  o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
3244
+ o[:pager] = Aws::Pager.new(
3245
+ limit_key: "max_records",
3246
+ tokens: {
3247
+ "marker" => "marker"
3248
+ }
3249
+ )
3179
3250
  end)
3180
3251
 
3181
3252
  api.add_operation(:describe_data_shares_for_producer, Seahorse::Model::Operation.new.tap do |o|
@@ -3185,6 +3256,12 @@ module Aws::Redshift
3185
3256
  o.input = Shapes::ShapeRef.new(shape: DescribeDataSharesForProducerMessage)
3186
3257
  o.output = Shapes::ShapeRef.new(shape: DescribeDataSharesForProducerResult)
3187
3258
  o.errors << Shapes::ShapeRef.new(shape: InvalidNamespaceFault)
3259
+ o[:pager] = Aws::Pager.new(
3260
+ limit_key: "max_records",
3261
+ tokens: {
3262
+ "marker" => "marker"
3263
+ }
3264
+ )
3188
3265
  end)
3189
3266
 
3190
3267
  api.add_operation(:describe_default_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
@@ -3355,6 +3432,23 @@ module Aws::Redshift
3355
3432
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedPartnerIntegrationFault)
3356
3433
  end)
3357
3434
 
3435
+ api.add_operation(:describe_reserved_node_exchange_status, Seahorse::Model::Operation.new.tap do |o|
3436
+ o.name = "DescribeReservedNodeExchangeStatus"
3437
+ o.http_method = "POST"
3438
+ o.http_request_uri = "/"
3439
+ o.input = Shapes::ShapeRef.new(shape: DescribeReservedNodeExchangeStatusInputMessage)
3440
+ o.output = Shapes::ShapeRef.new(shape: DescribeReservedNodeExchangeStatusOutputMessage)
3441
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeNotFoundFault)
3442
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeExchangeNotFoundFault)
3443
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3444
+ o[:pager] = Aws::Pager.new(
3445
+ limit_key: "max_records",
3446
+ tokens: {
3447
+ "marker" => "marker"
3448
+ }
3449
+ )
3450
+ end)
3451
+
3358
3452
  api.add_operation(:describe_reserved_node_offerings, Seahorse::Model::Operation.new.tap do |o|
3359
3453
  o.name = "DescribeReservedNodeOfferings"
3360
3454
  o.http_method = "POST"
@@ -3575,6 +3669,28 @@ module Aws::Redshift
3575
3669
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3576
3670
  end)
3577
3671
 
3672
+ api.add_operation(:get_reserved_node_exchange_configuration_options, Seahorse::Model::Operation.new.tap do |o|
3673
+ o.name = "GetReservedNodeExchangeConfigurationOptions"
3674
+ o.http_method = "POST"
3675
+ o.http_request_uri = "/"
3676
+ o.input = Shapes::ShapeRef.new(shape: GetReservedNodeExchangeConfigurationOptionsInputMessage)
3677
+ o.output = Shapes::ShapeRef.new(shape: GetReservedNodeExchangeConfigurationOptionsOutputMessage)
3678
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeNotFoundFault)
3679
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReservedNodeStateFault)
3680
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyMigratedFault)
3681
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
3682
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3683
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3684
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
3685
+ o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotNotFoundFault)
3686
+ o[:pager] = Aws::Pager.new(
3687
+ limit_key: "max_records",
3688
+ tokens: {
3689
+ "marker" => "marker"
3690
+ }
3691
+ )
3692
+ end)
3693
+
3578
3694
  api.add_operation(:get_reserved_node_exchange_offerings, Seahorse::Model::Operation.new.tap do |o|
3579
3695
  o.name = "GetReservedNodeExchangeOfferings"
3580
3696
  o.http_method = "POST"
@@ -3866,6 +3982,12 @@ module Aws::Redshift
3866
3982
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3867
3983
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
3868
3984
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
3985
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeNotFoundFault)
3986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReservedNodeStateFault)
3987
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyMigratedFault)
3988
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
3989
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
3990
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyExistsFault)
3869
3991
  end)
3870
3992
 
3871
3993
  api.add_operation(:restore_from_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -3899,6 +4021,13 @@ module Aws::Redshift
3899
4021
  o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
3900
4022
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
3901
4023
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
4024
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeNotFoundFault)
4025
+ o.errors << Shapes::ShapeRef.new(shape: InvalidReservedNodeStateFault)
4026
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyMigratedFault)
4027
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeOfferingNotFoundFault)
4028
+ o.errors << Shapes::ShapeRef.new(shape: DependentServiceUnavailableFault)
4029
+ o.errors << Shapes::ShapeRef.new(shape: ReservedNodeAlreadyExistsFault)
4030
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
3902
4031
  end)
3903
4032
 
3904
4033
  api.add_operation(:restore_table_from_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
@@ -112,6 +112,7 @@ module Aws::Redshift
112
112
  # * {PartnerNotFoundFault}
113
113
  # * {ReservedNodeAlreadyExistsFault}
114
114
  # * {ReservedNodeAlreadyMigratedFault}
115
+ # * {ReservedNodeExchangeNotFoundFault}
115
116
  # * {ReservedNodeNotFoundFault}
116
117
  # * {ReservedNodeOfferingNotFoundFault}
117
118
  # * {ReservedNodeQuotaExceededFault}
@@ -1009,6 +1010,16 @@ module Aws::Redshift
1009
1010
  end
1010
1011
  end
1011
1012
 
1013
+ class ReservedNodeExchangeNotFoundFault < ServiceError
1014
+
1015
+ # @param [Seahorse::Client::RequestContext] context
1016
+ # @param [String] message
1017
+ # @param [Aws::Redshift::Types::ReservedNodeExchangeNotFoundFault] data
1018
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1019
+ super(context, message, data)
1020
+ end
1021
+ end
1022
+
1012
1023
  class ReservedNodeNotFoundFault < ServiceError
1013
1024
 
1014
1025
  # @param [Seahorse::Client::RequestContext] context
@@ -900,6 +900,11 @@ module Aws::Redshift
900
900
  # the cluster.
901
901
  # @return [String]
902
902
  #
903
+ # @!attribute [rw] reserved_node_exchange_status
904
+ # The status of the reserved-node exchange request. Statuses include
905
+ # in-progress and requested.
906
+ # @return [Types::ReservedNodeExchangeStatus]
907
+ #
903
908
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/Cluster AWS API Documentation
904
909
  #
905
910
  class Cluster < Struct.new(
@@ -953,7 +958,8 @@ module Aws::Redshift
953
958
  :cluster_namespace_arn,
954
959
  :total_storage_capacity_in_mega_bytes,
955
960
  :aqua_configuration,
956
- :default_iam_role_arn)
961
+ :default_iam_role_arn,
962
+ :reserved_node_exchange_status)
957
963
  SENSITIVE = []
958
964
  include Aws::Structure
959
965
  end
@@ -2878,6 +2884,8 @@ module Aws::Redshift
2878
2884
  # node_type: "String",
2879
2885
  # number_of_nodes: 1,
2880
2886
  # classic: false,
2887
+ # reserved_node_id: "String",
2888
+ # target_reserved_node_offering_id: "String",
2881
2889
  # },
2882
2890
  # pause_cluster: {
2883
2891
  # cluster_identifier: "String", # required
@@ -5490,6 +5498,73 @@ module Aws::Redshift
5490
5498
  include Aws::Structure
5491
5499
  end
5492
5500
 
5501
+ # @note When making an API call, you may pass DescribeReservedNodeExchangeStatusInputMessage
5502
+ # data as a hash:
5503
+ #
5504
+ # {
5505
+ # reserved_node_id: "String",
5506
+ # reserved_node_exchange_request_id: "String",
5507
+ # max_records: 1,
5508
+ # marker: "String",
5509
+ # }
5510
+ #
5511
+ # @!attribute [rw] reserved_node_id
5512
+ # The identifier of the source reserved node in a reserved-node
5513
+ # exchange request.
5514
+ # @return [String]
5515
+ #
5516
+ # @!attribute [rw] reserved_node_exchange_request_id
5517
+ # The identifier of the reserved-node exchange request.
5518
+ # @return [String]
5519
+ #
5520
+ # @!attribute [rw] max_records
5521
+ # The maximum number of response records to return in each call. If
5522
+ # the number of remaining response records exceeds the specified
5523
+ # `MaxRecords` value, a value is returned in a `Marker` field of the
5524
+ # response. You can retrieve the next set of records by retrying the
5525
+ # command with the returned marker value.
5526
+ # @return [Integer]
5527
+ #
5528
+ # @!attribute [rw] marker
5529
+ # An optional pagination token provided by a previous
5530
+ # `DescribeReservedNodeExchangeStatus` request. If this parameter is
5531
+ # specified, the response includes only records beyond the marker, up
5532
+ # to the value specified by the `MaxRecords` parameter. You can
5533
+ # retrieve the next set of response records by providing the returned
5534
+ # marker value in the `Marker` parameter and retrying the request.
5535
+ # @return [String]
5536
+ #
5537
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodeExchangeStatusInputMessage AWS API Documentation
5538
+ #
5539
+ class DescribeReservedNodeExchangeStatusInputMessage < Struct.new(
5540
+ :reserved_node_id,
5541
+ :reserved_node_exchange_request_id,
5542
+ :max_records,
5543
+ :marker)
5544
+ SENSITIVE = []
5545
+ include Aws::Structure
5546
+ end
5547
+
5548
+ # @!attribute [rw] reserved_node_exchange_status_details
5549
+ # The details of the reserved-node exchange request, including the
5550
+ # status, request time, source reserved-node identifier, and
5551
+ # additional details.
5552
+ # @return [Array<Types::ReservedNodeExchangeStatus>]
5553
+ #
5554
+ # @!attribute [rw] marker
5555
+ # A pagination token provided by a previous
5556
+ # `DescribeReservedNodeExchangeStatus` request.
5557
+ # @return [String]
5558
+ #
5559
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeReservedNodeExchangeStatusOutputMessage AWS API Documentation
5560
+ #
5561
+ class DescribeReservedNodeExchangeStatusOutputMessage < Struct.new(
5562
+ :reserved_node_exchange_status_details,
5563
+ :marker)
5564
+ SENSITIVE = []
5565
+ include Aws::Structure
5566
+ end
5567
+
5493
5568
  # @note When making an API call, you may pass DescribeReservedNodeOfferingsMessage
5494
5569
  # data as a hash:
5495
5570
  #
@@ -6963,6 +7038,83 @@ module Aws::Redshift
6963
7038
  include Aws::Structure
6964
7039
  end
6965
7040
 
7041
+ # @note When making an API call, you may pass GetReservedNodeExchangeConfigurationOptionsInputMessage
7042
+ # data as a hash:
7043
+ #
7044
+ # {
7045
+ # action_type: "restore-cluster", # required, accepts restore-cluster, resize-cluster
7046
+ # cluster_identifier: "String",
7047
+ # snapshot_identifier: "String",
7048
+ # max_records: 1,
7049
+ # marker: "String",
7050
+ # }
7051
+ #
7052
+ # @!attribute [rw] action_type
7053
+ # The action type of the reserved-node configuration. The action type
7054
+ # can be an exchange initiated from either a snapshot or a resize.
7055
+ # @return [String]
7056
+ #
7057
+ # @!attribute [rw] cluster_identifier
7058
+ # The identifier for the cluster that is the source for a
7059
+ # reserved-node exchange.
7060
+ # @return [String]
7061
+ #
7062
+ # @!attribute [rw] snapshot_identifier
7063
+ # The identifier for the snapshot that is the source for the
7064
+ # reserved-node exchange.
7065
+ # @return [String]
7066
+ #
7067
+ # @!attribute [rw] max_records
7068
+ # The maximum number of response records to return in each call. If
7069
+ # the number of remaining response records exceeds the specified
7070
+ # `MaxRecords` value, a value is returned in a `Marker` field of the
7071
+ # response. You can retrieve the next set of records by retrying the
7072
+ # command with the returned marker value.
7073
+ # @return [Integer]
7074
+ #
7075
+ # @!attribute [rw] marker
7076
+ # An optional pagination token provided by a previous
7077
+ # `GetReservedNodeExchangeConfigurationOptions` request. If this
7078
+ # parameter is specified, the response includes only records beyond
7079
+ # the marker, up to the value specified by the `MaxRecords` parameter.
7080
+ # You can retrieve the next set of response records by providing the
7081
+ # returned marker value in the `Marker` parameter and retrying the
7082
+ # request.
7083
+ # @return [String]
7084
+ #
7085
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/GetReservedNodeExchangeConfigurationOptionsInputMessage AWS API Documentation
7086
+ #
7087
+ class GetReservedNodeExchangeConfigurationOptionsInputMessage < Struct.new(
7088
+ :action_type,
7089
+ :cluster_identifier,
7090
+ :snapshot_identifier,
7091
+ :max_records,
7092
+ :marker)
7093
+ SENSITIVE = []
7094
+ include Aws::Structure
7095
+ end
7096
+
7097
+ # @!attribute [rw] marker
7098
+ # A pagination token provided by a previous
7099
+ # `GetReservedNodeExchangeConfigurationOptions` request.
7100
+ # @return [String]
7101
+ #
7102
+ # @!attribute [rw] reserved_node_configuration_option_list
7103
+ # the configuration options for the reserved-node exchange. These
7104
+ # options include information about the source reserved node and
7105
+ # target reserved node. Details include the node type, the price, the
7106
+ # node count, and the offering type.
7107
+ # @return [Array<Types::ReservedNodeConfigurationOption>]
7108
+ #
7109
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/GetReservedNodeExchangeConfigurationOptionsOutputMessage AWS API Documentation
7110
+ #
7111
+ class GetReservedNodeExchangeConfigurationOptionsOutputMessage < Struct.new(
7112
+ :marker,
7113
+ :reserved_node_configuration_option_list)
7114
+ SENSITIVE = []
7115
+ include Aws::Structure
7116
+ end
7117
+
6966
7118
  # @note When making an API call, you may pass GetReservedNodeExchangeOfferingsInputMessage
6967
7119
  # data as a hash:
6968
7120
  #
@@ -8470,6 +8622,8 @@ module Aws::Redshift
8470
8622
  # node_type: "String",
8471
8623
  # number_of_nodes: 1,
8472
8624
  # classic: false,
8625
+ # reserved_node_id: "String",
8626
+ # target_reserved_node_offering_id: "String",
8473
8627
  # },
8474
8628
  # pause_cluster: {
8475
8629
  # cluster_identifier: "String", # required
@@ -9384,6 +9538,98 @@ module Aws::Redshift
9384
9538
  #
9385
9539
  class ReservedNodeAlreadyMigratedFault < Aws::EmptyStructure; end
9386
9540
 
9541
+ # Details for a reserved-node exchange. Examples include the node type
9542
+ # for a reserved node, the price for a node, the node's state, and
9543
+ # other details.
9544
+ #
9545
+ # @!attribute [rw] source_reserved_node
9546
+ # Describes a reserved node. You can call the
9547
+ # DescribeReservedNodeOfferings API to obtain the available reserved
9548
+ # node offerings.
9549
+ # @return [Types::ReservedNode]
9550
+ #
9551
+ # @!attribute [rw] target_reserved_node_count
9552
+ # The target reserved-node count.
9553
+ # @return [Integer]
9554
+ #
9555
+ # @!attribute [rw] target_reserved_node_offering
9556
+ # Describes a reserved node offering.
9557
+ # @return [Types::ReservedNodeOffering]
9558
+ #
9559
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeConfigurationOption AWS API Documentation
9560
+ #
9561
+ class ReservedNodeConfigurationOption < Struct.new(
9562
+ :source_reserved_node,
9563
+ :target_reserved_node_count,
9564
+ :target_reserved_node_offering)
9565
+ SENSITIVE = []
9566
+ include Aws::Structure
9567
+ end
9568
+
9569
+ # The reserved-node exchange status wasn't found.
9570
+ #
9571
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeExchangeNotFoundFault AWS API Documentation
9572
+ #
9573
+ class ReservedNodeExchangeNotFoundFault < Aws::EmptyStructure; end
9574
+
9575
+ # Reserved-node status details, such as the source reserved-node
9576
+ # identifier, the target reserved-node identifier, the node type, the
9577
+ # node count, and other details.
9578
+ #
9579
+ # @!attribute [rw] reserved_node_exchange_request_id
9580
+ # The identifier of the reserved-node exchange request.
9581
+ # @return [String]
9582
+ #
9583
+ # @!attribute [rw] status
9584
+ # The status of the reserved-node exchange request. Statuses include
9585
+ # in-progress and requested.
9586
+ # @return [String]
9587
+ #
9588
+ # @!attribute [rw] request_time
9589
+ # A date and time that indicate when the reserved-node exchange was
9590
+ # requested.
9591
+ # @return [Time]
9592
+ #
9593
+ # @!attribute [rw] source_reserved_node_id
9594
+ # The identifier of the source reserved node.
9595
+ # @return [String]
9596
+ #
9597
+ # @!attribute [rw] source_reserved_node_type
9598
+ # The source reserved-node type, for example ds2.xlarge.
9599
+ # @return [String]
9600
+ #
9601
+ # @!attribute [rw] source_reserved_node_count
9602
+ # The source reserved-node count in the cluster.
9603
+ # @return [Integer]
9604
+ #
9605
+ # @!attribute [rw] target_reserved_node_offering_id
9606
+ # The identifier of the target reserved node offering.
9607
+ # @return [String]
9608
+ #
9609
+ # @!attribute [rw] target_reserved_node_type
9610
+ # The node type of the target reserved node, for example ra3.4xlarge.
9611
+ # @return [String]
9612
+ #
9613
+ # @!attribute [rw] target_reserved_node_count
9614
+ # The count of target reserved nodes in the cluster.
9615
+ # @return [Integer]
9616
+ #
9617
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeExchangeStatus AWS API Documentation
9618
+ #
9619
+ class ReservedNodeExchangeStatus < Struct.new(
9620
+ :reserved_node_exchange_request_id,
9621
+ :status,
9622
+ :request_time,
9623
+ :source_reserved_node_id,
9624
+ :source_reserved_node_type,
9625
+ :source_reserved_node_count,
9626
+ :target_reserved_node_offering_id,
9627
+ :target_reserved_node_type,
9628
+ :target_reserved_node_count)
9629
+ SENSITIVE = []
9630
+ include Aws::Structure
9631
+ end
9632
+
9387
9633
  # The specified reserved compute node not found.
9388
9634
  #
9389
9635
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeNotFoundFault AWS API Documentation
@@ -9574,6 +9820,8 @@ module Aws::Redshift
9574
9820
  # node_type: "String",
9575
9821
  # number_of_nodes: 1,
9576
9822
  # classic: false,
9823
+ # reserved_node_id: "String",
9824
+ # target_reserved_node_offering_id: "String",
9577
9825
  # }
9578
9826
  #
9579
9827
  # @!attribute [rw] cluster_identifier
@@ -9600,6 +9848,14 @@ module Aws::Redshift
9600
9848
  # the value to `false`, the resize type is elastic.
9601
9849
  # @return [Boolean]
9602
9850
  #
9851
+ # @!attribute [rw] reserved_node_id
9852
+ # The identifier of the reserved node.
9853
+ # @return [String]
9854
+ #
9855
+ # @!attribute [rw] target_reserved_node_offering_id
9856
+ # The identifier of the target reserved node offering.
9857
+ # @return [String]
9858
+ #
9603
9859
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeClusterMessage AWS API Documentation
9604
9860
  #
9605
9861
  class ResizeClusterMessage < Struct.new(
@@ -9607,7 +9863,9 @@ module Aws::Redshift
9607
9863
  :cluster_type,
9608
9864
  :node_type,
9609
9865
  :number_of_nodes,
9610
- :classic)
9866
+ :classic,
9867
+ :reserved_node_id,
9868
+ :target_reserved_node_offering_id)
9611
9869
  SENSITIVE = []
9612
9870
  include Aws::Structure
9613
9871
  end
@@ -9809,6 +10067,8 @@ module Aws::Redshift
9809
10067
  # availability_zone_relocation: false,
9810
10068
  # aqua_configuration_status: "enabled", # accepts enabled, disabled, auto
9811
10069
  # default_iam_role_arn: "String",
10070
+ # reserved_node_id: "String",
10071
+ # target_reserved_node_offering_id: "String",
9812
10072
  # }
9813
10073
  #
9814
10074
  # @!attribute [rw] cluster_identifier
@@ -10081,6 +10341,14 @@ module Aws::Redshift
10081
10341
  # was restored from a snapshot.
10082
10342
  # @return [String]
10083
10343
  #
10344
+ # @!attribute [rw] reserved_node_id
10345
+ # The identifier of the target reserved node offering.
10346
+ # @return [String]
10347
+ #
10348
+ # @!attribute [rw] target_reserved_node_offering_id
10349
+ # The identifier of the target reserved node offering.
10350
+ # @return [String]
10351
+ #
10084
10352
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshotMessage AWS API Documentation
10085
10353
  #
10086
10354
  class RestoreFromClusterSnapshotMessage < Struct.new(
@@ -10112,7 +10380,9 @@ module Aws::Redshift
10112
10380
  :number_of_nodes,
10113
10381
  :availability_zone_relocation,
10114
10382
  :aqua_configuration_status,
10115
- :default_iam_role_arn)
10383
+ :default_iam_role_arn,
10384
+ :reserved_node_id,
10385
+ :target_reserved_node_offering_id)
10116
10386
  SENSITIVE = []
10117
10387
  include Aws::Structure
10118
10388
  end
@@ -10685,6 +10955,8 @@ module Aws::Redshift
10685
10955
  # node_type: "String",
10686
10956
  # number_of_nodes: 1,
10687
10957
  # classic: false,
10958
+ # reserved_node_id: "String",
10959
+ # target_reserved_node_offering_id: "String",
10688
10960
  # },
10689
10961
  # pause_cluster: {
10690
10962
  # cluster_identifier: "String", # required
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-redshift/customizations'
49
49
  # @!group service
50
50
  module Aws::Redshift
51
51
 
52
- GEM_VERSION = '1.72.0'
52
+ GEM_VERSION = '1.73.0'
53
53
 
54
54
  end
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.72.0
4
+ version: 1.73.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: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core