aws-sdk-redshift 1.91.0 → 1.92.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/client.rb +7 -2
- data/lib/aws-sdk-redshift/types.rb +12 -12
- data/lib/aws-sdk-redshift.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dee6fbe1d8c5736a537469558916c875960f23ecde137c3ce714e67503b9974
|
|
4
|
+
data.tar.gz: 6b31e2c4009d59beb80d1d9dfb7ba8346eec1a196fed60dbda8183310fa3fe33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43971c53b1f6d75d663c48dbf138ddf71091f1e5092cc742ae0a33542df6355afcb4254994518949e59df4d0637c44a6be7de920b48bfc5922e692aa7fe613f3
|
|
7
|
+
data.tar.gz: 6b0ad2abe010c8bc38813d69f3905e8c2fe122f5d46452c14c48155f295ea1495f5761f5a03f343f4e105c354c4a0b06e532ce53fcdbfc6520184718befa42c3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -275,6 +275,11 @@ module Aws::Redshift
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -6435,7 +6440,7 @@ module Aws::Redshift
|
|
|
6435
6440
|
# by specifying an ARN, or you can return all tags for a given type of
|
|
6436
6441
|
# resource, such as clusters, snapshots, and so on.
|
|
6437
6442
|
#
|
|
6438
|
-
# The following are limitations for `DescribeTags
|
|
6443
|
+
# The following are limitations for `DescribeTags`:
|
|
6439
6444
|
#
|
|
6440
6445
|
# * You cannot specify an ARN and a resource-type value together in the
|
|
6441
6446
|
# same request.
|
|
@@ -11176,7 +11181,7 @@ module Aws::Redshift
|
|
|
11176
11181
|
params: params,
|
|
11177
11182
|
config: config)
|
|
11178
11183
|
context[:gem_name] = 'aws-sdk-redshift'
|
|
11179
|
-
context[:gem_version] = '1.
|
|
11184
|
+
context[:gem_version] = '1.92.0'
|
|
11180
11185
|
Seahorse::Client::Request.new(handlers, context)
|
|
11181
11186
|
end
|
|
11182
11187
|
|
|
@@ -1037,13 +1037,13 @@ module Aws::Redshift
|
|
|
1037
1037
|
#
|
|
1038
1038
|
# The following are possible statuses and descriptions.
|
|
1039
1039
|
#
|
|
1040
|
-
# * `in-sync
|
|
1040
|
+
# * `in-sync`: The role is available for use by the cluster.
|
|
1041
1041
|
#
|
|
1042
|
-
# * `adding
|
|
1042
|
+
# * `adding`: The role is in the process of being associated with the
|
|
1043
1043
|
# cluster.
|
|
1044
1044
|
#
|
|
1045
|
-
# * `removing
|
|
1046
|
-
#
|
|
1045
|
+
# * `removing`: The role is in the process of being disassociated with
|
|
1046
|
+
# the cluster.
|
|
1047
1047
|
# @return [String]
|
|
1048
1048
|
#
|
|
1049
1049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterIamRole AWS API Documentation
|
|
@@ -1262,23 +1262,23 @@ module Aws::Redshift
|
|
|
1262
1262
|
#
|
|
1263
1263
|
# The following are possible statuses and descriptions.
|
|
1264
1264
|
#
|
|
1265
|
-
# * `in-sync
|
|
1265
|
+
# * `in-sync`: The parameter value is in sync with the database.
|
|
1266
1266
|
#
|
|
1267
|
-
# * `pending-reboot
|
|
1267
|
+
# * `pending-reboot`: The parameter value will be applied after the
|
|
1268
1268
|
# cluster reboots.
|
|
1269
1269
|
#
|
|
1270
|
-
# * `applying
|
|
1270
|
+
# * `applying`: The parameter value is being applied to the database.
|
|
1271
1271
|
#
|
|
1272
|
-
# * `invalid-parameter
|
|
1272
|
+
# * `invalid-parameter`: Cannot apply the parameter value because it
|
|
1273
1273
|
# has an invalid value or syntax.
|
|
1274
1274
|
#
|
|
1275
|
-
# * `apply-deferred
|
|
1275
|
+
# * `apply-deferred`: The parameter contains static property changes.
|
|
1276
1276
|
# The changes are deferred until the cluster reboots.
|
|
1277
1277
|
#
|
|
1278
|
-
# * `apply-error
|
|
1279
|
-
#
|
|
1278
|
+
# * `apply-error`: Cannot connect to the cluster. The parameter change
|
|
1279
|
+
# will be applied after the cluster reboots.
|
|
1280
1280
|
#
|
|
1281
|
-
# * `unknown-error
|
|
1281
|
+
# * `unknown-error`: Cannot apply the parameter change right now. The
|
|
1282
1282
|
# change will be applied after the cluster reboots.
|
|
1283
1283
|
# @return [String]
|
|
1284
1284
|
#
|
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.92.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: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|