aws-sdk-directconnect 1.76.0 → 1.77.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: 958d36b9f2b7fb05a6c5931032b125a067753706b1078cf6a20dde3b4018562d
4
- data.tar.gz: d02ffb1f91d57b5093927184116cbcbfd08424047a1f45186d26515946427153
3
+ metadata.gz: e11f39b84e72833413fdfa7b130d876208a3e2bccd9dadb81ed0b42a91e98c3b
4
+ data.tar.gz: 8354fa0f6478b0e0fc3cfd5b7bf7212896cc03ff9f59914fd14bbb858f9667d7
5
5
  SHA512:
6
- metadata.gz: b6e4aa1208c1254b0b75762256e37158640b4e6d90e475d29d65c34b84b16b869dae5e9943352addcf526e2f4a3c484f1c3c5a197f0b835f868e41d7bc9460b2
7
- data.tar.gz: 6112405fd8c38ed23977a9993fae635772dc62c6e5d78dc0daa97097b5f05dc11a12ad7eb847701415e3fd4bd5f8215daeec3c719a88a715873956039bb65b98
6
+ metadata.gz: a1897d248e363f3f446d6c3e4e4f9724340479ebfbec660b623bdd365fcd607c17468803558e035fbc82fa90fb224b10925b70ec1053b5e0c2d015d187645dbf
7
+ data.tar.gz: b169fca0b7fb19fd4cb6465a1b14832486ec954f50f3414137538d040f94e9162e5fb92cf860d3ecc5a9ce5ef0a12b4d9fa112e31f8e32696a4ef3806265aae1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-07-03)
5
+ ------------------
6
+
7
+ * Feature - This update includes documentation for support of new native 400 GBps ports for Direct Connect.
8
+
4
9
  1.76.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -499,7 +499,9 @@ module Aws::DirectConnect
499
499
  req.send_request(options)
500
500
  end
501
501
 
502
- # Deprecated. Use AllocateHostedConnection instead.
502
+ # <note markdown="1"> Deprecated. Use AllocateHostedConnection instead.
503
+ #
504
+ # </note>
503
505
  #
504
506
  # Creates a hosted connection on an interconnect.
505
507
  #
@@ -628,10 +630,10 @@ module Aws::DirectConnect
628
630
  #
629
631
  # @option params [required, String] :bandwidth
630
632
  # The bandwidth of the connection. The possible values are 50Mbps,
631
- # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and
632
- # 10Gbps. Note that only those Direct Connect Partners who have met
633
- # specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or
634
- # 10Gbps hosted connection.
633
+ # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
634
+ # 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who
635
+ # have met specific requirements are allowed to create a 1Gbps, 2Gbps,
636
+ # 5Gbps, 10Gbps, or 25Gbps hosted connection.
635
637
  #
636
638
  # @option params [required, String] :connection_name
637
639
  # The name of the hosted connection.
@@ -2086,7 +2088,7 @@ module Aws::DirectConnect
2086
2088
  # The name of the interconnect.
2087
2089
  #
2088
2090
  # @option params [required, String] :bandwidth
2089
- # The port bandwidth, in Gbps. The possible values are 1 and 10.
2091
+ # The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
2090
2092
  #
2091
2093
  # @option params [required, String] :location
2092
2094
  # The location of the interconnect.
@@ -2169,12 +2171,13 @@ module Aws::DirectConnect
2169
2171
  # that uses the Link Aggregation Control Protocol (LACP) to aggregate
2170
2172
  # multiple interfaces, enabling you to treat them as a single interface.
2171
2173
  #
2172
- # All connections in a LAG must use the same bandwidth (either 1Gbps or
2173
- # 10Gbps) and must terminate at the same Direct Connect endpoint.
2174
+ # All connections in a LAG must use the same bandwidth (either 1Gbps,
2175
+ # 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct
2176
+ # Connect endpoint.
2174
2177
  #
2175
- # You can have up to 10 dedicated connections per LAG. Regardless of
2176
- # this limit, if you request more connections for the LAG than Direct
2177
- # Connect can allocate on a single endpoint, no LAG is created.
2178
+ # You can have up to 10 dedicated connections per location. Regardless
2179
+ # of this limit, if you request more connections for the LAG than Direct
2180
+ # Connect can allocate on a single endpoint, no LAG is created..
2178
2181
  #
