aws-sdk-redshift 1.91.0 → 1.93.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: c5ddecc00f02fe5933c8d4845f8ea54ee97996b581f793ff8e28e25873f6b7e8
4
+ data.tar.gz: 4d4e8c77bb97fafaa5e5af18bf55d2148630832c5f67403dfa5a34186e836ffd
5
5
  SHA512:
6
- metadata.gz: a40692bd541fdaa4f9abaee1c1f2fbe35164dcf860218a12e7b95fa290004656719b80e4519c73159287d97f3993e78444aae7dbe320335110ab73666232c885
7
- data.tar.gz: 624b494e95332ab3c44d7bd032ac88daa966834d91edea8ab710b36de62328abbc8f1ac1cd7240e332915de6c893e0cda1208f5fce9dfe2568fa751d1acc455e
6
+ metadata.gz: a4bad76a210164d7203c56c16bec04869d5c408de2c5d567b49896335b76c4a162fd5bcbd99b9b4ce7da157f3932bba2114484892b55c482578c9989f45cdf6e
7
+ data.tar.gz: 253ac34ec57dfc0b570865b154f58a67f6642a595377ace924a9b2d2149e8ab265d274bc722a108418c02cb489519fd34f4cf984bdd0fca69dec11217d82490a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.92.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.91.0 (2023-02-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.93.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.93.0'
11180
11185
  Seahorse::Client::Request.new(handlers, context)
11181
11186
  end
11182
11187
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::Redshift
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AcceptReservedNodeExchange
@@ -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.93.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.93.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-06-15 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