aws-sdk-directconnect 1.71.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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 +4 -4
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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2024-06-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
8
|
+
|
9
|
+
1.72.0 (2024-06-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.71.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
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-
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|