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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6b4fbf3702a9ffee5b1c54d6141049055a61b1c79353f0f2c9f8edadcc24269
4
- data.tar.gz: 69a1ae77d7c7b1cc2dbcdef5c0b35ef3ba6df15f4e0c34784edb881a29cd49f7
3
+ metadata.gz: 76d52b640e6968433dbb9045c0a185f50b2f7716ba5f1bdad720fc770db45af2
4
+ data.tar.gz: 0225ee5fdb55d02e9a24b56baf35578e6beca606fe79b7a4ae2bd0fbd7f38fe1
5
5
  SHA512:
6
- metadata.gz: 2ff9c412a7a2c604c90af394f966397998e7b8fe7faa582ce77e87f0411d50a08df538f8a731de6d9da582027c33029053076b4e7fe0db9b1f8ca25fefba5548
7
- data.tar.gz: '0388aa63259070a50dceb148529ebc9ff06965f345bfca88ba2137369cd7708f304dd5fa897ac1cb223f898d73fd08813b24cf09a2f8d7e5acb9f6a840844b97'
6
+ metadata.gz: bafc40273fa20df78266156f03ffbe7635b95b7edb3e97e3c0523d2d2e322f621254e6bfa8d45ebb597bd692205b2203c731b2cb3a56dc73ce92e070c7115229
7
+ data.tar.gz: bc51af3171f653d08cd5e36a4f125eca6241cc83348eaf1407fc47d355e4c7a59375306636bb465965a5e285d0623d8d750080740955d678a25b30a3258d5765
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.72.0 (2024-06-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.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.72.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.72.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.72.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-06-05 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