aws-sdk-fis 1.64.0 → 1.66.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: 72a8f7ace5bdf0a4478a0230d24e8b96d04b1d5e4920fbcb4ae200efec405cb4
4
- data.tar.gz: bd4f4b00c4a5699001bc1c1350a61c6a2777755704c7f4d06713faf07ce608af
3
+ metadata.gz: 561c2bcdaacb838034349dfc8b15f92bc3dabded58f0bcde62917a91025f3fc0
4
+ data.tar.gz: 55e6f7d2ea191ba987e9b4a6a880d98cebc065d8d96f13032e573bb60e6da1ca
5
5
  SHA512:
6
- metadata.gz: f74cff6381f6a483aad4a86dd5538386c446d0b8e55153de7fdb21dabfa253e84a535f69cc3f42220d533357139dec3f09a459788ec23274b1b693cf3904b03b
7
- data.tar.gz: 65dbbf40e401a209f6894962bb9e84a1948cbc406f4b948beab7f66128940ba9038ab9ca4e2242cf9574f3782c360404f3cbc040addc7b98d7b1cb84d275ff27
6
+ metadata.gz: 5adb5fb42f64ce342acca7355fc3cd44d250deaad809c0db81c04211b008eadf2e0fbb0272ea55ec67524dffd2907f4124a26b8c666061b2961ac5e1aeb47f4c
7
+ data.tar.gz: a420b1ca51eb1df29506eafb58134cdd0b82e05a320909f58db57e207eb9fc6b89658225451e82a2d4e1ecd6e11a08a27ce42df6f2441658e95f498a2945ca55
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.64.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.0
@@ -199,7 +199,7 @@ module Aws::FIS
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::FIS
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2044,7 +2042,7 @@ module Aws::FIS
2044
2042
  tracer: tracer
2045
2043
  )
2046
2044
  context[:gem_name] = 'aws-sdk-fis'
2047
- context[:gem_version] = '1.64.0'
2045
+ context[:gem_version] = '1.66.0'
2048
2046
  Seahorse::Client::Request.new(handlers, context)
2049
2047
  end
2050
2048
 
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.64.0'
57
+ GEM_VERSION = '1.66.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -90,7 +90,7 @@ module Aws
90
90
  {
91
91
  source: ::String,
92
92
  value: ::String?
93
- },
93
+ }
94
94
  ],
95
95
  ?targets: Hash[::String, {
96
96
  resource_type: ::String,
@@ -100,7 +100,7 @@ module Aws
100
100
  {
101
101
  path: ::String,
102
102
  values: Array[::String]
103
- },
103
+ }
104
104
  ]?,
105
105
  selection_mode: ::String,
106
106
  parameters: Hash[::String, ::String]?
@@ -139,7 +139,7 @@ module Aws
139
139
  cloud_watch_dashboards: Array[
140
140
  {
141
141
  dashboard_identifier: ::String?
142
- },
142
+ }
143
143
  ]?
144
144
  }?,
145
145
  pre_experiment_duration: ::String?,
@@ -410,7 +410,7 @@ module Aws
410
410
  {
411
411
  source: ::String,
412
412
  value: ::String?
413
- },
413
+ }
414
414
  ],
415
415
  ?targets: Hash[::String, {
416
416
  resource_type: ::String,
@@ -420,7 +420,7 @@ module Aws
420
420
  {
421
421
  path: ::String,
422
422
  values: Array[::String]
423
- },
423
+ }
424
424
  ]?,
425
425
  selection_mode: ::String,
426
426
  parameters: Hash[::String, ::String]?
@@ -457,7 +457,7 @@ module Aws
457
457
  cloud_watch_dashboards: Array[
458
458
  {
459
459
  dashboard_identifier: ::String?
460
- },
460
+ }
461
461
  ]?
462
462
  }?,
463
463
  pre_experiment_duration: ::String?,
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.64.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement