aws-sdk-directconnect 1.72.0 → 1.73.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-directconnect/client.rb +1 -1
- data/lib/aws-sdk-directconnect/client_api.rb +2 -0
- data/lib/aws-sdk-directconnect/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-directconnect.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: 76d52b640e6968433dbb9045c0a185f50b2f7716ba5f1bdad720fc770db45af2
|
|
4
|
+
data.tar.gz: 0225ee5fdb55d02e9a24b56baf35578e6beca606fe79b7a4ae2bd0fbd7f38fe1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bafc40273fa20df78266156f03ffbe7635b95b7edb3e97e3c0523d2d2e322f621254e6bfa8d45ebb597bd692205b2203c731b2cb3a56dc73ce92e070c7115229
|
|
7
|
+
data.tar.gz: bc51af3171f653d08cd5e36a4f125eca6241cc83348eaf1407fc47d355e4c7a59375306636bb465965a5e285d0623d8d750080740955d678a25b30a3258d5765
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.73.0
|
|
@@ -4952,7 +4952,7 @@ module Aws::DirectConnect
|
|
|
4952
4952
|
params: params,
|
|
4953
4953
|
config: config)
|
|
4954
4954
|
context[:gem_name] = 'aws-sdk-directconnect'
|
|
4955
|
-
context[:gem_version] = '1.
|
|
4955
|
+
context[:gem_version] = '1.73.0'
|
|
4956
4956
|
Seahorse::Client::Request.new(handlers, context)
|
|
4957
4957
|
end
|
|
4958
4958
|
|
|
@@ -1030,9 +1030,11 @@ module Aws::DirectConnect
|
|
|
1030
1030
|
|
|
1031
1031
|
api.metadata = {
|
|
1032
1032
|
"apiVersion" => "2012-10-25",
|
|
1033
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1033
1034
|
"endpointPrefix" => "directconnect",
|
|
1034
1035
|
"jsonVersion" => "1.1",
|
|
1035
1036
|
"protocol" => "json",
|
|
1037
|
+
"protocols" => ["json"],
|
|
1036
1038
|
"serviceFullName" => "AWS Direct Connect",
|
|
1037
1039
|
"serviceId" => "Direct Connect",
|
|
1038
1040
|
"signatureVersion" => "v4",
|
|
@@ -32,7 +32,7 @@ module Aws::DirectConnect
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://directconnect-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
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-directconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.73.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: 2024-06-
|
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|