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 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 DirectConnect for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/directconnect/#New

Index

Constants

const (

	// ErrCodeClientException for service response error code
	// "ClientException".
	//
	// One or more parameters are not valid.
	ErrCodeClientException = "ClientException"

	// ErrCodeDuplicateTagKeysException for service response error code
	// "DuplicateTagKeysException".
	//
	// A tag key was specified more than once.
	ErrCodeDuplicateTagKeysException = "DuplicateTagKeysException"

	// ErrCodeServerException for service response error code
	// "ServerException".
	//
	// A server-side error occurred.
	ErrCodeServerException = "ServerException"

	// ErrCodeTooManyTagsException for service response error code
	// "TooManyTagsException".
	//
	// You have reached the limit on the number of tags that can be assigned.
	ErrCodeTooManyTagsException = "TooManyTagsException"
)
const (
	ServiceName = "directconnect" // Service endpoint prefix API calls made to.
	EndpointsID = ServiceName     // Service ID for Regions and Endpoints metadata.
)

Service information constants

Types

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, in Mbps. The possible values are 50Mbps,
	// 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
	//
	// 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. For
	// example, dxcon-456abc78.
	//
	// 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) GoString

GoString returns the string representation

func (AllocateConnectionOnInterconnectInput) String

String returns the string representation

func (*AllocateConnectionOnInterconnectInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AllocateConnectionOnInterconnectRequest

type AllocateConnectionOnInterconnectRequest struct {
	*aws.Request
	Input *AllocateConnectionOnInterconnectInput
	Copy  func(*AllocateConnectionOnInterconnectInput) AllocateConnectionOnInterconnectRequest
}

AllocateConnectionOnInterconnectRequest is a API request type for the AllocateConnectionOnInterconnect API operation.

func (AllocateConnectionOnInterconnectRequest) Send

Send marshals and sends the AllocateConnectionOnInterconnect API request.

type AllocateHostedConnectionInput

type AllocateHostedConnectionInput struct {

	// The bandwidth of the hosted connection, in Mbps. The possible values are
	// 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
	//
	// 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) GoString

GoString returns the string representation

func (AllocateHostedConnectionInput) 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 AllocateHostedConnectionRequest

type AllocateHostedConnectionRequest struct {
	*aws.Request
	Input *AllocateHostedConnectionInput
	Copy  func(*AllocateHostedConnectionInput) AllocateHostedConnectionRequest
}

AllocateHostedConnectionRequest is a API request type for the AllocateHostedConnection API operation.

func (AllocateHostedConnectionRequest) Send

Send marshals and sends the AllocateHostedConnection API 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) GoString

GoString returns the string representation

func (AllocatePrivateVirtualInterfaceInput) String

String returns the string representation

func (*AllocatePrivateVirtualInterfaceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AllocatePrivateVirtualInterfaceRequest

type AllocatePrivateVirtualInterfaceRequest struct {
	*aws.Request
	Input *AllocatePrivateVirtualInterfaceInput
	Copy  func(*AllocatePrivateVirtualInterfaceInput) AllocatePrivateVirtualInterfaceRequest
}

AllocatePrivateVirtualInterfaceRequest is a API request type for the AllocatePrivateVirtualInterface API operation.

func (AllocatePrivateVirtualInterfaceRequest) Send

Send marshals and sends the AllocatePrivateVirtualInterface API 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) GoString

GoString returns the string representation

func (AllocatePublicVirtualInterfaceInput) String

String returns the string representation

func (*AllocatePublicVirtualInterfaceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AllocatePublicVirtualInterfaceRequest

type AllocatePublicVirtualInterfaceRequest struct {
	*aws.Request
	Input *AllocatePublicVirtualInterfaceInput
	Copy  func(*AllocatePublicVirtualInterfaceInput) AllocatePublicVirtualInterfaceRequest
}

AllocatePublicVirtualInterfaceRequest is a API request type for the AllocatePublicVirtualInterface API operation.

func (AllocatePublicVirtualInterfaceRequest) Send

Send marshals and sends the AllocatePublicVirtualInterface API request.

type AssociateConnectionWithLagInput

type AssociateConnectionWithLagInput struct {

	// The ID of the connection. For example, dxcon-abc123.
	//
	// ConnectionId is a required field
	ConnectionId *string `locationName:"connectionId" type:"string" required:"true"`

	// The ID of the LAG with which to associate the connection. For example, dxlag-abc123.
	//
	// 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) GoString

GoString returns the string representation

func (AssociateConnectionWithLagInput) 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 AssociateConnectionWithLagRequest

type AssociateConnectionWithLagRequest struct {
	*aws.Request
	Input *AssociateConnectionWithLagInput
	Copy  func(*AssociateConnectionWithLagInput) AssociateConnectionWithLagRequest
}

AssociateConnectionWithLagRequest is a API request type for the AssociateConnectionWithLag API operation.

func (AssociateConnectionWithLagRequest) Send

Send marshals and sends the AssociateConnectionWithLag API 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) GoString

GoString returns the string representation

func (AssociateHostedConnectionInput) 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 AssociateHostedConnectionRequest

type AssociateHostedConnectionRequest struct {
	*aws.Request
	Input *AssociateHostedConnectionInput
	Copy  func(*AssociateHostedConnectionInput) AssociateHostedConnectionRequest
}

AssociateHostedConnectionRequest is a API request type for the AssociateHostedConnection API operation.

func (AssociateHostedConnectionRequest) Send

Send marshals and sends the AssociateHostedConnection API 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) GoString

GoString returns the string representation

func (AssociateVirtualInterfaceInput) 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 AssociateVirtualInterfaceRequest

type AssociateVirtualInterfaceRequest struct {
	*aws.Request
	Input *AssociateVirtualInterfaceInput
	Copy  func(*AssociateVirtualInterfaceInput) AssociateVirtualInterfaceRequest
}

AssociateVirtualInterfaceRequest is a API request type for the AssociateVirtualInterface API operation.

func (AssociateVirtualInterfaceRequest) Send

Send marshals and sends the AssociateVirtualInterface API request.

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 unknown.
	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) GoString

func (s BGPPeer) GoString() string

GoString returns the string representation

func (BGPPeer) String

func (s BGPPeer) String() 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"
)

Enum values for BGPStatus

func (BGPStatus) MarshalValue

