aws-sdk-redshift 1.157.0 → 1.158.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +25 -19
- data/lib/aws-sdk-redshift/types.rb +22 -20
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be4ddcbe18690c653f34b97cc13899692b0191e680dcf2b81ccef60db6127262
|
|
4
|
+
data.tar.gz: fa9928873b867645f1329840307a8e89aee1ef0821f174b850c1a925bc4f28bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 975214c71c7ab1fde75cdae3037a5154f82e924df2020341f40800744909800d1644c875fe691b95026cf0860d932ccd0c8861a00eac1b6c49469c90d79676bb
|
|
7
|
+
data.tar.gz: 7968f61e990b499d877fea92f06045792b2cca15bf855da2efca5b682f0278a5f05f6fdd82101fe01e0ea27ddd73c4cb8bec925f12cd0ad666a39e897031a148
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.158.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added rg.xlarge and rg.4xlarge to valid NodeType values and updated documentation for CreateCluster, ModifyCluster, ResizeCluster, and RestoreFromClusterSnapshot APIs to reflect RG node type support.
|
|
8
|
+
|
|
4
9
|
1.157.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.158.0
|
|
@@ -1359,8 +1359,9 @@ module Aws::Redshift
|
|
|
1359
1359
|
# node types, go to [ Working with Clusters][1] in the *Amazon Redshift
|
|
1360
1360
|
# Cluster Management Guide*.
|
|
1361
1361
|
#
|
|
1362
|
-
# Valid Values: `dc2.large` \| `dc2.8xlarge
|
|
1363
|
-
# `ra3.
|
|
1362
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge`\| `rg.xlarge` \|
|
|
1363
|
+
# `rg.4xlarge` \| `ra3.large` \| `ra3.xlplus` \| `ra3.4xlarge` \|
|
|
1364
|
+
# `ra3.16xlarge`
|
|
1364
1365
|
#
|
|
1365
1366
|
#
|
|
1366
1367
|
#
|
|
@@ -1486,8 +1487,8 @@ module Aws::Redshift
|
|
|
1486
1487
|
# are disabled, you can still create manual snapshots when you want with
|
|
1487
1488
|
# CreateClusterSnapshot.
|
|
1488
1489
|
#
|
|
1489
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
1490
|
-
# automated retention period from 1-35 days.
|
|
1490
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
1491
|
+
# the automated retention period from 1-35 days.
|
|
1491
1492
|
#
|
|
1492
1493
|
# Default: `1`
|
|
1493
1494
|
#
|
|
@@ -1511,9 +1512,9 @@ module Aws::Redshift
|
|
|
1511
1512
|
#
|
|
1512
1513
|
# Valid Values:
|
|
1513
1514
|
#
|
|
1514
|
-
# * For clusters with
|
|
1515
|
-
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
1516
|
-
#
|
|
1515
|
+
# * For clusters with RG or RA3 nodes - Select a port within the ranges
|
|
1516
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with RG
|
|
1517
|
+
# or RA3 nodes, it isn't required that you change the port to these
|
|
1517
1518
|
# ranges.)
|
|
1518
1519
|
#
|
|
1519
1520
|
# * For clusters with dc2 nodes - Select a port within the range
|
|
@@ -9104,8 +9105,9 @@ module Aws::Redshift
|
|
|
9104
9105
|
# in Amazon Redshift][1] in the *Amazon Redshift Cluster Management
|
|
9105
9106
|
# Guide*.
|
|
9106
9107
|
#
|
|
9107
|
-
# Valid Values: `dc2.large` \| `dc2.8xlarge
|
|
9108
|
-
# `ra3.
|
|
9108
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge`\| `rg.xlarge` \|
|
|
9109
|
+
# `rg.4xlarge` \| `ra3.large` \| `ra3.xlplus` \| `ra3.4xlarge` \|
|
|
9110
|
+
# `ra3.16xlarge`
|
|
9109
9111
|
#
|
|
9110
9112
|
#
|
|
9111
9113
|
#
|
|
@@ -9196,8 +9198,8 @@ module Aws::Redshift
|
|
|
9196
9198
|
# current value, existing automated snapshots that fall outside of the
|
|
9197
9199
|
# new retention period will be immediately deleted.
|
|
9198
9200
|
#
|
|
9199
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
9200
|
-
# automated retention period from 1-35 days.
|
|
9201
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
9202
|
+
# the automated retention period from 1-35 days.
|
|
9201
9203
|
#
|
|
9202
9204
|
# Default: Uses existing setting.
|
|
9203
9205
|
#
|
|
@@ -9348,9 +9350,9 @@ module Aws::Redshift
|
|
|
9348
9350
|
#
|
|
9349
9351
|
# Valid Values:
|
|
9350
9352
|
#
|
|
9351
|
-
# * For clusters with
|
|
9352
|
-
# `5431-5455` or `8191-8215`. (If you have an existing cluster with
|
|
9353
|
-
#
|
|
9353
|
+
# * For clusters with RG or RA3 nodes - Select a port within the ranges
|
|
9354
|
+
# `5431-5455` or `8191-8215`. (If you have an existing cluster with RG
|
|
9355
|
+
# or RA3 nodes, it isn't required that you change the port to these
|
|
9354
9356
|
# ranges.)
|
|
9355
9357
|
#
|
|
9356
9358
|
# * For clusters with dc2 nodes - Select a port within the range
|
|
@@ -11818,6 +11820,10 @@ module Aws::Redshift
|
|
|
11818
11820
|
#
|
|
11819
11821
|
# * dc2.8xlarge
|
|
11820
11822
|
#
|
|
11823
|
+
# * rg.xlarge
|
|
11824
|
+
#
|
|
11825
|
+
# * rg.4xlarge
|
|
11826
|
+
#
|
|
11821
11827
|
# * ra3.large
|
|
11822
11828
|
#
|
|
11823
11829
|
# * ra3.xlplus
|
|
@@ -12096,8 +12102,8 @@ module Aws::Redshift
|
|
|
12096
12102
|
# Default: The same port as the original cluster.
|
|
12097
12103
|
#
|
|
12098
12104
|
# Valid values: For clusters with DC2 nodes, must be within the range
|
|
12099
|
-
# `1150`-`65535`. For clusters with
|
|
12100
|
-
# `5431`-`5455` or `8191`-`8215`.
|
|
12105
|
+
# `1150`-`65535`. For clusters with RG or RA3 nodes, must be within the
|
|
12106
|
+
# ranges `5431`-`5455` or `8191`-`8215`.
|
|
12101
12107
|
#
|
|
12102
12108
|
# @option params [String] :availability_zone
|
|
12103
12109
|
# The Amazon EC2 Availability Zone in which to restore the cluster.
|
|
@@ -12204,8 +12210,8 @@ module Aws::Redshift
|
|
|
12204
12210
|
# are disabled, you can still create manual snapshots when you want with
|
|
12205
12211
|
# CreateClusterSnapshot.
|
|
12206
12212
|
#
|
|
12207
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
12208
|
-
# automated retention period from 1-35 days.
|
|
12213
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
12214
|
+
# the automated retention period from 1-35 days.
|
|
12209
12215
|
#
|
|
12210
12216
|
# Default: The value selected for the cluster from which the snapshot
|
|
12211
12217
|
# was taken.
|
|
@@ -13275,7 +13281,7 @@ module Aws::Redshift
|
|
|
13275
13281
|
tracer: tracer
|
|
13276
13282
|
)
|
|
13277
13283
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
13278
|
-
context[:gem_version] = '1.
|
|
13284
|
+
context[:gem_version] = '1.158.0'
|
|
13279
13285
|
Seahorse::Client::Request.new(handlers, context)
|
|
13280
13286
|
end
|
|
13281
13287
|
|
|
@@ -2014,8 +2014,9 @@ module Aws::Redshift
|
|
|
2014
2014
|
# about node types, go to [ Working with Clusters][1] in the *Amazon
|
|
2015
2015
|
# Redshift Cluster Management Guide*.
|
|
2016
2016
|
#
|
|
2017
|
-
# Valid Values: `dc2.large` \| `dc2.8xlarge
|
|
2018
|
-
# `ra3.
|
|
2017
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge`\| `rg.xlarge` \|
|
|
2018
|
+
# `rg.4xlarge` \| `ra3.large` \| `ra3.xlplus` \| `ra3.4xlarge` \|
|
|
2019
|
+
# `ra3.16xlarge`
|
|
2019
2020
|
#
|
|
2020
2021
|
#
|
|
2021
2022
|
#
|
|
@@ -2152,8 +2153,8 @@ module Aws::Redshift
|
|
|
2152
2153
|
# snapshots are disabled, you can still create manual snapshots when
|
|
2153
2154
|
# you want with CreateClusterSnapshot.
|
|
2154
2155
|
#
|
|
2155
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
2156
|
-
# automated retention period from 1-35 days.
|
|
2156
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
2157
|
+
# the automated retention period from 1-35 days.
|
|
2157
2158
|
#
|
|
2158
2159
|
# Default: `1`
|
|
2159
2160
|
#
|
|
@@ -2179,10 +2180,10 @@ module Aws::Redshift
|
|
|
2179
2180
|
#
|
|
2180
2181
|
# Valid Values:
|
|
2181
2182
|
#
|
|
2182
|
-
# * For clusters with
|
|
2183
|
-
# `5431-5455` or `8191-8215`. (If you have an existing
|
|
2184
|
-
#
|
|
2185
|
-
# ranges.)
|
|
2183
|
+
# * For clusters with RG or RA3 nodes - Select a port within the
|
|
2184
|
+
# ranges `5431-5455` or `8191-8215`. (If you have an existing
|
|
2185
|
+
# cluster with RG or RA3 nodes, it isn't required that you change
|
|
2186
|
+
# the port to these ranges.)
|
|
2186
2187
|
#
|
|
2187
2188
|
# * For clusters with dc2 nodes - Select a port within the range
|
|
2188
2189
|
# `1150-65535`.
|
|
@@ -8373,8 +8374,9 @@ module Aws::Redshift
|
|
|
8373
8374
|
# Clusters in Amazon Redshift][1] in the *Amazon Redshift Cluster
|
|
8374
8375
|
# Management Guide*.
|
|
8375
8376
|
#
|
|
8376
|
-
# Valid Values: `dc2.large` \| `dc2.8xlarge
|
|
8377
|
-
# `ra3.
|
|
8377
|
+
# Valid Values: `dc2.large` \| `dc2.8xlarge`\| `rg.xlarge` \|
|
|
8378
|
+
# `rg.4xlarge` \| `ra3.large` \| `ra3.xlplus` \| `ra3.4xlarge` \|
|
|
8379
|
+
# `ra3.16xlarge`
|
|
8378
8380
|
#
|
|
8379
8381
|
#
|
|
8380
8382
|
#
|
|
@@ -8471,8 +8473,8 @@ module Aws::Redshift
|
|
|
8471
8473
|
# current value, existing automated snapshots that fall outside of the
|
|
8472
8474
|
# new retention period will be immediately deleted.
|
|
8473
8475
|
#
|
|
8474
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
8475
|
-
# automated retention period from 1-35 days.
|
|
8476
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
8477
|
+
# the automated retention period from 1-35 days.
|
|
8476
8478
|
#
|
|
8477
8479
|
# Default: Uses existing setting.
|
|
8478
8480
|
#
|
|
@@ -8642,10 +8644,10 @@ module Aws::Redshift
|
|
|
8642
8644
|
#
|
|
8643
8645
|
# Valid Values:
|
|
8644
8646
|
#
|
|
8645
|
-
# * For clusters with
|
|
8646
|
-
# `5431-5455` or `8191-8215`. (If you have an existing
|
|
8647
|
-
#
|
|
8648
|
-
# ranges.)
|
|
8647
|
+
# * For clusters with RG or RA3 nodes - Select a port within the
|
|
8648
|
+
# ranges `5431-5455` or `8191-8215`. (If you have an existing
|
|
8649
|
+
# cluster with RG or RA3 nodes, it isn't required that you change
|
|
8650
|
+
# the port to these ranges.)
|
|
8649
8651
|
#
|
|
8650
8652
|
# * For clusters with dc2 nodes - Select a port within the range
|
|
8651
8653
|
# `1150-65535`.
|
|
@@ -10876,8 +10878,8 @@ module Aws::Redshift
|
|
|
10876
10878
|
# Default: The same port as the original cluster.
|
|
10877
10879
|
#
|
|
10878
10880
|
# Valid values: For clusters with DC2 nodes, must be within the range
|
|
10879
|
-
# `1150`-`65535`. For clusters with
|
|
10880
|
-
# ranges `5431`-`5455` or `8191`-`8215`.
|
|
10881
|
+
# `1150`-`65535`. For clusters with RG or RA3 nodes, must be within
|
|
10882
|
+
# the ranges `5431`-`5455` or `8191`-`8215`.
|
|
10881
10883
|
# @return [Integer]
|
|
10882
10884
|
#
|
|
10883
10885
|
# @!attribute [rw] availability_zone
|
|
@@ -10997,8 +10999,8 @@ module Aws::Redshift
|
|
|
10997
10999
|
# snapshots are disabled, you can still create manual snapshots when
|
|
10998
11000
|
# you want with CreateClusterSnapshot.
|
|
10999
11001
|
#
|
|
11000
|
-
# You can't disable automated snapshots for RA3 node types. Set
|
|
11001
|
-
# automated retention period from 1-35 days.
|
|
11002
|
+
# You can't disable automated snapshots for RG or RA3 node types. Set
|
|
11003
|
+
# the automated retention period from 1-35 days.
|
|
11002
11004
|
#
|
|
11003
11005
|
# Default: The value selected for the cluster from which the snapshot
|
|
11004
11006
|
# was taken.
|
data/lib/aws-sdk-redshift.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.158.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|