aws-sdk-directconnect 1.34.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: da3bae241f8a6144322ae65cecbf43b32aeae76b0be6523d3e9ee0d6d5a18494
4
- data.tar.gz: 27e2c92df933943d9ba0d02fb00dd39ec52d8c2d6529026815b91e133676ef65
3
+ metadata.gz: 7b38ba05ae8e83b2a421d28a9de87625812e63a73ef3689b38af05128f7f0d4e
4
+ data.tar.gz: 133c8b13b2ec26c75e3bd62add5d4aee489e56fc7e04df93b9bab56642b53da6
5
5
  SHA512:
6
- metadata.gz: cdbfb3aaac347c03b71db9660241583c5495f089b09937ad5f6ff04b2ec5d86b3d5a2878f69ef4c3042cbe7aad9c749c9cb6433ab12659a7366010939ead4356
7
- data.tar.gz: '0399a55795094b170046a9a43543a8313ede62916e2ea1b8a135b6fc2acc2595bcb857cc200a1c19ea51d1b4a61736d2c80530cfde978836aeb1afb80e78c145'
6
+ metadata.gz: f69df4a4ec46fc7e03758184bee699fcb432793f99df06adc68b38e270b1ff311f0beb45f83bf71b96257f9a2083219725aeb33807c87043c3668499c1a83527
7
+ data.tar.gz: a17c65adbf5886fcd379d7f886051a933345455439da21282dd8d484e709cbb62fa9d44f227391237f1c15297759bc7cb98cf1838690e44ee423001d07841dbe
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-directconnect/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::DirectConnect
49
50
 
50
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.39.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::DirectConnect
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::DirectConnect
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -1346,7 +1361,8 @@ module Aws::DirectConnect
1346
1361
  # pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
1347
1362
  #
1348
1363
  # For a public virtual interface, the Autonomous System Number (ASN)
1349
- # 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.
1350
1366
  #
1351
1367
  # @option params [String] :virtual_interface_id
1352
1368
  # The ID of the virtual interface.
@@ -1813,26 +1829,28 @@ module Aws::DirectConnect
1813
1829
  end
1814
1830
 
1815
1831
  # Creates a link aggregation group (LAG) with the specified number of
1816
- # bundled physical connections between the customer network and a
1817
- # specific AWS Direct Connect location. A LAG is a logical interface
1818
- # that uses the Link Aggregation Control Protocol (LACP) to aggregate
1819
- # multiple interfaces, enabling you to treat them as a single interface.
1820
- #
1821
- # All connections in a LAG must use the same bandwidth and must
1822
- # terminate at the same AWS Direct Connect endpoint.
1823
- #
1824
- # You can have up to 10 connections per LAG. Regardless of this limit,
1825
- # if you request more connections for the LAG than AWS Direct Connect
1826
- # can allocate on a single endpoint, no LAG is created.
1827
- #
1828
- # You can specify an existing physical connection or interconnect to
1829
- # include in the LAG (which counts towards the total number of
1830
- # connections). Doing so interrupts the current physical connection or
1831
- # hosted connections, and re-establishes them as a member of the LAG.
1832
+ # bundled physical dedicated connections between the customer network
1833
+ # and a specific AWS Direct Connect location. A LAG is a logical
1834
+ # interface that uses the Link Aggregation Control Protocol (LACP) to
1835
+ # aggregate multiple interfaces, enabling you to treat them as a single
1836
+ # interface.
1837
+ #
1838
+ # All connections in a LAG must use the same bandwidth (either 1Gbps or
1839
+ # 10Gbps) and must terminate at the same AWS Direct Connect endpoint.
1840
+ #
1841
+ # You can have up to 10 dedicated connections per LAG. Regardless of
1842
+ # this limit, if you request more connections for the LAG than AWS
1843
+ # Direct Connect can allocate on a single endpoint, no LAG is created.
1844
+ #
1845
+ # You can specify an existing physical dedicated connection or
1846
+ # interconnect to include in the LAG (which counts towards the total
1847
+ # number of connections). Doing so interrupts the current physical
1848
+ # dedicated connection, and re-establishes them as a member of the LAG.
1832
1849
  # The LAG will be created on the same AWS Direct Connect endpoint to
1833
- # which the connection terminates. Any virtual interfaces associated
1834
- # with the connection are automatically disassociated and re-associated
1835
- # with the LAG. The connection ID does not change.
1850
+ # which the dedicated connection terminates. Any virtual interfaces
1851
+ # associated with the dedicated connection are automatically
1852
+ # disassociated and re-associated with the LAG. The connection ID does
1853
+ # not change.
1836
1854
  #
1837
1855
  # If the AWS account used to create a LAG is a registered AWS Direct
1838
1856
  # Connect Partner, the LAG is automatically enabled to host
@@ -1840,22 +1858,21 @@ module Aws::DirectConnect
1840
1858
  # interfaces cannot be directly configured.
1841
1859
  #
1842
1860
  # @option params [required, Integer] :number_of_connections
1843
- # The number of physical connections initially provisioned and bundled
1844
- # by the LAG.
1861
+ # The number of physical dedicated connections initially provisioned and
1862
+ # bundled by the LAG.
1845
1863
  #
1846
1864
  # @option params [required, String] :location
1847
1865
  # The location for the LAG.
1848
1866
  #
1849
1867
  # @option params [required, String] :connections_bandwidth
