aws-sdk-swf 1.70.0 → 1.71.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: 51f3d6e5fa603e2ed55c380fe0c0584e22965d7fc65e93334fa2b01f1e850207
4
- data.tar.gz: 4521fc1824b96e1f07b1b97a7c06039479116cb5aaea5fdc644e4b140716bd25
3
+ metadata.gz: bdc58fe7cdd27f40b8940fbcd3f0f4eb33920346525df3a79a0c5d6922639c28
4
+ data.tar.gz: c40a15ac99c20d56892488d8786060d126a0a3581e30dff2129da6cda9ef201f
5
5
  SHA512:
6
- metadata.gz: 30aa34315802b145a7e7be5149c964b1207dc859e84b3d1eac9a53e7c12c95280acc9416105a54f61b3af44b279d40a7413b7837033b1db5cb0ba2ca5f69cc51
7
- data.tar.gz: 4a530efd692a60e9a32f9442ac63c8182146ed4e322a358d2c31cbfe216520163782ef92a07bcd6b52f5b3ad51e7e74df606c58a6092b86677e76f5113d56b2f
6
+ metadata.gz: 25636f1d1bc4b150e0e064f8ebc4f7a6ec6da02a348c6cd81a3dc2349dae60c5178a6c65b9289fd95caac9db6a5dfe81fc635ef2e6db0e705f217a277c181172
7
+ data.tar.gz: 036ce026218b44318568b8cf7a94624c0639d64e43badbf1f3ce0c933e7287cb68ebc14bd5209752c43edf899573b28a281aec5bf774a07fd0a48b3fe130f636
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -202,8 +202,7 @@ module Aws::SWF
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -4589,7 +4588,7 @@ module Aws::SWF
4589
4588
  tracer: tracer
4590
4589
  )
4591
4590
  context[:gem_name] = 'aws-sdk-swf'
4592
- context[:gem_version] = '1.70.0'
4591
+ context[:gem_version] = '1.71.0'
4593
4592
  Seahorse::Client::Request.new(handlers, context)
4594
4593
  end
4595
4594
 
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.70.0'
57
+ GEM_VERSION = '1.71.0'
58
58
 
59
59
  end
60
60
 
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.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services