aws-sdk-directconnect 1.60.0 → 1.62.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: 50101378d910f1ade1076902591657ca68a311cbe678469538dcd317dcf89ba3
4
+ data.tar.gz: fb688ec2cd9b0d1b6f037c26aae6a5fb91eac5bee8620eba078cf5ac058d6e40
5
5
  SHA512:
6
- metadata.gz: 44bc886841bdd159ed053754850c6e43c02f10e9e40d657b1ef1603c3370d4feb537ba8d45b55a36521c31043fddd613cd2f0c93f2dc37dda535f2ec9a234de1
7
- data.tar.gz: 857e421b8a81e74f56254ac0ff46d1dcef93a4228d497be0189072b69443d3b05f7e0a111b40b2c8c50f6224ecad03fb8f4c86d0ed0cf2070a8b020557907a90
6
+ metadata.gz: ec104b3eadc718546ab998d755237baafb0dc0c405a856f2444b4976dfb2d8648e79c6489ddeaea995c6b16e4347ae79b12945a9bb63574d782e946cda7c8b2f
7
+ data.tar.gz: 9baf914751157b4b96dd6f84c776908816093d0e6671bac999c66a999caf1cc4eda501e8e615822dfa36123f18b8b77c938d13518257db111dd3cd100f55e7eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.61.0 (2023-06-07)
10
+ ------------------
11
+
12
+ * Feature - This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
13
+
4
14
  1.60.0 (2023-05-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.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.62.0'
4916
4916
  Seahorse::Client::Request.new(handlers, context)
4917
4917
  end
4918
4918
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::DirectConnect
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class AcceptDirectConnectGatewayAssociationProposal
@@ -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.62.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.62.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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core