aws-sdk-fis 1.53.0 → 1.54.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: 98754ec8bbe09668bee099ad389243c319c057554e84fcc515610c75267965f5
4
- data.tar.gz: 3a36492f2b3b3a1b98442270961cfd5199ee2c59f30d74633d34aa2a8eecbe2f
3
+ metadata.gz: 273e85e848797e9a777290efe3a499e6993a2fd37ed75ce14871506407003562
4
+ data.tar.gz: b458751f6a75d3e37e7460703e97a82c4f94c9d295023065f7a94f21a21d03d0
5
5
  SHA512:
6
- metadata.gz: 50e0d5ca50299b60f8103f0889696dfbee5da8d68d86b1ac39efadfcba269996c4ff28eea25b3e3c5e733645c68026f4e35df3c1cda6af29fb2e7039ca7298e3
7
- data.tar.gz: 66740ce83e4199c7fbc48d5df86a380101b473ae1c9e02ee6ac73fc7acb70cf210029e4bc77b0173099c80e331152283df27a48b92a56de19c8c15f92fda7892
6
+ metadata.gz: c21604baec2c59fd64a349835fa28345fa6479aeacd7677ac3c27bd0670dd384b9f603ab0089b6ddf96be86dccbcd995ca6343a38e6de24262a2e36bba95b216
7
+ data.tar.gz: 91bf6d003f2c80434ee5225896c7e9b49ef1decc869b744d7444361a267d6c4e0f2a4a3b53e386b3febdddcd37789006e82a1fdf5ed1cb1989760bedf8dc3313
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -95,8 +95,8 @@ module Aws::FIS
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::FIS
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::FIS
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::FIS
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -2047,7 +2044,7 @@ module Aws::FIS
2047
2044
  tracer: tracer
2048
2045
  )
2049
2046
  context[:gem_name] = 'aws-sdk-fis'
2050
- context[:gem_version] = '1.53.0'
2047
+ context[:gem_version] = '1.54.0'
2051
2048
  Seahorse::Client::Request.new(handlers, context)
2052
2049
  end
2053
2050
 
data/lib/aws-sdk-fis.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FIS
54
54
  autoload :EndpointProvider, 'aws-sdk-fis/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fis/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.54.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-fis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services