1850
- # The bandwidth of the individual physical connections bundled by the
1851
- # LAG. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps,
1852
- # 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps.
1868
+ # The bandwidth of the individual physical dedicated connections bundled
1869
+ # by the LAG. The possible values are 1Gbps and 10Gbps.
1853
1870
  #
1854
1871
  # @option params [required, String] :lag_name
1855
1872
  # The name of the LAG.
1856
1873
  #
1857
1874
  # @option params [String] :connection_id
1858
- # The ID of an existing connection to migrate to the LAG.
1875
+ # The ID of an existing dedicated connection to migrate to the LAG.
1859
1876
  #
1860
1877
  # @option params [Array<Types::Tag>] :tags
1861
1878
  # The tags to associate with the LAG.
@@ -2938,14 +2955,31 @@ module Aws::DirectConnect
2938
2955
  end
2939
2956
 
2940
2957
  # Lists the associations between your Direct Connect gateways and
2941
- # virtual private gateways. You must specify a Direct Connect gateway, a
2942
- # virtual private gateway, or both. If you specify a Direct Connect
2943
- # gateway, the response contains all virtual private gateways associated
2944
- # with the Direct Connect gateway. If you specify a virtual private
2945
- # gateway, the response contains all Direct Connect gateways associated
2946
- # with the virtual private gateway. If you specify both, the response
2947
- # contains the association between the Direct Connect gateway and the
2948
- # 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.
2949
2983
  #
2950
2984
  # @option params [String] :association_id
2951
2985
  # The ID of the Direct Connect gateway association.
@@ -2968,7 +3002,7 @@ module Aws::DirectConnect
2968
3002
  # The token provided in the previous call to retrieve the next page.
2969
3003
  #
2970
3004
  # @option params [String] :virtual_gateway_id
2971
- # The ID of the virtual private gateway.
3005
+ # The ID of the virtual private gateway or transit gateway.
2972
3006
  #
2973
3007
  # @return [Types::DescribeDirectConnectGatewayAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2974
3008
  #
@@ -4142,7 +4176,7 @@ module Aws::DirectConnect
4142
4176
  params: params,
4143
4177
  config: config)
4144
4178
  context[:gem_name] = 'aws-sdk-directconnect'
4145
- context[:gem_version] = '1.34.0'
4179
+ context[:gem_version] = '1.39.0'
4146
4180
  Seahorse::Client::Request.new(handlers, context)
4147
4181
  end
4148
4182
 
@@ -1264,8 +1264,8 @@ module Aws::DirectConnect
1264
1264
  # }
1265
1265
  #
1266
1266
  # @!attribute [rw] number_of_connections
1267
- # The number of physical connections initially provisioned and bundled
1268
- # by the LAG.
1267
+ # The number of physical dedicated connections initially provisioned
1268
+ # and bundled by the LAG.
1269
1269
  # @return [Integer]
1270
1270
  #
1271
1271
  # @!attribute [rw] location
@@ -1273,9 +1273,8 @@ module Aws::DirectConnect
1273
1273
  # @return [String]
1274
1274
  #
1275
1275
  # @!attribute [rw] connections_bandwidth
1276
- # The bandwidth of the individual physical connections bundled by the
1277
- # LAG. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps,
1278
- # 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps.
1276
+ # The bandwidth of the individual physical dedicated connections
1277
+ # bundled by the LAG. The possible values are 1Gbps and 10Gbps.
1279
1278
  # @return [String]
1280
1279
  #
1281
1280
  # @!attribute [rw] lag_name
@@ -1283,7 +1282,7 @@ module Aws::DirectConnect
1283
1282
  # @return [String]
1284
1283
  #
1285
1284
  # @!attribute [rw] connection_id
1286
- # The ID of an existing connection to migrate to the LAG.
1285
+ # The ID of an existing dedicated connection to migrate to the LAG.
1287
1286
  # @return [String]
1288
1287
  #
1289
1288
  # @!attribute [rw] tags
@@ -1948,7 +1947,7 @@ module Aws::DirectConnect
1948
1947
  # @return [String]
1949
1948
  #
1950
1949
  # @!attribute [rw] virtual_gateway_id
1951
- # The ID of the virtual private gateway.
1950
+ # The ID of the virtual private gateway or transit gateway.
1952
1951
  # @return [String]
1953
1952
  #
1954
1953
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest AWS API Documentation
@@ -2711,8 +2710,8 @@ module Aws::DirectConnect
2711
2710
  # @return [String]
2712
2711
  #
2713
2712
  # @!attribute [rw] number_of_connections
2714
- # The number of physical connections bundled by the LAG, up to a
2715
- # maximum of 10.
2713
+ # The number of physical dedicated connections bundled by the LAG, up
2714
+ # to a maximum of 10.
2716
2715
  # @return [Integer]
2717
2716
  #
2718
2717
  # @!attribute [rw] lag_id
@@ -2757,8 +2756,8 @@ module Aws::DirectConnect
2757
2756
  # @return [String]
2758
2757
  #
2759
2758
  # @!attribute [rw] minimum_links
2760
- # The minimum number of physical connections that must be operational
2761
- # for the LAG itself to be operational.
2759
+ # The minimum number of physical dedicated connections that must be
2760
+ # operational for the LAG itself to be operational.
2762
2761
  # @return [Integer]
2763
2762
  #
2764
2763
  # @!attribute [rw] aws_device
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.34.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: 2020-07-23 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement