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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b49ed16f6517986f667b0cc4382cb2a2a8db689d10cc23d9fefcd4b304ea055c
4
- data.tar.gz: c32883b85c73d36e6869669a0ad1235f0fa05a0ab43c5acdf4c42d1611a11b9a
3
+ metadata.gz: f40afb015efe7e157ffe2a4dcda9a1aeaea94d89806849f2949c52441b54bbd0
4
+ data.tar.gz: d47a1ac223a33b1d310fea62ce2e44815bcdfee54a7110f69394da288da87988
5
5
  SHA512:
6
- metadata.gz: fa84ea563c802814e1f8701dcf675f0cce7510d7b6e56043a022d5945b27161d16c5fda0667f8f3ec665c0ef43f83a2a13f1d440100b98c8c33fe4b1b5623cf1
7
- data.tar.gz: 479c1cae60519ba479adbc4d68cc0b09485bc387674e49464748ed5c334353874fad96a74fa53831faa66fffce8510c45bdf617992bbe4138e48dad64305dbd3
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.86.0
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. For more information
1416
- # about provisioning clusters in EC2-VPC, go to [Supported Platforms to
1417
- # Launch Your Cluster][1] in the Amazon Redshift Cluster Management
1418
- # Guide.
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 elastic IP (EIP) address for the cluster.
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.86.0'
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. For more
2211
- # information about provisioning clusters in EC2-VPC, go to [Supported
2212
- # Platforms to Launch Your Cluster][1] in the Amazon Redshift Cluster
2213
- # Management Guide.
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 elastic IP (EIP) address for the cluster.
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-redshift/customizations'
53
53
  # @!group service
54
54
  module Aws::Redshift
55
55
 
56
- GEM_VERSION = '1.86.0'
56
+ GEM_VERSION = '1.87.0'
57
57
 
58
58
  end
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.86.0
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-25 00:00:00.000000000 Z
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