aws-sdk-directconnect 1.38.0 → 1.39.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: 51e7ef97afb5a982565023e8013d82fb8acb3ee5d3e8847fdb3c73d4418c5567
4
- data.tar.gz: af218ecdd4d2bc68298bdd4533e3233c83346cad924f207b43bf054c2806f8f9
3
+ metadata.gz: 7b38ba05ae8e83b2a421d28a9de87625812e63a73ef3689b38af05128f7f0d4e
4
+ data.tar.gz: 133c8b13b2ec26c75e3bd62add5d4aee489e56fc7e04df93b9bab56642b53da6
5
5
  SHA512:
6
- metadata.gz: e15893d4a0f1ba520c52dbc1ce195042b6853e7e8199b3ad511fcfe8de705c3ad4b554944a4d0a317d13272c7eb37316db26187cd6be588ba67b72d61c5e4435
7
- data.tar.gz: b0baa19a6a002f617e4e357166bb7135d718521cf6f921106bd509e133d985be75a67c7c9b3e4be4ebb58ea18cf3e0db2a3f28e87e75379a7e3fa6c175e2c846
6
+ metadata.gz: f69df4a4ec46fc7e03758184bee699fcb432793f99df06adc68b38e270b1ff311f0beb45f83bf71b96257f9a2083219725aeb33807c87043c3668499c1a83527
7
+ data.tar.gz: a17c65adbf5886fcd379d7f886051a933345455439da21282dd8d484e709cbb62fa9d44f227391237f1c15297759bc7cb98cf1838690e44ee423001d07841dbe
@@ -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.38.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
@@ -1361,7 +1361,8 @@ module Aws::DirectConnect
1361
1361
  # pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
1362
1362
  #
1363
1363
  # For a public virtual interface, the Autonomous System Number (ASN)
1364
- # must be private or already whitelisted for the virtual interface.
1364
+ # must be private or already on the allow list for the virtual
1365
+ # interface.
1365
1366
  #
1366
1367
  # @option params [String] :virtual_interface_id
1367
1368
  # The ID of the virtual interface.
@@ -2954,14 +2955,31 @@ module Aws::DirectConnect
2954
2955
  end
2955
2956
 
2956
2957
  # Lists the associations between your Direct Connect gateways and
2957
- # virtual private gateways. You must specify a Direct Connect gateway, a
2958
- # virtual private gateway, or both. If you specify a Direct Connect
2959
- # gateway, the response contains all virtual private gateways associated
2960
- # with the Direct Connect gateway. If you specify a virtual private
2961
- # gateway, the response contains all Direct Connect gateways associated
2962
- # with the virtual private gateway. If you specify both, the response
2963
- # contains the association between the Direct Connect gateway and the
2964
- # virtual private gateway.
2958
+ # virtual private gateways and transit gateways. You must specify one of
2959
+ # the following:
2960
+ #
2961
+ # * A Direct Connect gateway
2962
+ #
2963
+ # The response contains all virtual private gateways and transit
2964
+ # gateways associated with the Direct Connect gateway.
2965
+ #
2966
+ # * A virtual private gateway
2967
+ #
2968
+ # The response contains the Direct Connect gateway.
2969
+ #
2970
+ # * A transit gateway
2971
+ #
2972
+ # The response contains the Direct Connect gateway.
2973
+ #
2974
+ # * A Direct Connect gateway and a virtual private gateway
2975
+ #
2976
+ # The response contains the association between the Direct Connect
2977
+ # gateway and virtual private gateway.
2978
+ #
2979
+ # * A Direct Connect gateway and a transit gateway
2980
+ #
2981
+ # The response contains the association between the Direct Connect
2982
+ # gateway and transit gateway.
2965
2983
  #
2966
2984
  # @option params [String] :association_id
2967
2985
  # The ID of the Direct Connect gateway association.
@@ -2984,7 +3002,7 @@ module Aws::DirectConnect
2984
3002
  # The token provided in the previous call to retrieve the next page.
2985
3003
  #
2986
3004
  # @option params [String] :virtual_gateway_id
2987
- # The ID of the virtual private gateway.
3005
+ # The ID of the virtual private gateway or transit gateway.
2988
3006
  #
2989
3007
  # @return [Types::DescribeDirectConnectGatewayAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2990
3008
  #
@@ -4158,7 +4176,7 @@ module Aws::DirectConnect
4158
4176
  params: params,
4159
4177
  config: config)
4160
4178
  context[:gem_name] = 'aws-sdk-directconnect'
4161
- context[:gem_version] = '1.38.0'
4179
+ context[:gem_version] = '1.39.0'
4162
4180
  Seahorse::Client::Request.new(handlers, context)
4163
4181
  end
4164
4182
 
@@ -1947,7 +1947,7 @@ module Aws::DirectConnect
1947
1947
  # @return [String]
1948
1948
  #
1949
1949
  # @!attribute [rw] virtual_gateway_id
1950
- # The ID of the virtual private gateway.
1950
+ # The ID of the virtual private gateway or transit gateway.
1951
1951
  # @return [String]
1952
1952
  #
1953
1953
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest AWS API Documentation
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.38.0
4
+ version: 1.39.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-02-02 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core