aws-sdk-redshift 1.13.0 → 1.14.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
  SHA1:
3
- metadata.gz: 4029cfc768876d978ca79c6fde74d4d35c996663
4
- data.tar.gz: 91f708c500d565c7178dc931b67c742fba2073fe
3
+ metadata.gz: 1ea969b148698d1351d3d3e11012f5c4b3326e02
4
+ data.tar.gz: 90dc0c9d76e7faf6b3d86fffee021e4fd5c8b1c8
5
5
  SHA512:
6
- metadata.gz: c9e4ccf02dac92a61748ec797da0d26822039d9fb516a823e6fb2b6ba696fd52e6da824bc071f293805eedbd8bdf807a9cb3bdcd5ba2cb056ca3a042969dd072
7
- data.tar.gz: 790fb20393f4e914c354be56cc486b4674537b941932815828f86f02afc628ca2f1be3300b173abc119a4e5d3d80a9429f7d78932953c28209dc873b59d4c5f8
6
+ metadata.gz: 54f644ba2cb8eb6161646f26b238515e749bdad679845ef95b6876e01416e3ac5ce78280e037673bdde469531a8787881828343c75ec97f79988c3b9a262d621
7
+ data.tar.gz: 846c4d9a7f5a2ed97792d79cf81bfba897c830d172ddb61b2fefdb8b0696695218c2a421dc7704b180688d1e37acd61a3fc3373c0c25c965a08c2ed55db0144c
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-redshift/customizations'
43
43
  # @service
44
44
  module Aws::Redshift
45
45
 
46
- GEM_VERSION = '1.13.0'
46
+ GEM_VERSION = '1.14.0'
47
47
 
48
48
  end
@@ -15,6 +15,7 @@ require 'aws-sdk-core/plugins/helpful_socket_errors.rb'
15
15
  require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
+ require 'aws-sdk-core/plugins/endpoint_discovery.rb'
18
19
  require 'aws-sdk-core/plugins/response_paging.rb'
19
20
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
21
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -45,6 +46,7 @@ module Aws::Redshift
45
46
  add_plugin(Aws::Plugins::RetryErrors)
46
47
  add_plugin(Aws::Plugins::GlobalConfiguration)
47
48
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
+ add_plugin(Aws::Plugins::EndpointDiscovery)
48
50
  add_plugin(Aws::Plugins::ResponsePaging)
49
51
  add_plugin(Aws::Plugins::StubResponses)
50
52
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -98,6 +100,10 @@ module Aws::Redshift
98
100
  #
99
101
  # @option options [String] :access_key_id
100
102
  #
103
+ # @option options [Boolean] :active_endpoint_cache (false)
104
+ # When set to `true`, a thread polling for endpoints will be running in
105
+ # the background every 60 secs (default). Defaults to `false`.
106
+ #
101
107
  # @option options [Boolean] :client_side_monitoring (false)
102
108
  # When `true`, client-side metrics will be collected for all API requests from
103
109
  # this client.
@@ -123,6 +129,21 @@ module Aws::Redshift
123
129
  # option. You should only configure an `:endpoint` when connecting
124
130
  # to test endpoints. This should be avalid HTTP(S) URI.
125
131
  #
132
+ # @option options [Integer] :endpoint_cache_max_entries (1000)
133
+ # Used for the maximum size limit of the LRU cache storing endpoints data
134
+ # for endpoint discovery enabled operations. Defaults to 1000.
135
+ #
136
+ # @option options [Integer] :endpoint_cache_max_threads (10)
137
+ # Used for the maximum threads in use for polling endpoints to be cached, defaults to 10.
138
+ #
139
+ # @option options [Integer] :endpoint_cache_poll_interval (60)
140
+ # When :endpoint_discovery and :active_endpoint_cache is enabled,
141
+ # Use this option to config the time interval in seconds for making
142
+ # requests fetching endpoints information. Defaults to 60 sec.
143
+ #
144
+ # @option options [Boolean] :endpoint_discovery (false)
145
+ # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
146
+ #
126
147
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
127
148
  # The log formatter.
128
149
  #
@@ -400,6 +421,66 @@ module Aws::Redshift
400
421
  req.send_request(options)
401
422
  end
402
423
 
