aws-sdk-states 1.88.0 → 1.89.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: 79e7e3ae488e76712977f0af105c7a147f97bed92b18ab40c7cb49200a31fca2
4
- data.tar.gz: c3beac3d90bc4c65c79c8f3b76baa0f5ac87f1bfe465155b1a77d6647d481e09
3
+ metadata.gz: ba76adf5b6d7dad85a8d81c2562a484e0ae1bdd266efe1d6e6b12beb1ec0c84b
4
+ data.tar.gz: b3418162897e7cb02c890f8c9f2444ea22eff91a58f078aa0547443f0cdc7823
5
5
  SHA512:
6
- metadata.gz: fbb921d6724a415cb548f96bbbb17c3324136dfefd01ad7d2e9915b1e7f4934c4a548d5db0eae779af287d307d7bebd804ce969e3f0c1b369cb36bf220046ef1
7
- data.tar.gz: fd31752a84a3433e40abba23c40b2eaa212c47e0cf2102fd40fd4ac1f343a87a0cd34130389d21562b732ced0224eddaf9911d19e1798b480f1f9137147dfcbd
6
+ metadata.gz: 05a8f4a1afe8487fc623d1fc953f4d11d526965db19292361030374c65954be41f6717583720201d25055cc321e0886152cbd99b473ca15fa7ea206553468d4f
7
+ data.tar.gz: 305408a4a471ad3e4cfa038e9c595b34296d582e38d91790d937fc269a30bfc49d5376afa4557928fd06403745bc16f6850e60ec3f42701ebdcf9b8eef58711e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.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.88.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -200,8 +200,7 @@ module Aws::States
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -3483,7 +3482,7 @@ module Aws::States
3483
3482
  tracer: tracer
3484
3483
  )
3485
3484
  context[:gem_name] = 'aws-sdk-states'
3486
- context[:gem_version] = '1.88.0'
3485
+ context[:gem_version] = '1.89.0'
3487
3486
  Seahorse::Client::Request.new(handlers, context)
3488
3487
  end
3489
3488
 
@@ -54,7 +54,7 @@ module Aws::States
54
54
  autoload :EndpointProvider, 'aws-sdk-states/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-states/endpoints'
56
56
 
57
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.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-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services