func (enum BGPStatus) MarshalValue() (string, error)

func (BGPStatus) MarshalValueBuf

func (enum BGPStatus) MarshalValueBuf(b []byte) ([]byte, error)

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) GoString

func (s ConfirmConnectionInput) GoString() string

GoString returns the string representation

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.
	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) GoString

func (s ConfirmConnectionOutput) GoString() string

GoString returns the string representation

func (ConfirmConnectionOutput) SDKResponseMetadata

func (s ConfirmConnectionOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the ConfirmConnection API operation.

func (ConfirmConnectionRequest) Send

Send marshals and sends the ConfirmConnection API 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" 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) GoString

GoString returns the string representation

func (ConfirmPrivateVirtualInterfaceInput) String

String returns the string representation

func (*ConfirmPrivateVirtualInterfaceInput) Validate

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.
	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) GoString

GoString returns the string representation

func (ConfirmPrivateVirtualInterfaceOutput) SDKResponseMetadata

func (s ConfirmPrivateVirtualInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ConfirmPrivateVirtualInterfaceOutput) String

String returns the string representation

type ConfirmPrivateVirtualInterfaceRequest

type ConfirmPrivateVirtualInterfaceRequest struct {
	*aws.Request
	Input *ConfirmPrivateVirtualInterfaceInput
	Copy  func(*ConfirmPrivateVirtualInterfaceInput) ConfirmPrivateVirtualInterfaceRequest
}

ConfirmPrivateVirtualInterfaceRequest is a API request type for the ConfirmPrivateVirtualInterface API operation.

func (ConfirmPrivateVirtualInterfaceRequest) Send

Send marshals and sends the ConfirmPrivateVirtualInterface API 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) GoString

GoString returns the string representation

func (ConfirmPublicVirtualInterfaceInput) String

String returns the string representation

func (*ConfirmPublicVirtualInterfaceInput) Validate

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.
	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) GoString

GoString returns the string representation

func (ConfirmPublicVirtualInterfaceOutput) SDKResponseMetadata

func (s ConfirmPublicVirtualInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (ConfirmPublicVirtualInterfaceOutput) String

String returns the string representation

type ConfirmPublicVirtualInterfaceRequest

type ConfirmPublicVirtualInterfaceRequest struct {
	*aws.Request
	Input *ConfirmPublicVirtualInterfaceInput
	Copy  func(*ConfirmPublicVirtualInterfaceInput) ConfirmPublicVirtualInterfaceRequest
}

ConfirmPublicVirtualInterfaceRequest is a API request type for the ConfirmPublicVirtualInterface API operation.

func (ConfirmPublicVirtualInterfaceRequest) Send

Send marshals and sends the ConfirmPublicVirtualInterface API request.

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"
)

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) GoString

func (s CreateBGPPeerInput) GoString() string

GoString returns the string representation

func (CreateBGPPeerInput) String

func (s CreateBGPPeerInput) String() string

String returns the string representation

type CreateBGPPeerOutput

type CreateBGPPeerOutput struct {

	// The virtual interface.
	VirtualInterface *UpdateVirtualInterfaceAttributesOutput `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) GoString

func (s CreateBGPPeerOutput) GoString() string

GoString returns the string representation

func (CreateBGPPeerOutput) SDKResponseMetadata

func (s CreateBGPPeerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the CreateBGPPeer API operation.

func (CreateBGPPeerRequest) Send

Send marshals and sends the CreateBGPPeer API 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) GoString

func (s CreateConnectionInput) GoString() string

GoString returns the string representation

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 CreateConnectionRequest

type CreateConnectionRequest struct {
	*aws.Request
	Input *CreateConnectionInput
	Copy  func(*CreateConnectionInput) CreateConnectionRequest
}

CreateConnectionRequest is a API request type for the CreateConnection API operation.

func (CreateConnectionRequest) Send

Send marshals and sends the CreateConnection API request.

type CreateDirectConnectGatewayAssociationInput

type CreateDirectConnectGatewayAssociationInput 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 private gateway.
	//
	// VirtualGatewayId is a required field
	VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociationRequest

func (CreateDirectConnectGatewayAssociationInput) GoString

GoString returns the string representation

func (CreateDirectConnectGatewayAssociationInput) String

String returns the string representation

func (*CreateDirectConnectGatewayAssociationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateDirectConnectGatewayAssociationOutput

type CreateDirectConnectGatewayAssociationOutput struct {

	// The association to be created.
	DirectConnectGatewayAssociation *GatewayAssociation `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) GoString

GoString returns the string representation

func (CreateDirectConnectGatewayAssociationOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (CreateDirectConnectGatewayAssociationOutput) String

String returns the string representation

type CreateDirectConnectGatewayAssociationRequest

CreateDirectConnectGatewayAssociationRequest is a API request type for the CreateDirectConnectGatewayAssociation API operation.

func (CreateDirectConnectGatewayAssociationRequest) Send

Send marshals and sends the CreateDirectConnectGatewayAssociation API 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) GoString

GoString returns the string representation

func (CreateDirectConnectGatewayInput) 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 *Gateway `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) GoString

GoString returns the string representation

func (CreateDirectConnectGatewayOutput) SDKResponseMetadata

func (s CreateDirectConnectGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (CreateDirectConnectGatewayOutput) String

String returns the string representation

type CreateDirectConnectGatewayRequest

type CreateDirectConnectGatewayRequest struct {
	*aws.Request
	Input *CreateDirectConnectGatewayInput
	Copy  func(*CreateDirectConnectGatewayInput) CreateDirectConnectGatewayRequest
}

CreateDirectConnectGatewayRequest is a API request type for the CreateDirectConnectGateway API operation.

func (CreateDirectConnectGatewayRequest) Send

Send marshals and sends the CreateDirectConnectGateway API 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) GoString

func (s CreateInterconnectInput) GoString() string

GoString returns the string representation

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.
	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) GoString

func (s CreateInterconnectOutput) GoString() string

GoString returns the string representation

func (CreateInterconnectOutput) SDKResponseMetadata

func (s CreateInterconnectOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the CreateInterconnect API operation.

func (CreateInterconnectRequest) Send

Send marshals and sends the CreateInterconnect API 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 1Gbps 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) GoString

func (s CreateLagInput) GoString() string

GoString returns the string representation

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 CreateLagRequest

type CreateLagRequest struct {
	*aws.Request
	Input *CreateLagInput
	Copy  func(*CreateLagInput) CreateLagRequest
}

CreateLagRequest is a API request type for the CreateLag API operation.

func (CreateLagRequest) Send

func (r CreateLagRequest) Send() (*UpdateLagOutput, error)

Send marshals and sends the CreateLag API 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) GoString

GoString returns the string representation

func (CreatePrivateVirtualInterfaceInput) String

String returns the string representation

func (*CreatePrivateVirtualInterfaceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreatePrivateVirtualInterfaceRequest

type CreatePrivateVirtualInterfaceRequest struct {
	*aws.Request
	Input *CreatePrivateVirtualInterfaceInput
	Copy  func(*CreatePrivateVirtualInterfaceInput) CreatePrivateVirtualInterfaceRequest
}

CreatePrivateVirtualInterfaceRequest is a API request type for the CreatePrivateVirtualInterface API operation.

func (CreatePrivateVirtualInterfaceRequest) Send

Send marshals and sends the CreatePrivateVirtualInterface API 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) GoString

GoString returns the string representation

func (CreatePublicVirtualInterfaceInput) String

String returns the string representation

func (*CreatePublicVirtualInterfaceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreatePublicVirtualInterfaceRequest

type CreatePublicVirtualInterfaceRequest struct {
	*aws.Request
	Input *CreatePublicVirtualInterfaceInput
	Copy  func(*CreatePublicVirtualInterfaceInput) CreatePublicVirtualInterfaceRequest
}

CreatePublicVirtualInterfaceRequest is a API request type for the CreatePublicVirtualInterface API operation.

func (CreatePublicVirtualInterfaceRequest) Send

Send marshals and sends the CreatePublicVirtualInterface API 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) GoString

func (s DeleteBGPPeerInput) GoString() string

GoString returns the string representation

func (DeleteBGPPeerInput) String

func (s DeleteBGPPeerInput) String() string

String returns the string representation

type DeleteBGPPeerOutput

type DeleteBGPPeerOutput struct {

	// The virtual interface.
	VirtualInterface *UpdateVirtualInterfaceAttributesOutput `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) GoString

func (s DeleteBGPPeerOutput) GoString() string

GoString returns the string representation

func (DeleteBGPPeerOutput) SDKResponseMetadata

func (s DeleteBGPPeerOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DeleteBGPPeer API operation.

func (DeleteBGPPeerRequest) Send

Send marshals and sends the DeleteBGPPeer API 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) GoString

func (s DeleteConnectionInput) GoString() string

GoString returns the string representation

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 DeleteConnectionRequest

type DeleteConnectionRequest struct {
	*aws.Request
	Input *DeleteConnectionInput
	Copy  func(*DeleteConnectionInput) DeleteConnectionRequest
}

DeleteConnectionRequest is a API request type for the DeleteConnection API operation.

func (DeleteConnectionRequest) Send

Send marshals and sends the DeleteConnection API request.

type DeleteDirectConnectGatewayAssociationInput

type DeleteDirectConnectGatewayAssociationInput 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 private gateway.
	//
	// VirtualGatewayId is a required field
	VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociationRequest

func (DeleteDirectConnectGatewayAssociationInput) GoString

GoString returns the string representation

func (DeleteDirectConnectGatewayAssociationInput) String

String returns the string representation

func (*DeleteDirectConnectGatewayAssociationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteDirectConnectGatewayAssociationOutput

type DeleteDirectConnectGatewayAssociationOutput struct {

	// The association to be deleted.
	DirectConnectGatewayAssociation *GatewayAssociation `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) GoString

GoString returns the string representation

func (DeleteDirectConnectGatewayAssociationOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteDirectConnectGatewayAssociationOutput) String

String returns the string representation

type DeleteDirectConnectGatewayAssociationRequest

DeleteDirectConnectGatewayAssociationRequest is a API request type for the DeleteDirectConnectGatewayAssociation API operation.

func (DeleteDirectConnectGatewayAssociationRequest) Send

Send marshals and sends the DeleteDirectConnectGatewayAssociation API 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) GoString

GoString returns the string representation

func (DeleteDirectConnectGatewayInput) 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 *Gateway `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) GoString

GoString returns the string representation

func (DeleteDirectConnectGatewayOutput) SDKResponseMetadata

func (s DeleteDirectConnectGatewayOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteDirectConnectGatewayOutput) String

String returns the string representation

type DeleteDirectConnectGatewayRequest

type DeleteDirectConnectGatewayRequest struct {
	*aws.Request
	Input *DeleteDirectConnectGatewayInput
	Copy  func(*DeleteDirectConnectGatewayInput) DeleteDirectConnectGatewayRequest
}

DeleteDirectConnectGatewayRequest is a API request type for the DeleteDirectConnectGateway API operation.

func (DeleteDirectConnectGatewayRequest) Send

Send marshals and sends the DeleteDirectConnectGateway API 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) GoString

func (s DeleteInterconnectInput) GoString() string

GoString returns the string representation

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.
	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) GoString

func (s DeleteInterconnectOutput) GoString() string

GoString returns the string representation

func (DeleteInterconnectOutput) SDKResponseMetadata

func (s DeleteInterconnectOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DeleteInterconnect API operation.

func (DeleteInterconnectRequest) Send

Send marshals and sends the DeleteInterconnect API 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) GoString

func (s DeleteLagInput) GoString() string

GoString returns the string representation

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 DeleteLagRequest

type DeleteLagRequest struct {
	*aws.Request
	Input *DeleteLagInput
	Copy  func(*DeleteLagInput) DeleteLagRequest
}

DeleteLagRequest is a API request type for the DeleteLag API operation.

func (DeleteLagRequest) Send

func (r DeleteLagRequest) Send() (*UpdateLagOutput, error)

Send marshals and sends the DeleteLag API 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) GoString

func (s DeleteVirtualInterfaceInput) GoString() string

GoString returns the string representation

func (DeleteVirtualInterfaceInput) 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.
	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) GoString

func (s DeleteVirtualInterfaceOutput) GoString() string

GoString returns the string representation

func (DeleteVirtualInterfaceOutput) SDKResponseMetadata

func (s DeleteVirtualInterfaceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DeleteVirtualInterfaceOutput) String

String returns the string representation

