aws-sdk-swf 1.51.0 → 1.52.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: dd40fe7a1280318e4cd62a66f60cc9c35219cb7b863f88cf41987cdb7d752d67
4
- data.tar.gz: d7a1d9cdff830c261d43065b78750f46d60c6582b736079dfa362f9f76f9475b
3
+ metadata.gz: 60cea8de3cd694e3f498f574d6f93142ad6d2892fda185781d3675ffbaffd281
4
+ data.tar.gz: b3cdbd149d483f005a52f2802ccf1cb92683c4f1d6dd170ad17fab2296b5b5bf
5
5
  SHA512:
6
- metadata.gz: 965c25cd8089719058fe4d0cd9181166248b0b803c6ff77ec62840ce56234f96586a5b708e07a1942631b6908c911cdf12d11130249e5c92ad34b26620205701
7
- data.tar.gz: bdbed5e34cd104f502a11b8bea3388b3dc5f60087140466b3510312dab3dbce2c28cdaabec289a20096cbab901d8194f49fa4832eb2945b291ef49a268fa922c
6
+ metadata.gz: c4d42a6dbd0e879d9407cd019a942fcbf1655daa001e5c07e29490dc6aa0b047e64c77ff4e1f56b7f11ae1b8197a5746e1a1d0b33d644f67853181903632d54f
7
+ data.tar.gz: 2532c9436e1d8c84f2271cd7ab22022437d2037870c6e2b23361c4a5a7c234b6dcdb3f8a79153f7b7cf619d2cde0bed2bf72daecfde4db70bbda6f6cb86900f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -303,8 +303,9 @@ module Aws::SWF
303
303
  #
304
304
  # @option options [String] :sdk_ua_app_id
305
305
  # A unique and opaque application ID that is appended to the
306
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
307
- # maximum length of 50.
306
+ # User-Agent header as app/sdk_ua_app_id. It should have a
307
+ # maximum length of 50. This variable is sourced from environment
308
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
308
309
  #
309
310
  # @option options [String] :secret_access_key
310
311
  #
@@ -4406,7 +4407,7 @@ module Aws::SWF
4406
4407
  params: params,
4407
4408
  config: config)
4408
4409
  context[:gem_name] = 'aws-sdk-swf'
4409
- context[:gem_version] = '1.51.0'
4410
+ context[:gem_version] = '1.52.0'
4410
4411
  Seahorse::Client::Request.new(handlers, context)
4411
4412
  end
4412
4413
 
data/lib/aws-sdk-swf.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-swf/customizations'
52
52
  # @!group service
53
53
  module Aws::SWF
54
54
 
55
- GEM_VERSION = '1.51.0'
55
+ GEM_VERSION = '1.52.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-swf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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