424
+ # Cancels a resize operation.
425
+ #
426
+ # @option params [required, String] :cluster_identifier
427
+ # The unique identifier for the cluster whose resize operation you wish
428
+ # to cancel.
429
+ #
430
+ # @return [Types::ResizeProgressMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
431
+ #
432
+ # * {Types::ResizeProgressMessage#target_node_type #target_node_type} => String
433
+ # * {Types::ResizeProgressMessage#target_number_of_nodes #target_number_of_nodes} => Integer
434
+ # * {Types::ResizeProgressMessage#target_cluster_type #target_cluster_type} => String
435
+ # * {Types::ResizeProgressMessage#status #status} => String
436
+ # * {Types::ResizeProgressMessage#import_tables_completed #import_tables_completed} => Array<String>
437
+ # * {Types::ResizeProgressMessage#import_tables_in_progress #import_tables_in_progress} => Array<String>
438
+ # * {Types::ResizeProgressMessage#import_tables_not_started #import_tables_not_started} => Array<String>
439
+ # * {Types::ResizeProgressMessage#avg_resize_rate_in_mega_bytes_per_second #avg_resize_rate_in_mega_bytes_per_second} => Float
440
+ # * {Types::ResizeProgressMessage#total_resize_data_in_mega_bytes #total_resize_data_in_mega_bytes} => Integer
441
+ # * {Types::ResizeProgressMessage#progress_in_mega_bytes #progress_in_mega_bytes} => Integer
442
+ # * {Types::ResizeProgressMessage#elapsed_time_in_seconds #elapsed_time_in_seconds} => Integer
443
+ # * {Types::ResizeProgressMessage#estimated_time_to_completion_in_seconds #estimated_time_to_completion_in_seconds} => Integer
444
+ # * {Types::ResizeProgressMessage#resize_type #resize_type} => String
445
+ # * {Types::ResizeProgressMessage#message #message} => String
446
+ # * {Types::ResizeProgressMessage#target_encryption_type #target_encryption_type} => String
447
+ #
448
+ # @example Request syntax with placeholder values
449
+ #
450
+ # resp = client.cancel_resize({
451
+ # cluster_identifier: "String", # required
452
+ # })
453
+ #
454
+ # @example Response structure
455
+ #
456
+ # resp.target_node_type #=> String
457
+ # resp.target_number_of_nodes #=> Integer
458
+ # resp.target_cluster_type #=> String
459
+ # resp.status #=> String
460
+ # resp.import_tables_completed #=> Array
461
+ # resp.import_tables_completed[0] #=> String
462
+ # resp.import_tables_in_progress #=> Array
463
+ # resp.import_tables_in_progress[0] #=> String
464
+ # resp.import_tables_not_started #=> Array
465
+ # resp.import_tables_not_started[0] #=> String
466
+ # resp.avg_resize_rate_in_mega_bytes_per_second #=> Float
467
+ # resp.total_resize_data_in_mega_bytes #=> Integer
468
+ # resp.progress_in_mega_bytes #=> Integer
469
+ # resp.elapsed_time_in_seconds #=> Integer
470
+ # resp.estimated_time_to_completion_in_seconds #=> Integer
471
+ # resp.resize_type #=> String
472
+ # resp.message #=> String
473
+ # resp.target_encryption_type #=> String
474
+ #
475
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CancelResize AWS API Documentation
476
+ #
477
+ # @overload cancel_resize(params = {})
478
+ # @param [Hash] params ({})
479
+ def cancel_resize(params = {}, options = {})
480
+ req = build_request(:cancel_resize, params)
481
+ req.send_request(options)
482
+ end
483
+
403
484
  # Copies the specified automated cluster snapshot to a new manual
404
485
  # cluster snapshot. The source must be an automated snapshot and it must
405
486
  # be in the available state.
@@ -928,6 +1009,12 @@ module Aws::Redshift
928
1009
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
929
1010
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
930
1011
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
1012
+ # resp.cluster.data_transfer_progress.status #=> String
1013
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
1014
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
1015
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
1016
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
1017
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
931
1018
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
932
1019
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
933
1020
  # resp.cluster.hsm_status.status #=> String
@@ -954,6 +1041,12 @@ module Aws::Redshift
954
1041
  # resp.cluster.pending_actions[0] #=> String
955
1042
  # resp.cluster.maintenance_track_name #=> String
956
1043
  # resp.cluster.elastic_resize_number_of_node_options #=> String
