aws-sdk-swf 1.74.0 → 1.75.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: ebd727b4ca8e9e349fba50817ffc0599b30a2e0a72532420b0a7d899db862911
4
- data.tar.gz: f323773aecb31e04d57397f17454e211c7f771bacd7f55c125c3a7f30f04e928
3
+ metadata.gz: eae1a7acbcd52bacc47f8dcd23cab90ddf0c4d7784b07a9a34e2aa18843cf33a
4
+ data.tar.gz: d5e4b280a2d13bb601ef6b511d00d134909af4fc2a8714b929c661c52dbaee3c
5
5
  SHA512:
6
- metadata.gz: 86ede433e73a882499bbfda98bc1e39819424b52cb50c951dc97b7aa4be145bf1b90bc50e109c5f3fe93eb704b4860c5dc2fb7ff1e0ec5afddf4f8fe7939f022
7
- data.tar.gz: b9d1e35daa7e52a824696551d90496786d37d7ce415f125ff1e8ea25551f8c5685e995ce4c558efaafd0ab86d618aa89448bccf46ec40e7e5313d59f63490b71
6
+ metadata.gz: 04214a3a38ba68004ddb626b32308bde9468c94e685d5c46a7805f01031536fc384e025f61386b940ee19d211b05f182c7d0284e8bf634cdd01f4bef7b194d62
7
+ data.tar.gz: e2e411717ad47829cc4edcbdc124d1a0caf3d2163e235ca6099858ec97e938cf2b752928b0affb12f898af79038f46a9d7ad355a237e9ad61c17cea7d2a59f9e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -97,8 +97,8 @@ module Aws::SWF
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::SWF
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::SWF
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -386,8 +383,8 @@ module Aws::SWF
386
383
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
387
384
  #
388
385
  # @option options [Aws::TokenProvider] :token_provider
389
- # Your Bearer token used for authentication. This can be an instance of any one of the
390
- # following classes:
386
+ # Your Bearer token used for authentication. This can be any class that includes and implements
387
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
391
388
  #
392
389
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
393
390
  # tokens.
@@ -4598,7 +4595,7 @@ module Aws::SWF
4598
4595
  tracer: tracer
4599
4596
  )
4600
4597
  context[:gem_name] = 'aws-sdk-swf'
4601
- context[:gem_version] = '1.74.0'
4598
+ context[:gem_version] = '1.75.0'
4602
4599
  Seahorse::Client::Request.new(handlers, context)
4603
4600
  end
4604
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.74.0'
57
+ GEM_VERSION = '1.75.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.74.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services