aws-sdk-directconnect 1.58.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: d05008c3757d9ea9a4a3eaf6aa980464206f4dbf06073a85089e875d072ec3e1
4
- data.tar.gz: 385440419ddc1265da962d72b12ccd580db4d0d9b013029960b703177764c301
3
+ metadata.gz: a447e4a8f7a9db325b285d4a7db81a2baa42a879cbc780b3a2d385d786895b2b
4
+ data.tar.gz: 1cb1a21f90bfc2f910b0bf1ac46db4bdc7c3af5bdbf95c9a6dcabc65d7a5ea45
5
5
  SHA512:
6
- metadata.gz: be15f0e3dee24206f5a202b551db14b8abc3b2ba88f622e4b72888aa932581248d4e6e80bd621dbc072099eb3b22fb868f268b6f6fe9612fd24f65f6607939d5
7
- data.tar.gz: 25f58caa55191c3f76a18d75cfbf97347cd2eefc0d33f73b4009b2c0882b102d58f1fd1aac9c757904a92e7793462a7757408c1bee0f1f2f1474062c0659d309
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.58.0
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.58.0'
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 9001. The default value is 1500.
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 9001. The default value is 1500.
3761
+ # are 1500 and 8500. The default value is 1500
3762
3762
  # @return [Integer]
3763
3763
  #
3764
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.58.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.58.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-04-28 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