package directconnect
import "github.com/aws/aws-sdk-go-v2/service/directconnect"
Package directconnect provides the client and types for making API requests to AWS Direct Connect.
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon EC2 and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A connection provides access to all AWS Regions except the China (Beijing) and (China) Ningxia Regions. AWS resources in the China Regions can only be accessed through locations associated with those Regions.
See https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25 for more information on this service.
See directconnect package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/directconnect/
Using the Client
To use AWS Direct Connect with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Direct Connect client for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/directconnect/#New
Index ¶
- Constants
- type AcceptDirectConnectGatewayAssociationProposalInput
- func (s AcceptDirectConnectGatewayAssociationProposalInput) String() string
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) Validate() error
- type AcceptDirectConnectGatewayAssociationProposalOutput
- type AcceptDirectConnectGatewayAssociationProposalRequest
- type AcceptDirectConnectGatewayAssociationProposalResponse
- type AddressFamily
- func (enum AddressFamily) MarshalValue() (string, error)
- func (enum AddressFamily) MarshalValueBuf(b []byte) ([]byte, error)
- type AllocateConnectionOnInterconnectInput
- func (s AllocateConnectionOnInterconnectInput) String() string
- func (s *AllocateConnectionOnInterconnectInput) Validate() error
- type AllocateConnectionOnInterconnectOutput
- type AllocateConnectionOnInterconnectRequest
- type AllocateConnectionOnInterconnectResponse
- type AllocateHostedConnectionInput
- func (s AllocateHostedConnectionInput) String() string
- func (s *AllocateHostedConnectionInput) Validate() error
- type AllocateHostedConnectionOutput
- type AllocateHostedConnectionRequest
- type AllocateHostedConnectionResponse
- type AllocatePrivateVirtualInterfaceInput
- func (s AllocatePrivateVirtualInterfaceInput) String() string
- func (s *AllocatePrivateVirtualInterfaceInput) Validate() error
- type AllocatePrivateVirtualInterfaceOutput
- type AllocatePrivateVirtualInterfaceRequest
- type AllocatePrivateVirtualInterfaceResponse
- type AllocatePublicVirtualInterfaceInput
- func (s AllocatePublicVirtualInterfaceInput) String() string
- func (s *AllocatePublicVirtualInterfaceInput) Validate() error
- type AllocatePublicVirtualInterfaceOutput
- type AllocatePublicVirtualInterfaceRequest
- type AllocatePublicVirtualInterfaceResponse
- type AllocateTransitVirtualInterfaceInput
- func (s AllocateTransitVirtualInterfaceInput) String() string
- func (s *AllocateTransitVirtualInterfaceInput) Validate() error
- type AllocateTransitVirtualInterfaceOutput
- type AllocateTransitVirtualInterfaceRequest
- type AllocateTransitVirtualInterfaceResponse
- type AssociateConnectionWithLagInput
- func (s AssociateConnectionWithLagInput) String() string
- func (s *AssociateConnectionWithLagInput) Validate() error
- type AssociateConnectionWithLagOutput
- type AssociateConnectionWithLagRequest
- type AssociateConnectionWithLagResponse
- type AssociateHostedConnectionInput
- func (s AssociateHostedConnectionInput) String() string
- func (s *AssociateHostedConnectionInput) Validate() error
- type AssociateHostedConnectionOutput
- type AssociateHostedConnectionRequest
- type AssociateHostedConnectionResponse
- type AssociateVirtualInterfaceInput
- func (s AssociateVirtualInterfaceInput) String() string
- func (s *AssociateVirtualInterfaceInput) Validate() error
- type AssociateVirtualInterfaceOutput
- type AssociateVirtualInterfaceRequest
- type AssociateVirtualInterfaceResponse
- type AssociatedGateway
- type BGPPeer
- type BGPPeerState
- func (enum BGPPeerState) MarshalValue() (string, error)
- func (enum BGPPeerState) MarshalValueBuf(b []byte) ([]byte, error)
- type BGPStatus
- func (enum BGPStatus) MarshalValue() (string, error)
- func (enum BGPStatus) MarshalValueBuf(b []byte) ([]byte, error)
- type Client
- func New(config aws.Config) *Client
- func (c *Client) AcceptDirectConnectGatewayAssociationProposalRequest(input *AcceptDirectConnectGatewayAssociationProposalInput) AcceptDirectConnectGatewayAssociationProposalRequest
- func (c *Client) AllocateConnectionOnInterconnectRequest(input *AllocateConnectionOnInterconnectInput) AllocateConnectionOnInterconnectRequest
- func (c *Client) AllocateHostedConnectionRequest(input *AllocateHostedConnectionInput) AllocateHostedConnectionRequest
- func (c *Client) AllocatePrivateVirtualInterfaceRequest(input *AllocatePrivateVirtualInterfaceInput) AllocatePrivateVirtualInterfaceRequest
- func (c *Client) AllocatePublicVirtualInterfaceRequest(input *AllocatePublicVirtualInterfaceInput) AllocatePublicVirtualInterfaceRequest
- func (c *Client) AllocateTransitVirtualInterfaceRequest(input *AllocateTransitVirtualInterfaceInput) AllocateTransitVirtualInterfaceRequest
- func (c *Client) AssociateConnectionWithLagRequest(input *AssociateConnectionWithLagInput) AssociateConnectionWithLagRequest
- func (c *Client) AssociateHostedConnectionRequest(input *AssociateHostedConnectionInput) AssociateHostedConnectionRequest
- func (c *Client) AssociateVirtualInterfaceRequest(input *AssociateVirtualInterfaceInput) AssociateVirtualInterfaceRequest
- func (c *Client) ConfirmConnectionRequest(input *ConfirmConnectionInput) ConfirmConnectionRequest
- func (c *Client) ConfirmPrivateVirtualInterfaceRequest(input *ConfirmPrivateVirtualInterfaceInput) ConfirmPrivateVirtualInterfaceRequest
- func (c *Client) ConfirmPublicVirtualInterfaceRequest(input *ConfirmPublicVirtualInterfaceInput) ConfirmPublicVirtualInterfaceRequest
- func (c *Client) ConfirmTransitVirtualInterfaceRequest(input *ConfirmTransitVirtualInterfaceInput) ConfirmTransitVirtualInterfaceRequest
- func (c *Client) CreateBGPPeerRequest(input *CreateBGPPeerInput) CreateBGPPeerRequest
- func (c *Client) CreateConnectionRequest(input *CreateConnectionInput) CreateConnectionRequest
- func (c *Client) CreateDirectConnectGatewayAssociationProposalRequest(input *CreateDirectConnectGatewayAssociationProposalInput) CreateDirectConnectGatewayAssociationProposalRequest
- func (c *Client) CreateDirectConnectGatewayAssociationRequest(input *CreateDirectConnectGatewayAssociationInput) CreateDirectConnectGatewayAssociationRequest
- func (c *Client) CreateDirectConnectGatewayRequest(input *CreateDirectConnectGatewayInput) CreateDirectConnectGatewayRequest
- func (c *Client) CreateInterconnectRequest(input *CreateInterconnectInput) CreateInterconnectRequest
- func (c *Client) CreateLagRequest(input *CreateLagInput) CreateLagRequest
- func (c *Client) CreatePrivateVirtualInterfaceRequest(input *CreatePrivateVirtualInterfaceInput) CreatePrivateVirtualInterfaceRequest
- func (c *Client) CreatePublicVirtualInterfaceRequest(input *CreatePublicVirtualInterfaceInput) CreatePublicVirtualInterfaceRequest
- func (c *Client) CreateTransitVirtualInterfaceRequest(input *CreateTransitVirtualInterfaceInput) CreateTransitVirtualInterfaceRequest
- func (c *Client) DeleteBGPPeerRequest(input *DeleteBGPPeerInput) DeleteBGPPeerRequest
- func (c *Client) DeleteConnectionRequest(input *DeleteConnectionInput) DeleteConnectionRequest
- func (c *Client) DeleteDirectConnectGatewayAssociationProposalRequest(input *DeleteDirectConnectGatewayAssociationProposalInput) DeleteDirectConnectGatewayAssociationProposalRequest
- func (c *Client) DeleteDirectConnectGatewayAssociationRequest(input *DeleteDirectConnectGatewayAssociationInput) DeleteDirectConnectGatewayAssociationRequest
- func (c *Client) DeleteDirectConnectGatewayRequest(input *DeleteDirectConnectGatewayInput) DeleteDirectConnectGatewayRequest
- func (c *Client) DeleteInterconnectRequest(input *DeleteInterconnectInput) DeleteInterconnectRequest
- func (c *Client) DeleteLagRequest(input *DeleteLagInput) DeleteLagRequest
- func (c *Client) DeleteVirtualInterfaceRequest(input *DeleteVirtualInterfaceInput) DeleteVirtualInterfaceRequest
- func (c *Client) DescribeConnectionLoaRequest(input *DescribeConnectionLoaInput) DescribeConnectionLoaRequest
- func (c *Client) DescribeConnectionsOnInterconnectRequest(input *DescribeConnectionsOnInterconnectInput) DescribeConnectionsOnInterconnectRequest
- func (c *Client) DescribeConnectionsRequest(input *DescribeConnectionsInput) DescribeConnectionsRequest
- func (c *Client) DescribeDirectConnectGatewayAssociationProposalsRequest(input *DescribeDirectConnectGatewayAssociationProposalsInput) DescribeDirectConnectGatewayAssociationProposalsRequest
- func (c *Client) DescribeDirectConnectGatewayAssociationsRequest(input *DescribeDirectConnectGatewayAssociationsInput) DescribeDirectConnectGatewayAssociationsRequest
- func (c *Client) DescribeDirectConnectGatewayAttachmentsRequest(input *DescribeDirectConnectGatewayAttachmentsInput) DescribeDirectConnectGatewayAttachmentsRequest
- func (c *Client) DescribeDirectConnectGatewaysRequest(input *DescribeDirectConnectGatewaysInput) DescribeDirectConnectGatewaysRequest
- func (c *Client) DescribeHostedConnectionsRequest(input *DescribeHostedConnectionsInput) DescribeHostedConnectionsRequest
- func (c *Client) DescribeInterconnectLoaRequest(input *DescribeInterconnectLoaInput) DescribeInterconnectLoaRequest
- func (c *Client) DescribeInterconnectsRequest(input *DescribeInterconnectsInput) DescribeInterconnectsRequest
- func (c *Client) DescribeLagsRequest(input *DescribeLagsInput) DescribeLagsRequest
- func (c *Client) DescribeLoaRequest(input *DescribeLoaInput) DescribeLoaRequest
- func (c *Client) DescribeLocationsRequest(input *DescribeLocationsInput) DescribeLocationsRequest
- func (c *Client) DescribeTagsRequest(input *DescribeTagsInput) DescribeTagsRequest
- func (c *Client) DescribeVirtualGatewaysRequest(input *DescribeVirtualGatewaysInput) DescribeVirtualGatewaysRequest
- func (c *Client) DescribeVirtualInterfacesRequest(input *DescribeVirtualInterfacesInput) DescribeVirtualInterfacesRequest
- func (c *Client) DisassociateConnectionFromLagRequest(input *DisassociateConnectionFromLagInput) DisassociateConnectionFromLagRequest
- func (c *Client) TagResourceRequest(input *TagResourceInput) TagResourceRequest
- func (c *Client) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
- func (c *Client) UpdateDirectConnectGatewayAssociationRequest(input *UpdateDirectConnectGatewayAssociationInput) UpdateDirectConnectGatewayAssociationRequest
- func (c *Client) UpdateLagRequest(input *UpdateLagInput) UpdateLagRequest
- func (c *Client) UpdateVirtualInterfaceAttributesRequest(input *UpdateVirtualInterfaceAttributesInput) UpdateVirtualInterfaceAttributesRequest
- type ConfirmConnectionInput
- type ConfirmConnectionOutput
- type ConfirmConnectionRequest
- type ConfirmConnectionResponse
- type ConfirmPrivateVirtualInterfaceInput
- func (s ConfirmPrivateVirtualInterfaceInput) String() string
- func (s *ConfirmPrivateVirtualInterfaceInput) Validate() error
- type ConfirmPrivateVirtualInterfaceOutput
- type ConfirmPrivateVirtualInterfaceRequest
- type ConfirmPrivateVirtualInterfaceResponse
- type ConfirmPublicVirtualInterfaceInput
- func (s ConfirmPublicVirtualInterfaceInput) String() string
- func (s *ConfirmPublicVirtualInterfaceInput) Validate() error
- type ConfirmPublicVirtualInterfaceOutput
- type ConfirmPublicVirtualInterfaceRequest
- type ConfirmPublicVirtualInterfaceResponse
- type ConfirmTransitVirtualInterfaceInput
- func (s ConfirmTransitVirtualInterfaceInput) String() string
- func (s *ConfirmTransitVirtualInterfaceInput) Validate() error
- type ConfirmTransitVirtualInterfaceOutput
- type ConfirmTransitVirtualInterfaceRequest
- type ConfirmTransitVirtualInterfaceResponse
- type Connection
- type ConnectionState
- func (enum ConnectionState) MarshalValue() (string, error)
- func (enum ConnectionState) MarshalValueBuf(b []byte) ([]byte, error)
- type CreateBGPPeerInput
- type CreateBGPPeerOutput
- type CreateBGPPeerRequest
- type CreateBGPPeerResponse
- type CreateConnectionInput
- type CreateConnectionOutput
- type CreateConnectionRequest
- type CreateConnectionResponse
- type CreateDirectConnectGatewayAssociationInput
- func (s CreateDirectConnectGatewayAssociationInput) String() string
- func (s *CreateDirectConnectGatewayAssociationInput) Validate() error
- type CreateDirectConnectGatewayAssociationOutput
- type CreateDirectConnectGatewayAssociationProposalInput
- func (s CreateDirectConnectGatewayAssociationProposalInput) String() string
- func (s *CreateDirectConnectGatewayAssociationProposalInput) Validate() error
- type CreateDirectConnectGatewayAssociationProposalOutput
- type CreateDirectConnectGatewayAssociationProposalRequest
- type CreateDirectConnectGatewayAssociationProposalResponse
- type CreateDirectConnectGatewayAssociationRequest
- type CreateDirectConnectGatewayAssociationResponse
- type CreateDirectConnectGatewayInput
- func (s CreateDirectConnectGatewayInput) String() string
- func (s *CreateDirectConnectGatewayInput) Validate() error
- type CreateDirectConnectGatewayOutput
- type CreateDirectConnectGatewayRequest
- type CreateDirectConnectGatewayResponse
- type CreateInterconnectInput
- type CreateInterconnectOutput
- type CreateInterconnectRequest
- type CreateInterconnectResponse
- type CreateLagInput
- type CreateLagOutput
- type CreateLagRequest
- type CreateLagResponse
- type CreatePrivateVirtualInterfaceInput
- func (s CreatePrivateVirtualInterfaceInput) String() string
- func (s *CreatePrivateVirtualInterfaceInput) Validate() error
- type CreatePrivateVirtualInterfaceOutput
- type CreatePrivateVirtualInterfaceRequest
- type CreatePrivateVirtualInterfaceResponse
- type CreatePublicVirtualInterfaceInput
- func (s CreatePublicVirtualInterfaceInput) String() string
- func (s *CreatePublicVirtualInterfaceInput) Validate() error
- type CreatePublicVirtualInterfaceOutput
- type CreatePublicVirtualInterfaceRequest
- type CreatePublicVirtualInterfaceResponse
- type CreateTransitVirtualInterfaceInput
- func (s CreateTransitVirtualInterfaceInput) String() string
- func (s *CreateTransitVirtualInterfaceInput) Validate() error
- type CreateTransitVirtualInterfaceOutput
- type CreateTransitVirtualInterfaceRequest
- type CreateTransitVirtualInterfaceResponse
- type DeleteBGPPeerInput
- type DeleteBGPPeerOutput
- type DeleteBGPPeerRequest
- type DeleteBGPPeerResponse
- type DeleteConnectionInput
- type DeleteConnectionOutput
- type DeleteConnectionRequest
- type DeleteConnectionResponse
- type DeleteDirectConnectGatewayAssociationInput
- type DeleteDirectConnectGatewayAssociationOutput
- type DeleteDirectConnectGatewayAssociationProposalInput
- func (s DeleteDirectConnectGatewayAssociationProposalInput) String() string
- func (s *DeleteDirectConnectGatewayAssociationProposalInput) Validate() error
- type DeleteDirectConnectGatewayAssociationProposalOutput
- type DeleteDirectConnectGatewayAssociationProposalRequest
- type DeleteDirectConnectGatewayAssociationProposalResponse
- type DeleteDirectConnectGatewayAssociationRequest
- type DeleteDirectConnectGatewayAssociationResponse
- type DeleteDirectConnectGatewayInput
- func (s DeleteDirectConnectGatewayInput) String() string
- func (s *DeleteDirectConnectGatewayInput) Validate() error
- type DeleteDirectConnectGatewayOutput
- type DeleteDirectConnectGatewayRequest
- type DeleteDirectConnectGatewayResponse
- type DeleteInterconnectInput
- type DeleteInterconnectOutput
- type DeleteInterconnectRequest
- type DeleteInterconnectResponse
- type DeleteLagInput
- type DeleteLagOutput
- type DeleteLagRequest
- type DeleteLagResponse
- type DeleteVirtualInterfaceInput
- func (s DeleteVirtualInterfaceInput) String() string
- func (s *DeleteVirtualInterfaceInput) Validate() error
- type DeleteVirtualInterfaceOutput
- type DeleteVirtualInterfaceRequest
- type DeleteVirtualInterfaceResponse
- type DescribeConnectionLoaInput
- func (s DescribeConnectionLoaInput) String() string
- func (s *DescribeConnectionLoaInput) Validate() error
- type DescribeConnectionLoaOutput
- type DescribeConnectionLoaRequest
- type DescribeConnectionLoaResponse
- type DescribeConnectionsInput
- type DescribeConnectionsOnInterconnectInput
- func (s DescribeConnectionsOnInterconnectInput) String() string
- func (s *DescribeConnectionsOnInterconnectInput) Validate() error
- type DescribeConnectionsOnInterconnectOutput
- type DescribeConnectionsOnInterconnectRequest
- type DescribeConnectionsOnInterconnectResponse
- type DescribeConnectionsOutput
- type DescribeConnectionsRequest
- type DescribeConnectionsResponse
- type DescribeDirectConnectGatewayAssociationProposalsInput
- type DescribeDirectConnectGatewayAssociationProposalsOutput
- type DescribeDirectConnectGatewayAssociationProposalsRequest
- type DescribeDirectConnectGatewayAssociationProposalsResponse
- type DescribeDirectConnectGatewayAssociationsInput
- type DescribeDirectConnectGatewayAssociationsOutput
- type DescribeDirectConnectGatewayAssociationsRequest
- type DescribeDirectConnectGatewayAssociationsResponse
- type DescribeDirectConnectGatewayAttachmentsInput
- type DescribeDirectConnectGatewayAttachmentsOutput
- type DescribeDirectConnectGatewayAttachmentsRequest
- type DescribeDirectConnectGatewayAttachmentsResponse
- type DescribeDirectConnectGatewaysInput
- type DescribeDirectConnectGatewaysOutput
- type DescribeDirectConnectGatewaysRequest
- type DescribeDirectConnectGatewaysResponse
- type DescribeHostedConnectionsInput
- func (s DescribeHostedConnectionsInput) String() string
- func (s *DescribeHostedConnectionsInput) Validate() error
- type DescribeHostedConnectionsOutput
- type DescribeHostedConnectionsRequest
- type DescribeHostedConnectionsResponse
- type DescribeInterconnectLoaInput
- func (s DescribeInterconnectLoaInput) String() string
- func (s *DescribeInterconnectLoaInput) Validate() error
- type DescribeInterconnectLoaOutput
- type DescribeInterconnectLoaRequest
- type DescribeInterconnectLoaResponse
- type DescribeInterconnectsInput
- type DescribeInterconnectsOutput
- type DescribeInterconnectsRequest
- type DescribeInterconnectsResponse
- type DescribeLagsInput
- type DescribeLagsOutput
- type DescribeLagsRequest
- type DescribeLagsResponse
- type DescribeLoaInput
- type DescribeLoaOutput
- type DescribeLoaRequest
- type DescribeLoaResponse
- type DescribeLocationsInput
- type DescribeLocationsOutput
- type DescribeLocationsRequest
- type DescribeLocationsResponse
- type DescribeTagsInput
- type DescribeTagsOutput
- type DescribeTagsRequest
- type DescribeTagsResponse
- type DescribeVirtualGatewaysInput
- type DescribeVirtualGatewaysOutput
- type DescribeVirtualGatewaysRequest
- type DescribeVirtualGatewaysResponse
- type DescribeVirtualInterfacesInput
- type DescribeVirtualInterfacesOutput
- type DescribeVirtualInterfacesRequest
- type DescribeVirtualInterfacesResponse
- type DirectConnectGateway
- type DirectConnectGatewayAssociation
- type DirectConnectGatewayAssociationProposal
- type DirectConnectGatewayAssociationProposalState
- func (enum DirectConnectGatewayAssociationProposalState) MarshalValue() (string, error)
- func (enum DirectConnectGatewayAssociationProposalState) MarshalValueBuf(b []byte) ([]byte, error)
- type DirectConnectGatewayAssociationState
- func (enum DirectConnectGatewayAssociationState) MarshalValue() (string, error)
- func (enum DirectConnectGatewayAssociationState) MarshalValueBuf(b []byte) ([]byte, error)
- type DirectConnectGatewayAttachment
- type DirectConnectGatewayAttachmentState
- func (enum DirectConnectGatewayAttachmentState) MarshalValue() (string, error)
- func (enum DirectConnectGatewayAttachmentState) MarshalValueBuf(b []byte) ([]byte, error)
- type DirectConnectGatewayAttachmentType
- func (enum DirectConnectGatewayAttachmentType) MarshalValue() (string, error)
- func (enum DirectConnectGatewayAttachmentType) MarshalValueBuf(b []byte) ([]byte, error)
- type DirectConnectGatewayState
- func (enum DirectConnectGatewayState) MarshalValue() (string, error)
- func (enum DirectConnectGatewayState) MarshalValueBuf(b []byte) ([]byte, error)
- type DisassociateConnectionFromLagInput
- func (s DisassociateConnectionFromLagInput) String() string
- func (s *DisassociateConnectionFromLagInput) Validate() error
- type DisassociateConnectionFromLagOutput
- type DisassociateConnectionFromLagRequest
- type DisassociateConnectionFromLagResponse
- type GatewayType
- func (enum GatewayType) MarshalValue() (string, error)
- func (enum GatewayType) MarshalValueBuf(b []byte) ([]byte, error)
- type HasLogicalRedundancy
- func (enum HasLogicalRedundancy) MarshalValue() (string, error)
- func (enum HasLogicalRedundancy) MarshalValueBuf(b []byte) ([]byte, error)
- type Interconnect
- type InterconnectState
- func (enum InterconnectState) MarshalValue() (string, error)
- func (enum InterconnectState) MarshalValueBuf(b []byte) ([]byte, error)
- type Lag
- type LagState
- func (enum LagState) MarshalValue() (string, error)
- func (enum LagState) MarshalValueBuf(b []byte) ([]byte, error)
- type Loa
- type LoaContentType
- func (enum LoaContentType) MarshalValue() (string, error)
- func (enum LoaContentType) MarshalValueBuf(b []byte) ([]byte, error)
- type Location
- type NewBGPPeer
- type NewPrivateVirtualInterface
- func (s NewPrivateVirtualInterface) String() string
- func (s *NewPrivateVirtualInterface) Validate() error
- type NewPrivateVirtualInterfaceAllocation
- func (s NewPrivateVirtualInterfaceAllocation) String() string
- func (s *NewPrivateVirtualInterfaceAllocation) Validate() error
- type NewPublicVirtualInterface
- func (s NewPublicVirtualInterface) String() string
- func (s *NewPublicVirtualInterface) Validate() error
- type NewPublicVirtualInterfaceAllocation
- func (s NewPublicVirtualInterfaceAllocation) String() string
- func (s *NewPublicVirtualInterfaceAllocation) Validate() error
- type NewTransitVirtualInterface
- type NewTransitVirtualInterfaceAllocation
- type ResourceTag
- type RouteFilterPrefix
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TagResourceRequest
- type TagResourceResponse
- type UntagResourceInput
- type UntagResourceOutput
- type UntagResourceRequest
- type UntagResourceResponse
- type UpdateDirectConnectGatewayAssociationInput
- type UpdateDirectConnectGatewayAssociationOutput
- type UpdateDirectConnectGatewayAssociationRequest
- type UpdateDirectConnectGatewayAssociationResponse
- type UpdateLagInput
- type UpdateLagOutput
- type UpdateLagRequest
- type UpdateLagResponse
- type UpdateVirtualInterfaceAttributesInput
- func (s UpdateVirtualInterfaceAttributesInput) String() string
- func (s *UpdateVirtualInterfaceAttributesInput) Validate() error
- type UpdateVirtualInterfaceAttributesOutput
- type UpdateVirtualInterfaceAttributesRequest
- type UpdateVirtualInterfaceAttributesResponse
- type VirtualGateway
- type VirtualInterface
- type VirtualInterfaceState
Constants ¶
const ( ServiceName = "AWS Direct Connect" // Service's name ServiceID = "DirectConnect" // Service's identifier EndpointsID = "directconnect" // Service's Endpoint identifier )
const ( // ErrCodeDirectConnectClientException for service response error code // "DirectConnectClientException". // // One or more parameters are not valid. ErrCodeDirectConnectClientException = "DirectConnectClientException" // ErrCodeDirectConnectServerException for service response error code // "DirectConnectServerException". // // A server-side error occurred. ErrCodeDirectConnectServerException = "DirectConnectServerException" // ErrCodeDuplicateTagKeysException for service response error code // "DuplicateTagKeysException". // // A tag key was specified more than once. ErrCodeDuplicateTagKeysException = "DuplicateTagKeysException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // You have reached the limit on the number of tags that can be assigned. ErrCodeTooManyTagsException = "TooManyTagsException" )
Types ¶
type AcceptDirectConnectGatewayAssociationProposalInput ¶
type AcceptDirectConnectGatewayAssociationProposalInput struct { // The ID of the AWS account that owns the virtual private gateway or transit // gateway. // // AssociatedGatewayOwnerAccount is a required field AssociatedGatewayOwnerAccount *string `locationName:"associatedGatewayOwnerAccount" type:"string" required:"true"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // Overrides the existing Amazon VPC prefixes advertised to the Direct Connect // gateway. OverrideAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"overrideAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the request proposal. // // ProposalId is a required field ProposalId *string `locationName:"proposalId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AcceptDirectConnectGatewayAssociationProposalRequest
func (AcceptDirectConnectGatewayAssociationProposalInput) String ¶
func (s AcceptDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation
func (*AcceptDirectConnectGatewayAssociationProposalInput) Validate ¶
func (s *AcceptDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptDirectConnectGatewayAssociationProposalOutput ¶
type AcceptDirectConnectGatewayAssociationProposalOutput struct { // Information about an association between a Direct Connect gateway and a virtual // private gateway or transit gateway. DirectConnectGatewayAssociation *DirectConnectGatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AcceptDirectConnectGatewayAssociationProposalResult
func (AcceptDirectConnectGatewayAssociationProposalOutput) String ¶
func (s AcceptDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation
type AcceptDirectConnectGatewayAssociationProposalRequest ¶
type AcceptDirectConnectGatewayAssociationProposalRequest struct { *aws.Request Input *AcceptDirectConnectGatewayAssociationProposalInput Copy func(*AcceptDirectConnectGatewayAssociationProposalInput) AcceptDirectConnectGatewayAssociationProposalRequest }
AcceptDirectConnectGatewayAssociationProposalRequest is the request type for the AcceptDirectConnectGatewayAssociationProposal API operation.
func (AcceptDirectConnectGatewayAssociationProposalRequest) Send ¶
func (r AcceptDirectConnectGatewayAssociationProposalRequest) Send(ctx context.Context) (*AcceptDirectConnectGatewayAssociationProposalResponse, error)
Send marshals and sends the AcceptDirectConnectGatewayAssociationProposal API request.
type AcceptDirectConnectGatewayAssociationProposalResponse ¶
type AcceptDirectConnectGatewayAssociationProposalResponse struct { *AcceptDirectConnectGatewayAssociationProposalOutput // contains filtered or unexported fields }
AcceptDirectConnectGatewayAssociationProposalResponse is the response type for the AcceptDirectConnectGatewayAssociationProposal API operation.
func (*AcceptDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata ¶
func (r *AcceptDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AcceptDirectConnectGatewayAssociationProposal request.
type AddressFamily ¶
type AddressFamily string
const ( AddressFamilyIpv4 AddressFamily = "ipv4" AddressFamilyIpv6 AddressFamily = "ipv6" )
Enum values for AddressFamily
func (AddressFamily) MarshalValue ¶
func (enum AddressFamily) MarshalValue() (string, error)
func (AddressFamily) MarshalValueBuf ¶
func (enum AddressFamily) MarshalValueBuf(b []byte) ([]byte, error)
type AllocateConnectionOnInterconnectInput ¶
type AllocateConnectionOnInterconnectInput struct { // The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note // that only those AWS Direct Connect Partners who have met specific requirements // are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the provisioned connection. // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the interconnect on which the connection will be provisioned. // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // The ID of the AWS account of the customer for whom the connection will be // provisioned. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // The dedicated VLAN provisioned to the connection. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnectRequest
func (AllocateConnectionOnInterconnectInput) String ¶
func (s AllocateConnectionOnInterconnectInput) String() string
String returns the string representation
func (*AllocateConnectionOnInterconnectInput) Validate ¶
func (s *AllocateConnectionOnInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateConnectionOnInterconnectOutput ¶
type AllocateConnectionOnInterconnectOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (AllocateConnectionOnInterconnectOutput) String ¶
func (s AllocateConnectionOnInterconnectOutput) String() string
String returns the string representation
type AllocateConnectionOnInterconnectRequest ¶
type AllocateConnectionOnInterconnectRequest struct { *aws.Request Input *AllocateConnectionOnInterconnectInput Copy func(*AllocateConnectionOnInterconnectInput) AllocateConnectionOnInterconnectRequest }
AllocateConnectionOnInterconnectRequest is the request type for the AllocateConnectionOnInterconnect API operation.
func (AllocateConnectionOnInterconnectRequest) Send ¶
func (r AllocateConnectionOnInterconnectRequest) Send(ctx context.Context) (*AllocateConnectionOnInterconnectResponse, error)
Send marshals and sends the AllocateConnectionOnInterconnect API request.
type AllocateConnectionOnInterconnectResponse ¶
type AllocateConnectionOnInterconnectResponse struct { *AllocateConnectionOnInterconnectOutput // contains filtered or unexported fields }
AllocateConnectionOnInterconnectResponse is the response type for the AllocateConnectionOnInterconnect API operation.
func (*AllocateConnectionOnInterconnectResponse) SDKResponseMetdata ¶
func (r *AllocateConnectionOnInterconnectResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AllocateConnectionOnInterconnect request.
type AllocateHostedConnectionInput ¶
type AllocateHostedConnectionInput struct { // The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note // that only those AWS Direct Connect Partners who have met specific requirements // are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The ID of the interconnect or LAG. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The name of the hosted connection. // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the AWS account ID of the customer for the connection. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // The dedicated VLAN provisioned to the hosted connection. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest
func (AllocateHostedConnectionInput) String ¶
func (s AllocateHostedConnectionInput) String() string
String returns the string representation
func (*AllocateHostedConnectionInput) Validate ¶
func (s *AllocateHostedConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateHostedConnectionOutput ¶
type AllocateHostedConnectionOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (AllocateHostedConnectionOutput) String ¶
func (s AllocateHostedConnectionOutput) String() string
String returns the string representation
type AllocateHostedConnectionRequest ¶
type AllocateHostedConnectionRequest struct { *aws.Request Input *AllocateHostedConnectionInput Copy func(*AllocateHostedConnectionInput) AllocateHostedConnectionRequest }
AllocateHostedConnectionRequest is the request type for the AllocateHostedConnection API operation.
func (AllocateHostedConnectionRequest) Send ¶
func (r AllocateHostedConnectionRequest) Send(ctx context.Context) (*AllocateHostedConnectionResponse, error)
Send marshals and sends the AllocateHostedConnection API request.
type AllocateHostedConnectionResponse ¶
type AllocateHostedConnectionResponse struct { *AllocateHostedConnectionOutput // contains filtered or unexported fields }
AllocateHostedConnectionResponse is the response type for the AllocateHostedConnection API operation.
func (*AllocateHostedConnectionResponse) SDKResponseMetdata ¶
func (r *AllocateHostedConnectionResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AllocateHostedConnection request.
type AllocatePrivateVirtualInterfaceInput ¶
type AllocatePrivateVirtualInterfaceInput struct { // The ID of the connection on which the private virtual interface is provisioned. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the private virtual interface. // // NewPrivateVirtualInterfaceAllocation is a required field NewPrivateVirtualInterfaceAllocation *NewPrivateVirtualInterfaceAllocation `locationName:"newPrivateVirtualInterfaceAllocation" type:"structure" required:"true"` // The ID of the AWS account that owns the virtual private interface. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterfaceRequest
func (AllocatePrivateVirtualInterfaceInput) String ¶
func (s AllocatePrivateVirtualInterfaceInput) String() string
String returns the string representation
func (*AllocatePrivateVirtualInterfaceInput) Validate ¶
func (s *AllocatePrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocatePrivateVirtualInterfaceOutput ¶
type AllocatePrivateVirtualInterfaceOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (AllocatePrivateVirtualInterfaceOutput) String ¶
func (s AllocatePrivateVirtualInterfaceOutput) String() string
String returns the string representation
type AllocatePrivateVirtualInterfaceRequest ¶
type AllocatePrivateVirtualInterfaceRequest struct { *aws.Request Input *AllocatePrivateVirtualInterfaceInput Copy func(*AllocatePrivateVirtualInterfaceInput) AllocatePrivateVirtualInterfaceRequest }
AllocatePrivateVirtualInterfaceRequest is the request type for the AllocatePrivateVirtualInterface API operation.
func (AllocatePrivateVirtualInterfaceRequest) Send ¶
func (r AllocatePrivateVirtualInterfaceRequest) Send(ctx context.Context) (*AllocatePrivateVirtualInterfaceResponse, error)
Send marshals and sends the AllocatePrivateVirtualInterface API request.
type AllocatePrivateVirtualInterfaceResponse ¶
type AllocatePrivateVirtualInterfaceResponse struct { *AllocatePrivateVirtualInterfaceOutput // contains filtered or unexported fields }
AllocatePrivateVirtualInterfaceResponse is the response type for the AllocatePrivateVirtualInterface API operation.
func (*AllocatePrivateVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *AllocatePrivateVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AllocatePrivateVirtualInterface request.
type AllocatePublicVirtualInterfaceInput ¶
type AllocatePublicVirtualInterfaceInput struct { // The ID of the connection on which the public virtual interface is provisioned. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the public virtual interface. // // NewPublicVirtualInterfaceAllocation is a required field NewPublicVirtualInterfaceAllocation *NewPublicVirtualInterfaceAllocation `locationName:"newPublicVirtualInterfaceAllocation" type:"structure" required:"true"` // The ID of the AWS account that owns the public virtual interface. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterfaceRequest
func (AllocatePublicVirtualInterfaceInput) String ¶
func (s AllocatePublicVirtualInterfaceInput) String() string
String returns the string representation
func (*AllocatePublicVirtualInterfaceInput) Validate ¶
func (s *AllocatePublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocatePublicVirtualInterfaceOutput ¶
type AllocatePublicVirtualInterfaceOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (AllocatePublicVirtualInterfaceOutput) String ¶
func (s AllocatePublicVirtualInterfaceOutput) String() string
String returns the string representation
type AllocatePublicVirtualInterfaceRequest ¶
type AllocatePublicVirtualInterfaceRequest struct { *aws.Request Input *AllocatePublicVirtualInterfaceInput Copy func(*AllocatePublicVirtualInterfaceInput) AllocatePublicVirtualInterfaceRequest }
AllocatePublicVirtualInterfaceRequest is the request type for the AllocatePublicVirtualInterface API operation.
func (AllocatePublicVirtualInterfaceRequest) Send ¶
func (r AllocatePublicVirtualInterfaceRequest) Send(ctx context.Context) (*AllocatePublicVirtualInterfaceResponse, error)
Send marshals and sends the AllocatePublicVirtualInterface API request.
type AllocatePublicVirtualInterfaceResponse ¶
type AllocatePublicVirtualInterfaceResponse struct { *AllocatePublicVirtualInterfaceOutput // contains filtered or unexported fields }
AllocatePublicVirtualInterfaceResponse is the response type for the AllocatePublicVirtualInterface API operation.
func (*AllocatePublicVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *AllocatePublicVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AllocatePublicVirtualInterface request.
type AllocateTransitVirtualInterfaceInput ¶
type AllocateTransitVirtualInterfaceInput struct { // The ID of the connection on which the transit virtual interface is provisioned. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the transit virtual interface. // // NewTransitVirtualInterfaceAllocation is a required field NewTransitVirtualInterfaceAllocation *NewTransitVirtualInterfaceAllocation `locationName:"newTransitVirtualInterfaceAllocation" type:"structure" required:"true"` // The ID of the AWS account that owns the transit virtual interface. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterfaceRequest
func (AllocateTransitVirtualInterfaceInput) String ¶
func (s AllocateTransitVirtualInterfaceInput) String() string
String returns the string representation
func (*AllocateTransitVirtualInterfaceInput) Validate ¶
func (s *AllocateTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateTransitVirtualInterfaceOutput ¶
type AllocateTransitVirtualInterfaceOutput struct { // Information about a virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterfaceResult
func (AllocateTransitVirtualInterfaceOutput) String ¶
func (s AllocateTransitVirtualInterfaceOutput) String() string
String returns the string representation
type AllocateTransitVirtualInterfaceRequest ¶
type AllocateTransitVirtualInterfaceRequest struct { *aws.Request Input *AllocateTransitVirtualInterfaceInput Copy func(*AllocateTransitVirtualInterfaceInput) AllocateTransitVirtualInterfaceRequest }
AllocateTransitVirtualInterfaceRequest is the request type for the AllocateTransitVirtualInterface API operation.
func (AllocateTransitVirtualInterfaceRequest) Send ¶
func (r AllocateTransitVirtualInterfaceRequest) Send(ctx context.Context) (*AllocateTransitVirtualInterfaceResponse, error)
Send marshals and sends the AllocateTransitVirtualInterface API request.
type AllocateTransitVirtualInterfaceResponse ¶
type AllocateTransitVirtualInterfaceResponse struct { *AllocateTransitVirtualInterfaceOutput // contains filtered or unexported fields }
AllocateTransitVirtualInterfaceResponse is the response type for the AllocateTransitVirtualInterface API operation.
func (*AllocateTransitVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *AllocateTransitVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AllocateTransitVirtualInterface request.
type AssociateConnectionWithLagInput ¶
type AssociateConnectionWithLagInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG with which to associate the connection. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLagRequest
func (AssociateConnectionWithLagInput) String ¶
func (s AssociateConnectionWithLagInput) String() string
String returns the string representation
func (*AssociateConnectionWithLagInput) Validate ¶
func (s *AssociateConnectionWithLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateConnectionWithLagOutput ¶
type AssociateConnectionWithLagOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (AssociateConnectionWithLagOutput) String ¶
func (s AssociateConnectionWithLagOutput) String() string
String returns the string representation
type AssociateConnectionWithLagRequest ¶
type AssociateConnectionWithLagRequest struct { *aws.Request Input *AssociateConnectionWithLagInput Copy func(*AssociateConnectionWithLagInput) AssociateConnectionWithLagRequest }
AssociateConnectionWithLagRequest is the request type for the AssociateConnectionWithLag API operation.
func (AssociateConnectionWithLagRequest) Send ¶
func (r AssociateConnectionWithLagRequest) Send(ctx context.Context) (*AssociateConnectionWithLagResponse, error)
Send marshals and sends the AssociateConnectionWithLag API request.
type AssociateConnectionWithLagResponse ¶
type AssociateConnectionWithLagResponse struct { *AssociateConnectionWithLagOutput // contains filtered or unexported fields }
AssociateConnectionWithLagResponse is the response type for the AssociateConnectionWithLag API operation.
func (*AssociateConnectionWithLagResponse) SDKResponseMetdata ¶
func (r *AssociateConnectionWithLagResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AssociateConnectionWithLag request.
type AssociateHostedConnectionInput ¶
type AssociateHostedConnectionInput struct { // The ID of the hosted connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the interconnect or the LAG. // // ParentConnectionId is a required field ParentConnectionId *string `locationName:"parentConnectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnectionRequest
func (AssociateHostedConnectionInput) String ¶
func (s AssociateHostedConnectionInput) String() string
String returns the string representation
func (*AssociateHostedConnectionInput) Validate ¶
func (s *AssociateHostedConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateHostedConnectionOutput ¶
type AssociateHostedConnectionOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (AssociateHostedConnectionOutput) String ¶
func (s AssociateHostedConnectionOutput) String() string
String returns the string representation
type AssociateHostedConnectionRequest ¶
type AssociateHostedConnectionRequest struct { *aws.Request Input *AssociateHostedConnectionInput Copy func(*AssociateHostedConnectionInput) AssociateHostedConnectionRequest }
AssociateHostedConnectionRequest is the request type for the AssociateHostedConnection API operation.
func (AssociateHostedConnectionRequest) Send ¶
func (r AssociateHostedConnectionRequest) Send(ctx context.Context) (*AssociateHostedConnectionResponse, error)
Send marshals and sends the AssociateHostedConnection API request.
type AssociateHostedConnectionResponse ¶
type AssociateHostedConnectionResponse struct { *AssociateHostedConnectionOutput // contains filtered or unexported fields }
AssociateHostedConnectionResponse is the response type for the AssociateHostedConnection API operation.
func (*AssociateHostedConnectionResponse) SDKResponseMetdata ¶
func (r *AssociateHostedConnectionResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AssociateHostedConnection request.
type AssociateVirtualInterfaceInput ¶
type AssociateVirtualInterfaceInput struct { // The ID of the LAG or connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterfaceRequest
func (AssociateVirtualInterfaceInput) String ¶
func (s AssociateVirtualInterfaceInput) String() string
String returns the string representation
func (*AssociateVirtualInterfaceInput) Validate ¶
func (s *AssociateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateVirtualInterfaceOutput ¶
type AssociateVirtualInterfaceOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (AssociateVirtualInterfaceOutput) String ¶
func (s AssociateVirtualInterfaceOutput) String() string
String returns the string representation
type AssociateVirtualInterfaceRequest ¶
type AssociateVirtualInterfaceRequest struct { *aws.Request Input *AssociateVirtualInterfaceInput Copy func(*AssociateVirtualInterfaceInput) AssociateVirtualInterfaceRequest }
AssociateVirtualInterfaceRequest is the request type for the AssociateVirtualInterface API operation.
func (AssociateVirtualInterfaceRequest) Send ¶
func (r AssociateVirtualInterfaceRequest) Send(ctx context.Context) (*AssociateVirtualInterfaceResponse, error)
Send marshals and sends the AssociateVirtualInterface API request.
type AssociateVirtualInterfaceResponse ¶
type AssociateVirtualInterfaceResponse struct { *AssociateVirtualInterfaceOutput // contains filtered or unexported fields }
AssociateVirtualInterfaceResponse is the response type for the AssociateVirtualInterface API operation.
func (*AssociateVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *AssociateVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the AssociateVirtualInterface request.
type AssociatedGateway ¶
type AssociatedGateway struct { // The ID of the associated gateway. Id *string `locationName:"id" type:"string"` // The ID of the AWS account that owns the associated virtual private gateway // or transit gateway. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The Region where the associated gateway is located. Region *string `locationName:"region" type:"string"` // The type of associated gateway. Type GatewayType `locationName:"type" type:"string" enum:"true"` // contains filtered or unexported fields }
Information about the associated gateway. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociatedGateway
func (AssociatedGateway) String ¶
func (s AssociatedGateway) String() string
String returns the string representation
type BGPPeer ¶
type BGPPeer struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the BGP peer terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The ID of the BGP peer. BgpPeerId *string `locationName:"bgpPeerId" type:"string"` // The state of the BGP peer. The following are the possible values: // // * verifying: The BGP peering addresses or ASN require validation before // the BGP peer can be created. This state applies only to public virtual // interfaces. // // * pending: The BGP peer is created, and remains in this state until it // is ready to be established. // // * available: The BGP peer is ready to be established. // // * deleting: The BGP peer is being deleted. // // * deleted: The BGP peer is deleted and cannot be established. BgpPeerState BGPPeerState `locationName:"bgpPeerState" type:"string" enum:"true"` // The status of the BGP peer. The following are the possible values: // // * up: The BGP peer is established. This state does not indicate the state // of the routing function. Ensure that you are receiving routes over the // BGP session. // // * down: The BGP peer is down. // // * unknown: The BGP peer status is not available. BgpStatus BGPStatus `locationName:"bgpStatus" type:"string" enum:"true"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // contains filtered or unexported fields }
Information about a BGP peer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer
func (BGPPeer) String ¶
String returns the string representation
type BGPPeerState ¶
type BGPPeerState string
const ( BGPPeerStateVerifying BGPPeerState = "verifying" BGPPeerStatePending BGPPeerState = "pending" BGPPeerStateAvailable BGPPeerState = "available" BGPPeerStateDeleting BGPPeerState = "deleting" BGPPeerStateDeleted BGPPeerState = "deleted" )
Enum values for BGPPeerState
func (BGPPeerState) MarshalValue ¶
func (enum BGPPeerState) MarshalValue() (string, error)
func (BGPPeerState) MarshalValueBuf ¶
func (enum BGPPeerState) MarshalValueBuf(b []byte) ([]byte, error)
type BGPStatus ¶
type BGPStatus string
const ( BGPStatusUp BGPStatus = "up" BGPStatusDown BGPStatus = "down" BGPStatusUnknown BGPStatus = "unknown" )
Enum values for BGPStatus
func (BGPStatus) MarshalValue ¶
func (BGPStatus) MarshalValueBuf ¶
type Client ¶
Client provides the API operation methods for making requests to AWS Direct Connect. See this package's package overview docs for details on the service.
The client's methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
New creates a new instance of the client from the provided Config.
Example:
// Create a client from just a config. svc := directconnect.New(myConfig)
func (*Client) AcceptDirectConnectGatewayAssociationProposalRequest ¶
func (c *Client) AcceptDirectConnectGatewayAssociationProposalRequest(input *AcceptDirectConnectGatewayAssociationProposalInput) AcceptDirectConnectGatewayAssociationProposalRequest
AcceptDirectConnectGatewayAssociationProposalRequest returns a request value for making API operation for AWS Direct Connect.
Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.
// Example sending a request using AcceptDirectConnectGatewayAssociationProposalRequest. req := client.AcceptDirectConnectGatewayAssociationProposalRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AcceptDirectConnectGatewayAssociationProposal
func (*Client) AllocateConnectionOnInterconnectRequest ¶
func (c *Client) AllocateConnectionOnInterconnectRequest(input *AllocateConnectionOnInterconnectInput) AllocateConnectionOnInterconnectRequest
AllocateConnectionOnInterconnectRequest returns a request value for making API operation for AWS Direct Connect.
Deprecated. Use AllocateHostedConnection instead.
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using AllocateConnectionOnInterconnectRequest. req := client.AllocateConnectionOnInterconnectRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect
func (*Client) AllocateHostedConnectionRequest ¶
func (c *Client) AllocateHostedConnectionRequest(input *AllocateHostedConnectionInput) AllocateHostedConnectionRequest
AllocateHostedConnectionRequest returns a request value for making API operation for AWS Direct Connect.
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. AWS polices the hosted connection for the specified capacity and the AWS Direct Connect Partner must also police the hosted connection for the specified capacity.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using AllocateHostedConnectionRequest. req := client.AllocateHostedConnectionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection
func (*Client) AllocatePrivateVirtualInterfaceRequest ¶
func (c *Client) AllocatePrivateVirtualInterfaceRequest(input *AllocatePrivateVirtualInterfaceInput) AllocatePrivateVirtualInterfaceRequest
AllocatePrivateVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Provisions a private virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this action must be confirmed by the owner using ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming state and is not available to handle traffic.
// Example sending a request using AllocatePrivateVirtualInterfaceRequest. req := client.AllocatePrivateVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface
func (*Client) AllocatePublicVirtualInterfaceRequest ¶
func (c *Client) AllocatePublicVirtualInterfaceRequest(input *AllocatePublicVirtualInterfaceInput) AllocatePublicVirtualInterfaceRequest
AllocatePublicVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Provisions a public virtual interface to be owned by the specified AWS account.
The owner of a connection calls this function to provision a public virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this function must be confirmed by the owner using ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the confirming state and is not available to handle traffic.
When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
// Example sending a request using AllocatePublicVirtualInterfaceRequest. req := client.AllocatePublicVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface
func (*Client) AllocateTransitVirtualInterfaceRequest ¶
func (c *Client) AllocateTransitVirtualInterfaceRequest(input *AllocateTransitVirtualInterfaceInput) AllocateTransitVirtualInterfaceRequest
AllocateTransitVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Provisions a transit virtual interface to be owned by the specified AWS account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.
The owner of a connection provisions a transit virtual interface to be owned by the specified AWS account.
After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
// Example sending a request using AllocateTransitVirtualInterfaceRequest. req := client.AllocateTransitVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface
func (*Client) AssociateConnectionWithLagRequest ¶
func (c *Client) AssociateConnectionWithLagRequest(input *AssociateConnectionWithLagInput) AssociateConnectionWithLagRequest
AssociateConnectionWithLagRequest returns a request value for making API operation for AWS Direct Connect.
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 AWS is interrupted). The connection must be hosted on the same AWS 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.
// Example sending a request using AssociateConnectionWithLagRequest. req := client.AssociateConnectionWithLagRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag
func (*Client) AssociateHostedConnectionRequest ¶
func (c *Client) AssociateHostedConnectionRequest(input *AssociateHostedConnectionInput) AssociateHostedConnectionRequest
AssociateHostedConnectionRequest returns a request value for making API operation for AWS Direct Connect.
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to AWS as it is being migrated.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using AssociateHostedConnectionRequest. req := client.AssociateHostedConnectionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection
func (*Client) AssociateVirtualInterfaceRequest ¶
func (c *Client) AssociateVirtualInterfaceRequest(input *AssociateVirtualInterfaceInput) AssociateVirtualInterfaceRequest
AssociateVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to AWS is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.
// Example sending a request using AssociateVirtualInterfaceRequest. req := client.AssociateVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface
func (*Client) ConfirmConnectionRequest ¶
func (c *Client) ConfirmConnectionRequest(input *ConfirmConnectionInput) ConfirmConnectionRequest
ConfirmConnectionRequest returns a request value for making API operation for AWS Direct Connect.
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering state, and remains in this state until the owner confirms creation of the hosted connection.
// Example sending a request using ConfirmConnectionRequest. req := client.ConfirmConnectionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection
func (*Client) ConfirmPrivateVirtualInterfaceRequest ¶
func (c *Client) ConfirmPrivateVirtualInterfaceRequest(input *ConfirmPrivateVirtualInterfaceInput) ConfirmPrivateVirtualInterfaceRequest
ConfirmPrivateVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Accepts ownership of a private virtual interface created by another AWS account.
After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
// Example sending a request using ConfirmPrivateVirtualInterfaceRequest. req := client.ConfirmPrivateVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface
func (*Client) ConfirmPublicVirtualInterfaceRequest ¶
func (c *Client) ConfirmPublicVirtualInterfaceRequest(input *ConfirmPublicVirtualInterfaceInput) ConfirmPublicVirtualInterfaceRequest
ConfirmPublicVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Accepts ownership of a public virtual interface created by another AWS account.
After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
// Example sending a request using ConfirmPublicVirtualInterfaceRequest. req := client.ConfirmPublicVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface
func (*Client) ConfirmTransitVirtualInterfaceRequest ¶
func (c *Client) ConfirmTransitVirtualInterfaceRequest(input *ConfirmTransitVirtualInterfaceInput) ConfirmTransitVirtualInterfaceRequest
ConfirmTransitVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Accepts ownership of a transit virtual interface created by another AWS 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.
// Example sending a request using ConfirmTransitVirtualInterfaceRequest. req := client.ConfirmTransitVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterface
func (*Client) CreateBGPPeerRequest ¶
func (c *Client) CreateBGPPeerRequest(input *CreateBGPPeerInput) CreateBGPPeerRequest
CreateBGPPeerRequest returns a request value for making API operation for AWS Direct Connect.
Creates a BGP peer on the specified virtual interface.
You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access AWS resources that also use that address family.
If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface.
When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
For a public virtual interface, the Autonomous System Number (ASN) must be private or already whitelisted for the virtual interface.
// Example sending a request using CreateBGPPeerRequest. req := client.CreateBGPPeerRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer
func (*Client) CreateConnectionRequest ¶
func (c *Client) CreateConnectionRequest(input *CreateConnectionInput) CreateConnectionRequest
CreateConnectionRequest returns a request value for making API operation for AWS Direct Connect.
Creates a connection between a customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router.
To find the locations for your Region, use DescribeLocations.
You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.
// Example sending a request using CreateConnectionRequest. req := client.CreateConnectionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection
func (*Client) CreateDirectConnectGatewayAssociationProposalRequest ¶
func (c *Client) CreateDirectConnectGatewayAssociationProposalRequest(input *CreateDirectConnectGatewayAssociationProposalInput) CreateDirectConnectGatewayAssociationProposalRequest
CreateDirectConnectGatewayAssociationProposalRequest returns a request value for making API operation for AWS Direct Connect.
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
You can only associate a Direct Connect gateway and virtual private gateway or transit gateway when the account that owns the Direct Connect gateway and the account that owns the virtual private gateway or transit gateway have the same AWS Payer ID.
// Example sending a request using CreateDirectConnectGatewayAssociationProposalRequest. req := client.CreateDirectConnectGatewayAssociationProposalRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationProposal
func (*Client) CreateDirectConnectGatewayAssociationRequest ¶
func (c *Client) CreateDirectConnectGatewayAssociationRequest(input *CreateDirectConnectGatewayAssociationInput) CreateDirectConnectGatewayAssociationRequest
CreateDirectConnectGatewayAssociationRequest returns a request value for making API operation for AWS Direct Connect.
Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
// Example sending a request using CreateDirectConnectGatewayAssociationRequest. req := client.CreateDirectConnectGatewayAssociationRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociation
func (*Client) CreateDirectConnectGatewayRequest ¶
func (c *Client) CreateDirectConnectGatewayRequest(input *CreateDirectConnectGatewayInput) CreateDirectConnectGatewayRequest
CreateDirectConnectGatewayRequest returns a request value for making API operation for AWS Direct Connect.
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any AWS Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different AWS Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
// Example sending a request using CreateDirectConnectGatewayRequest. req := client.CreateDirectConnectGatewayRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGateway
func (*Client) CreateInterconnectRequest ¶
func (c *Client) CreateInterconnectRequest(input *CreateInterconnectInput) CreateInterconnectRequest
CreateInterconnectRequest returns a request value for making API operation for AWS Direct Connect.
Creates an interconnect between an AWS Direct Connect Partner's network and a specific AWS Direct Connect location.
An interconnect is a connection that is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide AWS Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.
You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.
For each end customer, the AWS Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect Partner.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using CreateInterconnectRequest. req := client.CreateInterconnectRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect
func (*Client) CreateLagRequest ¶
func (c *Client) CreateLagRequest(input *CreateLagInput) CreateLagRequest
CreateLagRequest returns a request value for making API operation for AWS Direct Connect.
Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.
All connections in a LAG must use the same bandwidth and must terminate at the same AWS Direct Connect endpoint.
You can have up to 10 connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.
You can specify an existing physical connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical connection or hosted connections, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the connection terminates. Any virtual interfaces associated with the connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the AWS account used to create a LAG is a registered AWS Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
// Example sending a request using CreateLagRequest. req := client.CreateLagRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag
func (*Client) CreatePrivateVirtualInterfaceRequest ¶
func (c *Client) CreatePrivateVirtualInterfaceRequest(input *CreatePrivateVirtualInterfaceInput) CreatePrivateVirtualInterfaceRequest
CreatePrivateVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Creates a private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different AWS Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
// Example sending a request using CreatePrivateVirtualInterfaceRequest. req := client.CreatePrivateVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface
func (*Client) CreatePublicVirtualInterfaceRequest ¶
func (c *Client) CreatePublicVirtualInterfaceRequest(input *CreatePublicVirtualInterfaceInput) CreatePublicVirtualInterfaceRequest
CreatePublicVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Creates a public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon S3.
When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.
// Example sending a request using CreatePublicVirtualInterfaceRequest. req := client.CreatePublicVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface
func (*Client) CreateTransitVirtualInterfaceRequest ¶
func (c *Client) CreateTransitVirtualInterfaceRequest(input *CreateTransitVirtualInterfaceInput) CreateTransitVirtualInterfaceRequest
CreateTransitVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Creates a transit virtual interface. A transit virtual interface is a VLAN that transports traffic from a Direct Connect gateway to one or more transit gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.
// Example sending a request using CreateTransitVirtualInterfaceRequest. req := client.CreateTransitVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface
func (*Client) DeleteBGPPeerRequest ¶
func (c *Client) DeleteBGPPeerRequest(input *DeleteBGPPeerInput) DeleteBGPPeerRequest
DeleteBGPPeerRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
You cannot delete the last BGP peer from a virtual interface.
// Example sending a request using DeleteBGPPeerRequest. req := client.DeleteBGPPeerRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer
func (*Client) DeleteConnectionRequest ¶
func (c *Client) DeleteConnectionRequest(input *DeleteConnectionInput) DeleteConnectionRequest
DeleteConnectionRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the specified connection.
Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the AWS Direct Connect location, you must cancel your service with them separately.
// Example sending a request using DeleteConnectionRequest. req := client.DeleteConnectionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection
func (*Client) DeleteDirectConnectGatewayAssociationProposalRequest ¶
func (c *Client) DeleteDirectConnectGatewayAssociationProposalRequest(input *DeleteDirectConnectGatewayAssociationProposalInput) DeleteDirectConnectGatewayAssociationProposalRequest
DeleteDirectConnectGatewayAssociationProposalRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.
// Example sending a request using DeleteDirectConnectGatewayAssociationProposalRequest. req := client.DeleteDirectConnectGatewayAssociationProposalRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationProposal
func (*Client) DeleteDirectConnectGatewayAssociationRequest ¶
func (c *Client) DeleteDirectConnectGatewayAssociationRequest(input *DeleteDirectConnectGatewayAssociationInput) DeleteDirectConnectGatewayAssociationRequest
DeleteDirectConnectGatewayAssociationRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
// Example sending a request using DeleteDirectConnectGatewayAssociationRequest. req := client.DeleteDirectConnectGatewayAssociationRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociation
func (*Client) DeleteDirectConnectGatewayRequest ¶
func (c *Client) DeleteDirectConnectGatewayRequest(input *DeleteDirectConnectGatewayInput) DeleteDirectConnectGatewayRequest
DeleteDirectConnectGatewayRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways that are associated with the Direct Connect gateway.
// Example sending a request using DeleteDirectConnectGatewayRequest. req := client.DeleteDirectConnectGatewayRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGateway
func (*Client) DeleteInterconnectRequest ¶
func (c *Client) DeleteInterconnectRequest(input *DeleteInterconnectInput) DeleteInterconnectRequest
DeleteInterconnectRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the specified interconnect.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using DeleteInterconnectRequest. req := client.DeleteInterconnectRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect
func (*Client) DeleteLagRequest ¶
func (c *Client) DeleteLagRequest(input *DeleteLagInput) DeleteLagRequest
DeleteLagRequest returns a request value for making API operation for AWS Direct Connect.
Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.
// Example sending a request using DeleteLagRequest. req := client.DeleteLagRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag
func (*Client) DeleteVirtualInterfaceRequest ¶
func (c *Client) DeleteVirtualInterfaceRequest(input *DeleteVirtualInterfaceInput) DeleteVirtualInterfaceRequest
DeleteVirtualInterfaceRequest returns a request value for making API operation for AWS Direct Connect.
Deletes a virtual interface.
// Example sending a request using DeleteVirtualInterfaceRequest. req := client.DeleteVirtualInterfaceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface
func (*Client) DescribeConnectionLoaRequest ¶
func (c *Client) DescribeConnectionLoaRequest(input *DescribeConnectionLoaInput) DescribeConnectionLoaRequest
DescribeConnectionLoaRequest returns a request value for making API operation for AWS Direct Connect.
Deprecated. Use DescribeLoa instead.
Gets the LOA-CFA for a connection.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.
// Example sending a request using DescribeConnectionLoaRequest. req := client.DescribeConnectionLoaRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa
func (*Client) DescribeConnectionsOnInterconnectRequest ¶
func (c *Client) DescribeConnectionsOnInterconnectRequest(input *DescribeConnectionsOnInterconnectInput) DescribeConnectionsOnInterconnectRequest
DescribeConnectionsOnInterconnectRequest returns a request value for making API operation for AWS Direct Connect.
Deprecated. Use DescribeHostedConnections instead.
Lists the connections that have been provisioned on the specified interconnect.
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using DescribeConnectionsOnInterconnectRequest. req := client.DescribeConnectionsOnInterconnectRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect
func (*Client) DescribeConnectionsRequest ¶
func (c *Client) DescribeConnectionsRequest(input *DescribeConnectionsInput) DescribeConnectionsRequest
DescribeConnectionsRequest returns a request value for making API operation for AWS Direct Connect.
Displays the specified connection or all connections in this Region.
// Example sending a request using DescribeConnectionsRequest. req := client.DescribeConnectionsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections
func (*Client) DescribeDirectConnectGatewayAssociationProposalsRequest ¶
func (c *Client) DescribeDirectConnectGatewayAssociationProposalsRequest(input *DescribeDirectConnectGatewayAssociationProposalsInput) DescribeDirectConnectGatewayAssociationProposalsRequest
DescribeDirectConnectGatewayAssociationProposalsRequest returns a request value for making API operation for AWS Direct Connect.
Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
// Example sending a request using DescribeDirectConnectGatewayAssociationProposalsRequest. req := client.DescribeDirectConnectGatewayAssociationProposalsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationProposals
func (*Client) DescribeDirectConnectGatewayAssociationsRequest ¶
func (c *Client) DescribeDirectConnectGatewayAssociationsRequest(input *DescribeDirectConnectGatewayAssociationsInput) DescribeDirectConnectGatewayAssociationsRequest
DescribeDirectConnectGatewayAssociationsRequest returns a request value for making API operation for AWS Direct Connect.
Lists the associations between your Direct Connect gateways and virtual private gateways. You must specify a Direct Connect gateway, a virtual private gateway, or both. If you specify a Direct Connect gateway, the response contains all virtual private gateways associated with the Direct Connect gateway. If you specify a virtual private gateway, the response contains all Direct Connect gateways associated with the virtual private gateway. If you specify both, the response contains the association between the Direct Connect gateway and the virtual private gateway.
// Example sending a request using DescribeDirectConnectGatewayAssociationsRequest. req := client.DescribeDirectConnectGatewayAssociationsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociations
func (*Client) DescribeDirectConnectGatewayAttachmentsRequest ¶
func (c *Client) DescribeDirectConnectGatewayAttachmentsRequest(input *DescribeDirectConnectGatewayAttachmentsInput) DescribeDirectConnectGatewayAttachmentsRequest
DescribeDirectConnectGatewayAttachmentsRequest returns a request value for making API operation for AWS Direct Connect.
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
// Example sending a request using DescribeDirectConnectGatewayAttachmentsRequest. req := client.DescribeDirectConnectGatewayAttachmentsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachments
func (*Client) DescribeDirectConnectGatewaysRequest ¶
func (c *Client) DescribeDirectConnectGatewaysRequest(input *DescribeDirectConnectGatewaysInput) DescribeDirectConnectGatewaysRequest
DescribeDirectConnectGatewaysRequest returns a request value for making API operation for AWS Direct Connect.
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
// Example sending a request using DescribeDirectConnectGatewaysRequest. req := client.DescribeDirectConnectGatewaysRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGateways
func (*Client) DescribeHostedConnectionsRequest ¶
func (c *Client) DescribeHostedConnectionsRequest(input *DescribeHostedConnectionsInput) DescribeHostedConnectionsRequest
DescribeHostedConnectionsRequest returns a request value for making API operation for AWS Direct Connect.
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
Intended for use by AWS Direct Connect Partners only.
// Example sending a request using DescribeHostedConnectionsRequest. req := client.DescribeHostedConnectionsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections
func (*Client) DescribeInterconnectLoaRequest ¶
func (c *Client) DescribeInterconnectLoaRequest(input *DescribeInterconnectLoaInput) DescribeInterconnectLoaRequest
DescribeInterconnectLoaRequest returns a request value for making API operation for AWS Direct Connect.
Deprecated. Use DescribeLoa instead.
Gets the LOA-CFA for the specified interconnect.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.
// Example sending a request using DescribeInterconnectLoaRequest. req := client.DescribeInterconnectLoaRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa
func (*Client) DescribeInterconnectsRequest ¶
func (c *Client) DescribeInterconnectsRequest(input *DescribeInterconnectsInput) DescribeInterconnectsRequest
DescribeInterconnectsRequest returns a request value for making API operation for AWS Direct Connect.
Lists the interconnects owned by the AWS account or only the specified interconnect.
// Example sending a request using DescribeInterconnectsRequest. req := client.DescribeInterconnectsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects
func (*Client) DescribeLagsRequest ¶
func (c *Client) DescribeLagsRequest(input *DescribeLagsInput) DescribeLagsRequest
DescribeLagsRequest returns a request value for making API operation for AWS Direct Connect.
Describes all your link aggregation groups (LAG) or the specified LAG.
// Example sending a request using DescribeLagsRequest. req := client.DescribeLagsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags
func (*Client) DescribeLoaRequest ¶
func (c *Client) DescribeLoaRequest(input *DescribeLoaInput) DescribeLoaRequest
DescribeLoaRequest returns a request value for making API operation for AWS Direct Connect.
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.
// Example sending a request using DescribeLoaRequest. req := client.DescribeLoaRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoa
func (*Client) DescribeLocationsRequest ¶
func (c *Client) DescribeLocationsRequest(input *DescribeLocationsInput) DescribeLocationsRequest
DescribeLocationsRequest returns a request value for making API operation for AWS Direct Connect.
Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
// Example sending a request using DescribeLocationsRequest. req := client.DescribeLocationsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations
func (*Client) DescribeTagsRequest ¶
func (c *Client) DescribeTagsRequest(input *DescribeTagsInput) DescribeTagsRequest
DescribeTagsRequest returns a request value for making API operation for AWS Direct Connect.
Describes the tags associated with the specified AWS Direct Connect resources.
// Example sending a request using DescribeTagsRequest. req := client.DescribeTagsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags
func (*Client) DescribeVirtualGatewaysRequest ¶
func (c *Client) DescribeVirtualGatewaysRequest(input *DescribeVirtualGatewaysInput) DescribeVirtualGatewaysRequest
DescribeVirtualGatewaysRequest returns a request value for making API operation for AWS Direct Connect.
Lists the virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.
// Example sending a request using DescribeVirtualGatewaysRequest. req := client.DescribeVirtualGatewaysRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGateways
func (*Client) DescribeVirtualInterfacesRequest ¶
func (c *Client) DescribeVirtualInterfacesRequest(input *DescribeVirtualInterfacesInput) DescribeVirtualInterfacesRequest
DescribeVirtualInterfacesRequest returns a request value for making API operation for AWS Direct Connect.
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.
// Example sending a request using DescribeVirtualInterfacesRequest. req := client.DescribeVirtualInterfacesRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces
func (*Client) DisassociateConnectionFromLagRequest ¶
func (c *Client) DisassociateConnectionFromLagRequest(input *DisassociateConnectionFromLagInput) DisassociateConnectionFromLagRequest
DisassociateConnectionFromLagRequest returns a request value for making API operation for AWS Direct Connect.
Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an AWS Direct Connect Partner is automatically converted to an interconnect.
If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.
// Example sending a request using DisassociateConnectionFromLagRequest. req := client.DisassociateConnectionFromLagRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag
func (*Client) TagResourceRequest ¶
func (c *Client) TagResourceRequest(input *TagResourceInput) TagResourceRequest
TagResourceRequest returns a request value for making API operation for AWS Direct Connect.
Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
// Example sending a request using TagResourceRequest. req := client.TagResourceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResource
func (*Client) UntagResourceRequest ¶
func (c *Client) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
UntagResourceRequest returns a request value for making API operation for AWS Direct Connect.
Removes one or more tags from the specified AWS Direct Connect resource.
// Example sending a request using UntagResourceRequest. req := client.UntagResourceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResource
func (*Client) UpdateDirectConnectGatewayAssociationRequest ¶
func (c *Client) UpdateDirectConnectGatewayAssociationRequest(input *UpdateDirectConnectGatewayAssociationInput) UpdateDirectConnectGatewayAssociationRequest
UpdateDirectConnectGatewayAssociationRequest returns a request value for making API operation for AWS Direct Connect.
Updates the specified attributes of the Direct Connect gateway association.
Add or remove prefixes from the association.
// Example sending a request using UpdateDirectConnectGatewayAssociationRequest. req := client.UpdateDirectConnectGatewayAssociationRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGatewayAssociation
func (*Client) UpdateLagRequest ¶
func (c *Client) UpdateLagRequest(input *UpdateLagInput) UpdateLagRequest
UpdateLagRequest returns a request value for making API operation for AWS Direct Connect.
Updates the attributes of the specified link aggregation group (LAG).
You can update the following attributes:
The name of the LAG.
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.
// Example sending a request using UpdateLagRequest. req := client.UpdateLagRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag
func (*Client) UpdateVirtualInterfaceAttributesRequest ¶
func (c *Client) UpdateVirtualInterfaceAttributesRequest(input *UpdateVirtualInterfaceAttributesInput) UpdateVirtualInterfaceAttributesRequest
UpdateVirtualInterfaceAttributesRequest returns a request value for making API operation for AWS Direct Connect.
Updates the specified attributes of the specified virtual private interface.
Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
// Example sending a request using UpdateVirtualInterfaceAttributesRequest. req := client.UpdateVirtualInterfaceAttributesRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes
type ConfirmConnectionInput ¶
type ConfirmConnectionInput struct { // The ID of the hosted connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionRequest
func (ConfirmConnectionInput) String ¶
func (s ConfirmConnectionInput) String() string
String returns the string representation
func (*ConfirmConnectionInput) Validate ¶
func (s *ConfirmConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmConnectionOutput ¶
type ConfirmConnectionOutput struct { // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse
func (ConfirmConnectionOutput) String ¶
func (s ConfirmConnectionOutput) String() string
String returns the string representation
type ConfirmConnectionRequest ¶
type ConfirmConnectionRequest struct { *aws.Request Input *ConfirmConnectionInput Copy func(*ConfirmConnectionInput) ConfirmConnectionRequest }
ConfirmConnectionRequest is the request type for the ConfirmConnection API operation.
func (ConfirmConnectionRequest) Send ¶
func (r ConfirmConnectionRequest) Send(ctx context.Context) (*ConfirmConnectionResponse, error)
Send marshals and sends the ConfirmConnection API request.
type ConfirmConnectionResponse ¶
type ConfirmConnectionResponse struct { *ConfirmConnectionOutput // contains filtered or unexported fields }
ConfirmConnectionResponse is the response type for the ConfirmConnection API operation.
func (*ConfirmConnectionResponse) SDKResponseMetdata ¶
func (r *ConfirmConnectionResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the ConfirmConnection request.
type ConfirmPrivateVirtualInterfaceInput ¶
type ConfirmPrivateVirtualInterfaceInput struct { // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceRequest
func (ConfirmPrivateVirtualInterfaceInput) String ¶
func (s ConfirmPrivateVirtualInterfaceInput) String() string
String returns the string representation
func (*ConfirmPrivateVirtualInterfaceInput) Validate ¶
func (s *ConfirmPrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmPrivateVirtualInterfaceOutput ¶
type ConfirmPrivateVirtualInterfaceOutput struct { // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse
func (ConfirmPrivateVirtualInterfaceOutput) String ¶
func (s ConfirmPrivateVirtualInterfaceOutput) String() string
String returns the string representation
type ConfirmPrivateVirtualInterfaceRequest ¶
type ConfirmPrivateVirtualInterfaceRequest struct { *aws.Request Input *ConfirmPrivateVirtualInterfaceInput Copy func(*ConfirmPrivateVirtualInterfaceInput) ConfirmPrivateVirtualInterfaceRequest }
ConfirmPrivateVirtualInterfaceRequest is the request type for the ConfirmPrivateVirtualInterface API operation.
func (ConfirmPrivateVirtualInterfaceRequest) Send ¶
func (r ConfirmPrivateVirtualInterfaceRequest) Send(ctx context.Context) (*ConfirmPrivateVirtualInterfaceResponse, error)
Send marshals and sends the ConfirmPrivateVirtualInterface API request.
type ConfirmPrivateVirtualInterfaceResponse ¶
type ConfirmPrivateVirtualInterfaceResponse struct { *ConfirmPrivateVirtualInterfaceOutput // contains filtered or unexported fields }
ConfirmPrivateVirtualInterfaceResponse is the response type for the ConfirmPrivateVirtualInterface API operation.
func (*ConfirmPrivateVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *ConfirmPrivateVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the ConfirmPrivateVirtualInterface request.
type ConfirmPublicVirtualInterfaceInput ¶
type ConfirmPublicVirtualInterfaceInput struct { // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceRequest
func (ConfirmPublicVirtualInterfaceInput) String ¶
func (s ConfirmPublicVirtualInterfaceInput) String() string
String returns the string representation
func (*ConfirmPublicVirtualInterfaceInput) Validate ¶
func (s *ConfirmPublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmPublicVirtualInterfaceOutput ¶
type ConfirmPublicVirtualInterfaceOutput struct { // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse
func (ConfirmPublicVirtualInterfaceOutput) String ¶
func (s ConfirmPublicVirtualInterfaceOutput) String() string
String returns the string representation
type ConfirmPublicVirtualInterfaceRequest ¶
type ConfirmPublicVirtualInterfaceRequest struct { *aws.Request Input *ConfirmPublicVirtualInterfaceInput Copy func(*ConfirmPublicVirtualInterfaceInput) ConfirmPublicVirtualInterfaceRequest }
ConfirmPublicVirtualInterfaceRequest is the request type for the ConfirmPublicVirtualInterface API operation.
func (ConfirmPublicVirtualInterfaceRequest) Send ¶
func (r ConfirmPublicVirtualInterfaceRequest) Send(ctx context.Context) (*ConfirmPublicVirtualInterfaceResponse, error)
Send marshals and sends the ConfirmPublicVirtualInterface API request.
type ConfirmPublicVirtualInterfaceResponse ¶
type ConfirmPublicVirtualInterfaceResponse struct { *ConfirmPublicVirtualInterfaceOutput // contains filtered or unexported fields }
ConfirmPublicVirtualInterfaceResponse is the response type for the ConfirmPublicVirtualInterface API operation.
func (*ConfirmPublicVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *ConfirmPublicVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the ConfirmPublicVirtualInterface request.
type ConfirmTransitVirtualInterfaceInput ¶
type ConfirmTransitVirtualInterfaceInput struct { // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterfaceRequest
func (ConfirmTransitVirtualInterfaceInput) String ¶
func (s ConfirmTransitVirtualInterfaceInput) String() string
String returns the string representation
func (*ConfirmTransitVirtualInterfaceInput) Validate ¶
func (s *ConfirmTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmTransitVirtualInterfaceOutput ¶
type ConfirmTransitVirtualInterfaceOutput struct { // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterfaceResponse
func (ConfirmTransitVirtualInterfaceOutput) String ¶
func (s ConfirmTransitVirtualInterfaceOutput) String() string
String returns the string representation
type ConfirmTransitVirtualInterfaceRequest ¶
type ConfirmTransitVirtualInterfaceRequest struct { *aws.Request Input *ConfirmTransitVirtualInterfaceInput Copy func(*ConfirmTransitVirtualInterfaceInput) ConfirmTransitVirtualInterfaceRequest }
ConfirmTransitVirtualInterfaceRequest is the request type for the ConfirmTransitVirtualInterface API operation.
func (ConfirmTransitVirtualInterfaceRequest) Send ¶
func (r ConfirmTransitVirtualInterfaceRequest) Send(ctx context.Context) (*ConfirmTransitVirtualInterfaceResponse, error)
Send marshals and sends the ConfirmTransitVirtualInterface API request.
type ConfirmTransitVirtualInterfaceResponse ¶
type ConfirmTransitVirtualInterfaceResponse struct { *ConfirmTransitVirtualInterfaceOutput // contains filtered or unexported fields }
ConfirmTransitVirtualInterfaceResponse is the response type for the ConfirmTransitVirtualInterface API operation.
func (*ConfirmTransitVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *ConfirmTransitVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the ConfirmTransitVirtualInterface request.
type Connection ¶
type Connection struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (Connection) String ¶
func (s Connection) String() string
String returns the string representation
type ConnectionState ¶
type ConnectionState string
const ( ConnectionStateOrdering ConnectionState = "ordering" ConnectionStateRequested ConnectionState = "requested" ConnectionStatePending ConnectionState = "pending" ConnectionStateAvailable ConnectionState = "available" ConnectionStateDown ConnectionState = "down" ConnectionStateDeleting ConnectionState = "deleting" ConnectionStateDeleted ConnectionState = "deleted" ConnectionStateRejected ConnectionState = "rejected" ConnectionStateUnknown ConnectionState = "unknown" )
Enum values for ConnectionState
func (ConnectionState) MarshalValue ¶
func (enum ConnectionState) MarshalValue() (string, error)
func (ConnectionState) MarshalValueBuf ¶
func (enum ConnectionState) MarshalValueBuf(b []byte) ([]byte, error)
type CreateBGPPeerInput ¶
type CreateBGPPeerInput struct { // Information about the BGP peer. NewBGPPeer *NewBGPPeer `locationName:"newBGPPeer" type:"structure"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerRequest
func (CreateBGPPeerInput) String ¶
func (s CreateBGPPeerInput) String() string
String returns the string representation
type CreateBGPPeerOutput ¶
type CreateBGPPeerOutput struct { // The virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerResponse
func (CreateBGPPeerOutput) String ¶
func (s CreateBGPPeerOutput) String() string
String returns the string representation
type CreateBGPPeerRequest ¶
type CreateBGPPeerRequest struct { *aws.Request Input *CreateBGPPeerInput Copy func(*CreateBGPPeerInput) CreateBGPPeerRequest }
CreateBGPPeerRequest is the request type for the CreateBGPPeer API operation.
func (CreateBGPPeerRequest) Send ¶
func (r CreateBGPPeerRequest) Send(ctx context.Context) (*CreateBGPPeerResponse, error)
Send marshals and sends the CreateBGPPeer API request.
type CreateBGPPeerResponse ¶
type CreateBGPPeerResponse struct { *CreateBGPPeerOutput // contains filtered or unexported fields }
CreateBGPPeerResponse is the response type for the CreateBGPPeer API operation.
func (*CreateBGPPeerResponse) SDKResponseMetdata ¶
func (r *CreateBGPPeerResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateBGPPeer request.
type CreateConnectionInput ¶
type CreateConnectionInput struct { // The bandwidth of the connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the connection. // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The location of the connection. // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnectionRequest
func (CreateConnectionInput) String ¶
func (s CreateConnectionInput) String() string
String returns the string representation
func (*CreateConnectionInput) Validate ¶
func (s *CreateConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateConnectionOutput ¶
type CreateConnectionOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (CreateConnectionOutput) String ¶
func (s CreateConnectionOutput) String() string
String returns the string representation
type CreateConnectionRequest ¶
type CreateConnectionRequest struct { *aws.Request Input *CreateConnectionInput Copy func(*CreateConnectionInput) CreateConnectionRequest }
CreateConnectionRequest is the request type for the CreateConnection API operation.
func (CreateConnectionRequest) Send ¶
func (r CreateConnectionRequest) Send(ctx context.Context) (*CreateConnectionResponse, error)
Send marshals and sends the CreateConnection API request.
type CreateConnectionResponse ¶
type CreateConnectionResponse struct { *CreateConnectionOutput // contains filtered or unexported fields }
CreateConnectionResponse is the response type for the CreateConnection API operation.
func (*CreateConnectionResponse) SDKResponseMetdata ¶
func (r *CreateConnectionResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateConnection request.
type CreateDirectConnectGatewayAssociationInput ¶
type CreateDirectConnectGatewayAssociationInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway AddAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the virtual private gateway or transit gateway. GatewayId *string `locationName:"gatewayId" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationRequest
func (CreateDirectConnectGatewayAssociationInput) String ¶
func (s CreateDirectConnectGatewayAssociationInput) String() string
String returns the string representation
func (*CreateDirectConnectGatewayAssociationInput) Validate ¶
func (s *CreateDirectConnectGatewayAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayAssociationOutput ¶
type CreateDirectConnectGatewayAssociationOutput struct { // The association to be created. DirectConnectGatewayAssociation *DirectConnectGatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationResult
func (CreateDirectConnectGatewayAssociationOutput) String ¶
func (s CreateDirectConnectGatewayAssociationOutput) String() string
String returns the string representation
type CreateDirectConnectGatewayAssociationProposalInput ¶
type CreateDirectConnectGatewayAssociationProposalInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AddAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the AWS account that owns the Direct Connect gateway. // // DirectConnectGatewayOwnerAccount is a required field DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string" required:"true"` // The ID of the virtual private gateway or transit gateway. // // GatewayId is a required field GatewayId *string `locationName:"gatewayId" type:"string" required:"true"` // The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway. RemoveAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"removeAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationProposalRequest
func (CreateDirectConnectGatewayAssociationProposalInput) String ¶
func (s CreateDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation
func (*CreateDirectConnectGatewayAssociationProposalInput) Validate ¶
func (s *CreateDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayAssociationProposalOutput ¶
type CreateDirectConnectGatewayAssociationProposalOutput struct { // Information about the Direct Connect gateway proposal. DirectConnectGatewayAssociationProposal *DirectConnectGatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposal" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationProposalResult
func (CreateDirectConnectGatewayAssociationProposalOutput) String ¶
func (s CreateDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation
type CreateDirectConnectGatewayAssociationProposalRequest ¶
type CreateDirectConnectGatewayAssociationProposalRequest struct { *aws.Request Input *CreateDirectConnectGatewayAssociationProposalInput Copy func(*CreateDirectConnectGatewayAssociationProposalInput) CreateDirectConnectGatewayAssociationProposalRequest }
CreateDirectConnectGatewayAssociationProposalRequest is the request type for the CreateDirectConnectGatewayAssociationProposal API operation.
func (CreateDirectConnectGatewayAssociationProposalRequest) Send ¶
func (r CreateDirectConnectGatewayAssociationProposalRequest) Send(ctx context.Context) (*CreateDirectConnectGatewayAssociationProposalResponse, error)
Send marshals and sends the CreateDirectConnectGatewayAssociationProposal API request.
type CreateDirectConnectGatewayAssociationProposalResponse ¶
type CreateDirectConnectGatewayAssociationProposalResponse struct { *CreateDirectConnectGatewayAssociationProposalOutput // contains filtered or unexported fields }
CreateDirectConnectGatewayAssociationProposalResponse is the response type for the CreateDirectConnectGatewayAssociationProposal API operation.
func (*CreateDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata ¶
func (r *CreateDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateDirectConnectGatewayAssociationProposal request.
type CreateDirectConnectGatewayAssociationRequest ¶
type CreateDirectConnectGatewayAssociationRequest struct { *aws.Request Input *CreateDirectConnectGatewayAssociationInput Copy func(*CreateDirectConnectGatewayAssociationInput) CreateDirectConnectGatewayAssociationRequest }
CreateDirectConnectGatewayAssociationRequest is the request type for the CreateDirectConnectGatewayAssociation API operation.
func (CreateDirectConnectGatewayAssociationRequest) Send ¶
func (r CreateDirectConnectGatewayAssociationRequest) Send(ctx context.Context) (*CreateDirectConnectGatewayAssociationResponse, error)
Send marshals and sends the CreateDirectConnectGatewayAssociation API request.
type CreateDirectConnectGatewayAssociationResponse ¶
type CreateDirectConnectGatewayAssociationResponse struct { *CreateDirectConnectGatewayAssociationOutput // contains filtered or unexported fields }
CreateDirectConnectGatewayAssociationResponse is the response type for the CreateDirectConnectGatewayAssociation API operation.
func (*CreateDirectConnectGatewayAssociationResponse) SDKResponseMetdata ¶
func (r *CreateDirectConnectGatewayAssociationResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateDirectConnectGatewayAssociation request.
type CreateDirectConnectGatewayInput ¶
type CreateDirectConnectGatewayInput struct { // The autonomous system number (ASN) for Border Gateway Protocol (BGP) to be // configured on the Amazon side of the connection. The ASN must be in the private // range of 64,512 to 65,534 or 4,200,000,000 to 4,294,967,294. The default // is 64512. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The name of the Direct Connect gateway. // // DirectConnectGatewayName is a required field DirectConnectGatewayName *string `locationName:"directConnectGatewayName" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayRequest
func (CreateDirectConnectGatewayInput) String ¶
func (s CreateDirectConnectGatewayInput) String() string
String returns the string representation
func (*CreateDirectConnectGatewayInput) Validate ¶
func (s *CreateDirectConnectGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayOutput ¶
type CreateDirectConnectGatewayOutput struct { // The Direct Connect gateway. DirectConnectGateway *DirectConnectGateway `locationName:"directConnectGateway" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayResult
func (CreateDirectConnectGatewayOutput) String ¶
func (s CreateDirectConnectGatewayOutput) String() string
String returns the string representation
type CreateDirectConnectGatewayRequest ¶
type CreateDirectConnectGatewayRequest struct { *aws.Request Input *CreateDirectConnectGatewayInput Copy func(*CreateDirectConnectGatewayInput) CreateDirectConnectGatewayRequest }
CreateDirectConnectGatewayRequest is the request type for the CreateDirectConnectGateway API operation.
func (CreateDirectConnectGatewayRequest) Send ¶
func (r CreateDirectConnectGatewayRequest) Send(ctx context.Context) (*CreateDirectConnectGatewayResponse, error)
Send marshals and sends the CreateDirectConnectGateway API request.
type CreateDirectConnectGatewayResponse ¶
type CreateDirectConnectGatewayResponse struct { *CreateDirectConnectGatewayOutput // contains filtered or unexported fields }
CreateDirectConnectGatewayResponse is the response type for the CreateDirectConnectGateway API operation.
func (*CreateDirectConnectGatewayResponse) SDKResponseMetdata ¶
func (r *CreateDirectConnectGatewayResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateDirectConnectGateway request.
type CreateInterconnectInput ¶
type CreateInterconnectInput struct { // The port bandwidth, in Gbps. The possible values are 1 and 10. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the interconnect. // // InterconnectName is a required field InterconnectName *string `locationName:"interconnectName" type:"string" required:"true"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The location of the interconnect. // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnectRequest
func (CreateInterconnectInput) String ¶
func (s CreateInterconnectInput) String() string
String returns the string representation
func (*CreateInterconnectInput) Validate ¶
func (s *CreateInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInterconnectOutput ¶
type CreateInterconnectOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // Indicates whether the interconnect supports a secondary BGP in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // The ID of the interconnect. InterconnectId *string `locationName:"interconnectId" type:"string"` // The name of the interconnect. InterconnectName *string `locationName:"interconnectName" type:"string"` // The state of the interconnect. The following are the possible values: // // * requested: The initial state of an interconnect. The interconnect stays // in the requested state until the Letter of Authorization (LOA) is sent // to the customer. // // * pending: The interconnect is approved, and is being initialized. // // * available: The network link is up, and the interconnect is ready for // use. // // * down: The network link is down. // // * deleting: The interconnect is being deleted. // // * deleted: The interconnect is deleted. // // * unknown: The state of the interconnect is not available. InterconnectState InterconnectState `locationName:"interconnectState" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about an interconnect. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect
func (CreateInterconnectOutput) String ¶
func (s CreateInterconnectOutput) String() string
String returns the string representation
type CreateInterconnectRequest ¶
type CreateInterconnectRequest struct { *aws.Request Input *CreateInterconnectInput Copy func(*CreateInterconnectInput) CreateInterconnectRequest }
CreateInterconnectRequest is the request type for the CreateInterconnect API operation.
func (CreateInterconnectRequest) Send ¶
func (r CreateInterconnectRequest) Send(ctx context.Context) (*CreateInterconnectResponse, error)
Send marshals and sends the CreateInterconnect API request.
type CreateInterconnectResponse ¶
type CreateInterconnectResponse struct { *CreateInterconnectOutput // contains filtered or unexported fields }
CreateInterconnectResponse is the response type for the CreateInterconnect API operation.
func (*CreateInterconnectResponse) SDKResponseMetdata ¶
func (r *CreateInterconnectResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateInterconnect request.
type CreateLagInput ¶
type CreateLagInput struct { // The ID of an existing connection to migrate to the LAG. ConnectionId *string `locationName:"connectionId" type:"string"` // The bandwidth of the individual physical connections bundled by the LAG. // The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, // 1Gbps, 2Gbps, 5Gbps, and 10Gbps. // // ConnectionsBandwidth is a required field ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string" required:"true"` // The name of the LAG. // // LagName is a required field LagName *string `locationName:"lagName" type:"string" required:"true"` // The location for the LAG. // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // The number of physical connections initially provisioned and bundled by the // LAG. // // NumberOfConnections is a required field NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest
func (CreateLagInput) String ¶
func (s CreateLagInput) String() string
String returns the string representation
func (*CreateLagInput) Validate ¶
func (s *CreateLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLagOutput ¶
type CreateLagOutput struct { // Indicates whether the LAG can host other connections. AllowsHostedConnections *bool `locationName:"allowsHostedConnections" type:"boolean"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The connections bundled by the LAG. Connections []Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // The possible values are 1Gbps and 10Gbps. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // Indicates whether the LAG supports a secondary BGP peer in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. The following are the possible values: // // * requested: The initial state of a LAG. The LAG stays in the requested // state until the Letter of Authorization (LOA) is available. // // * pending: The LAG has been approved and is being initialized. // // * available: The network link is established and the LAG is ready for // use. // // * down: The network link is down. // // * deleting: The LAG is being deleted. // // * deleted: The LAG is deleted. // // * unknown: The state of the LAG is not available. LagState LagState `locationName:"lagState" type:"string" enum:"true"` // The location of the LAG. Location *string `locationName:"location" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical connections bundled by the LAG, up to a maximum of // 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the AWS account that owns the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about a link aggregation group (LAG). Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag
func (CreateLagOutput) String ¶
func (s CreateLagOutput) String() string
String returns the string representation
type CreateLagRequest ¶
type CreateLagRequest struct { *aws.Request Input *CreateLagInput Copy func(*CreateLagInput) CreateLagRequest }
CreateLagRequest is the request type for the CreateLag API operation.
func (CreateLagRequest) Send ¶
func (r CreateLagRequest) Send(ctx context.Context) (*CreateLagResponse, error)
Send marshals and sends the CreateLag API request.
type CreateLagResponse ¶
type CreateLagResponse struct { *CreateLagOutput // contains filtered or unexported fields }
CreateLagResponse is the response type for the CreateLag API operation.
func (*CreateLagResponse) SDKResponseMetdata ¶
func (r *CreateLagResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateLag request.
type CreatePrivateVirtualInterfaceInput ¶
type CreatePrivateVirtualInterfaceInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the private virtual interface. // // NewPrivateVirtualInterface is a required field NewPrivateVirtualInterface *NewPrivateVirtualInterface `locationName:"newPrivateVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterfaceRequest
func (CreatePrivateVirtualInterfaceInput) String ¶
func (s CreatePrivateVirtualInterfaceInput) String() string
String returns the string representation
func (*CreatePrivateVirtualInterfaceInput) Validate ¶
func (s *CreatePrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePrivateVirtualInterfaceOutput ¶
type CreatePrivateVirtualInterfaceOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (CreatePrivateVirtualInterfaceOutput) String ¶
func (s CreatePrivateVirtualInterfaceOutput) String() string
String returns the string representation
type CreatePrivateVirtualInterfaceRequest ¶
type CreatePrivateVirtualInterfaceRequest struct { *aws.Request Input *CreatePrivateVirtualInterfaceInput Copy func(*CreatePrivateVirtualInterfaceInput) CreatePrivateVirtualInterfaceRequest }
CreatePrivateVirtualInterfaceRequest is the request type for the CreatePrivateVirtualInterface API operation.
func (CreatePrivateVirtualInterfaceRequest) Send ¶
func (r CreatePrivateVirtualInterfaceRequest) Send(ctx context.Context) (*CreatePrivateVirtualInterfaceResponse, error)
Send marshals and sends the CreatePrivateVirtualInterface API request.
type CreatePrivateVirtualInterfaceResponse ¶
type CreatePrivateVirtualInterfaceResponse struct { *CreatePrivateVirtualInterfaceOutput // contains filtered or unexported fields }
CreatePrivateVirtualInterfaceResponse is the response type for the CreatePrivateVirtualInterface API operation.
func (*CreatePrivateVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *CreatePrivateVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreatePrivateVirtualInterface request.
type CreatePublicVirtualInterfaceInput ¶
type CreatePublicVirtualInterfaceInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the public virtual interface. // // NewPublicVirtualInterface is a required field NewPublicVirtualInterface *NewPublicVirtualInterface `locationName:"newPublicVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterfaceRequest
func (CreatePublicVirtualInterfaceInput) String ¶
func (s CreatePublicVirtualInterfaceInput) String() string
String returns the string representation
func (*CreatePublicVirtualInterfaceInput) Validate ¶
func (s *CreatePublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePublicVirtualInterfaceOutput ¶
type CreatePublicVirtualInterfaceOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (CreatePublicVirtualInterfaceOutput) String ¶
func (s CreatePublicVirtualInterfaceOutput) String() string
String returns the string representation
type CreatePublicVirtualInterfaceRequest ¶
type CreatePublicVirtualInterfaceRequest struct { *aws.Request Input *CreatePublicVirtualInterfaceInput Copy func(*CreatePublicVirtualInterfaceInput) CreatePublicVirtualInterfaceRequest }
CreatePublicVirtualInterfaceRequest is the request type for the CreatePublicVirtualInterface API operation.
func (CreatePublicVirtualInterfaceRequest) Send ¶
func (r CreatePublicVirtualInterfaceRequest) Send(ctx context.Context) (*CreatePublicVirtualInterfaceResponse, error)
Send marshals and sends the CreatePublicVirtualInterface API request.
type CreatePublicVirtualInterfaceResponse ¶
type CreatePublicVirtualInterfaceResponse struct { *CreatePublicVirtualInterfaceOutput // contains filtered or unexported fields }
CreatePublicVirtualInterfaceResponse is the response type for the CreatePublicVirtualInterface API operation.
func (*CreatePublicVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *CreatePublicVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreatePublicVirtualInterface request.
type CreateTransitVirtualInterfaceInput ¶
type CreateTransitVirtualInterfaceInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the transit virtual interface. // // NewTransitVirtualInterface is a required field NewTransitVirtualInterface *NewTransitVirtualInterface `locationName:"newTransitVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterfaceRequest
func (CreateTransitVirtualInterfaceInput) String ¶
func (s CreateTransitVirtualInterfaceInput) String() string
String returns the string representation
func (*CreateTransitVirtualInterfaceInput) Validate ¶
func (s *CreateTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTransitVirtualInterfaceOutput ¶
type CreateTransitVirtualInterfaceOutput struct { // Information about a virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterfaceResult
func (CreateTransitVirtualInterfaceOutput) String ¶
func (s CreateTransitVirtualInterfaceOutput) String() string
String returns the string representation
type CreateTransitVirtualInterfaceRequest ¶
type CreateTransitVirtualInterfaceRequest struct { *aws.Request Input *CreateTransitVirtualInterfaceInput Copy func(*CreateTransitVirtualInterfaceInput) CreateTransitVirtualInterfaceRequest }
CreateTransitVirtualInterfaceRequest is the request type for the CreateTransitVirtualInterface API operation.
func (CreateTransitVirtualInterfaceRequest) Send ¶
func (r CreateTransitVirtualInterfaceRequest) Send(ctx context.Context) (*CreateTransitVirtualInterfaceResponse, error)
Send marshals and sends the CreateTransitVirtualInterface API request.
type CreateTransitVirtualInterfaceResponse ¶
type CreateTransitVirtualInterfaceResponse struct { *CreateTransitVirtualInterfaceOutput // contains filtered or unexported fields }
CreateTransitVirtualInterfaceResponse is the response type for the CreateTransitVirtualInterface API operation.
func (*CreateTransitVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *CreateTransitVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the CreateTransitVirtualInterface request.
type DeleteBGPPeerInput ¶
type DeleteBGPPeerInput struct { // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The ID of the BGP peer. BgpPeerId *string `locationName:"bgpPeerId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerRequest
func (DeleteBGPPeerInput) String ¶
func (s DeleteBGPPeerInput) String() string
String returns the string representation
type DeleteBGPPeerOutput ¶
type DeleteBGPPeerOutput struct { // The virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerResponse
func (DeleteBGPPeerOutput) String ¶
func (s DeleteBGPPeerOutput) String() string
String returns the string representation
type DeleteBGPPeerRequest ¶
type DeleteBGPPeerRequest struct { *aws.Request Input *DeleteBGPPeerInput Copy func(*DeleteBGPPeerInput) DeleteBGPPeerRequest }
DeleteBGPPeerRequest is the request type for the DeleteBGPPeer API operation.
func (DeleteBGPPeerRequest) Send ¶
func (r DeleteBGPPeerRequest) Send(ctx context.Context) (*DeleteBGPPeerResponse, error)
Send marshals and sends the DeleteBGPPeer API request.
type DeleteBGPPeerResponse ¶
type DeleteBGPPeerResponse struct { *DeleteBGPPeerOutput // contains filtered or unexported fields }
DeleteBGPPeerResponse is the response type for the DeleteBGPPeer API operation.
func (*DeleteBGPPeerResponse) SDKResponseMetdata ¶
func (r *DeleteBGPPeerResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteBGPPeer request.
type DeleteConnectionInput ¶
type DeleteConnectionInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnectionRequest
func (DeleteConnectionInput) String ¶
func (s DeleteConnectionInput) String() string
String returns the string representation
func (*DeleteConnectionInput) Validate ¶
func (s *DeleteConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteConnectionOutput ¶
type DeleteConnectionOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (DeleteConnectionOutput) String ¶
func (s DeleteConnectionOutput) String() string
String returns the string representation
type DeleteConnectionRequest ¶
type DeleteConnectionRequest struct { *aws.Request Input *DeleteConnectionInput Copy func(*DeleteConnectionInput) DeleteConnectionRequest }
DeleteConnectionRequest is the request type for the DeleteConnection API operation.
func (DeleteConnectionRequest) Send ¶
func (r DeleteConnectionRequest) Send(ctx context.Context) (*DeleteConnectionResponse, error)
Send marshals and sends the DeleteConnection API request.
type DeleteConnectionResponse ¶
type DeleteConnectionResponse struct { *DeleteConnectionOutput // contains filtered or unexported fields }
DeleteConnectionResponse is the response type for the DeleteConnection API operation.
func (*DeleteConnectionResponse) SDKResponseMetdata ¶
func (r *DeleteConnectionResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteConnection request.
type DeleteDirectConnectGatewayAssociationInput ¶
type DeleteDirectConnectGatewayAssociationInput struct { // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationRequest
func (DeleteDirectConnectGatewayAssociationInput) String ¶
func (s DeleteDirectConnectGatewayAssociationInput) String() string
String returns the string representation
type DeleteDirectConnectGatewayAssociationOutput ¶
type DeleteDirectConnectGatewayAssociationOutput struct { // Information about the deleted association. DirectConnectGatewayAssociation *DirectConnectGatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationResult
func (DeleteDirectConnectGatewayAssociationOutput) String ¶
func (s DeleteDirectConnectGatewayAssociationOutput) String() string
String returns the string representation
type DeleteDirectConnectGatewayAssociationProposalInput ¶
type DeleteDirectConnectGatewayAssociationProposalInput struct { // The ID of the proposal. // // ProposalId is a required field ProposalId *string `locationName:"proposalId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationProposalRequest
func (DeleteDirectConnectGatewayAssociationProposalInput) String ¶
func (s DeleteDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation
func (*DeleteDirectConnectGatewayAssociationProposalInput) Validate ¶
func (s *DeleteDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectConnectGatewayAssociationProposalOutput ¶
type DeleteDirectConnectGatewayAssociationProposalOutput struct { // The ID of the associated gateway. DirectConnectGatewayAssociationProposal *DirectConnectGatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposal" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationProposalResult
func (DeleteDirectConnectGatewayAssociationProposalOutput) String ¶
func (s DeleteDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation
type DeleteDirectConnectGatewayAssociationProposalRequest ¶
type DeleteDirectConnectGatewayAssociationProposalRequest struct { *aws.Request Input *DeleteDirectConnectGatewayAssociationProposalInput Copy func(*DeleteDirectConnectGatewayAssociationProposalInput) DeleteDirectConnectGatewayAssociationProposalRequest }
DeleteDirectConnectGatewayAssociationProposalRequest is the request type for the DeleteDirectConnectGatewayAssociationProposal API operation.
func (DeleteDirectConnectGatewayAssociationProposalRequest) Send ¶
func (r DeleteDirectConnectGatewayAssociationProposalRequest) Send(ctx context.Context) (*DeleteDirectConnectGatewayAssociationProposalResponse, error)
Send marshals and sends the DeleteDirectConnectGatewayAssociationProposal API request.
type DeleteDirectConnectGatewayAssociationProposalResponse ¶
type DeleteDirectConnectGatewayAssociationProposalResponse struct { *DeleteDirectConnectGatewayAssociationProposalOutput // contains filtered or unexported fields }
DeleteDirectConnectGatewayAssociationProposalResponse is the response type for the DeleteDirectConnectGatewayAssociationProposal API operation.
func (*DeleteDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata ¶
func (r *DeleteDirectConnectGatewayAssociationProposalResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteDirectConnectGatewayAssociationProposal request.
type DeleteDirectConnectGatewayAssociationRequest ¶
type DeleteDirectConnectGatewayAssociationRequest struct { *aws.Request Input *DeleteDirectConnectGatewayAssociationInput Copy func(*DeleteDirectConnectGatewayAssociationInput) DeleteDirectConnectGatewayAssociationRequest }
DeleteDirectConnectGatewayAssociationRequest is the request type for the DeleteDirectConnectGatewayAssociation API operation.
func (DeleteDirectConnectGatewayAssociationRequest) Send ¶
func (r DeleteDirectConnectGatewayAssociationRequest) Send(ctx context.Context) (*DeleteDirectConnectGatewayAssociationResponse, error)
Send marshals and sends the DeleteDirectConnectGatewayAssociation API request.
type DeleteDirectConnectGatewayAssociationResponse ¶
type DeleteDirectConnectGatewayAssociationResponse struct { *DeleteDirectConnectGatewayAssociationOutput // contains filtered or unexported fields }
DeleteDirectConnectGatewayAssociationResponse is the response type for the DeleteDirectConnectGatewayAssociation API operation.
func (*DeleteDirectConnectGatewayAssociationResponse) SDKResponseMetdata ¶
func (r *DeleteDirectConnectGatewayAssociationResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteDirectConnectGatewayAssociation request.
type DeleteDirectConnectGatewayInput ¶
type DeleteDirectConnectGatewayInput struct { // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayRequest
func (DeleteDirectConnectGatewayInput) String ¶
func (s DeleteDirectConnectGatewayInput) String() string
String returns the string representation
func (*DeleteDirectConnectGatewayInput) Validate ¶
func (s *DeleteDirectConnectGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectConnectGatewayOutput ¶
type DeleteDirectConnectGatewayOutput struct { // The Direct Connect gateway. DirectConnectGateway *DirectConnectGateway `locationName:"directConnectGateway" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayResult
func (DeleteDirectConnectGatewayOutput) String ¶
func (s DeleteDirectConnectGatewayOutput) String() string
String returns the string representation
type DeleteDirectConnectGatewayRequest ¶
type DeleteDirectConnectGatewayRequest struct { *aws.Request Input *DeleteDirectConnectGatewayInput Copy func(*DeleteDirectConnectGatewayInput) DeleteDirectConnectGatewayRequest }
DeleteDirectConnectGatewayRequest is the request type for the DeleteDirectConnectGateway API operation.
func (DeleteDirectConnectGatewayRequest) Send ¶
func (r DeleteDirectConnectGatewayRequest) Send(ctx context.Context) (*DeleteDirectConnectGatewayResponse, error)
Send marshals and sends the DeleteDirectConnectGateway API request.
type DeleteDirectConnectGatewayResponse ¶
type DeleteDirectConnectGatewayResponse struct { *DeleteDirectConnectGatewayOutput // contains filtered or unexported fields }
DeleteDirectConnectGatewayResponse is the response type for the DeleteDirectConnectGateway API operation.
func (*DeleteDirectConnectGatewayResponse) SDKResponseMetdata ¶
func (r *DeleteDirectConnectGatewayResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteDirectConnectGateway request.
type DeleteInterconnectInput ¶
type DeleteInterconnectInput struct { // The ID of the interconnect. // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectRequest
func (DeleteInterconnectInput) String ¶
func (s DeleteInterconnectInput) String() string
String returns the string representation
func (*DeleteInterconnectInput) Validate ¶
func (s *DeleteInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInterconnectOutput ¶
type DeleteInterconnectOutput struct { // The state of the interconnect. The following are the possible values: // // * requested: The initial state of an interconnect. The interconnect stays // in the requested state until the Letter of Authorization (LOA) is sent // to the customer. // // * pending: The interconnect is approved, and is being initialized. // // * available: The network link is up, and the interconnect is ready for // use. // // * down: The network link is down. // // * deleting: The interconnect is being deleted. // // * deleted: The interconnect is deleted. // // * unknown: The state of the interconnect is not available. InterconnectState InterconnectState `locationName:"interconnectState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse
func (DeleteInterconnectOutput) String ¶
func (s DeleteInterconnectOutput) String() string
String returns the string representation
type DeleteInterconnectRequest ¶
type DeleteInterconnectRequest struct { *aws.Request Input *DeleteInterconnectInput Copy func(*DeleteInterconnectInput) DeleteInterconnectRequest }
DeleteInterconnectRequest is the request type for the DeleteInterconnect API operation.
func (DeleteInterconnectRequest) Send ¶
func (r DeleteInterconnectRequest) Send(ctx context.Context) (*DeleteInterconnectResponse, error)
Send marshals and sends the DeleteInterconnect API request.
type DeleteInterconnectResponse ¶
type DeleteInterconnectResponse struct { *DeleteInterconnectOutput // contains filtered or unexported fields }
DeleteInterconnectResponse is the response type for the DeleteInterconnect API operation.
func (*DeleteInterconnectResponse) SDKResponseMetdata ¶
func (r *DeleteInterconnectResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteInterconnect request.
type DeleteLagInput ¶
type DeleteLagInput struct { // The ID of the LAG. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLagRequest
func (DeleteLagInput) String ¶
func (s DeleteLagInput) String() string
String returns the string representation
func (*DeleteLagInput) Validate ¶
func (s *DeleteLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLagOutput ¶
type DeleteLagOutput struct { // Indicates whether the LAG can host other connections. AllowsHostedConnections *bool `locationName:"allowsHostedConnections" type:"boolean"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The connections bundled by the LAG. Connections []Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // The possible values are 1Gbps and 10Gbps. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // Indicates whether the LAG supports a secondary BGP peer in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. The following are the possible values: // // * requested: The initial state of a LAG. The LAG stays in the requested // state until the Letter of Authorization (LOA) is available. // // * pending: The LAG has been approved and is being initialized. // // * available: The network link is established and the LAG is ready for // use. // // * down: The network link is down. // // * deleting: The LAG is being deleted. // // * deleted: The LAG is deleted. // // * unknown: The state of the LAG is not available. LagState LagState `locationName:"lagState" type:"string" enum:"true"` // The location of the LAG. Location *string `locationName:"location" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical connections bundled by the LAG, up to a maximum of // 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the AWS account that owns the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about a link aggregation group (LAG). Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag
func (DeleteLagOutput) String ¶
func (s DeleteLagOutput) String() string
String returns the string representation
type DeleteLagRequest ¶
type DeleteLagRequest struct { *aws.Request Input *DeleteLagInput Copy func(*DeleteLagInput) DeleteLagRequest }
DeleteLagRequest is the request type for the DeleteLag API operation.
func (DeleteLagRequest) Send ¶
func (r DeleteLagRequest) Send(ctx context.Context) (*DeleteLagResponse, error)
Send marshals and sends the DeleteLag API request.
type DeleteLagResponse ¶
type DeleteLagResponse struct { *DeleteLagOutput // contains filtered or unexported fields }
DeleteLagResponse is the response type for the DeleteLag API operation.
func (*DeleteLagResponse) SDKResponseMetdata ¶
func (r *DeleteLagResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteLag request.
type DeleteVirtualInterfaceInput ¶
type DeleteVirtualInterfaceInput struct { // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceRequest
func (DeleteVirtualInterfaceInput) String ¶
func (s DeleteVirtualInterfaceInput) String() string
String returns the string representation
func (*DeleteVirtualInterfaceInput) Validate ¶
func (s *DeleteVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVirtualInterfaceOutput ¶
type DeleteVirtualInterfaceOutput struct { // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse
func (DeleteVirtualInterfaceOutput) String ¶
func (s DeleteVirtualInterfaceOutput) String() string
String returns the string representation
type DeleteVirtualInterfaceRequest ¶
type DeleteVirtualInterfaceRequest struct { *aws.Request Input *DeleteVirtualInterfaceInput Copy func(*DeleteVirtualInterfaceInput) DeleteVirtualInterfaceRequest }
DeleteVirtualInterfaceRequest is the request type for the DeleteVirtualInterface API operation.
func (DeleteVirtualInterfaceRequest) Send ¶
func (r DeleteVirtualInterfaceRequest) Send(ctx context.Context) (*DeleteVirtualInterfaceResponse, error)
Send marshals and sends the DeleteVirtualInterface API request.
type DeleteVirtualInterfaceResponse ¶
type DeleteVirtualInterfaceResponse struct { *DeleteVirtualInterfaceOutput // contains filtered or unexported fields }
DeleteVirtualInterfaceResponse is the response type for the DeleteVirtualInterface API operation.
func (*DeleteVirtualInterfaceResponse) SDKResponseMetdata ¶
func (r *DeleteVirtualInterfaceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DeleteVirtualInterface request.
type DescribeConnectionLoaInput ¶
type DescribeConnectionLoaInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType LoaContentType `locationName:"loaContentType" type:"string" enum:"true"` // The name of the APN partner or service provider who establishes connectivity // on your behalf. If you specify this parameter, the LOA-CFA lists the provider // name alongside your company name as the requester of the cross connect. ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaRequest
func (DescribeConnectionLoaInput) String ¶
func (s DescribeConnectionLoaInput) String() string
String returns the string representation
func (*DescribeConnectionLoaInput) Validate ¶
func (s *DescribeConnectionLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConnectionLoaOutput ¶
type DescribeConnectionLoaOutput struct { // The Letter of Authorization - Connecting Facility Assignment (LOA-CFA). Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaResponse
func (DescribeConnectionLoaOutput) String ¶
func (s DescribeConnectionLoaOutput) String() string
String returns the string representation
type DescribeConnectionLoaRequest ¶
type DescribeConnectionLoaRequest struct { *aws.Request Input *DescribeConnectionLoaInput Copy func(*DescribeConnectionLoaInput) DescribeConnectionLoaRequest }
DescribeConnectionLoaRequest is the request type for the DescribeConnectionLoa API operation.
func (DescribeConnectionLoaRequest) Send ¶
func (r DescribeConnectionLoaRequest) Send(ctx context.Context) (*DescribeConnectionLoaResponse, error)
Send marshals and sends the DescribeConnectionLoa API request.
type DescribeConnectionLoaResponse ¶
type DescribeConnectionLoaResponse struct { *DescribeConnectionLoaOutput // contains filtered or unexported fields }
DescribeConnectionLoaResponse is the response type for the DescribeConnectionLoa API operation.
func (*DescribeConnectionLoaResponse) SDKResponseMetdata ¶
func (r *DescribeConnectionLoaResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeConnectionLoa request.
type DescribeConnectionsInput ¶
type DescribeConnectionsInput struct { // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsRequest
func (DescribeConnectionsInput) String ¶
func (s DescribeConnectionsInput) String() string
String returns the string representation
type DescribeConnectionsOnInterconnectInput ¶
type DescribeConnectionsOnInterconnectInput struct { // The ID of the interconnect. // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnectRequest
func (DescribeConnectionsOnInterconnectInput) String ¶
func (s DescribeConnectionsOnInterconnectInput) String() string
String returns the string representation
func (*DescribeConnectionsOnInterconnectInput) Validate ¶
func (s *DescribeConnectionsOnInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConnectionsOnInterconnectOutput ¶
type DescribeConnectionsOnInterconnectOutput struct { // The connections. Connections []Connection `locationName:"connections" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connections
func (DescribeConnectionsOnInterconnectOutput) String ¶
func (s DescribeConnectionsOnInterconnectOutput) String() string
String returns the string representation
type DescribeConnectionsOnInterconnectRequest ¶
type DescribeConnectionsOnInterconnectRequest struct { *aws.Request Input *DescribeConnectionsOnInterconnectInput Copy func(*DescribeConnectionsOnInterconnectInput) DescribeConnectionsOnInterconnectRequest }
DescribeConnectionsOnInterconnectRequest is the request type for the DescribeConnectionsOnInterconnect API operation.
func (DescribeConnectionsOnInterconnectRequest) Send ¶
func (r DescribeConnectionsOnInterconnectRequest) Send(ctx context.Context) (*DescribeConnectionsOnInterconnectResponse, error)
Send marshals and sends the DescribeConnectionsOnInterconnect API request.
type DescribeConnectionsOnInterconnectResponse ¶
type DescribeConnectionsOnInterconnectResponse struct { *DescribeConnectionsOnInterconnectOutput // contains filtered or unexported fields }
DescribeConnectionsOnInterconnectResponse is the response type for the DescribeConnectionsOnInterconnect API operation.
func (*DescribeConnectionsOnInterconnectResponse) SDKResponseMetdata ¶
func (r *DescribeConnectionsOnInterconnectResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeConnectionsOnInterconnect request.
type DescribeConnectionsOutput ¶
type DescribeConnectionsOutput struct { // The connections. Connections []Connection `locationName:"connections" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connections
func (DescribeConnectionsOutput) String ¶
func (s DescribeConnectionsOutput) String() string
String returns the string representation
type DescribeConnectionsRequest ¶
type DescribeConnectionsRequest struct { *aws.Request Input *DescribeConnectionsInput Copy func(*DescribeConnectionsInput) DescribeConnectionsRequest }
DescribeConnectionsRequest is the request type for the DescribeConnections API operation.
func (DescribeConnectionsRequest) Send ¶
func (r DescribeConnectionsRequest) Send(ctx context.Context) (*DescribeConnectionsResponse, error)
Send marshals and sends the DescribeConnections API request.
type DescribeConnectionsResponse ¶
type DescribeConnectionsResponse struct { *DescribeConnectionsOutput // contains filtered or unexported fields }
DescribeConnectionsResponse is the response type for the DescribeConnections API operation.
func (*DescribeConnectionsResponse) SDKResponseMetdata ¶
func (r *DescribeConnectionsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeConnections request.
type DescribeDirectConnectGatewayAssociationProposalsInput ¶
type DescribeDirectConnectGatewayAssociationProposalsInput struct { // The ID of the associated gateway. AssociatedGatewayId *string `locationName:"associatedGatewayId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token for the next page of results. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the proposal. ProposalId *string `locationName:"proposalId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationProposalsRequest
func (DescribeDirectConnectGatewayAssociationProposalsInput) String ¶
func (s DescribeDirectConnectGatewayAssociationProposalsInput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAssociationProposalsOutput ¶
type DescribeDirectConnectGatewayAssociationProposalsOutput struct { // Describes the Direct Connect gateway association proposals. DirectConnectGatewayAssociationProposals []DirectConnectGatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposals" type:"list"` // The token to use to retrieve the next page of results. This value is null // when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationProposalsResult
func (DescribeDirectConnectGatewayAssociationProposalsOutput) String ¶
func (s DescribeDirectConnectGatewayAssociationProposalsOutput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAssociationProposalsRequest ¶
type DescribeDirectConnectGatewayAssociationProposalsRequest struct { *aws.Request Input *DescribeDirectConnectGatewayAssociationProposalsInput Copy func(*DescribeDirectConnectGatewayAssociationProposalsInput) DescribeDirectConnectGatewayAssociationProposalsRequest }
DescribeDirectConnectGatewayAssociationProposalsRequest is the request type for the DescribeDirectConnectGatewayAssociationProposals API operation.
func (DescribeDirectConnectGatewayAssociationProposalsRequest) Send ¶
func (r DescribeDirectConnectGatewayAssociationProposalsRequest) Send(ctx context.Context) (*DescribeDirectConnectGatewayAssociationProposalsResponse, error)
Send marshals and sends the DescribeDirectConnectGatewayAssociationProposals API request.
type DescribeDirectConnectGatewayAssociationProposalsResponse ¶
type DescribeDirectConnectGatewayAssociationProposalsResponse struct { *DescribeDirectConnectGatewayAssociationProposalsOutput // contains filtered or unexported fields }
DescribeDirectConnectGatewayAssociationProposalsResponse is the response type for the DescribeDirectConnectGatewayAssociationProposals API operation.
func (*DescribeDirectConnectGatewayAssociationProposalsResponse) SDKResponseMetdata ¶
func (r *DescribeDirectConnectGatewayAssociationProposalsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeDirectConnectGatewayAssociationProposals request.
type DescribeDirectConnectGatewayAssociationsInput ¶
type DescribeDirectConnectGatewayAssociationsInput struct { // The ID of the associated gateway. AssociatedGatewayId *string `locationName:"associatedGatewayId" type:"string"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest
func (DescribeDirectConnectGatewayAssociationsInput) String ¶
func (s DescribeDirectConnectGatewayAssociationsInput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAssociationsOutput ¶
type DescribeDirectConnectGatewayAssociationsOutput struct { // Information about the associations. DirectConnectGatewayAssociations []DirectConnectGatewayAssociation `locationName:"directConnectGatewayAssociations" type:"list"` // The token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsResult
func (DescribeDirectConnectGatewayAssociationsOutput) String ¶
func (s DescribeDirectConnectGatewayAssociationsOutput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAssociationsRequest ¶
type DescribeDirectConnectGatewayAssociationsRequest struct { *aws.Request Input *DescribeDirectConnectGatewayAssociationsInput Copy func(*DescribeDirectConnectGatewayAssociationsInput) DescribeDirectConnectGatewayAssociationsRequest }
DescribeDirectConnectGatewayAssociationsRequest is the request type for the DescribeDirectConnectGatewayAssociations API operation.
func (DescribeDirectConnectGatewayAssociationsRequest) Send ¶
func (r DescribeDirectConnectGatewayAssociationsRequest) Send(ctx context.Context) (*DescribeDirectConnectGatewayAssociationsResponse, error)
Send marshals and sends the DescribeDirectConnectGatewayAssociations API request.
type DescribeDirectConnectGatewayAssociationsResponse ¶
type DescribeDirectConnectGatewayAssociationsResponse struct { *DescribeDirectConnectGatewayAssociationsOutput // contains filtered or unexported fields }
DescribeDirectConnectGatewayAssociationsResponse is the response type for the DescribeDirectConnectGatewayAssociations API operation.
func (*DescribeDirectConnectGatewayAssociationsResponse) SDKResponseMetdata ¶
func (r *DescribeDirectConnectGatewayAssociationsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeDirectConnectGatewayAssociations request.
type DescribeDirectConnectGatewayAttachmentsInput ¶
type DescribeDirectConnectGatewayAttachmentsInput struct { // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachmentsRequest
func (DescribeDirectConnectGatewayAttachmentsInput) String ¶
func (s DescribeDirectConnectGatewayAttachmentsInput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAttachmentsOutput ¶
type DescribeDirectConnectGatewayAttachmentsOutput struct { // The attachments. DirectConnectGatewayAttachments []DirectConnectGatewayAttachment `locationName:"directConnectGatewayAttachments" type:"list"` // The token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachmentsResult
func (DescribeDirectConnectGatewayAttachmentsOutput) String ¶
func (s DescribeDirectConnectGatewayAttachmentsOutput) String() string
String returns the string representation
type DescribeDirectConnectGatewayAttachmentsRequest ¶
type DescribeDirectConnectGatewayAttachmentsRequest struct { *aws.Request Input *DescribeDirectConnectGatewayAttachmentsInput Copy func(*DescribeDirectConnectGatewayAttachmentsInput) DescribeDirectConnectGatewayAttachmentsRequest }
DescribeDirectConnectGatewayAttachmentsRequest is the request type for the DescribeDirectConnectGatewayAttachments API operation.
func (DescribeDirectConnectGatewayAttachmentsRequest) Send ¶
func (r DescribeDirectConnectGatewayAttachmentsRequest) Send(ctx context.Context) (*DescribeDirectConnectGatewayAttachmentsResponse, error)
Send marshals and sends the DescribeDirectConnectGatewayAttachments API request.
type DescribeDirectConnectGatewayAttachmentsResponse ¶
type DescribeDirectConnectGatewayAttachmentsResponse struct { *DescribeDirectConnectGatewayAttachmentsOutput // contains filtered or unexported fields }
DescribeDirectConnectGatewayAttachmentsResponse is the response type for the DescribeDirectConnectGatewayAttachments API operation.
func (*DescribeDirectConnectGatewayAttachmentsResponse) SDKResponseMetdata ¶
func (r *DescribeDirectConnectGatewayAttachmentsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeDirectConnectGatewayAttachments request.
type DescribeDirectConnectGatewaysInput ¶
type DescribeDirectConnectGatewaysInput struct { // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewaysRequest
func (DescribeDirectConnectGatewaysInput) String ¶
func (s DescribeDirectConnectGatewaysInput) String() string
String returns the string representation
type DescribeDirectConnectGatewaysOutput ¶
type DescribeDirectConnectGatewaysOutput struct { // The Direct Connect gateways. DirectConnectGateways []DirectConnectGateway `locationName:"directConnectGateways" type:"list"` // The token to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewaysResult
func (DescribeDirectConnectGatewaysOutput) String ¶
func (s DescribeDirectConnectGatewaysOutput) String() string
String returns the string representation
type DescribeDirectConnectGatewaysRequest ¶
type DescribeDirectConnectGatewaysRequest struct { *aws.Request Input *DescribeDirectConnectGatewaysInput Copy func(*DescribeDirectConnectGatewaysInput) DescribeDirectConnectGatewaysRequest }
DescribeDirectConnectGatewaysRequest is the request type for the DescribeDirectConnectGateways API operation.
func (DescribeDirectConnectGatewaysRequest) Send ¶
func (r DescribeDirectConnectGatewaysRequest) Send(ctx context.Context) (*DescribeDirectConnectGatewaysResponse, error)
Send marshals and sends the DescribeDirectConnectGateways API request.
type DescribeDirectConnectGatewaysResponse ¶
type DescribeDirectConnectGatewaysResponse struct { *DescribeDirectConnectGatewaysOutput // contains filtered or unexported fields }
DescribeDirectConnectGatewaysResponse is the response type for the DescribeDirectConnectGateways API operation.
func (*DescribeDirectConnectGatewaysResponse) SDKResponseMetdata ¶
func (r *DescribeDirectConnectGatewaysResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeDirectConnectGateways request.
type DescribeHostedConnectionsInput ¶
type DescribeHostedConnectionsInput struct { // The ID of the interconnect or LAG. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnectionsRequest
func (DescribeHostedConnectionsInput) String ¶
func (s DescribeHostedConnectionsInput) String() string
String returns the string representation
func (*DescribeHostedConnectionsInput) Validate ¶
func (s *DescribeHostedConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeHostedConnectionsOutput ¶
type DescribeHostedConnectionsOutput struct { // The connections. Connections []Connection `locationName:"connections" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connections
func (DescribeHostedConnectionsOutput) String ¶
func (s DescribeHostedConnectionsOutput) String() string
String returns the string representation
type DescribeHostedConnectionsRequest ¶
type DescribeHostedConnectionsRequest struct { *aws.Request Input *DescribeHostedConnectionsInput Copy func(*DescribeHostedConnectionsInput) DescribeHostedConnectionsRequest }
DescribeHostedConnectionsRequest is the request type for the DescribeHostedConnections API operation.
func (DescribeHostedConnectionsRequest) Send ¶
func (r DescribeHostedConnectionsRequest) Send(ctx context.Context) (*DescribeHostedConnectionsResponse, error)
Send marshals and sends the DescribeHostedConnections API request.
type DescribeHostedConnectionsResponse ¶
type DescribeHostedConnectionsResponse struct { *DescribeHostedConnectionsOutput // contains filtered or unexported fields }
DescribeHostedConnectionsResponse is the response type for the DescribeHostedConnections API operation.
func (*DescribeHostedConnectionsResponse) SDKResponseMetdata ¶
func (r *DescribeHostedConnectionsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeHostedConnections request.
type DescribeInterconnectLoaInput ¶
type DescribeInterconnectLoaInput struct { // The ID of the interconnect. // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType LoaContentType `locationName:"loaContentType" type:"string" enum:"true"` // The name of the service provider who establishes connectivity on your behalf. // If you supply this parameter, the LOA-CFA lists the provider name alongside // your company name as the requester of the cross connect. ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaRequest
func (DescribeInterconnectLoaInput) String ¶
func (s DescribeInterconnectLoaInput) String() string
String returns the string representation
func (*DescribeInterconnectLoaInput) Validate ¶
func (s *DescribeInterconnectLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInterconnectLoaOutput ¶
type DescribeInterconnectLoaOutput struct { // The Letter of Authorization - Connecting Facility Assignment (LOA-CFA). Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaResponse
func (DescribeInterconnectLoaOutput) String ¶
func (s DescribeInterconnectLoaOutput) String() string
String returns the string representation
type DescribeInterconnectLoaRequest ¶
type DescribeInterconnectLoaRequest struct { *aws.Request Input *DescribeInterconnectLoaInput Copy func(*DescribeInterconnectLoaInput) DescribeInterconnectLoaRequest }
DescribeInterconnectLoaRequest is the request type for the DescribeInterconnectLoa API operation.
func (DescribeInterconnectLoaRequest) Send ¶
func (r DescribeInterconnectLoaRequest) Send(ctx context.Context) (*DescribeInterconnectLoaResponse, error)
Send marshals and sends the DescribeInterconnectLoa API request.
type DescribeInterconnectLoaResponse ¶
type DescribeInterconnectLoaResponse struct { *DescribeInterconnectLoaOutput // contains filtered or unexported fields }
DescribeInterconnectLoaResponse is the response type for the DescribeInterconnectLoa API operation.
func (*DescribeInterconnectLoaResponse) SDKResponseMetdata ¶
func (r *DescribeInterconnectLoaResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeInterconnectLoa request.
type DescribeInterconnectsInput ¶
type DescribeInterconnectsInput struct { // The ID of the interconnect. InterconnectId *string `locationName:"interconnectId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectsRequest
func (DescribeInterconnectsInput) String ¶
func (s DescribeInterconnectsInput) String() string
String returns the string representation
type DescribeInterconnectsOutput ¶
type DescribeInterconnectsOutput struct { // The interconnects. Interconnects []Interconnect `locationName:"interconnects" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnects
func (DescribeInterconnectsOutput) String ¶
func (s DescribeInterconnectsOutput) String() string
String returns the string representation
type DescribeInterconnectsRequest ¶
type DescribeInterconnectsRequest struct { *aws.Request Input *DescribeInterconnectsInput Copy func(*DescribeInterconnectsInput) DescribeInterconnectsRequest }
DescribeInterconnectsRequest is the request type for the DescribeInterconnects API operation.
func (DescribeInterconnectsRequest) Send ¶
func (r DescribeInterconnectsRequest) Send(ctx context.Context) (*DescribeInterconnectsResponse, error)
Send marshals and sends the DescribeInterconnects API request.
type DescribeInterconnectsResponse ¶
type DescribeInterconnectsResponse struct { *DescribeInterconnectsOutput // contains filtered or unexported fields }
DescribeInterconnectsResponse is the response type for the DescribeInterconnects API operation.
func (*DescribeInterconnectsResponse) SDKResponseMetdata ¶
func (r *DescribeInterconnectsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeInterconnects request.
type DescribeLagsInput ¶
type DescribeLagsInput struct { // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLagsRequest
func (DescribeLagsInput) String ¶
func (s DescribeLagsInput) String() string
String returns the string representation
type DescribeLagsOutput ¶
type DescribeLagsOutput struct { // The LAGs. Lags []Lag `locationName:"lags" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lags
func (DescribeLagsOutput) String ¶
func (s DescribeLagsOutput) String() string
String returns the string representation
type DescribeLagsRequest ¶
type DescribeLagsRequest struct { *aws.Request Input *DescribeLagsInput Copy func(*DescribeLagsInput) DescribeLagsRequest }
DescribeLagsRequest is the request type for the DescribeLags API operation.
func (DescribeLagsRequest) Send ¶
func (r DescribeLagsRequest) Send(ctx context.Context) (*DescribeLagsResponse, error)
Send marshals and sends the DescribeLags API request.
type DescribeLagsResponse ¶
type DescribeLagsResponse struct { *DescribeLagsOutput // contains filtered or unexported fields }
DescribeLagsResponse is the response type for the DescribeLags API operation.
func (*DescribeLagsResponse) SDKResponseMetdata ¶
func (r *DescribeLagsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeLags request.
type DescribeLoaInput ¶
type DescribeLoaInput struct { // The ID of a connection, LAG, or interconnect. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType LoaContentType `locationName:"loaContentType" type:"string" enum:"true"` // The name of the service provider who establishes connectivity on your behalf. // If you specify this parameter, the LOA-CFA lists the provider name alongside // your company name as the requester of the cross connect. ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoaRequest
func (DescribeLoaInput) String ¶
func (s DescribeLoaInput) String() string
String returns the string representation
func (*DescribeLoaInput) Validate ¶
func (s *DescribeLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLoaOutput ¶
type DescribeLoaOutput struct { // The binary contents of the LOA-CFA document. // // LoaContent is automatically base64 encoded/decoded by the SDK. LoaContent []byte `locationName:"loaContent" type:"blob"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType LoaContentType `locationName:"loaContentType" type:"string" enum:"true"` // contains filtered or unexported fields }
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Loa
func (DescribeLoaOutput) String ¶
func (s DescribeLoaOutput) String() string
String returns the string representation
type DescribeLoaRequest ¶
type DescribeLoaRequest struct { *aws.Request Input *DescribeLoaInput Copy func(*DescribeLoaInput) DescribeLoaRequest }
DescribeLoaRequest is the request type for the DescribeLoa API operation.
func (DescribeLoaRequest) Send ¶
func (r DescribeLoaRequest) Send(ctx context.Context) (*DescribeLoaResponse, error)
Send marshals and sends the DescribeLoa API request.
type DescribeLoaResponse ¶
type DescribeLoaResponse struct { *DescribeLoaOutput // contains filtered or unexported fields }
DescribeLoaResponse is the response type for the DescribeLoa API operation.
func (*DescribeLoaResponse) SDKResponseMetdata ¶
func (r *DescribeLoaResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeLoa request.
type DescribeLocationsInput ¶
type DescribeLocationsInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocationsInput
func (DescribeLocationsInput) String ¶
func (s DescribeLocationsInput) String() string
String returns the string representation
type DescribeLocationsOutput ¶
type DescribeLocationsOutput struct { // The locations. Locations []Location `locationName:"locations" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Locations
func (DescribeLocationsOutput) String ¶
func (s DescribeLocationsOutput) String() string
String returns the string representation
type DescribeLocationsRequest ¶
type DescribeLocationsRequest struct { *aws.Request Input *DescribeLocationsInput Copy func(*DescribeLocationsInput) DescribeLocationsRequest }
DescribeLocationsRequest is the request type for the DescribeLocations API operation.
func (DescribeLocationsRequest) Send ¶
func (r DescribeLocationsRequest) Send(ctx context.Context) (*DescribeLocationsResponse, error)
Send marshals and sends the DescribeLocations API request.
type DescribeLocationsResponse ¶
type DescribeLocationsResponse struct { *DescribeLocationsOutput // contains filtered or unexported fields }
DescribeLocationsResponse is the response type for the DescribeLocations API operation.
func (*DescribeLocationsResponse) SDKResponseMetdata ¶
func (r *DescribeLocationsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeLocations request.
type DescribeTagsInput ¶
type DescribeTagsInput struct { // The Amazon Resource Names (ARNs) of the resources. // // ResourceArns is a required field ResourceArns []string `locationName:"resourceArns" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTagsRequest
func (DescribeTagsInput) String ¶
func (s DescribeTagsInput) String() string
String returns the string representation
func (*DescribeTagsInput) Validate ¶
func (s *DescribeTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTagsOutput ¶
type DescribeTagsOutput struct { // Information about the tags. ResourceTags []ResourceTag `locationName:"resourceTags" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTagsResponse
func (DescribeTagsOutput) String ¶
func (s DescribeTagsOutput) String() string
String returns the string representation
type DescribeTagsRequest ¶
type DescribeTagsRequest struct { *aws.Request Input *DescribeTagsInput Copy func(*DescribeTagsInput) DescribeTagsRequest }
DescribeTagsRequest is the request type for the DescribeTags API operation.
func (DescribeTagsRequest) Send ¶
func (r DescribeTagsRequest) Send(ctx context.Context) (*DescribeTagsResponse, error)
Send marshals and sends the DescribeTags API request.
type DescribeTagsResponse ¶
type DescribeTagsResponse struct { *DescribeTagsOutput // contains filtered or unexported fields }
DescribeTagsResponse is the response type for the DescribeTags API operation.
func (*DescribeTagsResponse) SDKResponseMetdata ¶
func (r *DescribeTagsResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeTags request.
type DescribeVirtualGatewaysInput ¶
type DescribeVirtualGatewaysInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGatewaysInput
func (DescribeVirtualGatewaysInput) String ¶
func (s DescribeVirtualGatewaysInput) String() string
String returns the string representation
type DescribeVirtualGatewaysOutput ¶
type DescribeVirtualGatewaysOutput struct { // The virtual private gateways. VirtualGateways []VirtualGateway `locationName:"virtualGateways" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateways
func (DescribeVirtualGatewaysOutput) String ¶
func (s DescribeVirtualGatewaysOutput) String() string
String returns the string representation
type DescribeVirtualGatewaysRequest ¶
type DescribeVirtualGatewaysRequest struct { *aws.Request Input *DescribeVirtualGatewaysInput Copy func(*DescribeVirtualGatewaysInput) DescribeVirtualGatewaysRequest }
DescribeVirtualGatewaysRequest is the request type for the DescribeVirtualGateways API operation.
func (DescribeVirtualGatewaysRequest) Send ¶
func (r DescribeVirtualGatewaysRequest) Send(ctx context.Context) (*DescribeVirtualGatewaysResponse, error)
Send marshals and sends the DescribeVirtualGateways API request.
type DescribeVirtualGatewaysResponse ¶
type DescribeVirtualGatewaysResponse struct { *DescribeVirtualGatewaysOutput // contains filtered or unexported fields }
DescribeVirtualGatewaysResponse is the response type for the DescribeVirtualGateways API operation.
func (*DescribeVirtualGatewaysResponse) SDKResponseMetdata ¶
func (r *DescribeVirtualGatewaysResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeVirtualGateways request.
type DescribeVirtualInterfacesInput ¶
type DescribeVirtualInterfacesInput struct { // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfacesRequest
func (DescribeVirtualInterfacesInput) String ¶
func (s DescribeVirtualInterfacesInput) String() string
String returns the string representation
type DescribeVirtualInterfacesOutput ¶
type DescribeVirtualInterfacesOutput struct { // The virtual interfaces VirtualInterfaces []VirtualInterface `locationName:"virtualInterfaces" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterfaces
func (DescribeVirtualInterfacesOutput) String ¶
func (s DescribeVirtualInterfacesOutput) String() string
String returns the string representation
type DescribeVirtualInterfacesRequest ¶
type DescribeVirtualInterfacesRequest struct { *aws.Request Input *DescribeVirtualInterfacesInput Copy func(*DescribeVirtualInterfacesInput) DescribeVirtualInterfacesRequest }
DescribeVirtualInterfacesRequest is the request type for the DescribeVirtualInterfaces API operation.
func (DescribeVirtualInterfacesRequest) Send ¶
func (r DescribeVirtualInterfacesRequest) Send(ctx context.Context) (*DescribeVirtualInterfacesResponse, error)
Send marshals and sends the DescribeVirtualInterfaces API request.
type DescribeVirtualInterfacesResponse ¶
type DescribeVirtualInterfacesResponse struct { *DescribeVirtualInterfacesOutput // contains filtered or unexported fields }
DescribeVirtualInterfacesResponse is the response type for the DescribeVirtualInterfaces API operation.
func (*DescribeVirtualInterfacesResponse) SDKResponseMetdata ¶
func (r *DescribeVirtualInterfacesResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DescribeVirtualInterfaces request.
type DirectConnectGateway ¶
type DirectConnectGateway struct { // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The name of the Direct Connect gateway. DirectConnectGatewayName *string `locationName:"directConnectGatewayName" type:"string"` // The state of the Direct Connect gateway. The following are the possible values: // // * pending: The initial state after calling CreateDirectConnectGateway. // // * available: The Direct Connect gateway is ready for use. // // * deleting: The initial state after calling DeleteDirectConnectGateway. // // * deleted: The Direct Connect gateway is deleted and cannot pass traffic. DirectConnectGatewayState DirectConnectGatewayState `locationName:"directConnectGatewayState" type:"string" enum:"true"` // The ID of the AWS account that owns the Direct Connect gateway. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The error message if the state of an object failed to advance. StateChangeError *string `locationName:"stateChangeError" type:"string"` // contains filtered or unexported fields }
Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGateway
func (DirectConnectGateway) String ¶
func (s DirectConnectGateway) String() string
String returns the string representation
type DirectConnectGatewayAssociation ¶
type DirectConnectGatewayAssociation struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"allowedPrefixesToDirectConnectGateway" type:"list"` // Information about the associated gateway. AssociatedGateway *AssociatedGateway `locationName:"associatedGateway" type:"structure"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The state of the association. The following are the possible values: // // * associating: The initial state after calling CreateDirectConnectGatewayAssociation. // // * associated: The Direct Connect gateway and virtual private gateway or // transit gateway are successfully associated and ready to pass traffic. // // * disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation. // // * disassociated: The virtual private gateway or transit gateway is disassociated // from the Direct Connect gateway. Traffic flow between the Direct Connect // gateway and virtual private gateway or transit gateway is stopped. AssociationState DirectConnectGatewayAssociationState `locationName:"associationState" type:"string" enum:"true"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the AWS account that owns the associated gateway. DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string"` // The error message if the state of an object failed to advance. StateChangeError *string `locationName:"stateChangeError" type:"string"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the AWS account that owns the virtual private gateway. VirtualGatewayOwnerAccount *string `locationName:"virtualGatewayOwnerAccount" type:"string"` // The AWS Region where the virtual private gateway is located. VirtualGatewayRegion *string `locationName:"virtualGatewayRegion" deprecated:"true" type:"string"` // contains filtered or unexported fields }
Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociation
func (DirectConnectGatewayAssociation) String ¶
func (s DirectConnectGatewayAssociation) String() string
String returns the string representation
type DirectConnectGatewayAssociationProposal ¶
type DirectConnectGatewayAssociationProposal struct { // Information about the associated gateway. AssociatedGateway *AssociatedGateway `locationName:"associatedGateway" type:"structure"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the AWS account that owns the Direct Connect gateway. DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string"` // The existing Amazon VPC prefixes advertised to the Direct Connect gateway. ExistingAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"existingAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the association proposal. ProposalId *string `locationName:"proposalId" type:"string"` // The state of the proposal. The following are possible values: // // * accepted: The proposal has been accepted. The Direct Connect gateway // association is available to use in this state. // // * deleted: The proposal has been deleted by the owner that made the proposal. // The Direct Connect gateway association cannot be used in this state. // // * requested: The proposal has been requested. The Direct Connect gateway // association cannot be used in this state. ProposalState DirectConnectGatewayAssociationProposalState `locationName:"proposalState" type:"string" enum:"true"` // The Amazon VPC prefixes to advertise to the Direct Connect gateway. RequestedAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"requestedAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociationProposal
func (DirectConnectGatewayAssociationProposal) String ¶
func (s DirectConnectGatewayAssociationProposal) String() string
String returns the string representation
type DirectConnectGatewayAssociationProposalState ¶
type DirectConnectGatewayAssociationProposalState string
const ( DirectConnectGatewayAssociationProposalStateRequested DirectConnectGatewayAssociationProposalState = "requested" DirectConnectGatewayAssociationProposalStateAccepted DirectConnectGatewayAssociationProposalState = "accepted" DirectConnectGatewayAssociationProposalStateDeleted DirectConnectGatewayAssociationProposalState = "deleted" )
Enum values for DirectConnectGatewayAssociationProposalState
func (DirectConnectGatewayAssociationProposalState) MarshalValue ¶
func (enum DirectConnectGatewayAssociationProposalState) MarshalValue() (string, error)
func (DirectConnectGatewayAssociationProposalState) MarshalValueBuf ¶
func (enum DirectConnectGatewayAssociationProposalState) MarshalValueBuf(b []byte) ([]byte, error)
type DirectConnectGatewayAssociationState ¶
type DirectConnectGatewayAssociationState string
const ( DirectConnectGatewayAssociationStateAssociating DirectConnectGatewayAssociationState = "associating" DirectConnectGatewayAssociationStateAssociated DirectConnectGatewayAssociationState = "associated" DirectConnectGatewayAssociationStateDisassociating DirectConnectGatewayAssociationState = "disassociating" DirectConnectGatewayAssociationStateDisassociated DirectConnectGatewayAssociationState = "disassociated" DirectConnectGatewayAssociationStateUpdating DirectConnectGatewayAssociationState = "updating" )
Enum values for DirectConnectGatewayAssociationState
func (DirectConnectGatewayAssociationState) MarshalValue ¶
func (enum DirectConnectGatewayAssociationState) MarshalValue() (string, error)
func (DirectConnectGatewayAssociationState) MarshalValueBuf ¶
func (enum DirectConnectGatewayAssociationState) MarshalValueBuf(b []byte) ([]byte, error)
type DirectConnectGatewayAttachment ¶
type DirectConnectGatewayAttachment struct { // The state of the attachment. The following are the possible values: // // * attaching: The initial state after a virtual interface is created using // the Direct Connect gateway. // // * attached: The Direct Connect gateway and virtual interface are attached // and ready to pass traffic. // // * detaching: The initial state after calling DeleteVirtualInterface. // // * detached: The virtual interface is detached from the Direct Connect // gateway. Traffic flow between the Direct Connect gateway and virtual interface // is stopped. AttachmentState DirectConnectGatewayAttachmentState `locationName:"attachmentState" type:"string" enum:"true"` // The type of attachment. AttachmentType DirectConnectGatewayAttachmentType `locationName:"attachmentType" type:"string" enum:"true"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The error message if the state of an object failed to advance. StateChangeError *string `locationName:"stateChangeError" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The ID of the AWS account that owns the virtual interface. VirtualInterfaceOwnerAccount *string `locationName:"virtualInterfaceOwnerAccount" type:"string"` // The AWS Region where the virtual interface is located. VirtualInterfaceRegion *string `locationName:"virtualInterfaceRegion" type:"string"` // contains filtered or unexported fields }
Information about an attachment between a Direct Connect gateway and a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAttachment
func (DirectConnectGatewayAttachment) String ¶
func (s DirectConnectGatewayAttachment) String() string
String returns the string representation
type DirectConnectGatewayAttachmentState ¶
type DirectConnectGatewayAttachmentState string
const ( DirectConnectGatewayAttachmentStateAttaching DirectConnectGatewayAttachmentState = "attaching" DirectConnectGatewayAttachmentStateAttached DirectConnectGatewayAttachmentState = "attached" DirectConnectGatewayAttachmentStateDetaching DirectConnectGatewayAttachmentState = "detaching" DirectConnectGatewayAttachmentStateDetached DirectConnectGatewayAttachmentState = "detached" )
Enum values for DirectConnectGatewayAttachmentState
func (DirectConnectGatewayAttachmentState) MarshalValue ¶
func (enum DirectConnectGatewayAttachmentState) MarshalValue() (string, error)
func (DirectConnectGatewayAttachmentState) MarshalValueBuf ¶
func (enum DirectConnectGatewayAttachmentState) MarshalValueBuf(b []byte) ([]byte, error)
type DirectConnectGatewayAttachmentType ¶
type DirectConnectGatewayAttachmentType string
const ( DirectConnectGatewayAttachmentTypeTransitVirtualInterface DirectConnectGatewayAttachmentType = "TransitVirtualInterface" DirectConnectGatewayAttachmentTypePrivateVirtualInterface DirectConnectGatewayAttachmentType = "PrivateVirtualInterface" )
Enum values for DirectConnectGatewayAttachmentType
func (DirectConnectGatewayAttachmentType) MarshalValue ¶
func (enum DirectConnectGatewayAttachmentType) MarshalValue() (string, error)
func (DirectConnectGatewayAttachmentType) MarshalValueBuf ¶
func (enum DirectConnectGatewayAttachmentType) MarshalValueBuf(b []byte) ([]byte, error)
type DirectConnectGatewayState ¶
type DirectConnectGatewayState string
const ( DirectConnectGatewayStatePending DirectConnectGatewayState = "pending" DirectConnectGatewayStateAvailable DirectConnectGatewayState = "available" DirectConnectGatewayStateDeleting DirectConnectGatewayState = "deleting" DirectConnectGatewayStateDeleted DirectConnectGatewayState = "deleted" )
Enum values for DirectConnectGatewayState
func (DirectConnectGatewayState) MarshalValue ¶
func (enum DirectConnectGatewayState) MarshalValue() (string, error)
func (DirectConnectGatewayState) MarshalValueBuf ¶
func (enum DirectConnectGatewayState) MarshalValueBuf(b []byte) ([]byte, error)
type DisassociateConnectionFromLagInput ¶
type DisassociateConnectionFromLagInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLagRequest
func (DisassociateConnectionFromLagInput) String ¶
func (s DisassociateConnectionFromLagInput) String() string
String returns the string representation
func (*DisassociateConnectionFromLagInput) Validate ¶
func (s *DisassociateConnectionFromLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateConnectionFromLagOutput ¶
type DisassociateConnectionFromLagOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // 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 the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState ConnectionState `locationName:"connectionState" type:"string" enum:"true"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The ID of the AWS account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an AWS Direct Connect connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (DisassociateConnectionFromLagOutput) String ¶
func (s DisassociateConnectionFromLagOutput) String() string
String returns the string representation
type DisassociateConnectionFromLagRequest ¶
type DisassociateConnectionFromLagRequest struct { *aws.Request Input *DisassociateConnectionFromLagInput Copy func(*DisassociateConnectionFromLagInput) DisassociateConnectionFromLagRequest }
DisassociateConnectionFromLagRequest is the request type for the DisassociateConnectionFromLag API operation.
func (DisassociateConnectionFromLagRequest) Send ¶
func (r DisassociateConnectionFromLagRequest) Send(ctx context.Context) (*DisassociateConnectionFromLagResponse, error)
Send marshals and sends the DisassociateConnectionFromLag API request.
type DisassociateConnectionFromLagResponse ¶
type DisassociateConnectionFromLagResponse struct { *DisassociateConnectionFromLagOutput // contains filtered or unexported fields }
DisassociateConnectionFromLagResponse is the response type for the DisassociateConnectionFromLag API operation.
func (*DisassociateConnectionFromLagResponse) SDKResponseMetdata ¶
func (r *DisassociateConnectionFromLagResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the DisassociateConnectionFromLag request.
type GatewayType ¶
type GatewayType string
const ( GatewayTypeVirtualPrivateGateway GatewayType = "virtualPrivateGateway" GatewayTypeTransitGateway GatewayType = "transitGateway" )
Enum values for GatewayType
func (GatewayType) MarshalValue ¶
func (enum GatewayType) MarshalValue() (string, error)
func (GatewayType) MarshalValueBuf ¶
func (enum GatewayType) MarshalValueBuf(b []byte) ([]byte, error)
type HasLogicalRedundancy ¶
type HasLogicalRedundancy string
const ( HasLogicalRedundancyUnknown HasLogicalRedundancy = "unknown" HasLogicalRedundancyYes HasLogicalRedundancy = "yes" HasLogicalRedundancyNo HasLogicalRedundancy = "no" )
Enum values for HasLogicalRedundancy
func (HasLogicalRedundancy) MarshalValue ¶
func (enum HasLogicalRedundancy) MarshalValue() (string, error)
func (HasLogicalRedundancy) MarshalValueBuf ¶
func (enum HasLogicalRedundancy) MarshalValueBuf(b []byte) ([]byte, error)
type Interconnect ¶
type Interconnect struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint on which the physical connection terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // Indicates whether the interconnect supports a secondary BGP in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // The ID of the interconnect. InterconnectId *string `locationName:"interconnectId" type:"string"` // The name of the interconnect. InterconnectName *string `locationName:"interconnectName" type:"string"` // The state of the interconnect. The following are the possible values: // // * requested: The initial state of an interconnect. The interconnect stays // in the requested state until the Letter of Authorization (LOA) is sent // to the customer. // // * pending: The interconnect is approved, and is being initialized. // // * available: The network link is up, and the interconnect is ready for // use. // // * down: The network link is down. // // * deleting: The interconnect is being deleted. // // * deleted: The interconnect is deleted. // // * unknown: The state of the interconnect is not available. InterconnectState InterconnectState `locationName:"interconnectState" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about an interconnect. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect
func (Interconnect) String ¶
func (s Interconnect) String() string
String returns the string representation
type InterconnectState ¶
type InterconnectState string
const ( InterconnectStateRequested InterconnectState = "requested" InterconnectStatePending InterconnectState = "pending" InterconnectStateAvailable InterconnectState = "available" InterconnectStateDown InterconnectState = "down" InterconnectStateDeleting InterconnectState = "deleting" InterconnectStateDeleted InterconnectState = "deleted" InterconnectStateUnknown InterconnectState = "unknown" )
Enum values for InterconnectState
func (InterconnectState) MarshalValue ¶
func (enum InterconnectState) MarshalValue() (string, error)
func (InterconnectState) MarshalValueBuf ¶
func (enum InterconnectState) MarshalValueBuf(b []byte) ([]byte, error)
type Lag ¶
type Lag struct { // Indicates whether the LAG can host other connections. AllowsHostedConnections *bool `locationName:"allowsHostedConnections" type:"boolean"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The connections bundled by the LAG. Connections []Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // The possible values are 1Gbps and 10Gbps. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // Indicates whether the LAG supports a secondary BGP peer in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. The following are the possible values: // // * requested: The initial state of a LAG. The LAG stays in the requested // state until the Letter of Authorization (LOA) is available. // // * pending: The LAG has been approved and is being initialized. // // * available: The network link is established and the LAG is ready for // use. // // * down: The network link is down. // // * deleting: The LAG is being deleted. // // * deleted: The LAG is deleted. // // * unknown: The state of the LAG is not available. LagState LagState `locationName:"lagState" type:"string" enum:"true"` // The location of the LAG. Location *string `locationName:"location" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical connections bundled by the LAG, up to a maximum of // 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the AWS account that owns the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about a link aggregation group (LAG). Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag
func (Lag) String ¶
String returns the string representation
type LagState ¶
type LagState string
const ( LagStateRequested LagState = "requested" LagStatePending LagState = "pending" LagStateAvailable LagState = "available" LagStateDown LagState = "down" LagStateDeleting LagState = "deleting" LagStateDeleted LagState = "deleted" LagStateUnknown LagState = "unknown" )
Enum values for LagState
func (LagState) MarshalValue ¶
func (LagState) MarshalValueBuf ¶
type Loa ¶
type Loa struct { // The binary contents of the LOA-CFA document. // // LoaContent is automatically base64 encoded/decoded by the SDK. LoaContent []byte `locationName:"loaContent" type:"blob"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType LoaContentType `locationName:"loaContentType" type:"string" enum:"true"` // contains filtered or unexported fields }
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Loa
func (Loa) String ¶
String returns the string representation
type LoaContentType ¶
type LoaContentType string
const ( LoaContentTypeApplicationPdf LoaContentType = "application/pdf" )
Enum values for LoaContentType
func (LoaContentType) MarshalValue ¶
func (enum LoaContentType) MarshalValue() (string, error)
func (LoaContentType) MarshalValueBuf ¶
func (enum LoaContentType) MarshalValueBuf(b []byte) ([]byte, error)
type Location ¶
type Location struct { // The available port speeds for the location. AvailablePortSpeeds []string `locationName:"availablePortSpeeds" type:"list"` // The code for the location. LocationCode *string `locationName:"locationCode" type:"string"` // The name of the location. This includes the name of the colocation partner // and the physical site of the building. LocationName *string `locationName:"locationName" type:"string"` // The AWS Region for the location. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about an AWS Direct Connect location. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location
func (Location) String ¶
String returns the string representation
type NewBGPPeer ¶
type NewBGPPeer struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // contains filtered or unexported fields }
Information about a new BGP peer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewBGPPeer
func (NewBGPPeer) String ¶
func (s NewBGPPeer) String() string
String returns the string representation
type NewPrivateVirtualInterface ¶
type NewPrivateVirtualInterface struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The name of the virtual interface assigned by the customer network. // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The ID of the VLAN. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Information about a private virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface
func (NewPrivateVirtualInterface) String ¶
func (s NewPrivateVirtualInterface) String() string
String returns the string representation
func (*NewPrivateVirtualInterface) Validate ¶
func (s *NewPrivateVirtualInterface) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewPrivateVirtualInterfaceAllocation ¶
type NewPrivateVirtualInterfaceAllocation struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The name of the virtual interface assigned by the customer network. // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The ID of the VLAN. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Information about a private virtual interface to be provisioned on a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterfaceAllocation
func (NewPrivateVirtualInterfaceAllocation) String ¶
func (s NewPrivateVirtualInterfaceAllocation) String() string
String returns the string representation
func (*NewPrivateVirtualInterfaceAllocation) Validate ¶
func (s *NewPrivateVirtualInterfaceAllocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewPublicVirtualInterface ¶
type NewPublicVirtualInterface struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The name of the virtual interface assigned by the customer network. // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The ID of the VLAN. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Information about a public virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterface
func (NewPublicVirtualInterface) String ¶
func (s NewPublicVirtualInterface) String() string
String returns the string representation
func (*NewPublicVirtualInterface) Validate ¶
func (s *NewPublicVirtualInterface) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewPublicVirtualInterfaceAllocation ¶
type NewPublicVirtualInterfaceAllocation struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The name of the virtual interface assigned by the customer network. // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The ID of the VLAN. // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Information about a public virtual interface to be provisioned on a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation
func (NewPublicVirtualInterfaceAllocation) String ¶
func (s NewPublicVirtualInterfaceAllocation) String() string
String returns the string representation
func (*NewPublicVirtualInterfaceAllocation) Validate ¶
func (s *NewPublicVirtualInterfaceAllocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewTransitVirtualInterface ¶
type NewTransitVirtualInterface struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a transit virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterface
func (NewTransitVirtualInterface) String ¶
func (s NewTransitVirtualInterface) String() string
String returns the string representation
type NewTransitVirtualInterfaceAllocation ¶
type NewTransitVirtualInterfaceAllocation struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a transit virtual interface to be provisioned on a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewTransitVirtualInterfaceAllocation
func (NewTransitVirtualInterfaceAllocation) String ¶
func (s NewTransitVirtualInterfaceAllocation) String() string
String returns the string representation
type ResourceTag ¶
type ResourceTag struct { // The Amazon Resource Name (ARN) of the resource. ResourceArn *string `locationName:"resourceArn" type:"string"` // The tags. Tags []Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
Information about a tag associated with an AWS Direct Connect resource. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ResourceTag
func (ResourceTag) String ¶
func (s ResourceTag) String() string
String returns the string representation
type RouteFilterPrefix ¶
type RouteFilterPrefix struct { // The CIDR block for the advertised route. Separate multiple routes using commas. // An IPv6 CIDR must use /64 or shorter. Cidr *string `locationName:"cidr" type:"string"` // contains filtered or unexported fields }
Information about a route filter prefix that a customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/RouteFilterPrefix
func (RouteFilterPrefix) String ¶
func (s RouteFilterPrefix) String() string
String returns the string representation
type Tag ¶
type Tag struct { // The key. // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The value. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
Information about a tag. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Tag
func (Tag) String ¶
String returns the string representation
func (*Tag) Validate ¶
Validate inspects the fields of the type to determine if they are valid.
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The tags to add. // // Tags is a required field Tags []Tag `locationName:"tags" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceResponse
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type TagResourceRequest ¶
type TagResourceRequest struct { *aws.Request Input *TagResourceInput Copy func(*TagResourceInput) TagResourceRequest }
TagResourceRequest is the request type for the TagResource API operation.
func (TagResourceRequest) Send ¶
func (r TagResourceRequest) Send(ctx context.Context) (*TagResourceResponse, error)
Send marshals and sends the TagResource API request.
type TagResourceResponse ¶
type TagResourceResponse struct { *TagResourceOutput // contains filtered or unexported fields }
TagResourceResponse is the response type for the TagResource API operation.
func (*TagResourceResponse) SDKResponseMetdata ¶
func (r *TagResourceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the TagResource request.
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The tag keys of the tags to remove. // // TagKeys is a required field TagKeys []string `locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceRequest
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceResponse
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type UntagResourceRequest ¶
type UntagResourceRequest struct { *aws.Request Input *UntagResourceInput Copy func(*UntagResourceInput) UntagResourceRequest }
UntagResourceRequest is the request type for the UntagResource API operation.
func (UntagResourceRequest) Send ¶
func (r UntagResourceRequest) Send(ctx context.Context) (*UntagResourceResponse, error)
Send marshals and sends the UntagResource API request.
type UntagResourceResponse ¶
type UntagResourceResponse struct { *UntagResourceOutput // contains filtered or unexported fields }
UntagResourceResponse is the response type for the UntagResource API operation.
func (*UntagResourceResponse) SDKResponseMetdata ¶
func (r *UntagResourceResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the UntagResource request.
type UpdateDirectConnectGatewayAssociationInput ¶
type UpdateDirectConnectGatewayAssociationInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AddAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway. RemoveAllowedPrefixesToDirectConnectGateway []RouteFilterPrefix `locationName:"removeAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGatewayAssociationRequest
func (UpdateDirectConnectGatewayAssociationInput) String ¶
func (s UpdateDirectConnectGatewayAssociationInput) String() string
String returns the string representation
type UpdateDirectConnectGatewayAssociationOutput ¶
type UpdateDirectConnectGatewayAssociationOutput struct { // Information about an association between a Direct Connect gateway and a virtual // private gateway or transit gateway. DirectConnectGatewayAssociation *DirectConnectGatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGatewayAssociationResult
func (UpdateDirectConnectGatewayAssociationOutput) String ¶
func (s UpdateDirectConnectGatewayAssociationOutput) String() string
String returns the string representation
type UpdateDirectConnectGatewayAssociationRequest ¶
type UpdateDirectConnectGatewayAssociationRequest struct { *aws.Request Input *UpdateDirectConnectGatewayAssociationInput Copy func(*UpdateDirectConnectGatewayAssociationInput) UpdateDirectConnectGatewayAssociationRequest }
UpdateDirectConnectGatewayAssociationRequest is the request type for the UpdateDirectConnectGatewayAssociation API operation.
func (UpdateDirectConnectGatewayAssociationRequest) Send ¶
func (r UpdateDirectConnectGatewayAssociationRequest) Send(ctx context.Context) (*UpdateDirectConnectGatewayAssociationResponse, error)
Send marshals and sends the UpdateDirectConnectGatewayAssociation API request.
type UpdateDirectConnectGatewayAssociationResponse ¶
type UpdateDirectConnectGatewayAssociationResponse struct { *UpdateDirectConnectGatewayAssociationOutput // contains filtered or unexported fields }
UpdateDirectConnectGatewayAssociationResponse is the response type for the UpdateDirectConnectGatewayAssociation API operation.
func (*UpdateDirectConnectGatewayAssociationResponse) SDKResponseMetdata ¶
func (r *UpdateDirectConnectGatewayAssociationResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the UpdateDirectConnectGatewayAssociation request.
type UpdateLagInput ¶
type UpdateLagInput struct { // The ID of the LAG. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest
func (UpdateLagInput) String ¶
func (s UpdateLagInput) String() string
String returns the string representation
func (*UpdateLagInput) Validate ¶
func (s *UpdateLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLagOutput ¶
type UpdateLagOutput struct { // Indicates whether the LAG can host other connections. AllowsHostedConnections *bool `locationName:"allowsHostedConnections" type:"boolean"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The AWS Direct Connect endpoint that hosts the LAG. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The connections bundled by the LAG. Connections []Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // The possible values are 1Gbps and 10Gbps. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // Indicates whether the LAG supports a secondary BGP peer in the same address // family (IPv4/IPv6). HasLogicalRedundancy HasLogicalRedundancy `locationName:"hasLogicalRedundancy" type:"string" enum:"true"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. The following are the possible values: // // * requested: The initial state of a LAG. The LAG stays in the requested // state until the Letter of Authorization (LOA) is available. // // * pending: The LAG has been approved and is being initialized. // // * available: The network link is established and the LAG is ready for // use. // // * down: The network link is down. // // * deleting: The LAG is being deleted. // // * deleted: The LAG is deleted. // // * unknown: The state of the LAG is not available. LagState LagState `locationName:"lagState" type:"string" enum:"true"` // The location of the LAG. Location *string `locationName:"location" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical connections bundled by the LAG, up to a maximum of // 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the AWS account that owns the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the connection is located. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about a link aggregation group (LAG). Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag
func (UpdateLagOutput) String ¶
func (s UpdateLagOutput) String() string
String returns the string representation
type UpdateLagRequest ¶
type UpdateLagRequest struct { *aws.Request Input *UpdateLagInput Copy func(*UpdateLagInput) UpdateLagRequest }
UpdateLagRequest is the request type for the UpdateLag API operation.
func (UpdateLagRequest) Send ¶
func (r UpdateLagRequest) Send(ctx context.Context) (*UpdateLagResponse, error)
Send marshals and sends the UpdateLag API request.
type UpdateLagResponse ¶
type UpdateLagResponse struct { *UpdateLagOutput // contains filtered or unexported fields }
UpdateLagResponse is the response type for the UpdateLag API operation.
func (*UpdateLagResponse) SDKResponseMetdata ¶
func (r *UpdateLagResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the UpdateLag request.
type UpdateVirtualInterfaceAttributesInput ¶
type UpdateVirtualInterfaceAttributesInput struct { // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the virtual private interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributesRequest
func (UpdateVirtualInterfaceAttributesInput) String ¶
func (s UpdateVirtualInterfaceAttributesInput) String() string
String returns the string representation
func (*UpdateVirtualInterfaceAttributesInput) Validate ¶
func (s *UpdateVirtualInterfaceAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateVirtualInterfaceAttributesOutput ¶
type UpdateVirtualInterfaceAttributesOutput struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (UpdateVirtualInterfaceAttributesOutput) String ¶
func (s UpdateVirtualInterfaceAttributesOutput) String() string
String returns the string representation
type UpdateVirtualInterfaceAttributesRequest ¶
type UpdateVirtualInterfaceAttributesRequest struct { *aws.Request Input *UpdateVirtualInterfaceAttributesInput Copy func(*UpdateVirtualInterfaceAttributesInput) UpdateVirtualInterfaceAttributesRequest }
UpdateVirtualInterfaceAttributesRequest is the request type for the UpdateVirtualInterfaceAttributes API operation.
func (UpdateVirtualInterfaceAttributesRequest) Send ¶
func (r UpdateVirtualInterfaceAttributesRequest) Send(ctx context.Context) (*UpdateVirtualInterfaceAttributesResponse, error)
Send marshals and sends the UpdateVirtualInterfaceAttributes API request.
type UpdateVirtualInterfaceAttributesResponse ¶
type UpdateVirtualInterfaceAttributesResponse struct { *UpdateVirtualInterfaceAttributesOutput // contains filtered or unexported fields }
UpdateVirtualInterfaceAttributesResponse is the response type for the UpdateVirtualInterfaceAttributes API operation.
func (*UpdateVirtualInterfaceAttributesResponse) SDKResponseMetdata ¶
func (r *UpdateVirtualInterfaceAttributesResponse) SDKResponseMetdata() *aws.Response
SDKResponseMetdata returns the response metadata for the UpdateVirtualInterfaceAttributes request.
type VirtualGateway ¶
type VirtualGateway struct { // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The state of the virtual private gateway. The following are the possible // values: // // * pending: Initial state after creating the virtual private gateway. // // * available: Ready for use by a private virtual interface. // // * deleting: Initial state after deleting the virtual private gateway. // // * deleted: The virtual private gateway is deleted. The private virtual // interface is unable to send traffic over this gateway. VirtualGatewayState *string `locationName:"virtualGatewayState" type:"string"` // contains filtered or unexported fields }
Information about a virtual private gateway for a private virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateway
func (VirtualGateway) String ¶
func (s VirtualGateway) String() string
String returns the string representation
type VirtualInterface ¶
type VirtualInterface struct { // The address family for the BGP peer. AddressFamily AddressFamily `locationName:"addressFamily" type:"string" enum:"true"` // The IP address assigned to the Amazon interface. AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system number (ASN) for the Amazon side of the connection. AmazonSideAsn *int64 `locationName:"amazonSideAsn" type:"long"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint on which the virtual interface terminates. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The BGP peers configured on this virtual interface. BgpPeers []BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The maximum transmission unit (MTU), in bytes. The supported values are 1500 // and 9001. The default value is 1500. Mtu *int64 `locationName:"mtu" type:"integer"` // The ID of the AWS account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the AWS network in this Region. Applies to // public virtual interfaces. RouteFilterPrefixes []RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" deprecated:"true" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer network. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // 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. VirtualInterfaceState VirtualInterfaceState `locationName:"virtualInterfaceState" type:"string" enum:"true"` // The type of virtual interface. The possible values are private and public. VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (VirtualInterface) String ¶
func (s VirtualInterface) String() string
String returns the string representation
type VirtualInterfaceState ¶
type VirtualInterfaceState string
const ( VirtualInterfaceStateConfirming VirtualInterfaceState = "confirming" VirtualInterfaceStateVerifying VirtualInterfaceState = "verifying" VirtualInterfaceStatePending VirtualInterfaceState = "pending" VirtualInterfaceStateAvailable VirtualInterfaceState = "available" VirtualInterfaceStateDown VirtualInterfaceState = "down" VirtualInterfaceStateDeleting VirtualInterfaceState = "deleting" VirtualInterfaceStateDeleted VirtualInterfaceState = "deleted" VirtualInterfaceStateRejected VirtualInterfaceState = "rejected" VirtualInterfaceStateUnknown VirtualInterfaceState = "unknown" )
Enum values for VirtualInterfaceState
func (VirtualInterfaceState) MarshalValue ¶
func (enum VirtualInterfaceState) MarshalValue() (string, error)
func (VirtualInterfaceState) MarshalValueBuf ¶
func (enum VirtualInterfaceState) MarshalValueBuf(b []byte) ([]byte, error)
Source Files ¶
api_client.go api_doc.go api_enums.go api_errors.go api_op_AcceptDirectConnectGatewayAssociationProposal.go api_op_AllocateConnectionOnInterconnect.go api_op_AllocateHostedConnection.go api_op_AllocatePrivateVirtualInterface.go api_op_AllocatePublicVirtualInterface.go api_op_AllocateTransitVirtualInterface.go api_op_AssociateConnectionWithLag.go api_op_AssociateHostedConnection.go api_op_AssociateVirtualInterface.go api_op_ConfirmConnection.go api_op_ConfirmPrivateVirtualInterface.go api_op_ConfirmPublicVirtualInterface.go api_op_ConfirmTransitVirtualInterface.go api_op_CreateBGPPeer.go api_op_CreateConnection.go api_op_CreateDirectConnectGateway.go api_op_CreateDirectConnectGatewayAssociation.go api_op_CreateDirectConnectGatewayAssociationProposal.go api_op_CreateInterconnect.go api_op_CreateLag.go api_op_CreatePrivateVirtualInterface.go api_op_CreatePublicVirtualInterface.go api_op_CreateTransitVirtualInterface.go api_op_DeleteBGPPeer.go api_op_DeleteConnection.go api_op_DeleteDirectConnectGateway.go api_op_DeleteDirectConnectGatewayAssociation.go api_op_DeleteDirectConnectGatewayAssociationProposal.go api_op_DeleteInterconnect.go api_op_DeleteLag.go api_op_DeleteVirtualInterface.go api_op_DescribeConnectionLoa.go api_op_DescribeConnections.go api_op_DescribeConnectionsOnInterconnect.go api_op_DescribeDirectConnectGatewayAssociationProposals.go api_op_DescribeDirectConnectGatewayAssociations.go api_op_DescribeDirectConnectGatewayAttachments.go api_op_DescribeDirectConnectGateways.go api_op_DescribeHostedConnections.go api_op_DescribeInterconnectLoa.go api_op_DescribeInterconnects.go api_op_DescribeLags.go api_op_DescribeLoa.go api_op_DescribeLocations.go api_op_DescribeTags.go api_op_DescribeVirtualGateways.go api_op_DescribeVirtualInterfaces.go api_op_DisassociateConnectionFromLag.go api_op_TagResource.go api_op_UntagResource.go api_op_UpdateDirectConnectGatewayAssociation.go api_op_UpdateLag.go api_op_UpdateVirtualInterfaceAttributes.go api_types.go
Directories ¶
Path | Synopsis |
---|---|
service/directconnect/directconnectiface | Package directconnectiface provides an interface to enable mocking the AWS Direct Connect service client for testing your code. |
- Version
- v0.9.0
- Published
- May 28, 2019
- Platform
- windows/amd64
- Imports
- 7 packages
- Last checked
- 5 minutes ago –
Tools for package owners.