aws-sdk-directconnect 1.42.0 → 1.43.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.rb +1 -1
- data/lib/aws-sdk-directconnect/client.rb +1 -1
- data/lib/aws-sdk-directconnect/types.rb +19 -15
- 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: 3a72c629e0f995fb42d70d43e95c206d1eda8ce2ba182a2b7068408cff1823fa
|
|
4
|
+
data.tar.gz: 9cd97856f8cfdfd2327c0f9a8dffd399b48435fae181184a8a1d4a92f9252a70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d890ad5b254b8a6d39661e36887451f9ab3679ac772174838c3bf3b358524f1ad694285a0b23f21fa58e34af06dca2e5d496348fb3b2e237cb56345e2c92418
|
|
7
|
+
data.tar.gz: 2d47d0414247696f74c31a2ca9773684ed4c49379a51546e3e0abcb21b85b5747097b0314ea4b9cef0c15824250d795ddc1fb3429be3aade6a34b22a775504a7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.43.0
|
|
@@ -4680,7 +4680,7 @@ module Aws::DirectConnect
|
|
|
4680
4680
|
params: params,
|
|
4681
4681
|
config: config)
|
|
4682
4682
|
context[:gem_name] = 'aws-sdk-directconnect'
|
|
4683
|
-
context[:gem_version] = '1.
|
|
4683
|
+
context[:gem_version] = '1.43.0'
|
|
4684
4684
|
Seahorse::Client::Request.new(handlers, context)
|
|
4685
4685
|
end
|
|
4686
4686
|
|
|
@@ -584,10 +584,13 @@ module Aws::DirectConnect
|
|
|
584
584
|
# @return [String]
|
|
585
585
|
#
|
|
586
586
|
# @!attribute [rw] aws_device_v2
|
|
587
|
-
# The Direct Connect endpoint
|
|
587
|
+
# The Direct Connect endpoint that terminates the BGP peer.
|
|
588
588
|
# @return [String]
|
|
589
589
|
#
|
|
590
590
|
# @!attribute [rw] aws_logical_device_id
|
|
591
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
592
|
+
# This device might be different than the device that terminates the
|
|
593
|
+
# physical connection.
|
|
591
594
|
# @return [String]
|
|
592
595
|
#
|
|
593
596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer AWS API Documentation
|
|
@@ -954,13 +957,13 @@ module Aws::DirectConnect
|
|
|
954
957
|
# @return [Boolean]
|
|
955
958
|
#
|
|
956
959
|
# @!attribute [rw] aws_device_v2
|
|
957
|
-
# The Direct Connect endpoint
|
|
958
|
-
# terminates.
|
|
960
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
959
961
|
# @return [String]
|
|
960
962
|
#
|
|
961
963
|
# @!attribute [rw] aws_logical_device_id
|
|
962
|
-
# The Direct Connect endpoint that terminates
|
|
963
|
-
#
|
|
964
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
965
|
+
# This device might be different than the device that terminates the
|
|
966
|
+
# physical connection.
|
|
964
967
|
# @return [String]
|
|
965
968
|
#
|
|
966
969
|
# @!attribute [rw] has_logical_redundancy
|
|
@@ -2856,13 +2859,13 @@ module Aws::DirectConnect
|
|
|
2856
2859
|
# @return [Boolean]
|
|
2857
2860
|
#
|
|
2858
2861
|
# @!attribute [rw] aws_device_v2
|
|
2859
|
-
# The Direct Connect endpoint
|
|
2860
|
-
# terminates.
|
|
2862
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
2861
2863
|
# @return [String]
|
|
2862
2864
|
#
|
|
2863
2865
|
# @!attribute [rw] aws_logical_device_id
|
|
2864
|
-
# The Direct Connect endpoint that terminates
|
|
2865
|
-
#
|
|
2866
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
2867
|
+
# This device might be different than the device that terminates the
|
|
2868
|
+
# physical connection.
|
|
2866
2869
|
# @return [String]
|
|
2867
2870
|
#
|
|
2868
2871
|
# @!attribute [rw] has_logical_redundancy
|
|
@@ -2979,8 +2982,9 @@ module Aws::DirectConnect
|
|
|
2979
2982
|
# @return [String]
|
|
2980
2983
|
#
|
|
2981
2984
|
# @!attribute [rw] aws_logical_device_id
|
|
2982
|
-
# The Direct Connect endpoint that terminates
|
|
2983
|
-
#
|
|
2985
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
2986
|
+
# This device might be different than the device that terminates the
|
|
2987
|
+
# physical connection.
|
|
2984
2988
|
# @return [String]
|
|
2985
2989
|
#
|
|
2986
2990
|
# @!attribute [rw] connections
|
|
@@ -4375,13 +4379,13 @@ module Aws::DirectConnect
|
|
|
4375
4379
|
# @return [String]
|
|
4376
4380
|
#
|
|
4377
4381
|
# @!attribute [rw] aws_device_v2
|
|
4378
|
-
# The Direct Connect endpoint
|
|
4379
|
-
# terminates.
|
|
4382
|
+
# The Direct Connect endpoint that terminates the physical connection.
|
|
4380
4383
|
# @return [String]
|
|
4381
4384
|
#
|
|
4382
4385
|
# @!attribute [rw] aws_logical_device_id
|
|
4383
|
-
# The Direct Connect endpoint that terminates
|
|
4384
|
-
#
|
|
4386
|
+
# The Direct Connect endpoint that terminates the logical connection.
|
|
4387
|
+
# This device might be different than the device that terminates the
|
|
4388
|
+
# physical connection.
|
|
4385
4389
|
# @return [String]
|
|
4386
4390
|
#
|
|
4387
4391
|
# @!attribute [rw] tags
|
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.43.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: 2021-07-
|
|
11
|
+
date: 2021-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|