type DeleteVirtualInterfaceRequest

type DeleteVirtualInterfaceRequest struct {
	*aws.Request
	Input *DeleteVirtualInterfaceInput
	Copy  func(*DeleteVirtualInterfaceInput) DeleteVirtualInterfaceRequest
}

DeleteVirtualInterfaceRequest is a API request type for the DeleteVirtualInterface API operation.

func (DeleteVirtualInterfaceRequest) Send

Send marshals and sends the DeleteVirtualInterface API 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) GoString

func (s DescribeConnectionLoaInput) GoString() string

GoString returns the string representation

func (DescribeConnectionLoaInput) 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 *DescribeLoaOutput `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) GoString

func (s DescribeConnectionLoaOutput) GoString() string

GoString returns the string representation

func (DescribeConnectionLoaOutput) SDKResponseMetadata

func (s DescribeConnectionLoaOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeConnectionLoaOutput) String

String returns the string representation

type DescribeConnectionLoaRequest

type DescribeConnectionLoaRequest struct {
	*aws.Request
	Input *DescribeConnectionLoaInput
	Copy  func(*DescribeConnectionLoaInput) DescribeConnectionLoaRequest
}

DescribeConnectionLoaRequest is a API request type for the DescribeConnectionLoa API operation.

func (DescribeConnectionLoaRequest) Send

Send marshals and sends the DescribeConnectionLoa API 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) GoString

func (s DescribeConnectionsInput) GoString() string

GoString returns the string representation

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) GoString

GoString returns the string representation

func (DescribeConnectionsOnInterconnectInput) String

String returns the string representation

func (*DescribeConnectionsOnInterconnectInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DescribeConnectionsOnInterconnectRequest

DescribeConnectionsOnInterconnectRequest is a API request type for the DescribeConnectionsOnInterconnect API operation.

func (DescribeConnectionsOnInterconnectRequest) Send

Send marshals and sends the DescribeConnectionsOnInterconnect API request.

type DescribeConnectionsRequest

type DescribeConnectionsRequest struct {
	*aws.Request
	Input *DescribeConnectionsInput
	Copy  func(*DescribeConnectionsInput) DescribeConnectionsRequest
}

DescribeConnectionsRequest is a API request type for the DescribeConnections API operation.

func (DescribeConnectionsRequest) Send

Send marshals and sends the DescribeConnections API request.

type DescribeDirectConnectGatewayAssociationsInput

type DescribeDirectConnectGatewayAssociationsInput struct {

	// The ID of the Direct Connect gateway.
	DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"`

	// The maximum number of associations to return per page.
	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" type:"string"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociationsRequest

func (DescribeDirectConnectGatewayAssociationsInput) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewayAssociationsInput) String

String returns the string representation

type DescribeDirectConnectGatewayAssociationsOutput

type DescribeDirectConnectGatewayAssociationsOutput struct {

	// The associations.
	DirectConnectGatewayAssociations []GatewayAssociation `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) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewayAssociationsOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDirectConnectGatewayAssociationsOutput) String

String returns the string representation

type DescribeDirectConnectGatewayAssociationsRequest

DescribeDirectConnectGatewayAssociationsRequest is a API request type for the DescribeDirectConnectGatewayAssociations API operation.

func (DescribeDirectConnectGatewayAssociationsRequest) Send

Send marshals and sends the DescribeDirectConnectGatewayAssociations API request.

type DescribeDirectConnectGatewayAttachmentsInput

type DescribeDirectConnectGatewayAttachmentsInput struct {

	// The ID of the Direct Connect gateway.
	DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"`

	// The maximum number of attachments to return per page.
	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) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewayAttachmentsInput) String

String returns the string representation

type DescribeDirectConnectGatewayAttachmentsOutput

type DescribeDirectConnectGatewayAttachmentsOutput struct {

	// The attachments.
	DirectConnectGatewayAttachments []GatewayAttachment `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) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewayAttachmentsOutput) SDKResponseMetadata

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDirectConnectGatewayAttachmentsOutput) String

String returns the string representation

type DescribeDirectConnectGatewayAttachmentsRequest

DescribeDirectConnectGatewayAttachmentsRequest is a API request type for the DescribeDirectConnectGatewayAttachments API operation.

func (DescribeDirectConnectGatewayAttachmentsRequest) Send

Send marshals and sends the DescribeDirectConnectGatewayAttachments API request.

type DescribeDirectConnectGatewaysInput

type DescribeDirectConnectGatewaysInput struct {

	// The ID of the Direct Connect gateway.
	DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"`

	// The maximum number of Direct Connect gateways to return per page.
	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) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewaysInput) String

String returns the string representation

type DescribeDirectConnectGatewaysOutput

type DescribeDirectConnectGatewaysOutput struct {

	// The Direct Connect gateways.
	DirectConnectGateways []Gateway `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) GoString

GoString returns the string representation

func (DescribeDirectConnectGatewaysOutput) SDKResponseMetadata

func (s DescribeDirectConnectGatewaysOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeDirectConnectGatewaysOutput) String

String returns the string representation

type DescribeDirectConnectGatewaysRequest

type DescribeDirectConnectGatewaysRequest struct {
	*aws.Request
	Input *DescribeDirectConnectGatewaysInput
	Copy  func(*DescribeDirectConnectGatewaysInput) DescribeDirectConnectGatewaysRequest
}

DescribeDirectConnectGatewaysRequest is a API request type for the DescribeDirectConnectGateways API operation.

func (DescribeDirectConnectGatewaysRequest) Send

Send marshals and sends the DescribeDirectConnectGateways API 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) GoString

GoString returns the string representation

func (DescribeHostedConnectionsInput) 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 []DisassociateConnectionFromLagOutput `locationName:"connections" type:"list"`
	// contains filtered or unexported fields
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnectOutput

func (DescribeHostedConnectionsOutput) GoString

GoString returns the string representation

func (DescribeHostedConnectionsOutput) SDKResponseMetadata

func (s DescribeHostedConnectionsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeHostedConnectionsOutput) String

String returns the string representation

type DescribeHostedConnectionsRequest

type DescribeHostedConnectionsRequest struct {
	*aws.Request
	Input *DescribeHostedConnectionsInput
	Copy  func(*DescribeHostedConnectionsInput) DescribeHostedConnectionsRequest
}

DescribeHostedConnectionsRequest is a API request type for the DescribeHostedConnections API operation.

func (DescribeHostedConnectionsRequest) Send

Send marshals and sends the DescribeHostedConnections API 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) GoString

func (s DescribeInterconnectLoaInput) GoString() string

GoString returns the string representation

func (DescribeInterconnectLoaInput) 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 *DescribeLoaOutput `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) GoString

