Documentation ¶
Index ¶
- type AcceptDirectConnectGatewayAssociationProposalFuture
- type AllocateConnectionOnInterconnectFuture
- type AllocateHostedConnectionFuture
- type AllocatePrivateVirtualInterfaceFuture
- type AllocatePublicVirtualInterfaceFuture
- type AllocateTransitVirtualInterfaceFuture
- type AssociateConnectionWithLagFuture
- type AssociateHostedConnectionFuture
- type AssociateVirtualInterfaceFuture
- type Client
- type ConfirmConnectionFuture
- type ConfirmPrivateVirtualInterfaceFuture
- type ConfirmPublicVirtualInterfaceFuture
- type ConfirmTransitVirtualInterfaceFuture
- type CreateBGPPeerFuture
- type CreateConnectionFuture
- type CreateDirectConnectGatewayAssociationFuture
- type CreateDirectConnectGatewayAssociationProposalFuture
- type CreateDirectConnectGatewayFuture
- type CreateInterconnectFuture
- type CreateLagFuture
- type CreatePrivateVirtualInterfaceFuture
- type CreatePublicVirtualInterfaceFuture
- type CreateTransitVirtualInterfaceFuture
- type DeleteBGPPeerFuture
- type DeleteConnectionFuture
- type DeleteDirectConnectGatewayAssociationFuture
- type DeleteDirectConnectGatewayAssociationProposalFuture
- type DeleteDirectConnectGatewayFuture
- type DeleteInterconnectFuture
- type DeleteLagFuture
- type DeleteVirtualInterfaceFuture
- type DescribeConnectionLoaFuture
- type DescribeConnectionsFuture
- type DescribeConnectionsOnInterconnectFuture
- type DescribeDirectConnectGatewayAssociationProposalsFuture
- type DescribeDirectConnectGatewayAssociationsFuture
- type DescribeDirectConnectGatewayAttachmentsFuture
- type DescribeDirectConnectGatewaysFuture
- type DescribeHostedConnectionsFuture
- type DescribeInterconnectLoaFuture
- type DescribeInterconnectsFuture
- type DescribeLagsFuture
- type DescribeLoaFuture
- type DescribeLocationsFuture
- type DescribeTagsFuture
- type DescribeVirtualGatewaysFuture
- type DescribeVirtualInterfacesFuture
- type DisassociateConnectionFromLagFuture
- type ListVirtualInterfaceTestHistoryFuture
- type StartBgpFailoverTestFuture
- type StopBgpFailoverTestFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDirectConnectGatewayAssociationFuture
- type UpdateLagFuture
- type UpdateVirtualInterfaceAttributesFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptDirectConnectGatewayAssociationProposalFuture ¶
type AcceptDirectConnectGatewayAssociationProposalFuture struct { // public to support Selector.addFuture Future workflow.Future }
type AllocateConnectionOnInterconnectFuture ¶
type AllocateConnectionOnInterconnectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AllocateConnectionOnInterconnectFuture) Get ¶
func (r *AllocateConnectionOnInterconnectFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type AllocateHostedConnectionFuture ¶
type AllocateHostedConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AllocateHostedConnectionFuture) Get ¶
func (r *AllocateHostedConnectionFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type AllocatePrivateVirtualInterfaceFuture ¶
type AllocatePrivateVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AllocatePrivateVirtualInterfaceFuture) Get ¶
func (r *AllocatePrivateVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.VirtualInterface, error)
type AllocatePublicVirtualInterfaceFuture ¶
type AllocatePublicVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AllocatePublicVirtualInterfaceFuture) Get ¶
func (r *AllocatePublicVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.VirtualInterface, error)
type AllocateTransitVirtualInterfaceFuture ¶
type AllocateTransitVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AllocateTransitVirtualInterfaceFuture) Get ¶
func (r *AllocateTransitVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.AllocateTransitVirtualInterfaceOutput, error)
type AssociateConnectionWithLagFuture ¶
type AssociateConnectionWithLagFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateConnectionWithLagFuture) Get ¶
func (r *AssociateConnectionWithLagFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type AssociateHostedConnectionFuture ¶
type AssociateHostedConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateHostedConnectionFuture) Get ¶
func (r *AssociateHostedConnectionFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type AssociateVirtualInterfaceFuture ¶
type AssociateVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateVirtualInterfaceFuture) Get ¶
func (r *AssociateVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.VirtualInterface, error)
type Client ¶
type Client interface { AcceptDirectConnectGatewayAssociationProposal(ctx workflow.Context, input *directconnect.AcceptDirectConnectGatewayAssociationProposalInput) (*directconnect.AcceptDirectConnectGatewayAssociationProposalOutput, error) AcceptDirectConnectGatewayAssociationProposalAsync(ctx workflow.Context, input *directconnect.AcceptDirectConnectGatewayAssociationProposalInput) *AcceptDirectConnectGatewayAssociationProposalFuture AllocateConnectionOnInterconnect(ctx workflow.Context, input *directconnect.AllocateConnectionOnInterconnectInput) (*directconnect.Connection, error) AllocateConnectionOnInterconnectAsync(ctx workflow.Context, input *directconnect.AllocateConnectionOnInterconnectInput) *AllocateConnectionOnInterconnectFuture AllocateHostedConnection(ctx workflow.Context, input *directconnect.AllocateHostedConnectionInput) (*directconnect.Connection, error) AllocateHostedConnectionAsync(ctx workflow.Context, input *directconnect.AllocateHostedConnectionInput) *AllocateHostedConnectionFuture AllocatePrivateVirtualInterface(ctx workflow.Context, input *directconnect.AllocatePrivateVirtualInterfaceInput) (*directconnect.VirtualInterface, error) AllocatePrivateVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.AllocatePrivateVirtualInterfaceInput) *AllocatePrivateVirtualInterfaceFuture AllocatePublicVirtualInterface(ctx workflow.Context, input *directconnect.AllocatePublicVirtualInterfaceInput) (*directconnect.VirtualInterface, error) AllocatePublicVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.AllocatePublicVirtualInterfaceInput) *AllocatePublicVirtualInterfaceFuture AllocateTransitVirtualInterface(ctx workflow.Context, input *directconnect.AllocateTransitVirtualInterfaceInput) (*directconnect.AllocateTransitVirtualInterfaceOutput, error) AllocateTransitVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.AllocateTransitVirtualInterfaceInput) *AllocateTransitVirtualInterfaceFuture AssociateConnectionWithLag(ctx workflow.Context, input *directconnect.AssociateConnectionWithLagInput) (*directconnect.Connection, error) AssociateConnectionWithLagAsync(ctx workflow.Context, input *directconnect.AssociateConnectionWithLagInput) *AssociateConnectionWithLagFuture AssociateHostedConnection(ctx workflow.Context, input *directconnect.AssociateHostedConnectionInput) (*directconnect.Connection, error) AssociateHostedConnectionAsync(ctx workflow.Context, input *directconnect.AssociateHostedConnectionInput) *AssociateHostedConnectionFuture AssociateVirtualInterface(ctx workflow.Context, input *directconnect.AssociateVirtualInterfaceInput) (*directconnect.VirtualInterface, error) AssociateVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.AssociateVirtualInterfaceInput) *AssociateVirtualInterfaceFuture ConfirmConnection(ctx workflow.Context, input *directconnect.ConfirmConnectionInput) (*directconnect.ConfirmConnectionOutput, error) ConfirmConnectionAsync(ctx workflow.Context, input *directconnect.ConfirmConnectionInput) *ConfirmConnectionFuture ConfirmPrivateVirtualInterface(ctx workflow.Context, input *directconnect.ConfirmPrivateVirtualInterfaceInput) (*directconnect.ConfirmPrivateVirtualInterfaceOutput, error) ConfirmPrivateVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.ConfirmPrivateVirtualInterfaceInput) *ConfirmPrivateVirtualInterfaceFuture ConfirmPublicVirtualInterface(ctx workflow.Context, input *directconnect.ConfirmPublicVirtualInterfaceInput) (*directconnect.ConfirmPublicVirtualInterfaceOutput, error) ConfirmPublicVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.ConfirmPublicVirtualInterfaceInput) *ConfirmPublicVirtualInterfaceFuture ConfirmTransitVirtualInterface(ctx workflow.Context, input *directconnect.ConfirmTransitVirtualInterfaceInput) (*directconnect.ConfirmTransitVirtualInterfaceOutput, error) ConfirmTransitVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.ConfirmTransitVirtualInterfaceInput) *ConfirmTransitVirtualInterfaceFuture CreateBGPPeer(ctx workflow.Context, input *directconnect.CreateBGPPeerInput) (*directconnect.CreateBGPPeerOutput, error) CreateBGPPeerAsync(ctx workflow.Context, input *directconnect.CreateBGPPeerInput) *CreateBGPPeerFuture CreateConnection(ctx workflow.Context, input *directconnect.CreateConnectionInput) (*directconnect.Connection, error) CreateConnectionAsync(ctx workflow.Context, input *directconnect.CreateConnectionInput) *CreateConnectionFuture CreateDirectConnectGateway(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayInput) (*directconnect.CreateDirectConnectGatewayOutput, error) CreateDirectConnectGatewayAsync(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayInput) *CreateDirectConnectGatewayFuture CreateDirectConnectGatewayAssociation(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayAssociationInput) (*directconnect.CreateDirectConnectGatewayAssociationOutput, error) CreateDirectConnectGatewayAssociationAsync(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayAssociationInput) *CreateDirectConnectGatewayAssociationFuture CreateDirectConnectGatewayAssociationProposal(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayAssociationProposalInput) (*directconnect.CreateDirectConnectGatewayAssociationProposalOutput, error) CreateDirectConnectGatewayAssociationProposalAsync(ctx workflow.Context, input *directconnect.CreateDirectConnectGatewayAssociationProposalInput) *CreateDirectConnectGatewayAssociationProposalFuture CreateInterconnect(ctx workflow.Context, input *directconnect.CreateInterconnectInput) (*directconnect.Interconnect, error) CreateInterconnectAsync(ctx workflow.Context, input *directconnect.CreateInterconnectInput) *CreateInterconnectFuture CreateLag(ctx workflow.Context, input *directconnect.CreateLagInput) (*directconnect.Lag, error) CreateLagAsync(ctx workflow.Context, input *directconnect.CreateLagInput) *CreateLagFuture CreatePrivateVirtualInterface(ctx workflow.Context, input *directconnect.CreatePrivateVirtualInterfaceInput) (*directconnect.VirtualInterface, error) CreatePrivateVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.CreatePrivateVirtualInterfaceInput) *CreatePrivateVirtualInterfaceFuture CreatePublicVirtualInterface(ctx workflow.Context, input *directconnect.CreatePublicVirtualInterfaceInput) (*directconnect.VirtualInterface, error) CreatePublicVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.CreatePublicVirtualInterfaceInput) *CreatePublicVirtualInterfaceFuture CreateTransitVirtualInterface(ctx workflow.Context, input *directconnect.CreateTransitVirtualInterfaceInput) (*directconnect.CreateTransitVirtualInterfaceOutput, error) CreateTransitVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.CreateTransitVirtualInterfaceInput) *CreateTransitVirtualInterfaceFuture DeleteBGPPeer(ctx workflow.Context, input *directconnect.DeleteBGPPeerInput) (*directconnect.DeleteBGPPeerOutput, error) DeleteBGPPeerAsync(ctx workflow.Context, input *directconnect.DeleteBGPPeerInput) *DeleteBGPPeerFuture DeleteConnection(ctx workflow.Context, input *directconnect.DeleteConnectionInput) (*directconnect.Connection, error) DeleteConnectionAsync(ctx workflow.Context, input *directconnect.DeleteConnectionInput) *DeleteConnectionFuture DeleteDirectConnectGateway(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayInput) (*directconnect.DeleteDirectConnectGatewayOutput, error) DeleteDirectConnectGatewayAsync(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayInput) *DeleteDirectConnectGatewayFuture DeleteDirectConnectGatewayAssociation(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayAssociationInput) (*directconnect.DeleteDirectConnectGatewayAssociationOutput, error) DeleteDirectConnectGatewayAssociationAsync(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayAssociationInput) *DeleteDirectConnectGatewayAssociationFuture DeleteDirectConnectGatewayAssociationProposal(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayAssociationProposalInput) (*directconnect.DeleteDirectConnectGatewayAssociationProposalOutput, error) DeleteDirectConnectGatewayAssociationProposalAsync(ctx workflow.Context, input *directconnect.DeleteDirectConnectGatewayAssociationProposalInput) *DeleteDirectConnectGatewayAssociationProposalFuture DeleteInterconnect(ctx workflow.Context, input *directconnect.DeleteInterconnectInput) (*directconnect.DeleteInterconnectOutput, error) DeleteInterconnectAsync(ctx workflow.Context, input *directconnect.DeleteInterconnectInput) *DeleteInterconnectFuture DeleteLag(ctx workflow.Context, input *directconnect.DeleteLagInput) (*directconnect.Lag, error) DeleteLagAsync(ctx workflow.Context, input *directconnect.DeleteLagInput) *DeleteLagFuture DeleteVirtualInterface(ctx workflow.Context, input *directconnect.DeleteVirtualInterfaceInput) (*directconnect.DeleteVirtualInterfaceOutput, error) DeleteVirtualInterfaceAsync(ctx workflow.Context, input *directconnect.DeleteVirtualInterfaceInput) *DeleteVirtualInterfaceFuture DescribeConnectionLoa(ctx workflow.Context, input *directconnect.DescribeConnectionLoaInput) (*directconnect.DescribeConnectionLoaOutput, error) DescribeConnectionLoaAsync(ctx workflow.Context, input *directconnect.DescribeConnectionLoaInput) *DescribeConnectionLoaFuture DescribeConnections(ctx workflow.Context, input *directconnect.DescribeConnectionsInput) (*directconnect.Connections, error) DescribeConnectionsAsync(ctx workflow.Context, input *directconnect.DescribeConnectionsInput) *DescribeConnectionsFuture DescribeConnectionsOnInterconnect(ctx workflow.Context, input *directconnect.DescribeConnectionsOnInterconnectInput) (*directconnect.Connections, error) DescribeConnectionsOnInterconnectAsync(ctx workflow.Context, input *directconnect.DescribeConnectionsOnInterconnectInput) *DescribeConnectionsOnInterconnectFuture DescribeDirectConnectGatewayAssociationProposals(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAssociationProposalsInput) (*directconnect.DescribeDirectConnectGatewayAssociationProposalsOutput, error) DescribeDirectConnectGatewayAssociationProposalsAsync(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAssociationProposalsInput) *DescribeDirectConnectGatewayAssociationProposalsFuture DescribeDirectConnectGatewayAssociations(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAssociationsInput) (*directconnect.DescribeDirectConnectGatewayAssociationsOutput, error) DescribeDirectConnectGatewayAssociationsAsync(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAssociationsInput) *DescribeDirectConnectGatewayAssociationsFuture DescribeDirectConnectGatewayAttachments(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAttachmentsInput) (*directconnect.DescribeDirectConnectGatewayAttachmentsOutput, error) DescribeDirectConnectGatewayAttachmentsAsync(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewayAttachmentsInput) *DescribeDirectConnectGatewayAttachmentsFuture DescribeDirectConnectGateways(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewaysInput) (*directconnect.DescribeDirectConnectGatewaysOutput, error) DescribeDirectConnectGatewaysAsync(ctx workflow.Context, input *directconnect.DescribeDirectConnectGatewaysInput) *DescribeDirectConnectGatewaysFuture DescribeHostedConnections(ctx workflow.Context, input *directconnect.DescribeHostedConnectionsInput) (*directconnect.Connections, error) DescribeHostedConnectionsAsync(ctx workflow.Context, input *directconnect.DescribeHostedConnectionsInput) *DescribeHostedConnectionsFuture DescribeInterconnectLoa(ctx workflow.Context, input *directconnect.DescribeInterconnectLoaInput) (*directconnect.DescribeInterconnectLoaOutput, error) DescribeInterconnectLoaAsync(ctx workflow.Context, input *directconnect.DescribeInterconnectLoaInput) *DescribeInterconnectLoaFuture DescribeInterconnects(ctx workflow.Context, input *directconnect.DescribeInterconnectsInput) (*directconnect.DescribeInterconnectsOutput, error) DescribeInterconnectsAsync(ctx workflow.Context, input *directconnect.DescribeInterconnectsInput) *DescribeInterconnectsFuture DescribeLags(ctx workflow.Context, input *directconnect.DescribeLagsInput) (*directconnect.DescribeLagsOutput, error) DescribeLagsAsync(ctx workflow.Context, input *directconnect.DescribeLagsInput) *DescribeLagsFuture DescribeLoa(ctx workflow.Context, input *directconnect.DescribeLoaInput) (*directconnect.Loa, error) DescribeLoaAsync(ctx workflow.Context, input *directconnect.DescribeLoaInput) *DescribeLoaFuture DescribeLocations(ctx workflow.Context, input *directconnect.DescribeLocationsInput) (*directconnect.DescribeLocationsOutput, error) DescribeLocationsAsync(ctx workflow.Context, input *directconnect.DescribeLocationsInput) *DescribeLocationsFuture DescribeTags(ctx workflow.Context, input *directconnect.DescribeTagsInput) (*directconnect.DescribeTagsOutput, error) DescribeTagsAsync(ctx workflow.Context, input *directconnect.DescribeTagsInput) *DescribeTagsFuture DescribeVirtualGateways(ctx workflow.Context, input *directconnect.DescribeVirtualGatewaysInput) (*directconnect.DescribeVirtualGatewaysOutput, error) DescribeVirtualGatewaysAsync(ctx workflow.Context, input *directconnect.DescribeVirtualGatewaysInput) *DescribeVirtualGatewaysFuture DescribeVirtualInterfaces(ctx workflow.Context, input *directconnect.DescribeVirtualInterfacesInput) (*directconnect.DescribeVirtualInterfacesOutput, error) DescribeVirtualInterfacesAsync(ctx workflow.Context, input *directconnect.DescribeVirtualInterfacesInput) *DescribeVirtualInterfacesFuture DisassociateConnectionFromLag(ctx workflow.Context, input *directconnect.DisassociateConnectionFromLagInput) (*directconnect.Connection, error) DisassociateConnectionFromLagAsync(ctx workflow.Context, input *directconnect.DisassociateConnectionFromLagInput) *DisassociateConnectionFromLagFuture ListVirtualInterfaceTestHistory(ctx workflow.Context, input *directconnect.ListVirtualInterfaceTestHistoryInput) (*directconnect.ListVirtualInterfaceTestHistoryOutput, error) ListVirtualInterfaceTestHistoryAsync(ctx workflow.Context, input *directconnect.ListVirtualInterfaceTestHistoryInput) *ListVirtualInterfaceTestHistoryFuture StartBgpFailoverTest(ctx workflow.Context, input *directconnect.StartBgpFailoverTestInput) (*directconnect.StartBgpFailoverTestOutput, error) StartBgpFailoverTestAsync(ctx workflow.Context, input *directconnect.StartBgpFailoverTestInput) *StartBgpFailoverTestFuture StopBgpFailoverTest(ctx workflow.Context, input *directconnect.StopBgpFailoverTestInput) (*directconnect.StopBgpFailoverTestOutput, error) StopBgpFailoverTestAsync(ctx workflow.Context, input *directconnect.StopBgpFailoverTestInput) *StopBgpFailoverTestFuture TagResource(ctx workflow.Context, input *directconnect.TagResourceInput) (*directconnect.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *directconnect.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *directconnect.UntagResourceInput) (*directconnect.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *directconnect.UntagResourceInput) *UntagResourceFuture UpdateDirectConnectGatewayAssociation(ctx workflow.Context, input *directconnect.UpdateDirectConnectGatewayAssociationInput) (*directconnect.UpdateDirectConnectGatewayAssociationOutput, error) UpdateDirectConnectGatewayAssociationAsync(ctx workflow.Context, input *directconnect.UpdateDirectConnectGatewayAssociationInput) *UpdateDirectConnectGatewayAssociationFuture UpdateLag(ctx workflow.Context, input *directconnect.UpdateLagInput) (*directconnect.Lag, error) UpdateLagAsync(ctx workflow.Context, input *directconnect.UpdateLagInput) *UpdateLagFuture UpdateVirtualInterfaceAttributes(ctx workflow.Context, input *directconnect.UpdateVirtualInterfaceAttributesInput) (*directconnect.UpdateVirtualInterfaceAttributesOutput, error) UpdateVirtualInterfaceAttributesAsync(ctx workflow.Context, input *directconnect.UpdateVirtualInterfaceAttributesInput) *UpdateVirtualInterfaceAttributesFuture }
type ConfirmConnectionFuture ¶
type ConfirmConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ConfirmConnectionFuture) Get ¶
func (r *ConfirmConnectionFuture) Get(ctx workflow.Context) (*directconnect.ConfirmConnectionOutput, error)
type ConfirmPrivateVirtualInterfaceFuture ¶
type ConfirmPrivateVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ConfirmPrivateVirtualInterfaceFuture) Get ¶
func (r *ConfirmPrivateVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.ConfirmPrivateVirtualInterfaceOutput, error)
type ConfirmPublicVirtualInterfaceFuture ¶
type ConfirmPublicVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ConfirmPublicVirtualInterfaceFuture) Get ¶
func (r *ConfirmPublicVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.ConfirmPublicVirtualInterfaceOutput, error)
type ConfirmTransitVirtualInterfaceFuture ¶
type ConfirmTransitVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ConfirmTransitVirtualInterfaceFuture) Get ¶
func (r *ConfirmTransitVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.ConfirmTransitVirtualInterfaceOutput, error)
type CreateBGPPeerFuture ¶
func (*CreateBGPPeerFuture) Get ¶
func (r *CreateBGPPeerFuture) Get(ctx workflow.Context) (*directconnect.CreateBGPPeerOutput, error)
type CreateConnectionFuture ¶
type CreateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConnectionFuture) Get ¶
func (r *CreateConnectionFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type CreateDirectConnectGatewayAssociationFuture ¶
type CreateDirectConnectGatewayAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateDirectConnectGatewayAssociationProposalFuture ¶
type CreateDirectConnectGatewayAssociationProposalFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CreateDirectConnectGatewayFuture ¶
type CreateDirectConnectGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDirectConnectGatewayFuture) Get ¶
func (r *CreateDirectConnectGatewayFuture) Get(ctx workflow.Context) (*directconnect.CreateDirectConnectGatewayOutput, error)
type CreateInterconnectFuture ¶
type CreateInterconnectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateInterconnectFuture) Get ¶
func (r *CreateInterconnectFuture) Get(ctx workflow.Context) (*directconnect.Interconnect, error)
type CreateLagFuture ¶
func (*CreateLagFuture) Get ¶
func (r *CreateLagFuture) Get(ctx workflow.Context) (*directconnect.Lag, error)
type CreatePrivateVirtualInterfaceFuture ¶
type CreatePrivateVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePrivateVirtualInterfaceFuture) Get ¶
func (r *CreatePrivateVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.VirtualInterface, error)
type CreatePublicVirtualInterfaceFuture ¶
type CreatePublicVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePublicVirtualInterfaceFuture) Get ¶
func (r *CreatePublicVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.VirtualInterface, error)
type CreateTransitVirtualInterfaceFuture ¶
type CreateTransitVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateTransitVirtualInterfaceFuture) Get ¶
func (r *CreateTransitVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.CreateTransitVirtualInterfaceOutput, error)
type DeleteBGPPeerFuture ¶
func (*DeleteBGPPeerFuture) Get ¶
func (r *DeleteBGPPeerFuture) Get(ctx workflow.Context) (*directconnect.DeleteBGPPeerOutput, error)
type DeleteConnectionFuture ¶
type DeleteConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConnectionFuture) Get ¶
func (r *DeleteConnectionFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type DeleteDirectConnectGatewayAssociationFuture ¶
type DeleteDirectConnectGatewayAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteDirectConnectGatewayAssociationProposalFuture ¶
type DeleteDirectConnectGatewayAssociationProposalFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DeleteDirectConnectGatewayFuture ¶
type DeleteDirectConnectGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDirectConnectGatewayFuture) Get ¶
func (r *DeleteDirectConnectGatewayFuture) Get(ctx workflow.Context) (*directconnect.DeleteDirectConnectGatewayOutput, error)
type DeleteInterconnectFuture ¶
type DeleteInterconnectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInterconnectFuture) Get ¶
func (r *DeleteInterconnectFuture) Get(ctx workflow.Context) (*directconnect.DeleteInterconnectOutput, error)
type DeleteLagFuture ¶
func (*DeleteLagFuture) Get ¶
func (r *DeleteLagFuture) Get(ctx workflow.Context) (*directconnect.Lag, error)
type DeleteVirtualInterfaceFuture ¶
type DeleteVirtualInterfaceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteVirtualInterfaceFuture) Get ¶
func (r *DeleteVirtualInterfaceFuture) Get(ctx workflow.Context) (*directconnect.DeleteVirtualInterfaceOutput, error)
type DescribeConnectionLoaFuture ¶
type DescribeConnectionLoaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectionLoaFuture) Get ¶
func (r *DescribeConnectionLoaFuture) Get(ctx workflow.Context) (*directconnect.DescribeConnectionLoaOutput, error)
type DescribeConnectionsFuture ¶
type DescribeConnectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectionsFuture) Get ¶
func (r *DescribeConnectionsFuture) Get(ctx workflow.Context) (*directconnect.Connections, error)
type DescribeConnectionsOnInterconnectFuture ¶
type DescribeConnectionsOnInterconnectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectionsOnInterconnectFuture) Get ¶
func (r *DescribeConnectionsOnInterconnectFuture) Get(ctx workflow.Context) (*directconnect.Connections, error)
type DescribeDirectConnectGatewayAssociationProposalsFuture ¶
type DescribeDirectConnectGatewayAssociationProposalsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeDirectConnectGatewayAssociationsFuture ¶
type DescribeDirectConnectGatewayAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeDirectConnectGatewayAttachmentsFuture ¶
type DescribeDirectConnectGatewayAttachmentsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeDirectConnectGatewaysFuture ¶
type DescribeDirectConnectGatewaysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDirectConnectGatewaysFuture) Get ¶
func (r *DescribeDirectConnectGatewaysFuture) Get(ctx workflow.Context) (*directconnect.DescribeDirectConnectGatewaysOutput, error)
type DescribeHostedConnectionsFuture ¶
type DescribeHostedConnectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeHostedConnectionsFuture) Get ¶
func (r *DescribeHostedConnectionsFuture) Get(ctx workflow.Context) (*directconnect.Connections, error)
type DescribeInterconnectLoaFuture ¶
type DescribeInterconnectLoaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInterconnectLoaFuture) Get ¶
func (r *DescribeInterconnectLoaFuture) Get(ctx workflow.Context) (*directconnect.DescribeInterconnectLoaOutput, error)
type DescribeInterconnectsFuture ¶
type DescribeInterconnectsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInterconnectsFuture) Get ¶
func (r *DescribeInterconnectsFuture) Get(ctx workflow.Context) (*directconnect.DescribeInterconnectsOutput, error)
type DescribeLagsFuture ¶
func (*DescribeLagsFuture) Get ¶
func (r *DescribeLagsFuture) Get(ctx workflow.Context) (*directconnect.DescribeLagsOutput, error)
type DescribeLoaFuture ¶
func (*DescribeLoaFuture) Get ¶
func (r *DescribeLoaFuture) Get(ctx workflow.Context) (*directconnect.Loa, error)
type DescribeLocationsFuture ¶
type DescribeLocationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationsFuture) Get ¶
func (r *DescribeLocationsFuture) Get(ctx workflow.Context) (*directconnect.DescribeLocationsOutput, error)
type DescribeTagsFuture ¶
func (*DescribeTagsFuture) Get ¶
func (r *DescribeTagsFuture) Get(ctx workflow.Context) (*directconnect.DescribeTagsOutput, error)
type DescribeVirtualGatewaysFuture ¶
type DescribeVirtualGatewaysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeVirtualGatewaysFuture) Get ¶
func (r *DescribeVirtualGatewaysFuture) Get(ctx workflow.Context) (*directconnect.DescribeVirtualGatewaysOutput, error)
type DescribeVirtualInterfacesFuture ¶
type DescribeVirtualInterfacesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeVirtualInterfacesFuture) Get ¶
func (r *DescribeVirtualInterfacesFuture) Get(ctx workflow.Context) (*directconnect.DescribeVirtualInterfacesOutput, error)
type DisassociateConnectionFromLagFuture ¶
type DisassociateConnectionFromLagFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateConnectionFromLagFuture) Get ¶
func (r *DisassociateConnectionFromLagFuture) Get(ctx workflow.Context) (*directconnect.Connection, error)
type ListVirtualInterfaceTestHistoryFuture ¶
type ListVirtualInterfaceTestHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListVirtualInterfaceTestHistoryFuture) Get ¶
func (r *ListVirtualInterfaceTestHistoryFuture) Get(ctx workflow.Context) (*directconnect.ListVirtualInterfaceTestHistoryOutput, error)
type StartBgpFailoverTestFuture ¶
type StartBgpFailoverTestFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartBgpFailoverTestFuture) Get ¶
func (r *StartBgpFailoverTestFuture) Get(ctx workflow.Context) (*directconnect.StartBgpFailoverTestOutput, error)
type StopBgpFailoverTestFuture ¶
type StopBgpFailoverTestFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopBgpFailoverTestFuture) Get ¶
func (r *StopBgpFailoverTestFuture) Get(ctx workflow.Context) (*directconnect.StopBgpFailoverTestOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*directconnect.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*directconnect.UntagResourceOutput, error)
type UpdateDirectConnectGatewayAssociationFuture ¶
type UpdateDirectConnectGatewayAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdateLagFuture ¶
func (*UpdateLagFuture) Get ¶
func (r *UpdateLagFuture) Get(ctx workflow.Context) (*directconnect.Lag, error)
type UpdateVirtualInterfaceAttributesFuture ¶
type UpdateVirtualInterfaceAttributesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateVirtualInterfaceAttributesFuture) Get ¶
func (r *UpdateVirtualInterfaceAttributesFuture) Get(ctx workflow.Context) (*directconnect.UpdateVirtualInterfaceAttributesOutput, error)
Click to show internal directories.
Click to hide internal directories.