1044
+ # resp.cluster.deferred_maintenance_windows #=> Array
1045
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
1046
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
1047
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
1048
+ # resp.cluster.resize_info.resize_type #=> String
1049
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
957
1050
  #
958
1051
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateCluster AWS API Documentation
959
1052
  #
@@ -1377,7 +1470,7 @@ module Aws::Redshift
1377
1470
  # Specifies the Amazon Redshift event categories to be published by the
1378
1471
  # event notification subscription.
1379
1472
  #
1380
- # Values: Configuration, Management, Monitoring, Security
1473
+ # Values: configuration, management, monitoring, security
1381
1474
  #
1382
1475
  # @option params [String] :severity
1383
1476
  # Specifies the Amazon Redshift event severity to be published by the
@@ -1814,6 +1907,12 @@ module Aws::Redshift
1814
1907
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
1815
1908
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
1816
1909
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
1910
+ # resp.cluster.data_transfer_progress.status #=> String
1911
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
1912
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
1913
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
1914
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
1915
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
1817
1916
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
1818
1917
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
1819
1918
  # resp.cluster.hsm_status.status #=> String
@@ -1840,6 +1939,12 @@ module Aws::Redshift
1840
1939
  # resp.cluster.pending_actions[0] #=> String
1841
1940
  # resp.cluster.maintenance_track_name #=> String
1842
1941
  # resp.cluster.elastic_resize_number_of_node_options #=> String
1942
+ # resp.cluster.deferred_maintenance_windows #=> Array
1943
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
1944
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
1945
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
1946
+ # resp.cluster.resize_info.resize_type #=> String
1947
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
1843
1948
  #
1844
1949
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCluster AWS API Documentation
1845
1950
  #
@@ -2141,6 +2246,37 @@ module Aws::Redshift
2141
2246
  req.send_request(options)
2142
2247
  end
2143
2248
 
2249
+ # Returns a list of attributes attached to an account
2250
+ #
2251
+ # @option params [Array<String>] :attribute_names
2252
+ # A list of attribute names.
2253
+ #
2254
+ # @return [Types::AccountAttributeList] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2255
+ #
2256
+ # * {Types::AccountAttributeList#account_attributes #account_attributes} => Array&lt;Types::AccountAttribute&gt;
2257
+ #
2258
+ # @example Request syntax with placeholder values
2259
+ #
2260
+ # resp = client.describe_account_attributes({
2261
+ # attribute_names: ["String"],
2262
+ # })
2263
+ #
2264
+ # @example Response structure
2265
+ #
2266
+ # resp.account_attributes #=> Array
2267
+ # resp.account_attributes[0].attribute_name #=> String
2268
+ # resp.account_attributes[0].attribute_values #=> Array
2269
+ # resp.account_attributes[0].attribute_values[0].attribute_value #=> String
2270
+ #
2271
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeAccountAttributes AWS API Documentation
2272
+ #
2273
+ # @overload describe_account_attributes(params = {})
2274
+ # @param [Hash] params ({})
2275
+ def describe_account_attributes(params = {}, options = {})
2276
+ req = build_request(:describe_account_attributes, params)
2277
+ req.send_request(options)
2278
+ end
2279
+
2144
2280
  # Returns an array of `ClusterDbRevision` objects.
2145
2281
  #
2146
2282
  # @option params [String] :cluster_identifier
@@ -2828,6 +2964,8 @@ module Aws::Redshift
2828
2964
  # resp.maintenance_tracks[0].update_targets #=> Array
2829
2965
  # resp.maintenance_tracks[0].update_targets[0].maintenance_track_name #=> String
2830
2966
  # resp.maintenance_tracks[0].update_targets[0].database_version #=> String
2967
+ # resp.maintenance_tracks[0].update_targets[0].supported_operations #=> Array
2968
+ # resp.maintenance_tracks[0].update_targets[0].supported_operations[0].operation_name #=> String
2831
2969
  # resp.marker #=> String
2832
2970
  #
2833
2971
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusterTracks AWS API Documentation
@@ -3050,6 +3188,12 @@ module Aws::Redshift
3050
3188
  # resp.clusters[0].restore_status.progress_in_mega_bytes #=> Integer
3051
3189
  # resp.clusters[0].restore_status.elapsed_time_in_seconds #=> Integer
