aws-sdk-route53resolver 1.47.0 → 1.48.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53resolver/client.rb +1 -1
- data/lib/aws-sdk-route53resolver/endpoint_provider.rb +6 -0
- data/lib/aws-sdk-route53resolver.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5645060ab5e78424a7e8e91917a1e4186008a1db5e5711891a3b9a5f260c8be0
|
|
4
|
+
data.tar.gz: cadcbeaf93c80f15bb6167ba4b1163dfb781696792012ecd82f30ab711fb538f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df2352953e4a91be45dbcc316b66aa7489ac74021ed019674fb5599abc97b9c249967d3b8785f79ce20bec7ebad9d46dae885e8cc2fdfc796f3bd3b2f0bc2b96
|
|
7
|
+
data.tar.gz: 96158003656451bf8e91c5deaafa30eb0c9cd5a4690c1b8ebbedfc1a34ec1b6bdfa18ec0fb9bf23051c8f855e4a32d6db759bebd4c8c4d8607f3c6c1150252ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.48.0
|
|
@@ -4466,7 +4466,7 @@ module Aws::Route53Resolver
|
|
|
4466
4466
|
params: params,
|
|
4467
4467
|
config: config)
|
|
4468
4468
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
|
4469
|
-
context[:gem_version] = '1.
|
|
4469
|
+
context[:gem_version] = '1.48.0'
|
|
4470
4470
|
Seahorse::Client::Request.new(handlers, context)
|
|
4471
4471
|
end
|
|
4472
4472
|
|
|
@@ -33,6 +33,12 @@ module Aws::Route53Resolver
|
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
35
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
|
|
37
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53resolver.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
|
|
38
|
+
end
|
|
39
|
+
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
|
|
40
|
+
return Aws::Endpoints::Endpoint.new(url: "https://route53resolver.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
|
|
41
|
+
end
|
|
36
42
|
return Aws::Endpoints::Endpoint.new(url: "https://route53resolver-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
43
|
end
|
|
38
44
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-route53resolver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.48.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|