aws-sdk-directconnect 1.57.0 → 1.59.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: a447e4a8f7a9db325b285d4a7db81a2baa42a879cbc780b3a2d385d786895b2b
4
+ data.tar.gz: 1cb1a21f90bfc2f910b0bf1ac46db4bdc7c3af5bdbf95c9a6dcabc65d7a5ea45
5
5
  SHA512:
6
- metadata.gz: 0ae99d32d566719f115eb1d1e141063af97ffd5fae081eb32e1589d03b1523b39efb5ad0d854c34c6b6949a30a0f88a5ea70767b31c3d8df0bf80680faaac5cc
7
- data.tar.gz: 6a943bee9334cd197833f33d956fa298aac1a5c15370f20e516a55dca67faff30bc8d3c4ba03ed81c24caea73c957b441c43b82d14d966a5b063f693690fa391
6
+ metadata.gz: 86069d4fdc2c90df7c9064c3c8f0421bece4933311d2d7066518e7c9d4831935d8ff4566c9d93a47af34e53362916e7c1670505e569e6b7dfe4d9b9f0ca3e7dc
7
+ data.tar.gz: 134bb7ec1d9b2198c69aa1279deb0cae00f78b91d4aca957f905760831df831e408b27d363e2e12da93a963e4a0e30363b3fa7ddd1b86f0b330cbb5afed3e013
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2023-05-16)
5
+ ------------------
6
+
7
+ * Feature - This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu.
8
+
9
+ 1.58.0 (2023-04-28)
10
+ ------------------
11
+
12
+ * Feature - This release corrects the jumbo frames MTU from 9100 to 8500.
13
+
4
14
  1.57.0 (2023-03-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.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.59.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
@@ -3205,7 +3207,7 @@ module Aws::DirectConnect
3205
3207
  #
3206
3208
  # @!attribute [rw] mtu
3207
3209
  # The maximum transmission unit (MTU), in bytes. The supported values
3208
- # are 1500 and 9001. The default value is 1500.
3210
+ # are 1500 and 8500. The default value is 1500
3209
3211
  # @return [Integer]
3210
3212
  #
3211
3213
  # @!attribute [rw] auth_key
@@ -3756,7 +3758,7 @@ module Aws::DirectConnect
3756
3758
  #
3757
3759
  # @!attribute [rw] mtu
3758
3760
  # The maximum transmission unit (MTU), in bytes. The supported values
3759
- # are 1500 and 9001. The default value is 1500.
3761
+ # are 1500 and 8500. The default value is 1500
3760
3762
  # @return [Integer]
3761
3763
  #
3762
3764
  # @!attribute [rw] jumbo_frame_capable
@@ -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.59.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.59.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-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core