aws-sdk-recyclebin 1.20.0 → 1.21.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: d4388c33a7964906c234cad62a5f5d8064b2bc06deaceaabc01ff59db3744f78
4
- data.tar.gz: e4981f9a9bb8d8612f3e3537a3dfda70fbcf3f6caee038ace82bf6b08448f6cf
3
+ metadata.gz: eae02c28f35274691b765671bb95735804a02e80b325ea0222c9373484d23d29
4
+ data.tar.gz: b241ff1f37281ec70f82ef659848221b51a7b86c539ca735909c37e5d1ac2f38
5
5
  SHA512:
6
- metadata.gz: a53224a5162889499fb4e91e5278728966839a14dab23676d00ef1f0103f23937c08a8baa3d73e0cc287fdce6150e20d7e8536cb782b3406ea71320197d8fa84
7
- data.tar.gz: 15a99988fc90f4b1ec5c5b4e41bc3bf30bd3cff8e506e2159a58e58d4a7db99fd9629949e480d6e972ec35ca19320ffc794812a94407ac061da928a463f1c99a
6
+ metadata.gz: a9eda6a66cad22e4cccc55430b7b7f3bc0a1584950bf523a23a008a7a9a9ce6974d253a2fe8b57e3d4b9f97ec51a9607797c3e74bd788115e180bbd445c74df0
7
+ data.tar.gz: 5f229b5a6413f2311a0737d309d09475d32dbf6f40f98c3d6bcd676c9b1a278b75eedc96e8c691adadee0ec3db8ce59908405ee320288bd8ea0db6af4e2a47fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -301,8 +301,9 @@ module Aws::RecycleBin
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -981,7 +982,7 @@ module Aws::RecycleBin
981
982
  params: params,
982
983
  config: config)
983
984
  context[:gem_name] = 'aws-sdk-recyclebin'
984
- context[:gem_version] = '1.20.0'
985
+ context[:gem_version] = '1.21.0'
985
986
  Seahorse::Client::Request.new(handlers, context)
986
987
  end
987
988
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-recyclebin/customizations'
52
52
  # @!group service
53
53
  module Aws::RecycleBin
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-recyclebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core