2179
2182
  # You can specify an existing physical dedicated connection or
2180
2183
  # interconnect to include in the LAG (which counts towards the total
@@ -2193,14 +2196,16 @@ module Aws::DirectConnect
2193
2196
  # @option params [required, Integer] :number_of_connections
2194
2197
  # The number of physical dedicated connections initially provisioned and
2195
2198
  # bundled by the LAG. You can have a maximum of four connections when
2196
- # the port speed is 1G or 10G, or two when the port speed is 100G.
2199
+ # the port speed is 1Gbps or 10Gbps, or two when the port speed is
2200
+ # 100Gbps or 400Gbps.
2197
2201
  #
2198
2202
  # @option params [required, String] :location
2199
2203
  # The location for the LAG.
2200
2204
  #
2201
2205
  # @option params [required, String] :connections_bandwidth
2202
2206
  # The bandwidth of the individual physical dedicated connections bundled
2203
- # by the LAG. The possible values are 1Gbps and 10Gbps.
2207
+ # by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps, and
2208
+ # 400Gbps.
2204
2209
  #
2205
2210
  # @option params [required, String] :lag_name
2206
2211
  # The name of the LAG.
@@ -2354,7 +2359,7 @@ module Aws::DirectConnect
2354
2359
  # Regions. Connecting the private virtual interface to a VGW only
2355
2360
  # provides access to a single VPC within the same Region.
2356
2361
  #
2357
- # Setting the MTU of a virtual interface to 9001 (jumbo frames) can
2362
+ # Setting the MTU of a virtual interface to 8500 (jumbo frames) can
2358
2363
  # cause an update to the underlying physical connection if it wasn't
2359
2364
  # updated to support jumbo frames. Updating the connection disrupts
2360
2365
  # network connectivity for all virtual interfaces associated with the
@@ -3159,7 +3164,9 @@ module Aws::DirectConnect
3159
3164
  req.send_request(options)
3160
3165
  end
3161
3166
 
3162
- # Deprecated. Use DescribeLoa instead.
3167
+ # <note markdown="1"> Deprecated. Use DescribeLoa instead.
3168
+ #
3169
+ # </note>
3163
3170
  #
3164
3171
  # Gets the LOA-CFA for a connection.
3165
3172
  #
@@ -3269,7 +3276,9 @@ module Aws::DirectConnect
3269
3276
  req.send_request(options)
3270
3277
  end
3271
3278
 
3272
- # Deprecated. Use DescribeHostedConnections instead.
3279
+ # <note markdown="1"> Deprecated. Use DescribeHostedConnections instead.
3280
+ #
3281
+ # </note>
3273
3282
  #
3274
3283
  # Lists the connections that have been provisioned on the specified
3275
3284
  # interconnect.
@@ -3688,7 +3697,9 @@ module Aws::DirectConnect
3688
3697
  req.send_request(options)
3689
3698
  end
3690
3699
 
3691
- # Deprecated. Use DescribeLoa instead.
3700
+ # <note markdown="1"> Deprecated. Use DescribeLoa instead.
3701
+ #
3702
+ # </note>
3692
3703
  #
3693
3704
  # Gets the LOA-CFA for the specified interconnect.
3694
3705
  #
@@ -4031,12 +4042,22 @@ module Aws::DirectConnect
4031
4042
  req.send_request(options)
4032
4043
  end
4033
4044
 
4045
+ # <note markdown="1"> Deprecated. Use `DescribeVpnGateways` instead. See
4046
+ # [DescribeVPNGateways][1] in the *Amazon Elastic Compute Cloud API
4047
+ # Reference*.
4048
+ #
4049
+ # </note>
4050
+ #
4034
4051
  # Lists the virtual private gateways owned by the Amazon Web Services
4035
4052
  # account.
4036
4053
  #
4037
4054
  # You can create one or more Direct Connect private virtual interfaces
4038
4055
  # linked to a virtual private gateway.
4039
4056
  #
4057
+ #
4058
+ #
4059
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnGateways.html
4060
+ #
4040
4061
  # @return [Types::VirtualGateways] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4041
4062
  #
4042
4063
  # * {Types::VirtualGateways#virtual_gateways #virtual_gateways} => Array&lt;Types::VirtualGateway&gt;
