aws-sdk-redshift 1.63.0 → 1.64.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80216a41083def1206c647c9d62d775aacee7085d01a264ec4e84424b7c1a4d6
|
|
4
|
+
data.tar.gz: e0e95d17a17480bc1831118a6a948228e67993fb7d609ee93ba411b0e16e2b5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0618d9fd202b5fb6a45fcf793c15f737718bad4af39d7871b765704bf43875c87642e89db3a2b0b54107af858c15b385c6f9340be930974ae231b2a94e580266'
|
|
7
|
+
data.tar.gz: ffe5a34a1d0cad5af7ace157ac131bd095ae4445f1654ff0dfeffdf1c3c5cb1b83262c75ac68fab9a53ed147b785ffd60e03b702a8aafcdc31ee9e17020dac0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.64.0 (2021-06-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.
|
|
8
|
+
|
|
4
9
|
1.63.0 (2021-06-10)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.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.64.0'
|
|
10027
10027
|
Seahorse::Client::Request.new(handlers, context)
|
|
10028
10028
|
end
|
|
10029
10029
|
|
|
@@ -3270,6 +3270,7 @@ module Aws::Redshift
|
|
|
3270
3270
|
o.input = Shapes::ShapeRef.new(shape: DisableLoggingMessage)
|
|
3271
3271
|
o.output = Shapes::ShapeRef.new(shape: LoggingStatus)
|
|
3272
3272
|
o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
|
|
3273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
|
|
3273
3274
|
end)
|
|
3274
3275
|
|
|
3275
3276
|
api.add_operation(:disable_snapshot_copy, Seahorse::Model::Operation.new.tap do |o|
|
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.64.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-06-
|
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|