3052
3190
  # resp.clusters[0].restore_status.estimated_time_to_completion_in_seconds #=> Integer
3191
+ # resp.clusters[0].data_transfer_progress.status #=> String
3192
+ # resp.clusters[0].data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
3193
+ # resp.clusters[0].data_transfer_progress.total_data_in_mega_bytes #=> Integer
3194
+ # resp.clusters[0].data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
3195
+ # resp.clusters[0].data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
3196
+ # resp.clusters[0].data_transfer_progress.elapsed_time_in_seconds #=> Integer
3053
3197
  # resp.clusters[0].hsm_status.hsm_client_certificate_identifier #=> String
3054
3198
  # resp.clusters[0].hsm_status.hsm_configuration_identifier #=> String
3055
3199
  # resp.clusters[0].hsm_status.status #=> String
@@ -3076,6 +3220,12 @@ module Aws::Redshift
3076
3220
  # resp.clusters[0].pending_actions[0] #=> String
3077
3221
  # resp.clusters[0].maintenance_track_name #=> String
3078
3222
  # resp.clusters[0].elastic_resize_number_of_node_options #=> String
3223
+ # resp.clusters[0].deferred_maintenance_windows #=> Array
3224
+ # resp.clusters[0].deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
3225
+ # resp.clusters[0].deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
3226
+ # resp.clusters[0].deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
3227
+ # resp.clusters[0].resize_info.resize_type #=> String
3228
+ # resp.clusters[0].resize_info.allow_cancel_resize #=> Boolean
3079
3229
  #
3080
3230
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeClusters AWS API Documentation
3081
3231
  #
@@ -4360,6 +4510,12 @@ module Aws::Redshift
4360
4510
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
4361
4511
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
4362
4512
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
4513
+ # resp.cluster.data_transfer_progress.status #=> String
4514
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
4515
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
4516
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
4517
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
4518
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
4363
4519
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
4364
4520
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
4365
4521
  # resp.cluster.hsm_status.status #=> String
@@ -4386,6 +4542,12 @@ module Aws::Redshift
4386
4542
  # resp.cluster.pending_actions[0] #=> String
4387
4543
  # resp.cluster.maintenance_track_name #=> String
4388
4544
  # resp.cluster.elastic_resize_number_of_node_options #=> String
4545
+ # resp.cluster.deferred_maintenance_windows #=> Array
4546
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
4547
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
4548
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
4549
+ # resp.cluster.resize_info.resize_type #=> String
4550
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
4389
4551
  #
4390
4552
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DisableSnapshotCopy AWS API Documentation
4391
4553
  #
@@ -4566,6 +4728,12 @@ module Aws::Redshift
4566
4728
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
4567
4729
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
4568
4730
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
4731
+ # resp.cluster.data_transfer_progress.status #=> String
4732
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
4733
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
4734
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
4735
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
4736
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
4569
4737
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
4570
4738
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
4571
4739
  # resp.cluster.hsm_status.status #=> String
@@ -4592,6 +4760,12 @@ module Aws::Redshift
4592
4760
  # resp.cluster.pending_actions[0] #=> String
4593
4761
  # resp.cluster.maintenance_track_name #=> String
4594
4762
  # resp.cluster.elastic_resize_number_of_node_options #=> String
4763
+ # resp.cluster.deferred_maintenance_windows #=> Array
4764
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
4765
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
4766
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
4767
+ # resp.cluster.resize_info.resize_type #=> String
4768
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
4595
4769
  #
4596
4770
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EnableSnapshotCopy AWS API Documentation
4597
4771
  #
@@ -5153,6 +5327,12 @@ module Aws::Redshift
5153
5327
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5154
5328
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5155
5329
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
5330
+ # resp.cluster.data_transfer_progress.status #=> String
5331
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
5332
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
5333
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
5334
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
5335
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5156
5336
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5157
5337
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5158
5338
  # resp.cluster.hsm_status.status #=> String
@@ -5179,6 +5359,12 @@ module Aws::Redshift
5179
5359
  # resp.cluster.pending_actions[0] #=> String
5180
5360
  # resp.cluster.maintenance_track_name #=> String
5181
5361
  # resp.cluster.elastic_resize_number_of_node_options #=> String