@@ -4837,7 +4858,7 @@ module Aws::DirectConnect
4837
4858
  # Updates the specified attributes of the specified virtual private
4838
4859
  # interface.
4839
4860
  #
4840
- # Setting the MTU of a virtual interface to 9001 (jumbo frames) can
4861
+ # Setting the MTU of a virtual interface to 8500 (jumbo frames) can
4841
4862
  # cause an update to the underlying physical connection if it wasn't
4842
4863
  # updated to support jumbo frames. Updating the connection disrupts
4843
4864
  # network connectivity for all virtual interfaces associated with the
@@ -4851,7 +4872,7 @@ module Aws::DirectConnect
4851
4872
  #
4852
4873
  # @option params [Integer] :mtu
4853
4874
  # The maximum transmission unit (MTU), in bytes. The supported values
4854
- # are 1500 and 9001. The default value is 1500.
4875
+ # are 1500 and 8500. The default value is 1500.
4855
4876
  #
4856
4877
  # @option params [Boolean] :enable_site_link
4857
4878
  # Indicates whether to enable or disable SiteLink.
@@ -4961,7 +4982,7 @@ module Aws::DirectConnect
4961
4982
  params: params,
4962
4983
  config: config)
4963
4984
  context[:gem_name] = 'aws-sdk-directconnect'
4964
- context[:gem_version] = '1.76.0'
4985
+ context[:gem_version] = '1.77.0'
4965
4986
  Seahorse::Client::Request.new(handlers, context)
4966
4987
  end
4967
4988
 
@@ -48,7 +48,7 @@ module Aws::DirectConnect
48
48
 
49
49
  # @!attribute [rw] direct_connect_gateway_association
50
50
  # Information about an association between a Direct Connect gateway
51
- # and a virtual private gateway or transit gateway.
51
+ # and a virtual gateway or transit gateway.
52
52
  # @return [Types::DirectConnectGatewayAssociation]
53
53
  #
54
54
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AcceptDirectConnectGatewayAssociationProposalResult AWS API Documentation
@@ -109,9 +109,9 @@ module Aws::DirectConnect
109
109
  # @!attribute [rw] bandwidth
110
110
  # The bandwidth of the connection. The possible values are 50Mbps,
111
111
  # 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps,
112
- # and 10Gbps. Note that only those Direct Connect Partners who have
113
- # met specific requirements are allowed to create a 1Gbps, 2Gbps,
114
- # 5Gbps or 10Gbps hosted connection.
112
+ # 10Gbps, and 25Gbps. Note that only those Direct Connect Partners who
113
+ # have met specific requirements are allowed to create a 1Gbps, 2Gbps,
114
+ # 5Gbps, 10Gbps, or 25Gbps hosted connection.
115
115
  # @return [String]
116
116
  #
117
117
  # @!attribute [rw] connection_name
@@ -212,7 +212,7 @@ module Aws::DirectConnect
212
212
  end
213
213
 
214
214
  # @!attribute [rw] virtual_interface
215
- # Information about a virtual interface.
215
+ # Information about the transit virtual interface.
216
216
  # @return [Types::VirtualInterface]
217
217
  #
218
218
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterfaceResult AWS API Documentation
@@ -1102,7 +1102,7 @@ module Aws::DirectConnect
1102
1102
  # @return [String]
1103
1103
  #
1104
1104
  # @!attribute [rw] bandwidth
1105
- # The port bandwidth, in Gbps. The possible values are 1 and 10.
1105
+ # The port bandwidth, in Gbps. The possible values are 1, 10, and 100.
1106
1106
  # @return [String]
1107
1107
  #
1108
1108
  # @!attribute [rw] location
@@ -1137,8 +1137,8 @@ module Aws::DirectConnect
1137
1137
  # @!attribute [rw] number_of_connections
1138
1138
  # The number of physical dedicated connections initially provisioned
1139
1139
  # and bundled by the LAG. You can have a maximum of four connections
1140
- # when the port speed is 1G or 10G, or two when the port speed is
1141
- # 100G.
1140
+ # when the port speed is 1Gbps or 10Gbps, or two when the port speed
1141
+ # is 100Gbps or 400Gbps.
1142
1142
  # @return [Integer]
1143
1143
  #
1144
1144
  # @!attribute [rw] location
