aws-sdk-migrationhubstrategyrecommendations 1.52.0 → 1.53.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: f5ea554e19fed0c5bea8837607ca2fcbf9abbd6ee7034473ae62a062da4d7f71
4
+ data.tar.gz: e8104bae5ae4d65449019f16717f20a017eab07f3e02957e727194d7b66b0aae
5
5
  SHA512:
6
- metadata.gz: ed3b59dc837c66480f1b47bddd6f79e8aa2877d6d4063dd028d098465ed85a3e63f98f4d786dfa253821b092c4d3eee7e6852ba8cd6a00cc23a9ee187f79ce67
7
- data.tar.gz: 0d517a9e03eef6aba0668a903c663de85bd6e98801cbe937efba7fd2dd1fcd047aec6a2d6a0d8ccb9695b8288556604637e44b3f99202713516cb91645d339b2
6
+ metadata.gz: 016557dd4c47d60a738ff3ea7bd66ff3de3f13090313977b464ea4e4cc0d3abe222c304433b36d5363d43df11328cb2df069507e981a37ab571c6aee40b10444
7
+ data.tar.gz: bcd808616fb71f345af6cc007b92e28fde32b6b52a9754c91fdb7e63b6bdbc57ec7f432e64f253a6323fbbfefba9982fe28410f7029a878b0b04053a2717ef9d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -1665,7 +1665,7 @@ module Aws::MigrationHubStrategyRecommendations
1665
1665
  tracer: tracer
1666
1666
  )
1667
1667
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1668
- context[:gem_version] = '1.52.0'
1668
+ context[:gem_version] = '1.53.0'
1669
1669
  Seahorse::Client::Request.new(handlers, context)
1670
1670
  end
1671
1671
 
@@ -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.53.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.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services