5362
+ # resp.cluster.deferred_maintenance_windows #=> Array
5363
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
5364
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
5365
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
5366
+ # resp.cluster.resize_info.resize_type #=> String
5367
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5182
5368
  #
5183
5369
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyCluster AWS API Documentation
5184
5370
  #
@@ -5264,6 +5450,12 @@ module Aws::Redshift
5264
5450
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5265
5451
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5266
5452
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
5453
+ # resp.cluster.data_transfer_progress.status #=> String
5454
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
5455
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
5456
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
5457
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
5458
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5267
5459
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5268
5460
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5269
5461
  # resp.cluster.hsm_status.status #=> String
@@ -5290,6 +5482,12 @@ module Aws::Redshift
5290
5482
  # resp.cluster.pending_actions[0] #=> String
5291
5483
  # resp.cluster.maintenance_track_name #=> String
5292
5484
  # resp.cluster.elastic_resize_number_of_node_options #=> String
5485
+ # resp.cluster.deferred_maintenance_windows #=> Array
5486
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
5487
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
5488
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
5489
+ # resp.cluster.resize_info.resize_type #=> String
5490
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5293
5491
  #
5294
5492
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterDbRevision AWS API Documentation
5295
5493
  #
@@ -5382,6 +5580,12 @@ module Aws::Redshift
5382
5580
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5383
5581
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5384
5582
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
5583
+ # resp.cluster.data_transfer_progress.status #=> String
5584
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
5585
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
5586
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
5587
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
5588
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5385
5589
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5386
5590
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5387
5591
  # resp.cluster.hsm_status.status #=> String
@@ -5408,6 +5612,12 @@ module Aws::Redshift
5408
5612
  # resp.cluster.pending_actions[0] #=> String
5409
5613
  # resp.cluster.maintenance_track_name #=> String
5410
5614
  # resp.cluster.elastic_resize_number_of_node_options #=> String
5615
+ # resp.cluster.deferred_maintenance_windows #=> Array
5616
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
5617
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
5618
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
5619
+ # resp.cluster.resize_info.resize_type #=> String
5620
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5411
5621
  #
5412
5622
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRoles AWS API Documentation
5413
5623
  #
@@ -5418,6 +5628,146 @@ module Aws::Redshift
5418
5628
  req.send_request(options)
5419
5629
  end
5420
5630
 
