aws-sdk-directconnect 1.59.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: a447e4a8f7a9db325b285d4a7db81a2baa42a879cbc780b3a2d385d786895b2b
4
- data.tar.gz: 1cb1a21f90bfc2f910b0bf1ac46db4bdc7c3af5bdbf95c9a6dcabc65d7a5ea45
3
+ metadata.gz: edefcd46d6927a53cd4a0a1c63604bc0c5456b092ef4d9775483e3f5a5ccf99b
4
+ data.tar.gz: 715eea025b0f897777b56e0f638b4c9ad093ac3d80b7a02e0ba06b90e1b8be13
5
5
  SHA512:
6
- metadata.gz: 86069d4fdc2c90df7c9064c3c8f0421bece4933311d2d7066518e7c9d4831935d8ff4566c9d93a47af34e53362916e7c1670505e569e6b7dfe4d9b9f0ca3e7dc
7
- data.tar.gz: 134bb7ec1d9b2198c69aa1279deb0cae00f78b91d4aca957f905760831df831e408b27d363e2e12da93a963e4a0e30363b3fa7ddd1b86f0b330cbb5afed3e013
6
+ metadata.gz: 35232fac21b2ee4e72d438e1367ecc6ec01ca79f6e4a9d5f16737e4e8b567d8f076f53a191705a332629f8d0fd127bd249c7d346f7a7c89c39da16218c1aae6f
7
+ data.tar.gz: 553a7f55b3b7ca79d586bca11ca67fd3f70252162e0b5c1d844a50980f240c97c7a8128979bfdf53b4f5572b3d5bac5eb46c035288ca2e7c973baa5ad352035c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.60.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.59.0 (2023-05-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.0
@@ -275,6 +275,11 @@ module Aws::DirectConnect
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -4789,7 +4794,7 @@ module Aws::DirectConnect
4789
4794
  # network connectivity for all virtual interfaces associated with the
4790
4795
  # connection for up to 30 seconds. To check whether your connection
4791
4796
  # supports jumbo frames, call DescribeConnections. To check whether your
4792
- # virtual q interface supports jumbo frames, call
4797
+ # virtual interface supports jumbo frames, call
4793
4798
  # DescribeVirtualInterfaces.
4794
4799
  #
4795
4800
  # @option params [required, String] :virtual_interface_id
@@ -4907,7 +4912,7 @@ module Aws::DirectConnect
4907
4912
  params: params,
4908
4913
  config: config)
4909
4914
  context[:gem_name] = 'aws-sdk-directconnect'
4910
- context[:gem_version] = '1.59.0'
4915
+ context[:gem_version] = '1.61.0'
4911
4916
  Seahorse::Client::Request.new(handlers, context)
4912
4917
  end
4913
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.59.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.59.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-16 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement