aws-sdk-directconnect 1.58.0 → 1.59.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directconnect/client.rb +1 -1
- data/lib/aws-sdk-directconnect/types.rb +2 -2
- data/lib/aws-sdk-directconnect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a447e4a8f7a9db325b285d4a7db81a2baa42a879cbc780b3a2d385d786895b2b
|
|
4
|
+
data.tar.gz: 1cb1a21f90bfc2f910b0bf1ac46db4bdc7c3af5bdbf95c9a6dcabc65d7a5ea45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86069d4fdc2c90df7c9064c3c8f0421bece4933311d2d7066518e7c9d4831935d8ff4566c9d93a47af34e53362916e7c1670505e569e6b7dfe4d9b9f0ca3e7dc
|
|
7
|
+
data.tar.gz: 134bb7ec1d9b2198c69aa1279deb0cae00f78b91d4aca957f905760831df831e408b27d363e2e12da93a963e4a0e30363b3fa7ddd1b86f0b330cbb5afed3e013
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.58.0 (2023-04-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -4907,7 +4907,7 @@ module Aws::DirectConnect
|
|
|
4907
4907
|
params: params,
|
|
4908
4908
|
config: config)
|
|
4909
4909
|
context[:gem_name] = 'aws-sdk-directconnect'
|
|
4910
|
-
context[:gem_version] = '1.
|
|
4910
|
+
context[:gem_version] = '1.59.0'
|
|
4911
4911
|
Seahorse::Client::Request.new(handlers, context)
|
|
4912
4912
|
end
|
|
4913
4913
|
|
|
@@ -3207,7 +3207,7 @@ module Aws::DirectConnect
|
|
|
3207
3207
|
#
|
|
3208
3208
|
# @!attribute [rw] mtu
|
|
3209
3209
|
# The maximum transmission unit (MTU), in bytes. The supported values
|
|
3210
|
-
# are 1500 and
|
|
3210
|
+
# are 1500 and 8500. The default value is 1500
|
|
3211
3211
|
# @return [Integer]
|
|
3212
3212
|
#
|
|
3213
3213
|
# @!attribute [rw] auth_key
|
|
@@ -3758,7 +3758,7 @@ module Aws::DirectConnect
|
|
|
3758
3758
|
#
|
|
3759
3759
|
# @!attribute [rw] mtu
|
|
3760
3760
|
# The maximum transmission unit (MTU), in bytes. The supported values
|
|
3761
|
-
# are 1500 and
|
|
3761
|
+
# are 1500 and 8500. The default value is 1500
|
|
3762
3762
|
# @return [Integer]
|
|
3763
3763
|
#
|
|
3764
3764
|
# @!attribute [rw] jumbo_frame_capable
|
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.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-
|
|
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
|