aws-sdk-redshift 1.62.0 → 1.63.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.rb +1 -1
- data/lib/aws-sdk-redshift/client.rb +1 -1
- data/lib/aws-sdk-redshift/client_api.rb +1 -0
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1f9808497d724bbd5cede9c5acf0439fbf8ea633494e070b4db6cbf64c99015
|
4
|
+
data.tar.gz: 8143cfc138478996e8f22b61a6f42bbeaa3a553e0113160f3802681caaec0df9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e6f051d66467e82d56c15eabdbf836c4cddf928cc0e0bec58274e8db0e3f5b62e5dc28f524eda0f919799c7bc63b4aaf70a73cd7b30066b7fb63b6df7273988
|
7
|
+
data.tar.gz: 8456cf4b54091c52e404a192e112cc6c38fd7f968bb12d7a327ab5c08c1c78557f4f4564d4b37fa0df82df1bdf7ee07f1ef6de4bfec8d10e8346dffbaa9b3a72
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2021-06-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.
|
8
|
+
|
4
9
|
1.62.0 (2021-04-21)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
data/lib/aws-sdk-redshift.rb
CHANGED
@@ -10023,7 +10023,7 @@ module Aws::Redshift
|
|
10023
10023
|
params: params,
|
10024
10024
|
config: config)
|
10025
10025
|
context[:gem_name] = 'aws-sdk-redshift'
|
10026
|
-
context[:gem_version] = '1.
|
10026
|
+
context[:gem_version] = '1.63.0'
|
10027
10027
|
Seahorse::Client::Request.new(handlers, context)
|
10028
10028
|
end
|
10029
10029
|
|
@@ -3354,6 +3354,7 @@ module Aws::Redshift
|
|
3354
3354
|
o.input = Shapes::ShapeRef.new(shape: ModifyAquaInputMessage)
|
3355
3355
|
o.output = Shapes::ShapeRef.new(shape: ModifyAquaOutputMessage)
|
3356
3356
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
3357
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
3357
3358
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationFault)
|
3358
3359
|
end)
|
3359
3360
|
|
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.63.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: 2021-
|
11
|
+
date: 2021-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- !ruby/object:Gem::Version
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
|
-
|
88
|
-
rubygems_version: 2.7.6.3
|
87
|
+
rubygems_version: 3.1.6
|
89
88
|
signing_key:
|
90
89
|
specification_version: 4
|
91
90
|
summary: AWS SDK for Ruby - Amazon Redshift
|