directconnectstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

type AllocateHostedConnectionFuture

type AllocateHostedConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AllocateHostedConnectionFuture) Get

type AllocatePrivateVirtualInterfaceFuture

type AllocatePrivateVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AllocatePrivateVirtualInterfaceFuture) Get

type AllocatePublicVirtualInterfaceFuture

type AllocatePublicVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AllocatePublicVirtualInterfaceFuture) Get

type AllocateTransitVirtualInterfaceFuture

type AllocateTransitVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AllocateTransitVirtualInterfaceFuture) Get

type AssociateConnectionWithLagFuture

type AssociateConnectionWithLagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateConnectionWithLagFuture) Get

type AssociateHostedConnectionFuture

type AssociateHostedConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateHostedConnectionFuture) Get

type AssociateVirtualInterfaceFuture

type AssociateVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateVirtualInterfaceFuture) Get

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
}

func NewClient

func NewClient() Client

type ConfirmConnectionFuture

type ConfirmConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmConnectionFuture) Get

type ConfirmPrivateVirtualInterfaceFuture

type ConfirmPrivateVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmPrivateVirtualInterfaceFuture) Get

type ConfirmPublicVirtualInterfaceFuture

type ConfirmPublicVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmPublicVirtualInterfaceFuture) Get

type ConfirmTransitVirtualInterfaceFuture

type ConfirmTransitVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmTransitVirtualInterfaceFuture) Get

type CreateBGPPeerFuture

type CreateBGPPeerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateBGPPeerFuture) Get

type CreateConnectionFuture

type CreateConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateConnectionFuture) Get

type CreateDirectConnectGatewayAssociationFuture

type CreateDirectConnectGatewayAssociationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateDirectConnectGatewayAssociationFuture) Get

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

type CreateInterconnectFuture

type CreateInterconnectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateInterconnectFuture) Get

type CreateLagFuture

type CreateLagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateLagFuture) Get

type CreatePrivateVirtualInterfaceFuture

type CreatePrivateVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreatePrivateVirtualInterfaceFuture) Get

type CreatePublicVirtualInterfaceFuture

type CreatePublicVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreatePublicVirtualInterfaceFuture) Get

type CreateTransitVirtualInterfaceFuture

type CreateTransitVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateTransitVirtualInterfaceFuture) Get

type DeleteBGPPeerFuture

type DeleteBGPPeerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteBGPPeerFuture) Get

type DeleteConnectionFuture

type DeleteConnectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteConnectionFuture) Get

type DeleteDirectConnectGatewayAssociationFuture

type DeleteDirectConnectGatewayAssociationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteDirectConnectGatewayAssociationFuture) Get

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

type DeleteInterconnectFuture

type DeleteInterconnectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteInterconnectFuture) Get

type DeleteLagFuture

type DeleteLagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteLagFuture) Get

type DeleteVirtualInterfaceFuture

type DeleteVirtualInterfaceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteVirtualInterfaceFuture) Get

type DescribeConnectionLoaFuture

type DescribeConnectionLoaFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeConnectionLoaFuture) Get

type DescribeConnectionsFuture

type DescribeConnectionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeConnectionsFuture) Get

type DescribeConnectionsOnInterconnectFuture

type DescribeConnectionsOnInterconnectFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeConnectionsOnInterconnectFuture) Get

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
}

func (*DescribeDirectConnectGatewayAssociationsFuture) Get

type DescribeDirectConnectGatewayAttachmentsFuture

type DescribeDirectConnectGatewayAttachmentsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeDirectConnectGatewayAttachmentsFuture) Get

type DescribeDirectConnectGatewaysFuture

type DescribeDirectConnectGatewaysFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeDirectConnectGatewaysFuture) Get

type DescribeHostedConnectionsFuture

type DescribeHostedConnectionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeHostedConnectionsFuture) Get

type DescribeInterconnectLoaFuture

type DescribeInterconnectLoaFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeInterconnectLoaFuture) Get

type DescribeInterconnectsFuture

type DescribeInterconnectsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeInterconnectsFuture) Get

type DescribeLagsFuture

type DescribeLagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeLagsFuture) Get

type DescribeLoaFuture

type DescribeLoaFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeLoaFuture) Get

type DescribeLocationsFuture

type DescribeLocationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeLocationsFuture) Get

type DescribeTagsFuture

type DescribeTagsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTagsFuture) Get

type DescribeVirtualGatewaysFuture

type DescribeVirtualGatewaysFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeVirtualGatewaysFuture) Get

type DescribeVirtualInterfacesFuture

type DescribeVirtualInterfacesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeVirtualInterfacesFuture) Get

type DisassociateConnectionFromLagFuture

type DisassociateConnectionFromLagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateConnectionFromLagFuture) Get

type ListVirtualInterfaceTestHistoryFuture

type ListVirtualInterfaceTestHistoryFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListVirtualInterfaceTestHistoryFuture) Get

type StartBgpFailoverTestFuture

type StartBgpFailoverTestFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartBgpFailoverTestFuture) Get

type StopBgpFailoverTestFuture

type StopBgpFailoverTestFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopBgpFailoverTestFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateDirectConnectGatewayAssociationFuture

type UpdateDirectConnectGatewayAssociationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDirectConnectGatewayAssociationFuture) Get

type UpdateLagFuture

type UpdateLagFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateLagFuture) Get

type UpdateVirtualInterfaceAttributesFuture

type UpdateVirtualInterfaceAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateVirtualInterfaceAttributesFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL