aws-sdk-redshift 1.114.0 → 1.116.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +13 -30
- 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: fae729ae0e9c87bf8a4fee56a3d4a9c5c6b3dd5b8b163bd9a5df0fdc36f1b054
|
4
|
+
data.tar.gz: 253a5016d2087fb740aa8c0e50a31cf47d25ca96d8109be36a7de9e275db9e88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fe41e7bae6cb5bc0a4029036d33be7e2bafe65052bb62a7c5d799c787a19b2d07f612b3f5e90c8a131cb914869599c47de939618a8f2e31f574f367da934840
|
7
|
+
data.tar.gz: 4c89c5f68c488a823b2332461a38b535b34a75604be3bac8914ca03f28da56de8bbc9ceaa9adf254f41cad8e70aeb4ca56c4cec0911f32bfb5b6546563e77291
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.116.0 (2024-06-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates to remove DC1 and DS2 node types.
|
8
|
+
|
9
|
+
1.115.0 (2024-06-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.114.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|
@@ -1273,8 +1273,7 @@ module Aws::Redshift
|
|
1273
1273
|
# node types, go to [ Working with Clusters][1] in the *Amazon Redshift
|
1274
1274
|
# Cluster Management Guide*.
|
1275
1275
|
#
|
1276
|
-
# Valid Values: `
|
1277
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
1276
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
1278
1277
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
1279
1278
|
#
|
1280
1279
|
#
|
@@ -1431,7 +1430,7 @@ module Aws::Redshift
|
|
1431
1430
|
# ra3 nodes, it isn't required that you change the port to these
|
1432
1431
|
# ranges.)
|
1433
1432
|
#
|
1434
|
-
# * For clusters with
|
1433
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
1435
1434
|
# `1150-65535`.
|
1436
1435
|
#
|
1437
1436
|
# @option params [String] :cluster_version
|
@@ -8560,8 +8559,7 @@ module Aws::Redshift
|
|
8560
8559
|
# in Amazon Redshift][1] in the *Amazon Redshift Cluster Management
|
8561
8560
|
# Guide*.
|
8562
8561
|
#
|
8563
|
-
# Valid Values: `
|
8564
|
-
# `dc1.8xlarge` \| `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
8562
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge` \| `ra3.xlplus` \|
|
8565
8563
|
# `ra3.4xlarge` \| `ra3.16xlarge`
|
8566
8564
|
#
|
8567
8565
|
#
|
@@ -8808,7 +8806,7 @@ module Aws::Redshift
|
|
8808
8806
|
# ra3 nodes, it isn't required that you change the port to these
|
8809
8807
|
# ranges.)
|
8810
8808
|
#
|
8811
|
-
# * For clusters with
|
8809
|
+
# * For clusters with dc2 nodes - Select a port within the range
|
8812
8810
|
# `1150-65535`.
|
8813
8811
|
#
|
8814
8812
|
# @option params [Boolean] :manage_master_password
|
@@ -11010,18 +11008,10 @@ module Aws::Redshift
|
|
11010
11008
|
#
|
11011
11009
|
# * You can only resize clusters of the following types:
|
11012
11010
|
#
|
11013
|
-
# * dc1.large (if your cluster is in a VPC)
|
11014
|
-
#
|
11015
|
-
# * dc1.8xlarge (if your cluster is in a VPC)
|
11016
|
-
#
|
11017
11011
|
# * dc2.large
|
11018
11012
|
#
|
11019
11013
|
# * dc2.8xlarge
|
11020
11014
|
#
|
11021
|
-
# * ds2.xlarge
|
11022
|
-
#
|
11023
|
-
# * ds2.8xlarge
|
11024
|
-
#
|
11025
11015
|
# * ra3.xlplus
|
11026
11016
|
#
|
11027
11017
|
# * ra3.4xlarge
|
@@ -11276,9 +11266,9 @@ module Aws::Redshift
|
|
11276
11266
|
#
|
11277
11267
|
# Default: The same port as the original cluster.
|
11278
11268
|
#
|
11279
|
-
# Valid values: For clusters with
|
11280
|
-
#
|
11281
|
-
#
|
11269
|
+
# Valid values: For clusters with DC2 nodes, must be within the range
|
11270
|
+
# `1150`-`65535`. For clusters with ra3 nodes, must be within the ranges
|
11271
|
+
# `5431`-`5455` or `8191`-`8215`.
|
11282
11272
|
#
|
11283
11273
|
# @option params [String] :availability_zone
|
11284
11274
|
# The Amazon EC2 Availability Zone in which to restore the cluster.
|
@@ -11410,18 +11400,11 @@ module Aws::Redshift
|
|
11410
11400
|
# @option params [String] :node_type
|
11411
11401
|
# The node type that the restored cluster will be provisioned with.
|
11412
11402
|
#
|
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*.
|
11403
|
+
# If you have a DC instance type, you must restore into that same
|
11404
|
+
# instance type and size. In other words, you can only restore a
|
11405
|
+
# dc2.large node type into another dc2 type. For more information about
|
11406
|
+
# node types, see [ About Clusters and Nodes][1] in the *Amazon Redshift
|
11407
|
+
# Cluster Management Guide*.
|
11425
11408
|
#
|
11426
11409
|
#
|
11427
11410
|
#
|
@@ -12424,7 +12407,7 @@ module Aws::Redshift
|
|
12424
12407
|
params: params,
|
12425
12408
|
config: config)
|
12426
12409
|
context[:gem_name] = 'aws-sdk-redshift'
|
12427
|
-
context[:gem_version] = '1.
|
12410
|
+
context[:gem_version] = '1.116.0'
|
12428
12411
|
Seahorse::Client::Request.new(handlers, context)
|
12429
12412
|
end
|
12430
12413
|
|
@@ -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.116.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-
|
11
|
+
date: 2024-06-12 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.197.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.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|