aws-sdk-swf 1.85.0 → 1.86.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: 20d5ae2acf7746503f55236fef05e96b85edb2a74c79b071ff158cfebaedff6c
4
- data.tar.gz: 568740c26fc5d36a1a83a8c544f0de297cd623c7c15e04500c136474ec3bff82
3
+ metadata.gz: aff98bb24b318e4c4878ab2ed592df00fba915afa25ebdd7100ee64f546a1a70
4
+ data.tar.gz: 7920d48f2eab2c960813523ee0a2be6074f6243fe9029f314e76a55dd32dc2c0
5
5
  SHA512:
6
- metadata.gz: '01866665ee831aed229d6dd8e7a8199fa0b27fc70232d359ebfbf84c3779c2a7d42e6c50e7b5c0e5e513cb66f111c7bd4043e3c1ac43bacc63902bf11f0c28dd'
7
- data.tar.gz: fbf9a41402150ec5659498d43fcb1049a1ae11245a16a52fe8700c989d46abf8aeccca953281f0b8875887d9b8e127ba291274cb542b905fb19235787b43ae1f
6
+ metadata.gz: fd055b59d55c4d7ccb5d080151047772e694a7e1a5181baa2466a40d11c17b662649fedb8f072876e207960171b388edd4985c77eb29e057f757f5d539c2b1a8
7
+ data.tar.gz: 204226592033bf8056d16a98ecdbbe99c3a34ae37225c1486c3e5f679bbafa273e35c4944d5bc985ab322f6085fa178e82025e22439ed2446a5f634b04c5a64d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -4595,7 +4595,7 @@ module Aws::SWF
4595
4595
  tracer: tracer
4596
4596
  )
4597
4597
  context[:gem_name] = 'aws-sdk-swf'
4598
- context[:gem_version] = '1.85.0'
4598
+ context[:gem_version] = '1.86.0'
4599
4599
  Seahorse::Client::Request.new(handlers, context)
4600
4600
  end
4601
4601
 
data/lib/aws-sdk-swf.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::SWF
54
54
  autoload :EndpointProvider, 'aws-sdk-swf/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-swf/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -486,7 +486,7 @@ module Aws
486
486
  {
487
487
  key: ::String,
488
488
  value: ::String?
489
- },
489
+ }
490
490
  ]
491
491
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
492
492
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -636,7 +636,7 @@ module Aws
636
636
  input: ::String?,
637
637
  start_to_close_timeout: ::String?
638
638
  }?
639
- },
639
+ }
640
640
  ],
641
641
  ?execution_context: ::String,
642
642
  ?task_list: {
@@ -688,7 +688,7 @@ module Aws
688
688
  {
689
689
  key: ::String,
690
690
  value: ::String?
691
- },
691
+ }
692
692
  ]
693
693
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
694
694
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-swf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services