@@ -1147,7 +1147,8 @@ module Aws::DirectConnect
1147
1147
  #
1148
1148
  # @!attribute [rw] connections_bandwidth
1149
1149
  # The bandwidth of the individual physical dedicated connections
1150
- # bundled by the LAG. The possible values are 1Gbps and 10Gbps.
1150
+ # bundled by the LAG. The possible values are 1Gbps,10Gbps, 100Gbps,
1151
+ # and 400Gbps.
1151
1152
  # @return [String]
1152
1153
  #
1153
1154
  # @!attribute [rw] lag_name
@@ -2484,12 +2485,14 @@ module Aws::DirectConnect
2484
2485
  #
2485
2486
  # @!attribute [rw] connections_bandwidth
2486
2487
  # The individual bandwidth of the physical connections bundled by the
2487
- # LAG. The possible values are 1Gbps and 10Gbps.
2488
+ # LAG. The possible values are 1Gbps, 10Gbps, 100Gbps, or 400 Gbps..
2488
2489
  # @return [String]
2489
2490
  #
2490
2491
  # @!attribute [rw] number_of_connections
2491
- # The number of physical dedicated connections bundled by the LAG, up
2492
- # to a maximum of 10.
2492
+ # The number of physical dedicated connections initially provisioned
2493
+ # and bundled by the LAG. You can have a maximum of four connections
2494
+ # when the port speed is 1 Gbps or 10 Gbps, or two when the port speed
2495
+ # is 100 Gbps or 400 Gbps.
2493
2496
  # @return [Integer]
2494
2497
  #
2495
2498
  # @!attribute [rw] lag_id
@@ -2869,7 +2872,7 @@ module Aws::DirectConnect
2869
2872
  #
2870
2873
  # @!attribute [rw] mtu
2871
2874
  # The maximum transmission unit (MTU), in bytes. The supported values
2872
- # are 1500 and 9001. The default value is 1500.
2875
+ # are 1500 and 8500. The default value is 1500.
2873
2876
  # @return [Integer]
2874
2877
  #
2875
2878
  # @!attribute [rw] auth_key
@@ -2947,7 +2950,7 @@ module Aws::DirectConnect
2947
2950
  #
2948
2951
  # @!attribute [rw] mtu
2949
2952
  # The maximum transmission unit (MTU), in bytes. The supported values
2950
- # are 1500 and 9001. The default value is 1500.
2953
+ # are 1500 and 8500. The default value is 1500.
2951
2954
  # @return [Integer]
2952
2955
  #
2953
2956
  # @!attribute [rw] auth_key
@@ -3536,8 +3539,8 @@ module Aws::DirectConnect
3536
3539
  end
3537
3540
 
3538
3541
  # @!attribute [rw] direct_connect_gateway
3539
- # Information about a Direct Connect gateway, which enables you to
3540
- # connect virtual interfaces and virtual private gateway or transit
3542
+ # Informaiton about a Direct Connect gateway, which enables you to
3543
+ # connect virtual interfaces and virtual private gateways or transit
3541
3544
  # gateways.
3542
3545
  # @return [Types::DirectConnectGateway]
3543
3546
  #
@@ -3586,7 +3589,7 @@ module Aws::DirectConnect
3586
3589
  #
3587
3590
  # @!attribute [rw] mtu
3588
3591
  # The maximum transmission unit (MTU), in bytes. The supported values
3589
- # are 1500 and 9001. The default value is 1500.
3592
+ # are 1500 and 8500. The default value is 1500.
3590
3593
  # @return [Integer]
3591
3594
  #
3592
3595
  # @!attribute [rw] enable_site_link
@@ -3672,8 +3675,8 @@ module Aws::DirectConnect
3672
3675
  # @return [String]
3673
3676
  #
3674
3677
  # @!attribute [rw] virtual_interface_type
3675
- # The type of virtual interface. The possible values are `private` and
3676
- # `public`.
3678
+ # The type of virtual interface. The possible values are `private`,
3679
+ # `public` and `transit`.
3677
3680
  # @return [String]
3678
3681
  #
3679
3682
  # @!attribute [rw] virtual_interface_name
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectConnect
54
54
 
55
- GEM_VERSION = '1.76.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end
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.76.0
4
+ version: 1.77.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: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core