aws-sdk-redshift 1.115.0 → 1.117.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +18 -32
- data/lib/aws-sdk-redshift/client_api.rb +2 -0
- data/lib/aws-sdk-redshift/types.rb +23 -33
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bca43ecd846aa62d28e38ee77bc05f7c984636b7761ca25bb2de248090dae9fe
|
|
4
|
+
data.tar.gz: f65d17f0db5105c7d57555e56ca03dfdccc578f6ce78051682b003856c995b21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8296bb0b08c7f51d8f5eede629c64ae88ef9eb68a75aacdef11c37286b4ccfa4c7cb9b967096fad57c7ae9c491d1f86ac98f0ec846f5de36ba89e50fb114153
|
|
7
|
+
data.tar.gz: 04cddf7f6f6678b1b4764d65da6ebcfefedf4023e2f01df11ac52c33e9ec40a428aa97f73dd431eff926e926432160c26628ca7734079b71682be3a79c066196
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.117.0 (2024-06-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.116.0 (2024-06-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updates to remove DC1 and DS2 node types.
|
|
13
|
+
|
|
4
14
|
1.115.0 (2024-06-05)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.117.0
|
|
@@ -89,6 +89,11 @@ module Aws::Redshift
|
|
|
89
89
|
|
|
90
90
|
# @overload initialize(options)
|
|
91
91
|
# @param [Hash] options
|
|
92
|
+
#
|
|
93
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
|
94
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
|
95
|
+
# class name or an instance of a plugin class.
|
|
96
|
+
#
|
|
92
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
|
93
98
|
# Your AWS credentials. This can be an instance of any one of the
|
|
94
99
|
# following classes:
|
|
@@ -209,7 +214,6 @@ module Aws::Redshift
|
|
|
209
214
|
# 'https://example.com'
|
|
210
215
|
# 'http://example.com:123'
|
|
211
216
|
#
|
|
212
|
-
#
|
|
213
217
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
|
214
218
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
|
215
219
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
|
@@ -298,7 +302,6 @@ module Aws::Redshift
|
|
|
298
302
|
# throttling. This is a provisional mode that may change behavior
|
|
299
303
|
# in the future.
|
|
300
304
|
#
|
|
301
|
-
#
|
|
302
305
|
# @option options [String] :sdk_ua_app_id
|
|
303
306
|
# A unique and opaque application ID that is appended to the
|
|
304
307
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
@@ -1273,8 +1276,7 @@ module Aws::Redshift
|
|
|
1273
1276
|
# node types, go to [ Working with Clusters][1] in the *Amazon Redshift
|
|
1274
1277
|
# Cluster Management Guide*.
|
|
1275
1278
|
#
|
|
1276
|
-
# Valid Values: `
|
|
1277
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
1279
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
1278
1280
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
|
1279
1281
|
#
|
|
1280
1282
|
#
|
|
@@ -1431,7 +1433,7 @@ module Aws::Redshift
|
|
|
1431
1433
|
# ra3 nodes, it isn't required that you change the port to these
|
|
1432
1434
|
# ranges.)
|
|
1433
1435
|
#
|
|
1434
|
-
# * For clusters with
|
|
1436
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
|
1435
1437
|
# `1150-65535`.
|
|
1436
1438
|
#
|
|
1437
1439
|
# @option params [String] :cluster_version
|
|
@@ -8560,8 +8562,7 @@ module Aws::Redshift
|
|
|
8560
8562
|
# in Amazon Redshift][1] in the *Amazon Redshift Cluster Management
|
|
8561
8563
|
# Guide*.
|
|
8562
8564
|
#
|
|
8563
|
-
# Valid Values: `
|
|
8564
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
8565
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
8565
8566
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
|
8566
8567
|
#
|
|
8567
8568
|
#
|
|
@@ -8808,7 +8809,7 @@ module Aws::Redshift
|
|
|
8808
8809
|
# ra3 nodes, it isn't required that you change the port to these
|
|
8809
8810
|
# ranges.)
|
|
8810
8811
|
#
|
|
8811
|
-
# * For clusters with
|
|
8812
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
|
8812
8813
|
# `1150-65535`.
|
|
8813
8814
|
#
|
|
8814
8815
|
# @option params [Boolean] :manage_master_password
|
|
@@ -11010,18 +11011,10 @@ module Aws::Redshift
|
|
|
11010
11011
|
#
|
|
11011
11012
|
# * You can only resize clusters of the following types:
|
|
11012
11013
|
#
|
|
11013
|
-
# * dc1.large (if your cluster is in a VPC)
|
|
11014
|
-
#
|
|
11015
|
-
# * dc1.8xlarge (if your cluster is in a VPC)
|
|
11016
|
-
#
|
|
11017
11014
|
# * dc2.large
|
|
11018
11015
|
#
|
|
11019
11016
|
# * dc2.8xlarge
|
|
11020
11017
|
#
|
|
11021
|
-
# * ds2.xlarge
|
|
11022
|
-
#
|
|
11023
|
-
# * ds2.8xlarge
|
|
11024
|
-
#
|
|
11025
11018
|
# * ra3.xlplus
|
|
11026
11019
|
#
|
|
11027
11020
|
# * ra3.4xlarge
|
|
@@ -11276,9 +11269,9 @@ module Aws::Redshift
|
|
|
11276
11269
|
#
|
|
11277
11270
|
# Default: The same port as the original cluster.
|
|
11278
11271
|
#
|
|
11279
|
-
# Valid values: For clusters with
|
|
11280
|
-
#
|
|
11281
|
-
#
|
|
11272
|
+
# Valid values: For clusters with DC2 nodes, must be within the range
|
|
11273
|
+
# `1150`-`65535`. For clusters with ra3 nodes, must be within the ranges
|
|
11274
|
+
# `5431`-`5455` or `8191`-`8215`.
|
|
11282
11275
|
#
|
|
11283
11276
|
# @option params [String] :availability_zone
|
|
11284
11277
|
# The Amazon EC2 Availability Zone in which to restore the cluster.
|
|
@@ -11410,18 +11403,11 @@ module Aws::Redshift
|
|
|
11410
11403
|
# @option params [String] :node_type
|
|
11411
11404
|
# The node type that the restored cluster will be provisioned with.
|
|
11412
11405
|
#
|
|
11413
|
-
#
|
|
11414
|
-
#
|
|
11415
|
-
#
|
|
11416
|
-
#
|
|
11417
|
-
#
|
|
11418
|
-
# restore into that same instance type and size. In other words, you can
|
|
11419
|
-
# only restore a dc1.large instance type into another dc1.large instance
|
|
11420
|
-
# type or dc2.large instance type. You can't restore dc1.8xlarge to
|
|
11421
|
-
# dc2.8xlarge. First restore to a dc1.8xlarge cluster, then resize to a
|
|
11422
|
-
# dc2.8large cluster. For more information about node types, see [ About
|
|
11423
|
-
# Clusters and Nodes][1] in the *Amazon Redshift Cluster Management
|
|
11424
|
-
# Guide*.
|
|
11406
|
+
# If you have a DC instance type, you must restore into that same
|
|
11407
|
+
# instance type and size. In other words, you can only restore a
|
|
11408
|
+
# dc2.large node type into another dc2 type. For more information about
|
|
11409
|
+
# node types, see [ About Clusters and Nodes][1] in the *Amazon Redshift
|
|
11410
|
+
# Cluster Management Guide*.
|
|
11425
11411
|
#
|
|
11426
11412
|
#
|
|
11427
11413
|
#
|
|
@@ -12424,7 +12410,7 @@ module Aws::Redshift
|
|
|
12424
12410
|
params: params,
|
|
12425
12411
|
config: config)
|
|
12426
12412
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
12427
|
-
context[:gem_version] = '1.
|
|
12413
|
+
context[:gem_version] = '1.117.0'
|
|
12428
12414
|
Seahorse::Client::Request.new(handlers, context)
|
|
12429
12415
|
end
|
|
12430
12416
|
|
|
@@ -2893,8 +2893,10 @@ module Aws::Redshift
|
|
|
2893
2893
|
|
|
2894
2894
|
api.metadata = {
|
|
2895
2895
|
"apiVersion" => "2012-12-01",
|
|
2896
|
+
"auth" => ["aws.auth#sigv4"],
|
|
2896
2897
|
"endpointPrefix" => "redshift",
|
|
2897
2898
|
"protocol" => "query",
|
|
2899
|
+
"protocols" => ["query"],
|
|
2898
2900
|
"serviceFullName" => "Amazon Redshift",
|
|
2899
2901
|
"serviceId" => "Redshift",
|
|
2900
2902
|
"signatureVersion" => "v4",
|
|
@@ -1974,8 +1974,7 @@ module Aws::Redshift
|
|
|
1974
1974
|
# about node types, go to [ Working with Clusters][1] in the *Amazon
|
|
1975
1975
|
# Redshift Cluster Management Guide*.
|
|
1976
1976
|
#
|
|
1977
|
-
# Valid Values: `
|
|
1978
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
1977
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
1979
1978
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
|
1980
1979
|
#
|
|
1981
1980
|
#
|
|
@@ -2145,8 +2144,8 @@ module Aws::Redshift
|
|
|
2145
2144
|
# ra3 nodes, it isn't required that you change the port to these
|
|
2146
2145
|
# ranges.)
|
|
2147
2146
|
#
|
|
2148
|
-
# * For clusters with
|
|
2149
|
-
#
|
|
2147
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
|
2148
|
+
# `1150-65535`.
|
|
2150
2149
|
# @return [Integer]
|
|
2151
2150
|
#
|
|
2152
2151
|
# @!attribute [rw] cluster_version
|
|
@@ -7898,8 +7897,7 @@ module Aws::Redshift
|
|
|
7898
7897
|
# Clusters in Amazon Redshift][1] in the *Amazon Redshift Cluster
|
|
7899
7898
|
# Management Guide*.
|
|
7900
7899
|
#
|
|
7901
|
-
# Valid Values: `
|
|
7902
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
7900
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
|
7903
7901
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
|
7904
7902
|
#
|
|
7905
7903
|
#
|
|
@@ -8171,8 +8169,8 @@ module Aws::Redshift
|
|
|
8171
8169
|
# ra3 nodes, it isn't required that you change the port to these
|
|
8172
8170
|
# ranges.)
|
|
8173
8171
|
#
|
|
8174
|
-
# * For clusters with
|
|
8175
|
-
#
|
|
8172
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
|
8173
|
+
# `1150-65535`.
|
|
8176
8174
|
# @return [Integer]
|
|
8177
8175
|
#
|
|
8178
8176
|
# @!attribute [rw] manage_master_password
|
|
@@ -8783,7 +8781,7 @@ module Aws::Redshift
|
|
|
8783
8781
|
# A list of node configurations.
|
|
8784
8782
|
#
|
|
8785
8783
|
# @!attribute [rw] node_type
|
|
8786
|
-
# The node type, such as, "
|
|
8784
|
+
# The node type, such as, "ra3.4xlarge".
|
|
8787
8785
|
# @return [String]
|
|
8788
8786
|
#
|
|
8789
8787
|
# @!attribute [rw] number_of_nodes
|
|
@@ -9700,7 +9698,7 @@ module Aws::Redshift
|
|
|
9700
9698
|
# @return [String]
|
|
9701
9699
|
#
|
|
9702
9700
|
# @!attribute [rw] source_reserved_node_type
|
|
9703
|
-
# The source reserved-node type, for example
|
|
9701
|
+
# The source reserved-node type, for example ra3.4xlarge.
|
|
9704
9702
|
# @return [String]
|
|
9705
9703
|
#
|
|
9706
9704
|
# @!attribute [rw] source_reserved_node_count
|
|
@@ -10168,9 +10166,9 @@ module Aws::Redshift
|
|
|
10168
10166
|
#
|
|
10169
10167
|
# Default: The same port as the original cluster.
|
|
10170
10168
|
#
|
|
10171
|
-
# Valid values: For clusters with
|
|
10172
|
-
#
|
|
10173
|
-
#
|
|
10169
|
+
# Valid values: For clusters with DC2 nodes, must be within the range
|
|
10170
|
+
# `1150`-`65535`. For clusters with ra3 nodes, must be within the
|
|
10171
|
+
# ranges `5431`-`5455` or `8191`-`8215`.
|
|
10174
10172
|
# @return [Integer]
|
|
10175
10173
|
#
|
|
10176
10174
|
# @!attribute [rw] availability_zone
|
|
@@ -10318,18 +10316,11 @@ module Aws::Redshift
|
|
|
10318
10316
|
# @!attribute [rw] node_type
|
|
10319
10317
|
# The node type that the restored cluster will be provisioned with.
|
|
10320
10318
|
#
|
|
10321
|
-
#
|
|
10322
|
-
#
|
|
10323
|
-
#
|
|
10324
|
-
#
|
|
10325
|
-
#
|
|
10326
|
-
# instance type, you must restore into that same instance type and
|
|
10327
|
-
# size. In other words, you can only restore a dc1.large instance type
|
|
10328
|
-
# into another dc1.large instance type or dc2.large instance type. You
|
|
10329
|
-
# can't restore dc1.8xlarge to dc2.8xlarge. First restore to a
|
|
10330
|
-
# dc1.8xlarge cluster, then resize to a dc2.8large cluster. For more
|
|
10331
|
-
# information about node types, see [ About Clusters and Nodes][1] in
|
|
10332
|
-
# the *Amazon Redshift Cluster Management Guide*.
|
|
10319
|
+
# If you have a DC instance type, you must restore into that same
|
|
10320
|
+
# instance type and size. In other words, you can only restore a
|
|
10321
|
+
# dc2.large node type into another dc2 type. For more information
|
|
10322
|
+
# about node types, see [ About Clusters and Nodes][1] in the *Amazon
|
|
10323
|
+
# Redshift Cluster Management Guide*.
|
|
10333
10324
|
#
|
|
10334
10325
|
#
|
|
10335
10326
|
#
|
|
@@ -10512,31 +10503,30 @@ module Aws::Redshift
|
|
|
10512
10503
|
# @!attribute [rw] current_restore_rate_in_mega_bytes_per_second
|
|
10513
10504
|
# The number of megabytes per second being transferred from the backup
|
|
10514
10505
|
# storage. Returns the average rate for a completed backup. This field
|
|
10515
|
-
# is only updated when you restore to DC2
|
|
10506
|
+
# is only updated when you restore to DC2 node types.
|
|
10516
10507
|
# @return [Float]
|
|
10517
10508
|
#
|
|
10518
10509
|
# @!attribute [rw] snapshot_size_in_mega_bytes
|
|
10519
10510
|
# The size of the set of snapshot data used to restore the cluster.
|
|
10520
|
-
# This field is only updated when you restore to DC2
|
|
10521
|
-
# types.
|
|
10511
|
+
# This field is only updated when you restore to DC2 node types.
|
|
10522
10512
|
# @return [Integer]
|
|
10523
10513
|
#
|
|
10524
10514
|
# @!attribute [rw] progress_in_mega_bytes
|
|
10525
10515
|
# The number of megabytes that have been transferred from snapshot
|
|
10526
|
-
# storage. This field is only updated when you restore to DC2
|
|
10527
|
-
#
|
|
10516
|
+
# storage. This field is only updated when you restore to DC2 node
|
|
10517
|
+
# types.
|
|
10528
10518
|
# @return [Integer]
|
|
10529
10519
|
#
|
|
10530
10520
|
# @!attribute [rw] elapsed_time_in_seconds
|
|
10531
10521
|
# The amount of time an in-progress restore has been running, or the
|
|
10532
10522
|
# amount of time it took a completed restore to finish. This field is
|
|
10533
|
-
# only updated when you restore to DC2
|
|
10523
|
+
# only updated when you restore to DC2 node types.
|
|
10534
10524
|
# @return [Integer]
|
|
10535
10525
|
#
|
|
10536
10526
|
# @!attribute [rw] estimated_time_to_completion_in_seconds
|
|
10537
10527
|
# The estimate of the time remaining before the restore will complete.
|
|
10538
10528
|
# Returns 0 for a completed restore. This field is only updated when
|
|
10539
|
-
# you restore to DC2
|
|
10529
|
+
# you restore to DC2 node types.
|
|
10540
10530
|
# @return [Integer]
|
|
10541
10531
|
#
|
|
10542
10532
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RestoreStatus AWS API Documentation
|
|
@@ -10872,7 +10862,7 @@ module Aws::Redshift
|
|
|
10872
10862
|
# A JSON format string of the Amazon Redshift API operation with input
|
|
10873
10863
|
# parameters.
|
|
10874
10864
|
#
|
|
10875
|
-
# "`\{"ResizeCluster":\{"NodeType":"
|
|
10865
|
+
# "`\{"ResizeCluster":\{"NodeType":"ra3.4xlarge","ClusterIdentifier":"my-test-cluster","NumberOfNodes":3\}\}`".
|
|
10876
10866
|
# @return [Types::ScheduledActionType]
|
|
10877
10867
|
#
|
|
10878
10868
|
# @!attribute [rw] schedule
|
data/lib/aws-sdk-redshift.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-redshift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.117.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: 2024-06-
|
|
11
|
+
date: 2024-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.198.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.198.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|