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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c3a616d503c67435bf8a914d796e2797ae55f609d5327ae83ec09f16a639ac3
|
4
|
+
data.tar.gz: 4fe3f0d4238688fb9838fc0e998682fdc1e5fe2bd749c4601614e87f12c0a110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3655708f040ba7b95fc58ef8272c205670e21d5779513d1848aefb56d48b6f9c71929676ab980f8fccfa17ca714835ac5309842932720eec5521a77942e041ee
|
7
|
+
data.tar.gz: d319a50d1506ec50243b19be028dec5c32199c2bb1a3c76731dace11aec648a97521f78b33cf0a18feb478f4909eea2777057ae05d53daf6aaf135c41ab092d9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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?(
|
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.
|
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.
|
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.
|
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.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|