aws-sdk-migrationhubrefactorspaces 1.46.0 → 1.47.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: 3c3a616d503c67435bf8a914d796e2797ae55f609d5327ae83ec09f16a639ac3
4
- data.tar.gz: 4fe3f0d4238688fb9838fc0e998682fdc1e5fe2bd749c4601614e87f12c0a110
3
+ metadata.gz: c0252285e0e1743aae16bfaa4d4110487f3997219a83aa870ae7d3fb21d4dbd2
4
+ data.tar.gz: dea723ceee1f10f864838d7d1334e0d3b8464749319f6e27f3a1be725d287caa
5
5
  SHA512:
6
- metadata.gz: 3655708f040ba7b95fc58ef8272c205670e21d5779513d1848aefb56d48b6f9c71929676ab980f8fccfa17ca714835ac5309842932720eec5521a77942e041ee
7
- data.tar.gz: d319a50d1506ec50243b19be028dec5c32199c2bb1a3c76731dace11aec648a97521f78b33cf0a18feb478f4909eea2777057ae05d53daf6aaf135c41ab092d9
6
+ metadata.gz: f4b34fa78899de635c9ac95dac3bd7e80886ead6885bb4a5c22fdf6b5bff027b805c483849fdaa3526194370223634f0770f6ca3ca362eed24467ffd256abd0d
7
+ data.tar.gz: e7f85d966659d7ed4e53cc4064821cc6ee9a5dd179ff2e8fc8f643f2a5e763754d5e4ca9b2eb11538233c43f6cbe092a34cb038299e6ddfd4986db9df28106ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.46.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -2040,7 +2040,7 @@ module Aws::MigrationHubRefactorSpaces
2040
2040
  tracer: tracer
2041
2041
  )
2042
2042
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
2043
- context[:gem_version] = '1.46.0'
2043
+ context[:gem_version] = '1.47.0'
2044
2044
  Seahorse::Client::Request.new(handlers, context)
2045
2045
  end
2046
2046
 
@@ -13,22 +13,22 @@ module Aws::MigrationHubRefactorSpaces
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::MigrationHubRefactorSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.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-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services