libZSservicesZSamazonka-directconnectZSamazonka-directconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Description

Accepts ownership of a transit virtual interface created by another Amazon Web Services account.

After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.

Synopsis

Creating a Request

data ConfirmTransitVirtualInterface Source #

See: newConfirmTransitVirtualInterface smart constructor.

Constructors

ConfirmTransitVirtualInterface' 

Fields

Instances

Instances details
Eq ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Read ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Show ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Generic ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Associated Types

type Rep ConfirmTransitVirtualInterface :: Type -> Type #

NFData ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Hashable ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

ToJSON ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

AWSRequest ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

ToHeaders ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

ToPath ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

ToQuery ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

type Rep ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

type Rep ConfirmTransitVirtualInterface = D1 ('MetaData "ConfirmTransitVirtualInterface" "Amazonka.DirectConnect.ConfirmTransitVirtualInterface" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "ConfirmTransitVirtualInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "virtualInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "directConnectGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ConfirmTransitVirtualInterface Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

newConfirmTransitVirtualInterface Source #

Create a value of ConfirmTransitVirtualInterface 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:virtualInterfaceId:ConfirmTransitVirtualInterface', confirmTransitVirtualInterface_virtualInterfaceId - The ID of the virtual interface.

$sel:directConnectGatewayId:ConfirmTransitVirtualInterface', confirmTransitVirtualInterface_directConnectGatewayId - The ID of the Direct Connect gateway.

Request Lenses

Destructuring the Response

data ConfirmTransitVirtualInterfaceResponse Source #

Constructors

ConfirmTransitVirtualInterfaceResponse' 

Fields

  • virtualInterfaceState :: Maybe VirtualInterfaceState

    The state of the virtual interface. The following are the possible values:

    • confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
    • verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
    • pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
    • available: A virtual interface that is able to forward traffic.
    • down: A virtual interface that is BGP down.
    • deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
    • deleted: A virtual interface that cannot forward traffic.
    • rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the Confirming state is deleted by the virtual interface owner, the virtual interface enters the Rejected state.
    • unknown: The state of the virtual interface is not available.
  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Read ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Show ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

Generic ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

NFData ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

type Rep ConfirmTransitVirtualInterfaceResponse Source # 
Instance details

Defined in Amazonka.DirectConnect.ConfirmTransitVirtualInterface

type Rep ConfirmTransitVirtualInterfaceResponse = D1 ('MetaData "ConfirmTransitVirtualInterfaceResponse" "Amazonka.DirectConnect.ConfirmTransitVirtualInterface" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "ConfirmTransitVirtualInterfaceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "virtualInterfaceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VirtualInterfaceState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newConfirmTransitVirtualInterfaceResponse Source #

Create a value of ConfirmTransitVirtualInterfaceResponse 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:virtualInterfaceState:ConfirmTransitVirtualInterfaceResponse', confirmTransitVirtualInterfaceResponse_virtualInterfaceState - The state of the virtual interface. The following are the possible values:

  • confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • available: A virtual interface that is able to forward traffic.
  • down: A virtual interface that is BGP down.
  • deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • deleted: A virtual interface that cannot forward traffic.
  • rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the Confirming state is deleted by the virtual interface owner, the virtual interface enters the Rejected state.
  • unknown: The state of the virtual interface is not available.

$sel:httpStatus:ConfirmTransitVirtualInterfaceResponse', confirmTransitVirtualInterfaceResponse_httpStatus - The response's http status code.

Response Lenses

confirmTransitVirtualInterfaceResponse_virtualInterfaceState :: Lens' ConfirmTransitVirtualInterfaceResponse (Maybe VirtualInterfaceState) Source #

The state of the virtual interface. The following are the possible values:

  • confirming: The creation of the virtual interface is pending confirmation from the virtual interface owner. If the owner of the virtual interface is different from the owner of the connection on which it is provisioned, then the virtual interface will remain in this state until it is confirmed by the virtual interface owner.
  • verifying: This state only applies to public virtual interfaces. Each public virtual interface needs validation before the virtual interface can be created.
  • pending: A virtual interface is in this state from the time that it is created until the virtual interface is ready to forward traffic.
  • available: A virtual interface that is able to forward traffic.
  • down: A virtual interface that is BGP down.
  • deleting: A virtual interface is in this state immediately after calling DeleteVirtualInterface until it can no longer forward traffic.
  • deleted: A virtual interface that cannot forward traffic.
  • rejected: The virtual interface owner has declined creation of the virtual interface. If a virtual interface in the Confirming state is deleted by the virtual interface owner, the virtual interface enters the Rejected state.
  • unknown: The state of the virtual interface is not available.