aws-sdk-resourcegroups 1.96.0 → 1.98.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: 776a859a030f5290bd350d49e3ea5a7a0ac7490ef47563b1a0a4f23a87b43282
4
- data.tar.gz: 21e80b8db7b968f10db0e7f574f4c834f390f3e55b8c72f7de739f9b0102f239
3
+ metadata.gz: ca0bf5f977fae5d5db428c5c9048a9bff4e8d1777a586ee40236e5bb01ab71f0
4
+ data.tar.gz: a1df5d3b23c39f986e2b1b063681d2eea2400a8b2488cd399cbd340239413a32
5
5
  SHA512:
6
- metadata.gz: e5c70c47359938d367a11cfe0cdbc6c35a38163cfdf70645d94c7e7dafe874f6f9efcd6f8fa347297908d895205ac333664ecb2479cc30a245e21b4eba77dc49
7
- data.tar.gz: f7c1204a0f54a9a88ec05e13bfd976f1ea9bc1fce127deba79438ee28c51e29e58723ee5b4497c2b2ac355da9c865b50b0fc929941bf124022e11262da751378
6
+ metadata.gz: 7e0e165045163ba7bafb92534e6511d500b6b8db411c4417aa2ff61f1897f139241ee0bc1df406851b1381915b5044a02fa9071727a23758ef9954e59e5dd8b1
7
+ data.tar.gz: 17a476a9b6e41dfa918eb58620640dee4c739397bb83ec264a3c6c0a6c8f805fc0728e7440fe7c4880d1d80428fa6835d59b659a55c14bfd7c37807a33f7de98
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.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.96.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.0
1
+ 1.98.0
@@ -199,7 +199,7 @@ module Aws::ResourceGroups
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::ResourceGroups
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
@@ -2023,7 +2021,7 @@ module Aws::ResourceGroups
2023
2021
  tracer: tracer
2024
2022
  )
2025
2023
  context[:gem_name] = 'aws-sdk-resourcegroups'
2026
- context[:gem_version] = '1.96.0'
2024
+ context[:gem_version] = '1.98.0'
2027
2025
  Seahorse::Client::Request.new(handlers, context)
2028
2026
  end
2029
2027
 
@@ -54,7 +54,7 @@ module Aws::ResourceGroups
54
54
  autoload :EndpointProvider, 'aws-sdk-resourcegroups/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-resourcegroups/endpoints'
56
56
 
57
- GEM_VERSION = '1.96.0'
57
+ GEM_VERSION = '1.98.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -107,9 +107,9 @@ module Aws
107
107
  {
108
108
  name: ::String,
109
109
  values: Array[::String]?
110
- },
110
+ }
111
111
  ]?
112
- },
112
+ }
113
113
  ],
114
114
  ?criticality: ::Integer,
115
115
  ?owner: ::String,
@@ -226,7 +226,7 @@ module Aws
226
226
  {
227
227
  name: ("resource-type"),
228
228
  values: Array[::String]
229
- },
229
+ }
230
230
  ],
231
231
  ?max_results: ::Integer,
232
232
  ?next_token: ::String
@@ -247,7 +247,7 @@ module Aws
247
247
  {
248
248
  name: ("status" | "resource-arn"),
249
249
  values: Array[::String]
250
- },
250
+ }
251
251
  ],
252
252
  ?next_token: ::String
253
253
  ) -> _ListGroupingStatusesResponseSuccess
@@ -265,7 +265,7 @@ module Aws
265
265
  {
266
266
  name: ("resource-type" | "configuration-type" | "owner" | "display-name" | "criticality"),
267
267
  values: Array[::String]
268
- },
268
+ }
269
269
  ],
270
270
  ?max_results: ::Integer,
271
271
  ?next_token: ::String
@@ -283,7 +283,7 @@ module Aws
283
283
  {
284
284
  group_arn: ::String?,
285
285
  group_name: ::String?
286
- },
286
+ }
287
287
  ],
288
288
  ?max_results: ::Integer,
289
289
  ?next_token: ::String
@@ -303,9 +303,9 @@ module Aws
303
303
  {
304
304
  name: ::String,
305
305
  values: Array[::String]?
306
- },
306
+ }
307
307
  ]?
308
- },
308
+ }
309
309
  ]
310
310
  ) -> _PutGroupConfigurationResponseSuccess
311
311
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutGroupConfigurationResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.98.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