Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.
Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.
For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.
Synopsis
- data AssociateConnectionWithLag = AssociateConnectionWithLag' {
- connectionId :: Text
- lagId :: Text
- newAssociateConnectionWithLag :: Text -> Text -> AssociateConnectionWithLag
- associateConnectionWithLag_connectionId :: Lens' AssociateConnectionWithLag Text
- associateConnectionWithLag_lagId :: Lens' AssociateConnectionWithLag Text
- data Connection = Connection' {
- lagId :: Maybe Text
- macSecCapable :: Maybe Bool
- portEncryptionStatus :: Maybe Text
- vlan :: Maybe Int
- location :: Maybe Text
- awsDevice :: Maybe Text
- hasLogicalRedundancy :: Maybe HasLogicalRedundancy
- connectionId :: Maybe Text
- awsLogicalDeviceId :: Maybe Text
- loaIssueTime :: Maybe POSIX
- partnerName :: Maybe Text
- connectionName :: Maybe Text
- encryptionMode :: Maybe Text
- bandwidth :: Maybe Text
- jumboFrameCapable :: Maybe Bool
- ownerAccount :: Maybe Text
- region :: Maybe Text
- macSecKeys :: Maybe [MacSecKey]
- providerName :: Maybe Text
- awsDeviceV2 :: Maybe Text
- connectionState :: Maybe ConnectionState
- tags :: Maybe (NonEmpty Tag)
- newConnection :: Connection
- connection_lagId :: Lens' Connection (Maybe Text)
- connection_macSecCapable :: Lens' Connection (Maybe Bool)
- connection_portEncryptionStatus :: Lens' Connection (Maybe Text)
- connection_vlan :: Lens' Connection (Maybe Int)
- connection_location :: Lens' Connection (Maybe Text)
- connection_awsDevice :: Lens' Connection (Maybe Text)
- connection_hasLogicalRedundancy :: Lens' Connection (Maybe HasLogicalRedundancy)
- connection_connectionId :: Lens' Connection (Maybe Text)
- connection_awsLogicalDeviceId :: Lens' Connection (Maybe Text)
- connection_loaIssueTime :: Lens' Connection (Maybe UTCTime)
- connection_partnerName :: Lens' Connection (Maybe Text)
- connection_connectionName :: Lens' Connection (Maybe Text)
- connection_encryptionMode :: Lens' Connection (Maybe Text)
- connection_bandwidth :: Lens' Connection (Maybe Text)
- connection_jumboFrameCapable :: Lens' Connection (Maybe Bool)
- connection_ownerAccount :: Lens' Connection (Maybe Text)
- connection_region :: Lens' Connection (Maybe Text)
- connection_macSecKeys :: Lens' Connection (Maybe [MacSecKey])
- connection_providerName :: Lens' Connection (Maybe Text)
- connection_awsDeviceV2 :: Lens' Connection (Maybe Text)
- connection_connectionState :: Lens' Connection (Maybe ConnectionState)
- connection_tags :: Lens' Connection (Maybe (NonEmpty Tag))
Creating a Request
data AssociateConnectionWithLag Source #
See: newAssociateConnectionWithLag
smart constructor.
AssociateConnectionWithLag' | |
|
Instances
newAssociateConnectionWithLag Source #
:: Text | |
-> Text | |
-> AssociateConnectionWithLag |
Create a value of AssociateConnectionWithLag
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionId:AssociateConnectionWithLag'
, associateConnectionWithLag_connectionId
- The ID of the connection.
$sel:lagId:AssociateConnectionWithLag'
, associateConnectionWithLag_lagId
- The ID of the LAG with which to associate the connection.
Request Lenses
associateConnectionWithLag_connectionId :: Lens' AssociateConnectionWithLag Text Source #
The ID of the connection.
associateConnectionWithLag_lagId :: Lens' AssociateConnectionWithLag Text Source #
The ID of the LAG with which to associate the connection.
Destructuring the Response
data Connection Source #
Information about an Direct Connect connection.
See: newConnection
smart constructor.
Connection' | |
|
Instances
newConnection :: Connection Source #
Create a value of Connection
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lagId:Connection'
, connection_lagId
- The ID of the LAG.
$sel:macSecCapable:Connection'
, connection_macSecCapable
- Indicates whether the connection supports MAC Security (MACsec).
$sel:portEncryptionStatus:Connection'
, connection_portEncryptionStatus
- The MAC Security (MACsec) port link status of the connection.
The valid values are Encryption Up
, which means that there is an
active Connection Key Name, or Encryption Down
.
$sel:vlan:Connection'
, connection_vlan
- The ID of the VLAN.
$sel:location:Connection'
, connection_location
- The location of the connection.
$sel:awsDevice:Connection'
, connection_awsDevice
- The Direct Connect endpoint on which the physical connection terminates.
$sel:hasLogicalRedundancy:Connection'
, connection_hasLogicalRedundancy
- Indicates whether the connection supports a secondary BGP peer in the
same address family (IPv4/IPv6).
$sel:connectionId:Connection'
, connection_connectionId
- The ID of the connection.
$sel:awsLogicalDeviceId:Connection'
, connection_awsLogicalDeviceId
- The Direct Connect endpoint that terminates the logical connection. This
device might be different than the device that terminates the physical
connection.
$sel:loaIssueTime:Connection'
, connection_loaIssueTime
- The time of the most recent call to DescribeLoa for this connection.
$sel:partnerName:Connection'
, connection_partnerName
- The name of the Direct Connect service provider associated with the
connection.
$sel:connectionName:Connection'
, connection_connectionName
- The name of the connection.
$sel:encryptionMode:Connection'
, connection_encryptionMode
- The MAC Security (MACsec) connection encryption mode.
The valid values are no_encrypt
, should_encrypt
, and must_encrypt
.
$sel:bandwidth:Connection'
, connection_bandwidth
- The bandwidth of the connection.
$sel:jumboFrameCapable:Connection'
, connection_jumboFrameCapable
- Indicates whether jumbo frames (9001 MTU) are supported.
$sel:ownerAccount:Connection'
, connection_ownerAccount
- The ID of the Amazon Web Services account that owns the connection.
$sel:region:Connection'
, connection_region
- The Amazon Web Services Region where the connection is located.
$sel:macSecKeys:Connection'
, connection_macSecKeys
- The MAC Security (MACsec) security keys associated with the connection.
$sel:providerName:Connection'
, connection_providerName
- The name of the service provider associated with the connection.
$sel:awsDeviceV2:Connection'
, connection_awsDeviceV2
- The Direct Connect endpoint that terminates the physical connection.
$sel:connectionState:Connection'
, connection_connectionState
- The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.requested
: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.pending
: The connection has been approved and is being initialized.available
: The network link is up and the connection is ready for use.down
: The network link is down.deleting
: The connection is being deleted.deleted
: The connection has been deleted.rejected
: A hosted connection in theordering
state enters therejected
state if it is deleted by the customer.unknown
: The state of the connection is not available.
$sel:tags:Connection'
, connection_tags
- The tags associated with the connection.
Response Lenses
connection_lagId :: Lens' Connection (Maybe Text) Source #
The ID of the LAG.
connection_macSecCapable :: Lens' Connection (Maybe Bool) Source #
Indicates whether the connection supports MAC Security (MACsec).
connection_portEncryptionStatus :: Lens' Connection (Maybe Text) Source #
The MAC Security (MACsec) port link status of the connection.
The valid values are Encryption Up
, which means that there is an
active Connection Key Name, or Encryption Down
.
connection_vlan :: Lens' Connection (Maybe Int) Source #
The ID of the VLAN.
connection_location :: Lens' Connection (Maybe Text) Source #
The location of the connection.
connection_awsDevice :: Lens' Connection (Maybe Text) Source #
The Direct Connect endpoint on which the physical connection terminates.
connection_hasLogicalRedundancy :: Lens' Connection (Maybe HasLogicalRedundancy) Source #
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
connection_connectionId :: Lens' Connection (Maybe Text) Source #
The ID of the connection.
connection_awsLogicalDeviceId :: Lens' Connection (Maybe Text) Source #
The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.
connection_loaIssueTime :: Lens' Connection (Maybe UTCTime) Source #
The time of the most recent call to DescribeLoa for this connection.
connection_partnerName :: Lens' Connection (Maybe Text) Source #
The name of the Direct Connect service provider associated with the connection.
connection_connectionName :: Lens' Connection (Maybe Text) Source #
The name of the connection.
connection_encryptionMode :: Lens' Connection (Maybe Text) Source #
The MAC Security (MACsec) connection encryption mode.
The valid values are no_encrypt
, should_encrypt
, and must_encrypt
.
connection_bandwidth :: Lens' Connection (Maybe Text) Source #
The bandwidth of the connection.
connection_jumboFrameCapable :: Lens' Connection (Maybe Bool) Source #
Indicates whether jumbo frames (9001 MTU) are supported.
connection_ownerAccount :: Lens' Connection (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the connection.
connection_region :: Lens' Connection (Maybe Text) Source #
The Amazon Web Services Region where the connection is located.
connection_macSecKeys :: Lens' Connection (Maybe [MacSecKey]) Source #
The MAC Security (MACsec) security keys associated with the connection.
connection_providerName :: Lens' Connection (Maybe Text) Source #
The name of the service provider associated with the connection.
connection_awsDeviceV2 :: Lens' Connection (Maybe Text) Source #
The Direct Connect endpoint that terminates the physical connection.
connection_connectionState :: Lens' Connection (Maybe ConnectionState) Source #
The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.requested
: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.pending
: The connection has been approved and is being initialized.available
: The network link is up and the connection is ready for use.down
: The network link is down.deleting
: The connection is being deleted.deleted
: The connection has been deleted.rejected
: A hosted connection in theordering
state enters therejected
state if it is deleted by the customer.unknown
: The state of the connection is not available.
connection_tags :: Lens' Connection (Maybe (NonEmpty Tag)) Source #
The tags associated with the connection.