aws-sdk-directconnect 1.57.0 → 1.58.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: c08011dff778ececcb12a571649a003d09fb561b9a569ac3ecbeeded24aba0a1
4
- data.tar.gz: d00084e5213c3f81391b4e0daad1753dc9973a188289322e6ee344cc71bfcdfd
3
+ metadata.gz: d05008c3757d9ea9a4a3eaf6aa980464206f4dbf06073a85089e875d072ec3e1
4
+ data.tar.gz: 385440419ddc1265da962d72b12ccd580db4d0d9b013029960b703177764c301
5
5
  SHA512:
6
- metadata.gz: 0ae99d32d566719f115eb1d1e141063af97ffd5fae081eb32e1589d03b1523b39efb5ad0d854c34c6b6949a30a0f88a5ea70767b31c3d8df0bf80680faaac5cc
7
- data.tar.gz: 6a943bee9334cd197833f33d956fa298aac1a5c15370f20e516a55dca67faff30bc8d3c4ba03ed81c24caea73c957b441c43b82d14d966a5b063f693690fa391
6
+ metadata.gz: be15f0e3dee24206f5a202b551db14b8abc3b2ba88f622e4b72888aa932581248d4e6e80bd621dbc072099eb3b22fb868f268b6f6fe9612fd24f65f6607939d5
7
+ data.tar.gz: 25f58caa55191c3f76a18d75cfbf97347cd2eefc0d33f73b4009b2c0882b102d58f1fd1aac9c757904a92e7793462a7757408c1bee0f1f2f1474062c0659d309
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-04-28)
5
+ ------------------
6
+
7
+ * Feature - This release corrects the jumbo frames MTU from 9100 to 8500.
8
+
4
9
  1.57.0 (2023-03-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -2138,7 +2138,8 @@ module Aws::DirectConnect
2138
2138
  #
2139
2139
  # @option params [required, Integer] :number_of_connections
2140
2140
  # The number of physical dedicated connections initially provisioned and
2141
- # bundled by the LAG.
2141
+ # bundled by the LAG. You can have a maximum of four connections when
2142
+ # the port speed is 1G or 10G, or two when the port speed is 100G.
2142
2143
  #
2143
2144
  # @option params [required, String] :location
2144
2145
  # The location for the LAG.
@@ -4906,7 +4907,7 @@ module Aws::DirectConnect
4906
4907
  params: params,
4907
4908
  config: config)
4908
4909
  context[:gem_name] = 'aws-sdk-directconnect'
4909
- context[:gem_version] = '1.57.0'
4910
+ context[:gem_version] = '1.58.0'
4910
4911
  Seahorse::Client::Request.new(handlers, context)
4911
4912
  end
4912
4913
 
@@ -43,12 +43,6 @@ module Aws::DirectConnect
43
43
  end
44
44
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
45
  end
46
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
47
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
48
- end
49
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
50
- return Aws::Endpoints::Endpoint.new(url: "https://directconnect.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
51
- end
52
46
  return Aws::Endpoints::Endpoint.new(url: "https://directconnect.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
53
47
  end
54
48
  end
@@ -1136,7 +1136,9 @@ module Aws::DirectConnect
1136
1136
 
1137
1137
  # @!attribute [rw] number_of_connections
1138
1138
  # The number of physical dedicated connections initially provisioned
1139
- # and bundled by the LAG.
1139
+ # and bundled by the LAG. You can have a maximum of four connections
1140
+ # when the port speed is 1G or 10G, or two when the port speed is
1141
+ # 100G.
1140
1142
  # @return [Integer]
1141
1143
  #
1142
1144
  # @!attribute [rw] location
@@ -3132,7 +3134,7 @@ module Aws::DirectConnect
3132
3134
  #
3133
3135
  # @!attribute [rw] mtu
3134
3136
  # The maximum transmission unit (MTU), in bytes. The supported values
3135
- # are 1500 and 9001. The default value is 1500.
3137
+ # are 1500 and 8500. The default value is 1500.
3136
3138
  # @return [Integer]
3137
3139
  #
3138
3140
  # @!attribute [rw] auth_key
@@ -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.57.0'
55
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.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-03-14 00:00:00.000000000 Z
11
+ date: 2023-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core