GoString returns the string representation

func (DescribeInterconnectLoaOutput) SDKResponseMetadata

func (s DescribeInterconnectLoaOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeInterconnectLoaOutput) String

String returns the string representation

type DescribeInterconnectLoaRequest

type DescribeInterconnectLoaRequest struct {
	*aws.Request
	Input *DescribeInterconnectLoaInput
	Copy  func(*DescribeInterconnectLoaInput) DescribeInterconnectLoaRequest
}

DescribeInterconnectLoaRequest is a API request type for the DescribeInterconnectLoa API operation.

func (DescribeInterconnectLoaRequest) Send

Send marshals and sends the DescribeInterconnectLoa API 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) GoString

func (s DescribeInterconnectsInput) GoString() string

GoString returns the string representation

func (DescribeInterconnectsInput) String

String returns the string representation

type DescribeInterconnectsOutput

type DescribeInterconnectsOutput struct {

	// The interconnects.
	Interconnects []CreateInterconnectOutput `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) GoString

func (s DescribeInterconnectsOutput) GoString() string

GoString returns the string representation

func (DescribeInterconnectsOutput) SDKResponseMetadata

func (s DescribeInterconnectsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeInterconnectsOutput) String

String returns the string representation

type DescribeInterconnectsRequest

type DescribeInterconnectsRequest struct {
	*aws.Request
	Input *DescribeInterconnectsInput
	Copy  func(*DescribeInterconnectsInput) DescribeInterconnectsRequest
}

DescribeInterconnectsRequest is a API request type for the DescribeInterconnects API operation.

func (DescribeInterconnectsRequest) Send

Send marshals and sends the DescribeInterconnects API 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) GoString

func (s DescribeLagsInput) GoString() string

GoString returns the string representation

func (DescribeLagsInput) String

func (s DescribeLagsInput) String() string

String returns the string representation

type DescribeLagsOutput

type DescribeLagsOutput struct {

	// The LAGs.
	Lags []UpdateLagOutput `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) GoString

func (s DescribeLagsOutput) GoString() string

GoString returns the string representation

func (DescribeLagsOutput) SDKResponseMetadata

func (s DescribeLagsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DescribeLags API operation.

func (DescribeLagsRequest) Send

Send marshals and sends the DescribeLags API 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) GoString

func (s DescribeLoaInput) GoString() string

GoString returns the string representation

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) GoString

func (s DescribeLoaOutput) GoString() string

GoString returns the string representation

func (DescribeLoaOutput) SDKResponseMetadata

func (s DescribeLoaOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DescribeLoa API operation.

func (DescribeLoaRequest) Send

Send marshals and sends the DescribeLoa API 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) GoString

func (s DescribeLocationsInput) GoString() string

GoString returns the string representation

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) GoString

func (s DescribeLocationsOutput) GoString() string

GoString returns the string representation

func (DescribeLocationsOutput) SDKResponseMetadata

func (s DescribeLocationsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DescribeLocations API operation.

func (DescribeLocationsRequest) Send

Send marshals and sends the DescribeLocations API 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) GoString

func (s DescribeTagsInput) GoString() string

GoString returns the string representation

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) GoString

func (s DescribeTagsOutput) GoString() string

GoString returns the string representation

func (DescribeTagsOutput) SDKResponseMetadata

func (s DescribeTagsOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the DescribeTags API operation.

func (DescribeTagsRequest) Send

Send marshals and sends the DescribeTags API 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) GoString

func (s DescribeVirtualGatewaysInput) GoString() string

GoString returns the string representation

func (DescribeVirtualGatewaysInput) 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) GoString

GoString returns the string representation

func (DescribeVirtualGatewaysOutput) SDKResponseMetadata

func (s DescribeVirtualGatewaysOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeVirtualGatewaysOutput) String

String returns the string representation

type DescribeVirtualGatewaysRequest

type DescribeVirtualGatewaysRequest struct {
	*aws.Request
	Input *DescribeVirtualGatewaysInput
	Copy  func(*DescribeVirtualGatewaysInput) DescribeVirtualGatewaysRequest
}

DescribeVirtualGatewaysRequest is a API request type for the DescribeVirtualGateways API operation.

func (DescribeVirtualGatewaysRequest) Send

Send marshals and sends the DescribeVirtualGateways API 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) GoString

GoString returns the string representation

func (DescribeVirtualInterfacesInput) String

String returns the string representation

type DescribeVirtualInterfacesOutput

type DescribeVirtualInterfacesOutput struct {

	// The virtual interfaces
	VirtualInterfaces []UpdateVirtualInterfaceAttributesOutput `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) GoString

GoString returns the string representation

func (DescribeVirtualInterfacesOutput) SDKResponseMetadata

func (s DescribeVirtualInterfacesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DescribeVirtualInterfacesOutput) String

String returns the string representation

type DescribeVirtualInterfacesRequest

type DescribeVirtualInterfacesRequest struct {
	*aws.Request
	Input *DescribeVirtualInterfacesInput
	Copy  func(*DescribeVirtualInterfacesInput) DescribeVirtualInterfacesRequest
}

DescribeVirtualInterfacesRequest is a API request type for the DescribeVirtualInterfaces API operation.

func (DescribeVirtualInterfacesRequest) Send

Send marshals and sends the DescribeVirtualInterfaces API request.

type DirectConnect

type DirectConnect struct {
	*aws.Client
}

DirectConnect provides the API operation methods for making requests to AWS Direct Connect. See this package's package overview docs for details on the service.

DirectConnect methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config aws.Config) *DirectConnect

New creates a new instance of the DirectConnect client with a config.

Example:

// Create a DirectConnect client from just a config.
svc := directconnect.New(myConfig)

func (*DirectConnect) AllocateConnectionOnInterconnectRequest

func (c *DirectConnect) 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 the AllocateConnectionOnInterconnectRequest method.
req := client.AllocateConnectionOnInterconnectRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect

func (*DirectConnect) AllocateHostedConnectionRequest

func (c *DirectConnect) 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).

Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect or LAG.

Intended for use by AWS Direct Connect partners only.

// Example sending a request using the AllocateHostedConnectionRequest method.
req := client.AllocateHostedConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection

func (*DirectConnect) AllocatePrivateVirtualInterfaceRequest

func (c *DirectConnect) 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 the AllocatePrivateVirtualInterfaceRequest method.
req := client.AllocatePrivateVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface

func (*DirectConnect) AllocatePublicVirtualInterfaceRequest

func (c *DirectConnect) 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 the AllocatePublicVirtualInterfaceRequest method.
req := client.AllocatePublicVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface

func (*DirectConnect) AssociateConnectionWithLagRequest

func (c *DirectConnect) 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 the AssociateConnectionWithLagRequest method.
req := client.AssociateConnectionWithLagRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag

func (*DirectConnect) AssociateHostedConnectionRequest

func (c *DirectConnect) 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 the AssociateHostedConnectionRequest method.
req := client.AssociateHostedConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection

func (*DirectConnect) AssociateVirtualInterfaceRequest

func (c *DirectConnect) 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 the AssociateVirtualInterfaceRequest method.
req := client.AssociateVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface

func (*DirectConnect) ConfirmConnectionRequest

func (c *DirectConnect) 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 the ConfirmConnectionRequest method.
req := client.ConfirmConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection

func (*DirectConnect) ConfirmPrivateVirtualInterfaceRequest

func (c *DirectConnect) 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 the ConfirmPrivateVirtualInterfaceRequest method.
req := client.ConfirmPrivateVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface

func (*DirectConnect) ConfirmPublicVirtualInterfaceRequest

func (c *DirectConnect) 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 the ConfirmPublicVirtualInterfaceRequest method.
req := client.ConfirmPublicVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface

func (*DirectConnect) CreateBGPPeerRequest

func (c *DirectConnect) 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 the CreateBGPPeerRequest method.
req := client.CreateBGPPeerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer

func (*DirectConnect) CreateConnectionRequest

func (c *DirectConnect) 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 the CreateConnectionRequest method.
req := client.CreateConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection

func (*DirectConnect) CreateDirectConnectGatewayAssociationRequest

func (c *DirectConnect) 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 the CreateDirectConnectGatewayAssociationRequest method.
req := client.CreateDirectConnectGatewayAssociationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGatewayAssociation

func (*DirectConnect) CreateDirectConnectGatewayRequest

func (c *DirectConnect) 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 the CreateDirectConnectGatewayRequest method.
req := client.CreateDirectConnectGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGateway

func (*DirectConnect) CreateInterconnectRequest

func (c *DirectConnect) 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 which is capable of hosting other connections. The partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. 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 AllocateConnectionOnInterconnect. 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 partner.

Intended for use by AWS Direct Connect partners only.

// Example sending a request using the CreateInterconnectRequest method.
req := client.CreateInterconnectRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect

func (*DirectConnect) CreateLagRequest

func (c *DirectConnect) 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 the CreateLagRequest method.
req := client.CreateLagRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag

func (*DirectConnect) CreatePrivateVirtualInterfaceRequest

func (c *DirectConnect) 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 the CreatePrivateVirtualInterfaceRequest method.
req := client.CreatePrivateVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface

func (*DirectConnect) CreatePublicVirtualInterfaceRequest

func (c *DirectConnect) 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 the CreatePublicVirtualInterfaceRequest method.
req := client.CreatePublicVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface

func (*DirectConnect) DeleteBGPPeerRequest

func (c *DirectConnect) 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 the DeleteBGPPeerRequest method.
req := client.DeleteBGPPeerRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer

func (*DirectConnect) DeleteConnectionRequest

func (c *DirectConnect) 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 the DeleteConnectionRequest method.
req := client.DeleteConnectionRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection

func (*DirectConnect) DeleteDirectConnectGatewayAssociationRequest

func (c *DirectConnect) 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 the DeleteDirectConnectGatewayAssociationRequest method.
req := client.DeleteDirectConnectGatewayAssociationRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGatewayAssociation

func (*DirectConnect) DeleteDirectConnectGatewayRequest

func (c *DirectConnect) 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 the DeleteDirectConnectGatewayRequest method.
req := client.DeleteDirectConnectGatewayRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGateway

func (*DirectConnect) DeleteInterconnectRequest

func (c *DirectConnect) 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 the DeleteInterconnectRequest method.
req := client.DeleteInterconnectRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect

func (*DirectConnect) DeleteLagRequest

func (c *DirectConnect) 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 the DeleteLagRequest method.
req := client.DeleteLagRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag

func (*DirectConnect) DeleteVirtualInterfaceRequest

func (c *DirectConnect) 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 the DeleteVirtualInterfaceRequest method.
req := client.DeleteVirtualInterfaceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface

func (*DirectConnect) DescribeConnectionLoaRequest

func (c *DirectConnect) 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 (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

// Example sending a request using the DescribeConnectionLoaRequest method.
req := client.DescribeConnectionLoaRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa

func (*DirectConnect) DescribeConnectionsOnInterconnectRequest

func (c *DirectConnect) 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 the DescribeConnectionsOnInterconnectRequest method.
req := client.DescribeConnectionsOnInterconnectRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect

func (*DirectConnect) DescribeConnectionsRequest

func (c *DirectConnect) 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 the DescribeConnectionsRequest method.
req := client.DescribeConnectionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections

func (*DirectConnect) DescribeDirectConnectGatewayAssociationsRequest

func (c *DirectConnect) 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 the DescribeDirectConnectGatewayAssociationsRequest method.
req := client.DescribeDirectConnectGatewayAssociationsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAssociations

func (*DirectConnect) DescribeDirectConnectGatewayAttachmentsRequest

func (c *DirectConnect) 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 the DescribeDirectConnectGatewayAttachmentsRequest method.
req := client.DescribeDirectConnectGatewayAttachmentsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGatewayAttachments

func (*DirectConnect) DescribeDirectConnectGatewaysRequest

func (c *DirectConnect) 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 the DescribeDirectConnectGatewaysRequest method.
req := client.DescribeDirectConnectGatewaysRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGateways

func (*DirectConnect) DescribeHostedConnectionsRequest

func (c *DirectConnect) 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 the DescribeHostedConnectionsRequest method.
req := client.DescribeHostedConnectionsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections

func (*DirectConnect) DescribeInterconnectLoaRequest

func (c *DirectConnect) 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 (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

// Example sending a request using the DescribeInterconnectLoaRequest method.
req := client.DescribeInterconnectLoaRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa

func (*DirectConnect) DescribeInterconnectsRequest

func (c *DirectConnect) 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 the DescribeInterconnectsRequest method.
req := client.DescribeInterconnectsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects

func (*DirectConnect) DescribeLagsRequest

func (c *DirectConnect) 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 the DescribeLagsRequest method.
req := client.DescribeLagsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags

func (*DirectConnect) DescribeLoaRequest

func (c *DirectConnect) 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 (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect User Guide.

// Example sending a request using the DescribeLoaRequest method.
req := client.DescribeLoaRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoa

func (*DirectConnect) DescribeLocationsRequest

func (c *DirectConnect) 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 the DescribeLocationsRequest method.
req := client.DescribeLocationsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations

func (*DirectConnect) DescribeTagsRequest

func (c *DirectConnect) 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 the DescribeTagsRequest method.
req := client.DescribeTagsRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags

func (*DirectConnect) DescribeVirtualGatewaysRequest

func (c *DirectConnect) 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 the DescribeVirtualGatewaysRequest method.
req := client.DescribeVirtualGatewaysRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGateways

func (*DirectConnect) DescribeVirtualInterfacesRequest

func (c *DirectConnect) 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 the DescribeVirtualInterfacesRequest method.
req := client.DescribeVirtualInterfacesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces

func (*DirectConnect) DisassociateConnectionFromLagRequest

func (c *DirectConnect) 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 the DisassociateConnectionFromLagRequest method.
req := client.DisassociateConnectionFromLagRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag

func (*DirectConnect) TagResourceRequest

func (c *DirectConnect) 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 the TagResourceRequest method.
req := client.TagResourceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResource

func (*DirectConnect) UntagResourceRequest

func (c *DirectConnect) 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 the UntagResourceRequest method.
req := client.UntagResourceRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResource

func (*DirectConnect) UpdateLagRequest

func (c *DirectConnect) 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:

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 the UpdateLagRequest method.
req := client.UpdateLagRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag

func (*DirectConnect) UpdateVirtualInterfaceAttributesRequest

func (c *DirectConnect) 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 the UpdateVirtualInterfaceAttributesRequest method.
req := client.UpdateVirtualInterfaceAttributesRequest(params)
resp, err := req.Send()
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes

type DisassociateConnectionFromLagInput

type DisassociateConnectionFromLagInput struct {

	// The ID of the connection. For example, dxcon-abc123.
	//
	// ConnectionId is a required field
	ConnectionId *string `locationName:"connectionId" type:"string" required:"true"`

	// The ID of the LAG. For example, dxlag-abc123.
	//
	// 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) GoString

GoString returns the string representation

func (DisassociateConnectionFromLagInput) String

String returns the string representation

func (*DisassociateConnectionFromLagInput) Validate

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.
	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/DeleteConnectionOutput

func (DisassociateConnectionFromLagOutput) GoString

GoString returns the string representation

func (DisassociateConnectionFromLagOutput) SDKResponseMetadata

func (s DisassociateConnectionFromLagOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (DisassociateConnectionFromLagOutput) String

String returns the string representation

type DisassociateConnectionFromLagRequest

type DisassociateConnectionFromLagRequest struct {
	*aws.Request
	Input *DisassociateConnectionFromLagInput
	Copy  func(*DisassociateConnectionFromLagInput) DisassociateConnectionFromLagRequest
}

DisassociateConnectionFromLagRequest is a API request type for the DisassociateConnectionFromLag API operation.

func (DisassociateConnectionFromLagRequest) Send

Send marshals and sends the DisassociateConnectionFromLag API request.

type Gateway

type Gateway 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 GatewayState `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 gateways. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGateway

func (Gateway) GoString

func (s Gateway) GoString() string

GoString returns the string representation

func (Gateway) String

func (s Gateway) String() string

String returns the string representation

type GatewayAssociation

type GatewayAssociation struct {

	// 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 are
	//    successfully associated and ready to pass traffic.
	//
	//    * disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation.
	//
	//    * disassociated: The virtual private gateway is disassociated from the
	//    Direct Connect gateway. Traffic flow between the Direct Connect gateway
	//    and virtual private gateway is stopped.
	AssociationState GatewayAssociationState `locationName:"associationState" 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 private gateway. Applies only to private virtual interfaces.
	VirtualGatewayId *string `locationName:"virtualGatewayId" 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" type:"string"`
	// contains filtered or unexported fields
}

Information about an association between a Direct Connect gateway and a virtual private gateway. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DirectConnectGatewayAssociation

func (GatewayAssociation) GoString

func (s GatewayAssociation) GoString() string

GoString returns the string representation

func (GatewayAssociation) String

func (s GatewayAssociation) String() string

String returns the string representation

type GatewayAssociationState

type GatewayAssociationState string
const (
	GatewayAssociationStateAssociating    GatewayAssociationState = "associating"
	GatewayAssociationStateAssociated     GatewayAssociationState = "associated"
	GatewayAssociationStateDisassociating GatewayAssociationState = "disassociating"
	GatewayAssociationStateDisassociated  GatewayAssociationState = "disassociated"
)

Enum values for GatewayAssociationState

func (GatewayAssociationState) MarshalValue

func (enum GatewayAssociationState) MarshalValue() (string, error)

func (GatewayAssociationState) MarshalValueBuf

func (enum GatewayAssociationState) MarshalValueBuf(b []byte) ([]byte, error)

type GatewayAttachment

type GatewayAttachment 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 GatewayAttachmentState `locationName:"attachmentState" 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 (GatewayAttachment) GoString

func (s GatewayAttachment) GoString() string

GoString returns the string representation

func (GatewayAttachment) String

func (s GatewayAttachment) String() string

String returns the string representation

type GatewayAttachmentState

type GatewayAttachmentState string
const (
	GatewayAttachmentStateAttaching GatewayAttachmentState = "attaching"
	GatewayAttachmentStateAttached  GatewayAttachmentState = "attached"
	GatewayAttachmentStateDetaching GatewayAttachmentState = "detaching"
	GatewayAttachmentStateDetached  GatewayAttachmentState = "detached"
)

Enum values for GatewayAttachmentState

func (GatewayAttachmentState) MarshalValue

func (enum GatewayAttachmentState) MarshalValue() (string, error)

func (GatewayAttachmentState) MarshalValueBuf

func (enum GatewayAttachmentState) MarshalValueBuf(b []byte) ([]byte, error)

type GatewayState

type GatewayState string
const (
	GatewayStatePending   GatewayState = "pending"
	GatewayStateAvailable GatewayState = "available"
	GatewayStateDeleting  GatewayState = "deleting"
	GatewayStateDeleted   GatewayState = "deleted"
)

Enum values for GatewayState

func (GatewayState) MarshalValue

func (enum GatewayState) MarshalValue() (string, error)

func (GatewayState) MarshalValueBuf

func (enum GatewayState) 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 InterconnectState

type InterconnectState string
const (
	InterconnectStateRequested InterconnectState = "requested"
	InterconnectStatePending   InterconnectState = "pending"
	InterconnectStateAvailable InterconnectState = "available"
	InterconnectStateDown      InterconnectState = "down"
	InterconnectStateDeleting  InterconnectState = "deleting"
	InterconnectStateDeleted   InterconnectState = "deleted"
)

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 LagState

type LagState string
const (
	LagStateRequested LagState = "requested"
	LagStatePending   LagState = "pending"
	LagStateAvailable LagState = "available"
	LagStateDown      LagState = "down"
	LagStateDeleting  LagState = "deleting"
	LagStateDeleted   LagState = "deleted"
)

Enum values for LagState

func (LagState) MarshalValue

func (enum LagState) MarshalValue() (string, error)

func (LagState) MarshalValueBuf

func (enum LagState) MarshalValueBuf(b []byte) ([]byte, error)

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 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) GoString

func (s Location) GoString() string

GoString returns the string representation

func (Location) String

func (s Location) String() 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) GoString

func (s NewBGPPeer) GoString() string

GoString returns the string representation

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" 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) GoString

func (s NewPrivateVirtualInterface) GoString() string

GoString returns the string representation

func (NewPrivateVirtualInterface) 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) GoString

GoString returns the string representation

func (NewPrivateVirtualInterfaceAllocation) String

String returns the string representation

func (*NewPrivateVirtualInterfaceAllocation) Validate

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) GoString

func (s NewPublicVirtualInterface) GoString() string

GoString returns the string representation

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) GoString

GoString returns the string representation

func (NewPublicVirtualInterfaceAllocation) String

String returns the string representation

func (*NewPublicVirtualInterfaceAllocation) Validate

Validate inspects the fields of the type to determine if they are valid.

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) GoString

func (s ResourceTag) GoString() string

GoString returns the string representation

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) GoString

func (s RouteFilterPrefix) GoString() string

GoString returns the string representation

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) GoString

func (s Tag) GoString() string

GoString returns the string representation

func (Tag) String

func (s Tag) String() string

String returns the string representation

func (*Tag) Validate

func (s *Tag) Validate() error

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) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation

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) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation

func (TagResourceOutput) SDKResponseMetadata

func (s TagResourceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the TagResource API operation.

func (TagResourceRequest) Send

Send marshals and sends the TagResource API 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) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation

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) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation

func (UntagResourceOutput) SDKResponseMetadata

func (s UntagResourceOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the UntagResource API operation.

func (UntagResourceRequest) Send

Send marshals and sends the UntagResource API 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) GoString

func (s UpdateLagInput) GoString() string

GoString returns the string representation

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 Direct Connect endpoint that hosts the LAG.
	AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"`

	// The Direct Connect endpoint that hosts the LAG.
	AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"`

	// The connections bundled by the LAG.
	Connections []DisassociateConnectionFromLagOutput `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.
	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/DeleteLagOutput

func (UpdateLagOutput) GoString

func (s UpdateLagOutput) GoString() string

GoString returns the string representation

func (UpdateLagOutput) SDKResponseMetadata

func (s UpdateLagOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

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 a API request type for the UpdateLag API operation.

func (UpdateLagRequest) Send

func (r UpdateLagRequest) Send() (*UpdateLagOutput, error)

Send marshals and sends the UpdateLag API 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) GoString

GoString returns the string representation

func (UpdateVirtualInterfaceAttributesInput) String

String returns the string representation

func (*UpdateVirtualInterfaceAttributesInput) Validate

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" 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.
	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/CreatePublicVirtualInterfaceOutput

func (UpdateVirtualInterfaceAttributesOutput) GoString

GoString returns the string representation

func (UpdateVirtualInterfaceAttributesOutput) SDKResponseMetadata

func (s UpdateVirtualInterfaceAttributesOutput) SDKResponseMetadata() aws.Response

SDKResponseMetdata return sthe response metadata for the API.

func (UpdateVirtualInterfaceAttributesOutput) String

String returns the string representation

type UpdateVirtualInterfaceAttributesRequest

type UpdateVirtualInterfaceAttributesRequest struct {
	*aws.Request
	Input *UpdateVirtualInterfaceAttributesInput
	Copy  func(*UpdateVirtualInterfaceAttributesInput) UpdateVirtualInterfaceAttributesRequest
}

UpdateVirtualInterfaceAttributesRequest is a API request type for the UpdateVirtualInterfaceAttributes API operation.

func (UpdateVirtualInterfaceAttributesRequest) Send

Send marshals and sends the UpdateVirtualInterfaceAttributes API request.

type VirtualGateway

type VirtualGateway struct {

	// The ID of the virtual private gateway.
	VirtualGatewayId *string `locationName:"virtualGatewayId" 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) GoString

func (s VirtualGateway) GoString() string

GoString returns the string representation

func (VirtualGateway) String

func (s VirtualGateway) 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"
)

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.go doc.go errors.go service.go

Directories

PathSynopsis
service/directconnect/directconnectifacePackage directconnectiface provides an interface to enable mocking the AWS Direct Connect service client for testing your code.
Version
v0.7.0
Published
Jan 3, 2019
Platform
windows/amd64
Imports
6 packages
Last checked
27 minutes ago

Tools for package owners.