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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e1f9808497d724bbd5cede9c5acf0439fbf8ea633494e070b4db6cbf64c99015
4
- data.tar.gz: 8143cfc138478996e8f22b61a6f42bbeaa3a553e0113160f3802681caaec0df9
3
+ metadata.gz: 80216a41083def1206c647c9d62d775aacee7085d01a264ec4e84424b7c1a4d6
4
+ data.tar.gz: e0e95d17a17480bc1831118a6a948228e67993fb7d609ee93ba411b0e16e2b5d
5
5
  SHA512:
6
- metadata.gz: 5e6f051d66467e82d56c15eabdbf836c4cddf928cc0e0bec58274e8db0e3f5b62e5dc28f524eda0f919799c7bc63b4aaf70a73cd7b30066b7fb63b6df7273988
7
- data.tar.gz: 8456cf4b54091c52e404a192e112cc6c38fd7f968bb12d7a327ab5c08c1c78557f4f4564d4b37fa0df82df1bdf7ee07f1ef6de4bfec8d10e8346dffbaa9b3a72
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.63.0
1
+ 1.64.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-redshift/customizations'
49
49
  # @!group service
50
50
  module Aws::Redshift
51
51
 
52
- GEM_VERSION = '1.63.0'
52
+ GEM_VERSION = '1.64.0'
53
53
 
54
54
  end
@@ -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.63.0'
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.63.0
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-10 00:00:00.000000000 Z
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