aws-sdk-migrationhubstrategyrecommendations 1.52.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: f3de783cec3e5ce6c5c1f2819ce3ac8cdda0c2a8129fe4eaa30d08eb17f25489
4
- data.tar.gz: 3009838c02ad985e11d2157b843c6e75f0ec59f9ac918264010ef823042a8a25
3
+ metadata.gz: 8b417dd74d18e5854820f437ef496820f0bacdb545f5f4b23fd1156002ec9168
4
+ data.tar.gz: 0062e3cc684573d346597908f2c56aa201ee42880f2524f86e6659c84aa73d6b
5
5
  SHA512:
6
- metadata.gz: ed3b59dc837c66480f1b47bddd6f79e8aa2877d6d4063dd028d098465ed85a3e63f98f4d786dfa253821b092c4d3eee7e6852ba8cd6a00cc23a9ee187f79ce67
7
- data.tar.gz: 0d517a9e03eef6aba0668a903c663de85bd6e98801cbe937efba7fd2dd1fcd047aec6a2d6a0d8ccb9695b8288556604637e44b3f99202713516cb91645d339b2
6
+ metadata.gz: 5aee6e99310351f9f0c3932dcd697a033b633104f0ac35d595b8a54cbc06ca9a03d1d6408daf60d47ea54d2c35946b385632e03e07aaaba20eaf01e75196a361
7
+ data.tar.gz: 81b2dac25f8e21cd8c71d810f340ea23368b9821431f6831eef174f0954c4d41b8e2fd50f222ec65e1c6aeb0869c7bce7fcb5b618edb71f0052b4c6529f10242
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.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.52.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.54.0
@@ -199,7 +199,7 @@ module Aws::MigrationHubStrategyRecommendations
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::MigrationHubStrategyRecommendations
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
@@ -1665,7 +1663,7 @@ module Aws::MigrationHubStrategyRecommendations
1665
1663
  tracer: tracer
1666
1664
  )
1667
1665
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1668
- context[:gem_version] = '1.52.0'
1666
+ context[:gem_version] = '1.54.0'
1669
1667
  Seahorse::Client::Request.new(handlers, context)
1670
1668
  end
1671
1669
 
@@ -54,7 +54,7 @@ module Aws::MigrationHubStrategyRecommendations
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubstrategyrecommendations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubstrategyrecommendations/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.54.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -224,7 +224,7 @@ module Aws
224
224
  {
225
225
  name: ("ExternalId" | "ExternalSourceType")?,
226
226
  value: ::String?
227
- },
227
+ }
228
228
  ],
229
229
  ?max_results: ::Integer,
230
230
  ?next_token: ::String,
@@ -268,7 +268,7 @@ module Aws
268
268
  {
269
269
  name: ("ExternalId" | "ExternalSourceType")?,
270
270
  value: ::String?
271
- },
271
+ }
272
272
  ],
273
273
  ?max_results: ::Integer,
274
274
  ?next_token: ::String,
@@ -333,7 +333,7 @@ module Aws
333
333
  condition: ("EQUALS" | "NOT_EQUALS" | "CONTAINS" | "NOT_CONTAINS"),
334
334
  name: ::String,
335
335
  values: Array[::String]
336
- },
336
+ }
337
337
  ],
338
338
  ?s3bucket_for_analysis_data: ::String,
339
339
  ?s3bucket_for_report_data: ::String
@@ -352,7 +352,7 @@ module Aws
352
352
  {
353
353
  name: ("ExternalId" | "ExternalSourceType")?,
354
354
  value: ::String?
355
- },
355
+ }
356
356
  ],
357
357
  name: ::String,
358
358
  ?s3bucket_for_report_data: ::String,
@@ -370,7 +370,7 @@ module Aws
370
370
  {
371
371
  name: ("ExternalId" | "ExternalSourceType")?,
372
372
  value: ::String?
373
- },
373
+ }
374
374
  ],
375
375
  ?output_format: ("Excel" | "Json")
376
376
  ) -> _StartRecommendationReportGenerationResponseSuccess
@@ -401,7 +401,7 @@ module Aws
401
401
  project_name: ::String?,
402
402
  source_version: ::String?,
403
403
  version_control: ("GITHUB" | "GITHUB_ENTERPRISE" | "AZURE_DEVOPS_GIT")?
404
- },
404
+ }
405
405
  ],
406
406
  ?strategy_option: {
407
407
  is_preferred: bool?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubstrategyrecommendations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.54.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