aws-sdk-fis 1.64.0 → 1.65.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: d9c49053658e85b1a4e577dc1e60a45eb5d605056c9fcf9f6724bd207d21f853
4
+ data.tar.gz: cd4cc622db0e7a9cd1bf1c5ea1d0aaca5c671b82d79340807df1376d54f34aaf
5
5
  SHA512:
6
- metadata.gz: f74cff6381f6a483aad4a86dd5538386c446d0b8e55153de7fdb21dabfa253e84a535f69cc3f42220d533357139dec3f09a459788ec23274b1b693cf3904b03b
7
- data.tar.gz: 65dbbf40e401a209f6894962bb9e84a1948cbc406f4b948beab7f66128940ba9038ab9ca4e2242cf9574f3782c360404f3cbc040addc7b98d7b1cb84d275ff27
6
+ metadata.gz: ad51470f736f1bfcc8816ae8491b806e62a1ef888e910f2860afdf3040f3fe9d3e38f6408801919577ea7b64daf996663031667a8612a0f509beddb4d52e1ae4
7
+ data.tar.gz: 74cffb5eaa4c1ccabe9269dda26e42d47b26ccec8adfb1b5ef33362f7153582d410f5b1cb22755be5eb81ddeb80a48211dc7f7cc68516790c92efb4930d607ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -2044,7 +2044,7 @@ module Aws::FIS
2044
2044
  tracer: tracer
2045
2045
  )
2046
2046
  context[:gem_name] = 'aws-sdk-fis'
2047
- context[:gem_version] = '1.64.0'
2047
+ context[:gem_version] = '1.65.0'
2048
2048
  Seahorse::Client::Request.new(handlers, context)
2049
2049
  end
2050
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.64.0'
57
+ GEM_VERSION = '1.65.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.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services