aws-sdk-states 1.57.0 → 1.58.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: a233008f1f4dd2547bd309cb7de7b0193faef93f3c22edb064692065806c0a26
4
- data.tar.gz: 102a7129f1b59e6e7d85a984a26b909d438877f0adbb55bc19a1e070d4c97d3a
3
+ metadata.gz: 1b6467e3fc6355e576f4552c17ecd6e3ec2f2577e6ac0c0ebfa8915e1f997464
4
+ data.tar.gz: 448abc3b9343aa644bd9eaecdb3b39663c60fc87c7e01be8359613b3a492a4e2
5
5
  SHA512:
6
- metadata.gz: a5854769fa17b742e9abaf3464059492d791a96bb051a7b223c7cdb68732004a45dac3d7f1e65a627edfb2be68645b784d341981912ad3e57a3ca7b54a6c42ba
7
- data.tar.gz: 66ef2644e7b43b592f3eb7ffc6428402c4754840ec2def3e204bc5416da0faa83a9868fc7d65937b0cc9694eff7351199244aee7562cb0719ce42a84795ebb8f
6
+ metadata.gz: 8e22089fa558f1b0847e9f8395bcf2c4a85d52b063c5629dc59e9d5fd02ad5648c070990656afab763480ab5b283df900479ea46f728175a578efbf288f3e5e4
7
+ data.tar.gz: 02f3c36b68a8290ff15cbc67653a85352941af4ec753b4b9422556deb02c1f25ceeda7d0d57044b12503e9628ed60cf5e101e0484f2475c1c401d1c99bad357e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -216,6 +216,10 @@ module Aws::States
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -2863,7 +2867,7 @@ module Aws::States
2863
2867
  params: params,
2864
2868
  config: config)
2865
2869
  context[:gem_name] = 'aws-sdk-states'
2866
- context[:gem_version] = '1.57.0'
2870
+ context[:gem_version] = '1.58.0'
2867
2871
  Seahorse::Client::Request.new(handlers, context)
2868
2872
  end
2869
2873
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-states/customizations'
52
52
  # @!group service
53
53
  module Aws::States
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core