aws-sdk-migrationhubstrategyrecommendations 1.45.0 → 1.46.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: 66c0b15737e1ab0ee01f251d1f3dae46df160cd6e6d5e9aa9f0d9353bd239013
4
- data.tar.gz: ed06a95a560d39d2d6461eb85c57dbcd97677e9b4156c51fff8b130c959b2e20
3
+ metadata.gz: fcab23adfe782732bd811c1f694b4bc4bb27b84e12000a6e109749263b0a6a26
4
+ data.tar.gz: 37e88bc34b137c47d7104916d4b738abe0f8bf121cd039a6cc1ae141acf82881
5
5
  SHA512:
6
- metadata.gz: 7c460de0caa05bc095f0b27a53b7b3b1760ed05c5b1ca312fde728051114500c1413a9a7653dd61894bf227e99240b1b13e4d97964a34d67469a65cd04e833a7
7
- data.tar.gz: b525c5845b7e37b1af62500c6a313916dd84a368b2fe4825d7c15e352181105794df3f1ff838d987c0223b030548274fbe45abc6ac44514d896b1c449fdf11e7
6
+ metadata.gz: b9a7db439fc3fd0ca305b569ef5f9d6da782658d4286f43632a15acc36c36b1c2fd34d0f8f62f6858dda5b74f69d677882bc02c2cb33faa44354a801e00a9cc8
7
+ data.tar.gz: 28ab7324e1bbfd86d444636096db5bb1f591942181fda41d0c148bf32fbf54f651406c6729391ffeddb96f7eae4251a4e1834d96d5fefc6e0f1d3fb045607089
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.45.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.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.45.0'
1668
+ context[:gem_version] = '1.46.0'
1669
1669
  Seahorse::Client::Request.new(handlers, context)
1670
1670
  end
1671
1671
 
@@ -13,22 +13,22 @@ module Aws::MigrationHubStrategyRecommendations
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.45.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
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.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services