aws-sdk-directconnect 1.36.0 → 1.37.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: 3b9a88fd7fd76915aaf48574260af5cab73cf3e4178f88375b28f2cfb6366152
4
- data.tar.gz: 3b11bb21ae571da10116fcc6dc469ac891787e7b8f4964f5605f33954f8669ef
3
+ metadata.gz: 693eeedab0363a4fa4d4493164d0d50403783e47343b9020ed24396e83c6d128
4
+ data.tar.gz: 51b679ee34a7c976904fbbaaf9178f95e59fcafff04f9b893ba3b4bbbd50555c
5
5
  SHA512:
6
- metadata.gz: 7756f664540262821375261de6edcbbe8283243e58088c3b5fae9ce04d35a8e3c41d22b447c0e5065599218a75e71c4027d9b56438d3f19f217492d102105698
7
- data.tar.gz: 529108352a43937f18908c92953b3778d145582abe0ae417a2f7912c19751614f0276020447e011b250fb1dfc628edb87b42c4c04099e30865d859b265dc9f64
6
+ metadata.gz: e58cac4c5df65d15a203af1797c5a4440f466f877d79cf7299085b04764ee70bb52709ae88a7fa20890fd4709ae0f27915cad7bb32ce7d7f142eaa4666c5fb28
7
+ data.tar.gz: 195cbae9c6f0aa99732298d8fde74a866ccf3ace224fe37a785841b0c6715e6f408d7ec94e18ba996dad1381d139bd596b075a8c4b0fd0a5b3596620dda138f3
@@ -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.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -1828,26 +1828,28 @@ module Aws::DirectConnect
1828
1828
  end
1829
1829
 
1830
1830
  # Creates a link aggregation group (LAG) with the specified number of
1831
- # bundled physical connections between the customer network and a
1832
- # specific AWS Direct Connect location. A LAG is a logical interface
1833
- # that uses the Link Aggregation Control Protocol (LACP) to aggregate
1834
- # multiple interfaces, enabling you to treat them as a single interface.
1835
- #
1836
- # All connections in a LAG must use the same bandwidth and must
1837
- # terminate at the same AWS Direct Connect endpoint.
1838
- #
1839
- # You can have up to 10 connections per LAG. Regardless of this limit,
1840
- # if you request more connections for the LAG than AWS Direct Connect
1841
- # can allocate on a single endpoint, no LAG is created.
1842
- #
1843
- # You can specify an existing physical connection or interconnect to
1844
- # include in the LAG (which counts towards the total number of
1845
- # connections). Doing so interrupts the current physical connection or
1846
- # hosted connections, and re-establishes them as a member of the LAG.
1831
+ # bundled physical dedicated connections between the customer network
1832
+ # and a specific AWS Direct Connect location. A LAG is a logical
1833
+ # interface that uses the Link Aggregation Control Protocol (LACP) to
1834
+ # aggregate multiple interfaces, enabling you to treat them as a single
1835
+ # interface.
1836
+ #
1837
+ # All connections in a LAG must use the same bandwidth (either 1Gbps or
1838
+ # 10Gbps) and must terminate at the same AWS Direct Connect endpoint.
1839
+ #
1840
+ # You can have up to 10 dedicated connections per LAG. Regardless of
1841
+ # this limit, if you request more connections for the LAG than AWS
1842
+ # Direct Connect can allocate on a single endpoint, no LAG is created.
1843
+ #
1844
+ # You can specify an existing physical dedicated connection or
1845
+ # interconnect to include in the LAG (which counts towards the total
1846
+ # number of connections). Doing so interrupts the current physical
1847
+ # dedicated connection, and re-establishes them as a member of the LAG.
1847
1848
  # The LAG will be created on the same AWS Direct Connect endpoint to
1848
- # which the connection terminates. Any virtual interfaces associated
1849
- # with the connection are automatically disassociated and re-associated
1850
- # with the LAG. The connection ID does not change.
1849
+ # which the dedicated connection terminates. Any virtual interfaces
1850
+ # associated with the dedicated connection are automatically
1851
+ # disassociated and re-associated with the LAG. The connection ID does
1852
+ # not change.
1851
1853
  #
1852
1854
  # If the AWS account used to create a LAG is a registered AWS Direct
1853
1855
  # Connect Partner, the LAG is automatically enabled to host
@@ -1855,22 +1857,21 @@ module Aws::DirectConnect
1855
1857
  # interfaces cannot be directly configured.
1856
1858
  #
1857
1859
  # @option params [required, Integer] :number_of_connections
1858
- # The number of physical connections initially provisioned and bundled
1859
- # by the LAG.
1860
+ # The number of physical dedicated connections initially provisioned and
1861
+ # bundled by the LAG.
1860
1862
  #
1861
1863
  # @option params [required, String] :location
1862
1864
  # The location for the LAG.
1863
1865
  #
1864
1866
  # @option params [required, String] :connections_bandwidth
1865
- # The bandwidth of the individual physical connections bundled by the
1866
- # LAG. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps,
1867
- # 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps.
1867
+ # The bandwidth of the individual physical dedicated connections bundled
1868
+ # by the LAG. The possible values are 1Gbps and 10Gbps.
1868
1869
  #
1869
1870
  # @option params [required, String] :lag_name
1870
1871
  # The name of the LAG.
1871
1872
  #
1872
1873
  # @option params [String] :connection_id
1873
- # The ID of an existing connection to migrate to the LAG.
1874
+ # The ID of an existing dedicated connection to migrate to the LAG.
1874
1875
  #
1875
1876
  # @option params [Array<Types::Tag>] :tags
1876
1877
  # The tags to associate with the LAG.
@@ -4157,7 +4158,7 @@ module Aws::DirectConnect
4157
4158
  params: params,
4158
4159
  config: config)
4159
4160
  context[:gem_name] = 'aws-sdk-directconnect'
4160
- context[:gem_version] = '1.36.0'
4161
+ context[:gem_version] = '1.37.0'
4161
4162
  Seahorse::Client::Request.new(handlers, context)
4162
4163
  end
4163
4164
 
@@ -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
@@ -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.36.0
4
+ version: 1.37.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-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-30 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.109.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.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement