aws-sdk-s3control 1.81.0 → 1.82.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: ac404b9ff62bd2978d67e531d9d5cd4a28ba61e5268b56ed66129e30e21aa553
4
- data.tar.gz: b4a37f605a92a249ce415dc3cbe85817ef1d5653c906cd900ba8e3780b077d5b
3
+ metadata.gz: 3d8419cd8e2a0ff4ee69b8ecd2330011181bc85d53c365eff4db553a7c675995
4
+ data.tar.gz: 316e8612c2415972f99198f02f57196eb79c435b4fb948eff24454678cd1a7a0
5
5
  SHA512:
6
- metadata.gz: f7d95e7b407bb08cff66524df4e5f07dbb127c750abd3ccb19684f0300e556f9ceabc4ac3b2a146374870d7a4776e423b7f34c39783ee1a428755bc1db1c1141
7
- data.tar.gz: bcdc1f0ba13482851f991bfee6e6bbb753bac9062203c4087b134c1da50a40a6f9b8c41cabdc4efa0f74a83b9d717d3a3a8cdeadea0494fac4214ad9c7512670
6
+ metadata.gz: b9f1f6750cbcd1c61e0fb05933b092a91b53e2a6c355d5c8458e96b6915eef22dc0ed0be82eeab450d64f6b1f079a8c3f0f9d5e2b7c98758c50b269ad365259b
7
+ data.tar.gz: 284cb71d3aaf347d92e70d0c72d32a7582da3daaf4be06562abf94c0b6e30e6317862c80fbf625d5b6fcea99679f0332ddfe7db4b508a323878f4213bc713b22
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.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.81.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -313,8 +313,9 @@ module Aws::S3Control
313
313
  #
314
314
  # @option options [String] :sdk_ua_app_id
315
315
  # A unique and opaque application ID that is appended to the
316
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
317
- # maximum length of 50.
316
+ # User-Agent header as app/sdk_ua_app_id. It should have a
317
+ # maximum length of 50. This variable is sourced from environment
318
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
318
319
  #
319
320
  # @option options [String] :secret_access_key
320
321
  #
@@ -7598,7 +7599,7 @@ module Aws::S3Control
7598
7599
  params: params,
7599
7600
  config: config)
7600
7601
  context[:gem_name] = 'aws-sdk-s3control'
7601
- context[:gem_version] = '1.81.0'
7602
+ context[:gem_version] = '1.82.0'
7602
7603
  Seahorse::Client::Request.new(handlers, context)
7603
7604
  end
7604
7605
 
@@ -51,6 +51,6 @@ require_relative 'aws-sdk-s3control/customizations'
51
51
  # @!group service
52
52
  module Aws::S3Control
53
53
 
54
- GEM_VERSION = '1.81.0'
54
+ GEM_VERSION = '1.82.0'
55
55
 
56
56
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.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