aws-sdk-s3outposts 1.29.0 → 1.30.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: 397d9272cf0cba5c78754c2d0f9a312beba7b986cd6399775c1067a51b7c51e7
4
- data.tar.gz: 98d5191547f9ce8b833b94984439f0fd9ed58db7f04bb64db3b7feb4cb12aa41
3
+ metadata.gz: 8bccfa2a510c7ab4b77d59db8063c6def0221460ad5e85be73ab7939d9f67e8c
4
+ data.tar.gz: '086c37c79ffa251e923e07a2fc11262b632f5b871b18f452ae8f961eda8b5206'
5
5
  SHA512:
6
- metadata.gz: 8a1097bbc17b12fbe6ab8da2e9700452f7e5434ecaf2d1d7d9f3eda301fcccd48e918d99f281fd92389a20f86242ea19d6402e6f01e1258ab494f3a21d19cf18
7
- data.tar.gz: d87976ea7bb602e0044bc7e42e41ce2b215fab5a86b30b7ffe6e4b3ba304567432f83fcb7b43132b0f032c6563da4ae4f5b2cdbb7c1cc6f9009336e264aff133
6
+ metadata.gz: 82a423c09b6b8e3141f39df752b97f7bd6557428de620130ae8be031af026bd5da45230a80f28d93cfd2c51a3c9be8d177877962ceb913f2ee7c7f5b4ffa11be
7
+ data.tar.gz: 5855e0aeede70de613c1c4e134d435e92a5cc05e4a7d7084148f09e93395dbe595cc30dc85ebd5d268280aff97820c6a394ff8379cca66639f1eaba79aac507a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.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.29.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -301,8 +301,9 @@ module Aws::S3Outposts
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
  #
@@ -716,7 +717,7 @@ module Aws::S3Outposts
716
717
  params: params,
717
718
  config: config)
718
719
  context[:gem_name] = 'aws-sdk-s3outposts'
719
- context[:gem_version] = '1.29.0'
720
+ context[:gem_version] = '1.30.0'
720
721
  Seahorse::Client::Request.new(handlers, context)
721
722
  end
722
723
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-s3outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Outposts
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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