aws-sdk-migrationhubrefactorspaces 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: fa9b6009a479ca0c83b2e033825a767d34e93e4fc13f411d41c6c1c43f099ef6
4
- data.tar.gz: 8c2cc8af70b22d8cfcc31afbdb473bb78b83dbdc5434f75a7d9f69daf7d688fa
3
+ metadata.gz: 3c3a616d503c67435bf8a914d796e2797ae55f609d5327ae83ec09f16a639ac3
4
+ data.tar.gz: 4fe3f0d4238688fb9838fc0e998682fdc1e5fe2bd749c4601614e87f12c0a110
5
5
  SHA512:
6
- metadata.gz: f79f04ab4b07fdbbf96d8eef43e13f9222b9915c5cf38f9981cbceeba8c31ee762df2e1a84dc1da6623afdd793ac288616ac310d9d50cf361701c8013a9fc087
7
- data.tar.gz: 4d23533ccdc973a7e6a6d4ecb7e57658ebc4d9ef2e7994acb6b266f0f262976c9881db8081f37df9e42323a702a9f5aa0830ac090f113fdbc6e31c420166a005
6
+ metadata.gz: 3655708f040ba7b95fc58ef8272c205670e21d5779513d1848aefb56d48b6f9c71929676ab980f8fccfa17ca714835ac5309842932720eec5521a77942e041ee
7
+ data.tar.gz: d319a50d1506ec50243b19be028dec5c32199c2bb1a3c76731dace11aec648a97521f78b33cf0a18feb478f4909eea2777057ae05d53daf6aaf135c41ab092d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.45.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.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.45.0'
2043
+ context[:gem_version] = '1.46.0'
2044
2044
  Seahorse::Client::Request.new(handlers, context)
2045
2045
  end
2046
2046
 
@@ -28,7 +28,7 @@ module Aws::MigrationHubRefactorSpaces
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://refactor-spaces-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.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-migrationhubrefactorspaces
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
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement