aws-sdk-redshift 1.86.0 → 1.87.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshift/client.rb +9 -6
- data/lib/aws-sdk-redshift/types.rb +9 -5
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f40afb015efe7e157ffe2a4dcda9a1aeaea94d89806849f2949c52441b54bbd0
|
4
|
+
data.tar.gz: d47a1ac223a33b1d310fea62ce2e44815bcdfee54a7110f69394da288da87988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79afd4849d5e5de1e6acd30463e46c80483855314831bf142a8aa4fd48c54a107394b1c467903c96994fc71ddbf1de46d69600ca6947a6c173fcea8fc291f6c6
|
7
|
+
data.tar.gz: 50a418e14f8695395959cefe8ec93c5b0d66b1de0f7387ecc72ddb3b4d5222ac96c3d804cabf24f7fe6173656c5099fb6a435175960f4cbba8ba058158927df2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.87.0 (2022-10-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
|
8
|
+
|
4
9
|
1.86.0 (2022-10-25)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
@@ -1412,10 +1412,11 @@ module Aws::Redshift
|
|
1412
1412
|
# The Elastic IP (EIP) address for the cluster.
|
1413
1413
|
#
|
1414
1414
|
# Constraints: The cluster must be provisioned in EC2-VPC and
|
1415
|
-
# publicly-accessible through an Internet gateway.
|
1416
|
-
#
|
1417
|
-
#
|
1418
|
-
#
|
1415
|
+
# publicly-accessible through an Internet gateway. Don't specify the
|
1416
|
+
# Elastic IP address for a publicly accessible cluster with availability
|
1417
|
+
# zone relocation turned on. For more information about provisioning
|
1418
|
+
# clusters in EC2-VPC, go to [Supported Platforms to Launch Your
|
1419
|
+
# Cluster][1] in the Amazon Redshift Cluster Management Guide.
|
1419
1420
|
#
|
1420
1421
|
#
|
1421
1422
|
#
|
@@ -10130,7 +10131,9 @@ module Aws::Redshift
|
|
10130
10131
|
# keys in an HSM.
|
10131
10132
|
#
|
10132
10133
|
# @option params [String] :elastic_ip
|
10133
|
-
# The
|
10134
|
+
# The Elastic IP (EIP) address for the cluster. Don't specify the
|
10135
|
+
# Elastic IP address for a publicly accessible cluster with availability
|
10136
|
+
# zone relocation turned on.
|
10134
10137
|
#
|
10135
10138
|
# @option params [String] :cluster_parameter_group_name
|
10136
10139
|
# The name of the parameter group to be associated with this cluster.
|
@@ -11161,7 +11164,7 @@ module Aws::Redshift
|
|
11161
11164
|
params: params,
|
11162
11165
|
config: config)
|
11163
11166
|
context[:gem_name] = 'aws-sdk-redshift'
|
11164
|
-
context[:gem_version] = '1.
|
11167
|
+
context[:gem_version] = '1.87.0'
|
11165
11168
|
Seahorse::Client::Request.new(handlers, context)
|
11166
11169
|
end
|
11167
11170
|
|
@@ -2207,10 +2207,12 @@ module Aws::Redshift
|
|
2207
2207
|
# The Elastic IP (EIP) address for the cluster.
|
2208
2208
|
#
|
2209
2209
|
# Constraints: The cluster must be provisioned in EC2-VPC and
|
2210
|
-
# publicly-accessible through an Internet gateway.
|
2211
|
-
#
|
2212
|
-
#
|
2213
|
-
#
|
2210
|
+
# publicly-accessible through an Internet gateway. Don't specify the
|
2211
|
+
# Elastic IP address for a publicly accessible cluster with
|
2212
|
+
# availability zone relocation turned on. For more information about
|
2213
|
+
# provisioning clusters in EC2-VPC, go to [Supported Platforms to
|
2214
|
+
# Launch Your Cluster][1] in the Amazon Redshift Cluster Management
|
2215
|
+
# Guide.
|
2214
2216
|
#
|
2215
2217
|
#
|
2216
2218
|
#
|
@@ -10298,7 +10300,9 @@ module Aws::Redshift
|
|
10298
10300
|
# @return [String]
|
10299
10301
|
#
|
10300
10302
|
# @!attribute [rw] elastic_ip
|
10301
|
-
# The
|
10303
|
+
# The Elastic IP (EIP) address for the cluster. Don't specify the
|
10304
|
+
# Elastic IP address for a publicly accessible cluster with
|
10305
|
+
# availability zone relocation turned on.
|
10302
10306
|
# @return [String]
|
10303
10307
|
#
|
10304
10308
|
# @!attribute [rw] cluster_parameter_group_name
|
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.87.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: 2022-10-
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|