5631
+ # Modifies the maintenance settings of a cluster. For example, you can
5632
+ # defer a maintenance window. You can also update or cancel a deferment.
5633
+ #
5634
+ # @option params [required, String] :cluster_identifier
5635
+ # A unique identifier for the cluster.
5636
+ #
5637
+ # @option params [Boolean] :defer_maintenance
5638
+ # A boolean indicating whether to enable the deferred maintenance
5639
+ # window.
5640
+ #
5641
+ # @option params [String] :defer_maintenance_identifier
5642
+ # A unique identifier for the deferred maintenance window.
5643
+ #
5644
+ # @option params [Time,DateTime,Date,Integer,String] :defer_maintenance_start_time
5645
+ # A timestamp indicating the start time for the deferred maintenance
5646
+ # window.
5647
+ #
5648
+ # @option params [Time,DateTime,Date,Integer,String] :defer_maintenance_end_time
5649
+ # A timestamp indicating end time for the deferred maintenance window.
5650
+ # If you specify an end time, you can't specify a duration.
5651
+ #
5652
+ # @option params [Integer] :defer_maintenance_duration
5653
+ # An integer indicating the duration of the maintenance window in days.
5654
+ # If you specify a duration, you can't specify an end time. The
5655
+ # duration must be 14 days or less.
5656
+ #
5657
+ # @return [Types::ModifyClusterMaintenanceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5658
+ #
5659
+ # * {Types::ModifyClusterMaintenanceResult#cluster #cluster} => Types::Cluster
5660
+ #
5661
+ # @example Request syntax with placeholder values
5662
+ #
5663
+ # resp = client.modify_cluster_maintenance({
5664
+ # cluster_identifier: "String", # required
5665
+ # defer_maintenance: false,
5666
+ # defer_maintenance_identifier: "String",
5667
+ # defer_maintenance_start_time: Time.now,
5668
+ # defer_maintenance_end_time: Time.now,
5669
+ # defer_maintenance_duration: 1,
5670
+ # })
5671
+ #
5672
+ # @example Response structure
5673
+ #
5674
+ # resp.cluster.cluster_identifier #=> String
5675
+ # resp.cluster.node_type #=> String
5676
+ # resp.cluster.cluster_status #=> String
5677
+ # resp.cluster.modify_status #=> String
5678
+ # resp.cluster.master_username #=> String
5679
+ # resp.cluster.db_name #=> String
5680
+ # resp.cluster.endpoint.address #=> String
5681
+ # resp.cluster.endpoint.port #=> Integer
5682
+ # resp.cluster.cluster_create_time #=> Time
5683
+ # resp.cluster.automated_snapshot_retention_period #=> Integer
5684
+ # resp.cluster.cluster_security_groups #=> Array
5685
+ # resp.cluster.cluster_security_groups[0].cluster_security_group_name #=> String
5686
+ # resp.cluster.cluster_security_groups[0].status #=> String
5687
+ # resp.cluster.vpc_security_groups #=> Array
5688
+ # resp.cluster.vpc_security_groups[0].vpc_security_group_id #=> String
5689
+ # resp.cluster.vpc_security_groups[0].status #=> String
5690
+ # resp.cluster.cluster_parameter_groups #=> Array
5691
+ # resp.cluster.cluster_parameter_groups[0].parameter_group_name #=> String
5692
+ # resp.cluster.cluster_parameter_groups[0].parameter_apply_status #=> String
5693
+ # resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list #=> Array
5694
+ # resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_name #=> String
5695
+ # resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_status #=> String
5696
+ # resp.cluster.cluster_parameter_groups[0].cluster_parameter_status_list[0].parameter_apply_error_description #=> String
5697
+ # resp.cluster.cluster_subnet_group_name #=> String
5698
+ # resp.cluster.vpc_id #=> String
5699
+ # resp.cluster.availability_zone #=> String
5700
+ # resp.cluster.preferred_maintenance_window #=> String
5701
+ # resp.cluster.pending_modified_values.master_user_password #=> String
5702
+ # resp.cluster.pending_modified_values.node_type #=> String
5703
+ # resp.cluster.pending_modified_values.number_of_nodes #=> Integer
5704
+ # resp.cluster.pending_modified_values.cluster_type #=> String
5705
+ # resp.cluster.pending_modified_values.cluster_version #=> String
5706
+ # resp.cluster.pending_modified_values.automated_snapshot_retention_period #=> Integer
5707
+ # resp.cluster.pending_modified_values.cluster_identifier #=> String
5708
+ # resp.cluster.pending_modified_values.publicly_accessible #=> Boolean
5709
+ # resp.cluster.pending_modified_values.enhanced_vpc_routing #=> Boolean
5710
+ # resp.cluster.pending_modified_values.maintenance_track_name #=> String
5711
+ # resp.cluster.pending_modified_values.encryption_type #=> String
5712
+ # resp.cluster.cluster_version #=> String
5713
+ # resp.cluster.allow_version_upgrade #=> Boolean
5714
+ # resp.cluster.number_of_nodes #=> Integer
5715
+ # resp.cluster.publicly_accessible #=> Boolean
5716
+ # resp.cluster.encrypted #=> Boolean
5717
+ # resp.cluster.restore_status.status #=> String
5718
+ # resp.cluster.restore_status.current_restore_rate_in_mega_bytes_per_second #=> Float
5719
+ # resp.cluster.restore_status.snapshot_size_in_mega_bytes #=> Integer
5720
+ # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5721
+ # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5722
+ # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
5723
+ # resp.cluster.data_transfer_progress.status #=> String
5724
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
5725
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
5726
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
5727
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
5728
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5729
+ # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5730
+ # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5731
+ # resp.cluster.hsm_status.status #=> String
5732
+ # resp.cluster.cluster_snapshot_copy_status.destination_region #=> String
5733
+ # resp.cluster.cluster_snapshot_copy_status.retention_period #=> Integer
5734
+ # resp.cluster.cluster_snapshot_copy_status.snapshot_copy_grant_name #=> String
5735
+ # resp.cluster.cluster_public_key #=> String
5736
+ # resp.cluster.cluster_nodes #=> Array
5737
+ # resp.cluster.cluster_nodes[0].node_role #=> String
5738
+ # resp.cluster.cluster_nodes[0].private_ip_address #=> String
5739
+ # resp.cluster.cluster_nodes[0].public_ip_address #=> String
5740
+ # resp.cluster.elastic_ip_status.elastic_ip #=> String
5741
+ # resp.cluster.elastic_ip_status.status #=> String
5742
+ # resp.cluster.cluster_revision_number #=> String
5743
+ # resp.cluster.tags #=> Array
5744
+ # resp.cluster.tags[0].key #=> String
5745
+ # resp.cluster.tags[0].value #=> String
5746
+ # resp.cluster.kms_key_id #=> String
5747
+ # resp.cluster.enhanced_vpc_routing #=> Boolean
5748
+ # resp.cluster.iam_roles #=> Array
5749
+ # resp.cluster.iam_roles[0].iam_role_arn #=> String
5750
+ # resp.cluster.iam_roles[0].apply_status #=> String
5751
+ # resp.cluster.pending_actions #=> Array
5752
+ # resp.cluster.pending_actions[0] #=> String
5753
+ # resp.cluster.maintenance_track_name #=> String
5754
+ # resp.cluster.elastic_resize_number_of_node_options #=> String
5755
+ # resp.cluster.deferred_maintenance_windows #=> Array
5756
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
5757
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
5758
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
5759
+ # resp.cluster.resize_info.resize_type #=> String
5760
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5761
+ #
5762
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterMaintenance AWS API Documentation
5763
+ #
5764
+ # @overload modify_cluster_maintenance(params = {})
5765
+ # @param [Hash] params ({})
5766
+ def modify_cluster_maintenance(params = {}, options = {})
5767
+ req = build_request(:modify_cluster_maintenance, params)
5768
+ req.send_request(options)
5769
+ end
5770
+
5421
5771
  # Modifies the parameters of a parameter group.
