aws-sdk-redshift 1.91.0 → 1.92.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: c49df28c429016ad7b5d37e2f6e70f4d37c38c084cf457fab81005bf5ee138e5
4
- data.tar.gz: 33e606ef43b054598f9a937db80cfb33a58c54d6fb1912d21c719c4e1ef886d6
3
+ metadata.gz: 8dee6fbe1d8c5736a537469558916c875960f23ecde137c3ce714e67503b9974
4
+ data.tar.gz: 6b31e2c4009d59beb80d1d9dfb7ba8346eec1a196fed60dbda8183310fa3fe33
5
5
  SHA512:
6
- metadata.gz: a40692bd541fdaa4f9abaee1c1f2fbe35164dcf860218a12e7b95fa290004656719b80e4519c73159287d97f3993e78444aae7dbe320335110ab73666232c885
7
- data.tar.gz: 624b494e95332ab3c44d7bd032ac88daa966834d91edea8ab710b36de62328abbc8f1ac1cd7240e332915de6c893e0cda1208f5fce9dfe2568fa751d1acc455e
6
+ metadata.gz: 43971c53b1f6d75d663c48dbf138ddf71091f1e5092cc742ae0a33542df6355afcb4254994518949e59df4d0637c44a6be7de920b48bfc5922e692aa7fe613f3
7
+ data.tar.gz: 6b0ad2abe010c8bc38813d69f3905e8c2fe122f5d46452c14c48155f295ea1495f5761f5a03f343f4e105c354c4a0b06e532ce53fcdbfc6520184718befa42c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.91.0 (2023-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
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.91.0'
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`\: The role is available for use by the cluster.
1040
+ # * `in-sync`: The role is available for use by the cluster.
1041
1041
  #
1042
- # * `adding`\: The role is in the process of being associated with the
1042
+ # * `adding`: The role is in the process of being associated with the
1043
1043
  # cluster.
1044
1044
  #
1045
- # * `removing`\: The role is in the process of being disassociated
1046
- # with the cluster.
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`\: The parameter value is in sync with the database.
1265
+ # * `in-sync`: The parameter value is in sync with the database.
1266
1266
  #
1267
- # * `pending-reboot`\: The parameter value will be applied after the
1267
+ # * `pending-reboot`: The parameter value will be applied after the
1268
1268
  # cluster reboots.
1269
1269
  #
1270
- # * `applying`\: The parameter value is being applied to the database.
1270
+ # * `applying`: The parameter value is being applied to the database.
1271
1271
  #
1272
- # * `invalid-parameter`\: Cannot apply the parameter value because it
1272
+ # * `invalid-parameter`: Cannot apply the parameter value because it
1273
1273
  # has an invalid value or syntax.
1274
1274
  #
1275
- # * `apply-deferred`\: The parameter contains static property changes.
1275
+ # * `apply-deferred`: The parameter contains static property changes.
1276
1276
  # The changes are deferred until the cluster reboots.
1277
1277
  #
1278
- # * `apply-error`\: Cannot connect to the cluster. The parameter
1279
- # change will be applied after the cluster reboots.
1278
+ # * `apply-error`: Cannot connect to the cluster. The parameter change
1279
+ # will be applied after the cluster reboots.
1280
1280
  #
1281
- # * `unknown-error`\: Cannot apply the parameter change right now. The
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
  #
@@ -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.91.0'
56
+ GEM_VERSION = '1.92.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.91.0
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-02-24 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement