aws-sdk-outposts 1.56.0 → 1.57.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: b4511c9252df25e70dc9b98b4ee9c005da5f9173ae69a5a976737399161cae57
4
- data.tar.gz: 23a2bf0be8cdeb8dbab19ab1950f8c200866b2105957b11b10250f9da25af3d5
3
+ metadata.gz: 68f033668b3413eba4a2a74397c875887a2a53983fb10aceaba4774438cdd5e5
4
+ data.tar.gz: 902359df951a4d5906c5ddac172d8d0328bdd4959c64ccde002d349ee7510365
5
5
  SHA512:
6
- metadata.gz: 0dfb1b1fb1bca2d218f3d9b322c51daadacf5c609cff03a22f11a1d130d784bc985fc18c3253ff42b59275f7fca335e6fe7141b69c49fbfe676523d28be66847
7
- data.tar.gz: cb958fbcca013e84b5375ecfdb9537b2f28b52300158debdb27ba4e1b6f17f747878d6ea7e58209bd78e7749272f0d107d0e6fe88bb24f382cb2c01d5eb2555c
6
+ metadata.gz: 77c0ba16e5c8b219b893f6ef8af80f9f4a8bc2aee1bfa3230b8ff99c40b952b7f43bf4a5f09bf2aedc5af6ed11e0f5ea0d2615ab5ea11cf52d4aae9656a9cf58
7
+ data.tar.gz: 3f5cd25fc3c930ccc574bec2ecd58ce23c6e96f364b6b32d04d4c4ef80cfcde7baaee6147311c4c987f815991e7022b5490a943313bb59d47310a88c98bd27ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -301,8 +301,9 @@ module Aws::Outposts
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
  #
@@ -2114,7 +2115,7 @@ module Aws::Outposts
2114
2115
  params: params,
2115
2116
  config: config)
2116
2117
  context[:gem_name] = 'aws-sdk-outposts'
2117
- context[:gem_version] = '1.56.0'
2118
+ context[:gem_version] = '1.57.0'
2118
2119
  Seahorse::Client::Request.new(handlers, context)
2119
2120
  end
2120
2121
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-outposts/customizations'
52
52
  # @!group service
53
53
  module Aws::Outposts
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.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