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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b28a54eec46ae4b7f446c1dd12d6a4af4df5ead77e49dce190f0f1065bb5f5af
4
- data.tar.gz: a4960293b4d94a33d97a32bc6431ee59cefe4710ee7a724b767abcf780451ede
3
+ metadata.gz: 3a72c629e0f995fb42d70d43e95c206d1eda8ce2ba182a2b7068408cff1823fa
4
+ data.tar.gz: 9cd97856f8cfdfd2327c0f9a8dffd399b48435fae181184a8a1d4a92f9252a70
5
5
  SHA512:
6
- metadata.gz: 3cfc34587ac7960a0a584ac43caf2daf9ecd13a65157758de936d231b7cdb783284205eccbcc60483e45dec2e8a015add97169a870c46e6b61704b9b83b5dab0
7
- data.tar.gz: db626f77e192c220b9ecc7b4372cd09c4845ec28f7120a6870885e707cb14647242a579642b155e50439715f5462e7ed6674e216d1f6fa9c9d034f22cb000544
6
+ metadata.gz: 6d890ad5b254b8a6d39661e36887451f9ab3679ac772174838c3bf3b358524f1ad694285a0b23f21fa58e34af06dca2e5d496348fb3b2e237cb56345e2c92418
7
+ data.tar.gz: 2d47d0414247696f74c31a2ca9773684ed4c49379a51546e3e0abcb21b85b5747097b0314ea4b9cef0c15824250d795ddc1fb3429be3aade6a34b22a775504a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2021-07-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for directconnect
8
+
4
9
  1.42.0 (2021-07-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-directconnect/customizations'
48
48
  # @!group service
49
49
  module Aws::DirectConnect
50
50
 
51
- GEM_VERSION = '1.42.0'
51
+ GEM_VERSION = '1.43.0'
52
52
 
53
53
  end
@@ -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.42.0'
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 on which the BGP peer terminates.
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 on which the physical connection
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 a physical connection's
963
- # BGP sessions.
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 on which the physical connection
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 a physical connection's
2865
- # BGP sessions.
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 a physical connection's
2983
- # BGP sessions.
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 on which the virtual interface
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 a physical connection's
4384
- # BGP sessions.
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.42.0
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-13 00:00:00.000000000 Z
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