5422
5772
  #
5423
5773
  # For more information about parameters and parameter groups, go to
@@ -5566,7 +5916,7 @@ module Aws::Redshift
5566
5916
  # Specifies the Amazon Redshift event categories to be published by the
5567
5917
  # event notification subscription.
5568
5918
  #
5569
- # Values: Configuration, Management, Monitoring, Security
5919
+ # Values: configuration, management, monitoring, security
5570
5920
  #
5571
5921
  # @option params [String] :severity
5572
5922
  # Specifies the Amazon Redshift event severity to be published by the
@@ -5705,6 +6055,12 @@ module Aws::Redshift
5705
6055
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5706
6056
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5707
6057
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
6058
+ # resp.cluster.data_transfer_progress.status #=> String
6059
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
6060
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
6061
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
6062
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
6063
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5708
6064
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5709
6065
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5710
6066
  # resp.cluster.hsm_status.status #=> String
@@ -5731,6 +6087,12 @@ module Aws::Redshift
5731
6087
  # resp.cluster.pending_actions[0] #=> String
5732
6088
  # resp.cluster.maintenance_track_name #=> String
5733
6089
  # resp.cluster.elastic_resize_number_of_node_options #=> String
6090
+ # resp.cluster.deferred_maintenance_windows #=> Array
6091
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
6092
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
6093
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
6094
+ # resp.cluster.resize_info.resize_type #=> String
6095
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5734
6096
  #
5735
6097
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifySnapshotCopyRetentionPeriod AWS API Documentation
5736
6098
  #
@@ -5878,6 +6240,12 @@ module Aws::Redshift
5878
6240
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
5879
6241
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
5880
6242
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
6243
+ # resp.cluster.data_transfer_progress.status #=> String
6244
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
6245
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
6246
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
6247
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
6248
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
5881
6249
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
5882
6250
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
5883
6251
  # resp.cluster.hsm_status.status #=> String
@@ -5904,6 +6272,12 @@ module Aws::Redshift
5904
6272
  # resp.cluster.pending_actions[0] #=> String
5905
6273
  # resp.cluster.maintenance_track_name #=> String
5906
6274
  # resp.cluster.elastic_resize_number_of_node_options #=> String
6275
+ # resp.cluster.deferred_maintenance_windows #=> Array
6276
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
6277
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
6278
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
6279
+ # resp.cluster.resize_info.resize_type #=> String
6280
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
5907
6281
  #
5908
6282
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RebootCluster AWS API Documentation
5909
6283
  #
