aws-sdk-directconnect 1.60.0 → 1.61.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: d63950774c5eb83daf36fba19e0717ed9a6e6eb2cf76803623acc663042f7082
4
- data.tar.gz: 9f1fedfbfb0eb69fdea62e211657044b4c59e6a8289da4ea14ac1498b7582e6e
3
+ metadata.gz: edefcd46d6927a53cd4a0a1c63604bc0c5456b092ef4d9775483e3f5a5ccf99b
4
+ data.tar.gz: 715eea025b0f897777b56e0f638b4c9ad093ac3d80b7a02e0ba06b90e1b8be13
5
5
  SHA512:
6
- metadata.gz: 44bc886841bdd159ed053754850c6e43c02f10e9e40d657b1ef1603c3370d4feb537ba8d45b55a36521c31043fddd613cd2f0c93f2dc37dda535f2ec9a234de1
7
- data.tar.gz: 857e421b8a81e74f56254ac0ff46d1dcef93a4228d497be0189072b69443d3b05f7e0a111b40b2c8c50f6224ecad03fb8f4c86d0ed0cf2070a8b020557907a90
6
+ metadata.gz: 35232fac21b2ee4e72d438e1367ecc6ec01ca79f6e4a9d5f16737e4e8b567d8f076f53a191705a332629f8d0fd127bd249c7d346f7a7c89c39da16218c1aae6f
7
+ data.tar.gz: 553a7f55b3b7ca79d586bca11ca67fd3f70252162e0b5c1d844a50980f240c97c7a8128979bfdf53b4f5572b3d5bac5eb46c035288ca2e7c973baa5ad352035c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2023-06-07)
5
+ ------------------
6
+
7
+ * Feature - This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
8
+
4
9
  1.60.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
@@ -4794,7 +4794,7 @@ module Aws::DirectConnect
4794
4794
  # network connectivity for all virtual interfaces associated with the
4795
4795
  # connection for up to 30 seconds. To check whether your connection
4796
4796
  # supports jumbo frames, call DescribeConnections. To check whether your
4797
- # virtual q interface supports jumbo frames, call
4797
+ # virtual interface supports jumbo frames, call
4798
4798
  # DescribeVirtualInterfaces.
4799
4799
  #
4800
4800
  # @option params [required, String] :virtual_interface_id
@@ -4912,7 +4912,7 @@ module Aws::DirectConnect
4912
4912
  params: params,
4913
4913
  config: config)
4914
4914
  context[:gem_name] = 'aws-sdk-directconnect'
4915
- context[:gem_version] = '1.60.0'
4915
+ context[:gem_version] = '1.61.0'
4916
4916
  Seahorse::Client::Request.new(handlers, context)
4917
4917
  end
4918
4918
 
@@ -799,7 +799,7 @@ module Aws::DirectConnect
799
799
  # @return [String]
800
800
  #
801
801
  # @!attribute [rw] jumbo_frame_capable
802
- # Indicates whether jumbo frames (9001 MTU) are supported.
802
+ # Indicates whether jumbo frames are supported.
803
803
  # @return [Boolean]
804
804
  #
805
805
  # @!attribute [rw] aws_device_v2
@@ -2420,7 +2420,7 @@ module Aws::DirectConnect
2420
2420
  # @return [String]
2421
2421
  #
2422
2422
  # @!attribute [rw] jumbo_frame_capable
2423
- # Indicates whether jumbo frames (9001 MTU) are supported.
2423
+ # Indicates whether jumbo frames are supported.
2424
2424
  # @return [Boolean]
2425
2425
  #
2426
2426
  # @!attribute [rw] aws_device_v2
@@ -2561,7 +2561,7 @@ module Aws::DirectConnect
2561
2561
  # @return [Boolean]
2562
2562
  #
2563
2563
  # @!attribute [rw] jumbo_frame_capable
2564
- # Indicates whether jumbo frames (9001 MTU) are supported.
2564
+ # Indicates whether jumbo frames are supported.
2565
2565
  # @return [Boolean]
2566
2566
  #
2567
2567
  # @!attribute [rw] has_logical_redundancy
@@ -3762,7 +3762,7 @@ module Aws::DirectConnect
3762
3762
  # @return [Integer]
3763
3763
  #
3764
3764
  # @!attribute [rw] jumbo_frame_capable
3765
- # Indicates whether jumbo frames (9001 MTU) are supported.
3765
+ # Indicates whether jumbo frames are supported.
3766
3766
  # @return [Boolean]
3767
3767
  #
3768
3768
  # @!attribute [rw] virtual_gateway_id
@@ -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.60.0'
55
+ GEM_VERSION = '1.61.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.60.0
4
+ version: 1.61.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-05-31 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core