aws-sdk-directconnect 1.60.0 → 1.61.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 +2 -2
- data/lib/aws-sdk-directconnect/types.rb +4 -4
- 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: edefcd46d6927a53cd4a0a1c63604bc0c5456b092ef4d9775483e3f5a5ccf99b
|
|
4
|
+
data.tar.gz: 715eea025b0f897777b56e0f638b4c9ad093ac3d80b7a02e0ba06b90e1b8be13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35232fac21b2ee4e72d438e1367ecc6ec01ca79f6e4a9d5f16737e4e8b567d8f076f53a191705a332629f8d0fd127bd249c7d346f7a7c89c39da16218c1aae6f
|
|
7
|
+
data.tar.gz: 553a7f55b3b7ca79d586bca11ca67fd3f70252162e0b5c1d844a50980f240c97c7a8128979bfdf53b4f5572b3d5bac5eb46c035288ca2e7c973baa5ad352035c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
3765
|
+
# Indicates whether jumbo frames are supported.
|
|
3766
3766
|
# @return [Boolean]
|
|
3767
3767
|
#
|
|
3768
3768
|
# @!attribute [rw] virtual_gateway_id
|
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.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-
|
|
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
|