@@ -6077,6 +6451,12 @@ module Aws::Redshift
6077
6451
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
6078
6452
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
6079
6453
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
6454
+ # resp.cluster.data_transfer_progress.status #=> String
6455
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
6456
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
6457
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
6458
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
6459
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
6080
6460
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
6081
6461
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
6082
6462
  # resp.cluster.hsm_status.status #=> String
@@ -6103,6 +6483,12 @@ module Aws::Redshift
6103
6483
  # resp.cluster.pending_actions[0] #=> String
6104
6484
  # resp.cluster.maintenance_track_name #=> String
6105
6485
  # resp.cluster.elastic_resize_number_of_node_options #=> String
6486
+ # resp.cluster.deferred_maintenance_windows #=> Array
6487
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
6488
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
6489
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
6490
+ # resp.cluster.resize_info.resize_type #=> String
6491
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6106
6492
  #
6107
6493
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeCluster AWS API Documentation
6108
6494
  #
@@ -6418,6 +6804,12 @@ module Aws::Redshift
6418
6804
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
6419
6805
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
6420
6806
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
6807
+ # resp.cluster.data_transfer_progress.status #=> String
6808
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
6809
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
6810
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
6811
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
6812
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
6421
6813
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
6422
6814
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
6423
6815
  # resp.cluster.hsm_status.status #=> String
@@ -6444,6 +6836,12 @@ module Aws::Redshift
6444
6836
  # resp.cluster.pending_actions[0] #=> String
6445
6837
  # resp.cluster.maintenance_track_name #=> String
6446
6838
  # resp.cluster.elastic_resize_number_of_node_options #=> String
6839
+ # resp.cluster.deferred_maintenance_windows #=> Array
6840
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
6841
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
6842
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
6843
+ # resp.cluster.resize_info.resize_type #=> String
6844
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6447
6845
  #
6448
6846
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreFromClusterSnapshot AWS API Documentation
6449
6847
  #
@@ -6772,6 +7170,12 @@ module Aws::Redshift
6772
7170
  # resp.cluster.restore_status.progress_in_mega_bytes #=> Integer
6773
7171
  # resp.cluster.restore_status.elapsed_time_in_seconds #=> Integer
6774
7172
  # resp.cluster.restore_status.estimated_time_to_completion_in_seconds #=> Integer
7173
+ # resp.cluster.data_transfer_progress.status #=> String
7174
+ # resp.cluster.data_transfer_progress.current_rate_in_mega_bytes_per_second #=> Float
7175
+ # resp.cluster.data_transfer_progress.total_data_in_mega_bytes #=> Integer
7176
+ # resp.cluster.data_transfer_progress.data_transferred_in_mega_bytes #=> Integer
7177
+ # resp.cluster.data_transfer_progress.estimated_time_to_completion_in_seconds #=> Integer
7178
+ # resp.cluster.data_transfer_progress.elapsed_time_in_seconds #=> Integer
6775
7179
  # resp.cluster.hsm_status.hsm_client_certificate_identifier #=> String
6776
7180
  # resp.cluster.hsm_status.hsm_configuration_identifier #=> String
6777
7181
  # resp.cluster.hsm_status.status #=> String
@@ -6798,6 +7202,12 @@ module Aws::Redshift
6798
7202
  # resp.cluster.pending_actions[0] #=> String
6799
7203
  # resp.cluster.maintenance_track_name #=> String
6800
7204
  # resp.cluster.elastic_resize_number_of_node_options #=> String
7205
+ # resp.cluster.deferred_maintenance_windows #=> Array
7206
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_identifier #=> String
7207
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_start_time #=> Time
7208
+ # resp.cluster.deferred_maintenance_windows[0].defer_maintenance_end_time #=> Time
7209
+ # resp.cluster.resize_info.resize_type #=> String
7210
+ # resp.cluster.resize_info.allow_cancel_resize #=> Boolean
6801
7211
  #
6802
7212
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RotateEncryptionKey AWS API Documentation
6803
7213
  #
@@ -6821,7 +7231,7 @@ module Aws::Redshift
6821
7231
  params: params,
6822
7232
  config: config)
6823
7233
  context[:gem_name] = 'aws-sdk-redshift'
6824
- context[:gem_version] = '1.13.0'
7234
+ context[:gem_version] = '1.14.0'
6825
7235
  Seahorse::Client::Request.new(handlers, context)
6826
7236
  end
6827
7237