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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a780bab9a16a46bf7e7e487a7db50c39b8e147312bad140675ccb26cd2e794f4
4
- data.tar.gz: 51a630fd409060b8737064c9c5f9115889319401866968666438841c319d2f1c
3
+ metadata.gz: 76d52b640e6968433dbb9045c0a185f50b2f7716ba5f1bdad720fc770db45af2
4
+ data.tar.gz: 0225ee5fdb55d02e9a24b56baf35578e6beca606fe79b7a4ae2bd0fbd7f38fe1
5
5
  SHA512:
6
- metadata.gz: acaad1c9b04b7d914199ce6c6180b823d21e33b8f31ed97fceca456f2fb6ec72aa1ea09d79f591827cde4d7a76044c87675cdbbb4c1d4ccc7018a5eb65e3b1d7
7
- data.tar.gz: 2dfd3d3ffb0526f3ea66148b58008144a5c5a152613d2c72c9bdecb72923dee6c9834f01815978ca9f496ecfcfb80458733e9951bb5a42bef0e4d78bf9d1c821
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.71.0
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.71.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectConnect
54
54
 
55
- GEM_VERSION = '1.71.0'
55
+ GEM_VERSION = '1.73.0'
56
56
 
57
57
  end
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.71.0
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-05-13 00:00:00.000000000 Z
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.193.0
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.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement