Documentation ¶
Index ¶
- type AssociateCustomerGatewayFuture
- type AssociateLinkFuture
- type AssociateTransitGatewayConnectPeerFuture
- type Client
- type CreateConnectionFuture
- type CreateDeviceFuture
- type CreateGlobalNetworkFuture
- type CreateLinkFuture
- type CreateSiteFuture
- type DeleteConnectionFuture
- type DeleteDeviceFuture
- type DeleteGlobalNetworkFuture
- type DeleteLinkFuture
- type DeleteSiteFuture
- type DeregisterTransitGatewayFuture
- type DescribeGlobalNetworksFuture
- type DisassociateCustomerGatewayFuture
- type DisassociateLinkFuture
- type DisassociateTransitGatewayConnectPeerFuture
- type GetConnectionsFuture
- type GetCustomerGatewayAssociationsFuture
- type GetDevicesFuture
- type GetLinkAssociationsFuture
- type GetLinksFuture
- type GetSitesFuture
- type GetTransitGatewayConnectPeerAssociationsFuture
- type GetTransitGatewayRegistrationsFuture
- type ListTagsForResourceFuture
- type RegisterTransitGatewayFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateConnectionFuture
- type UpdateDeviceFuture
- type UpdateGlobalNetworkFuture
- type UpdateLinkFuture
- type UpdateSiteFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateCustomerGatewayFuture ¶
type AssociateCustomerGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateCustomerGatewayFuture) Get ¶
func (r *AssociateCustomerGatewayFuture) Get(ctx workflow.Context) (*networkmanager.AssociateCustomerGatewayOutput, error)
type AssociateLinkFuture ¶
func (*AssociateLinkFuture) Get ¶
func (r *AssociateLinkFuture) Get(ctx workflow.Context) (*networkmanager.AssociateLinkOutput, error)
type AssociateTransitGatewayConnectPeerFuture ¶
type AssociateTransitGatewayConnectPeerFuture struct { // public to support Selector.addFuture Future workflow.Future }
type Client ¶
type Client interface { AssociateCustomerGateway(ctx workflow.Context, input *networkmanager.AssociateCustomerGatewayInput) (*networkmanager.AssociateCustomerGatewayOutput, error) AssociateCustomerGatewayAsync(ctx workflow.Context, input *networkmanager.AssociateCustomerGatewayInput) *AssociateCustomerGatewayFuture AssociateLink(ctx workflow.Context, input *networkmanager.AssociateLinkInput) (*networkmanager.AssociateLinkOutput, error) AssociateLinkAsync(ctx workflow.Context, input *networkmanager.AssociateLinkInput) *AssociateLinkFuture AssociateTransitGatewayConnectPeer(ctx workflow.Context, input *networkmanager.AssociateTransitGatewayConnectPeerInput) (*networkmanager.AssociateTransitGatewayConnectPeerOutput, error) AssociateTransitGatewayConnectPeerAsync(ctx workflow.Context, input *networkmanager.AssociateTransitGatewayConnectPeerInput) *AssociateTransitGatewayConnectPeerFuture CreateConnection(ctx workflow.Context, input *networkmanager.CreateConnectionInput) (*networkmanager.CreateConnectionOutput, error) CreateConnectionAsync(ctx workflow.Context, input *networkmanager.CreateConnectionInput) *CreateConnectionFuture CreateDevice(ctx workflow.Context, input *networkmanager.CreateDeviceInput) (*networkmanager.CreateDeviceOutput, error) CreateDeviceAsync(ctx workflow.Context, input *networkmanager.CreateDeviceInput) *CreateDeviceFuture CreateGlobalNetwork(ctx workflow.Context, input *networkmanager.CreateGlobalNetworkInput) (*networkmanager.CreateGlobalNetworkOutput, error) CreateGlobalNetworkAsync(ctx workflow.Context, input *networkmanager.CreateGlobalNetworkInput) *CreateGlobalNetworkFuture CreateLink(ctx workflow.Context, input *networkmanager.CreateLinkInput) (*networkmanager.CreateLinkOutput, error) CreateLinkAsync(ctx workflow.Context, input *networkmanager.CreateLinkInput) *CreateLinkFuture CreateSite(ctx workflow.Context, input *networkmanager.CreateSiteInput) (*networkmanager.CreateSiteOutput, error) CreateSiteAsync(ctx workflow.Context, input *networkmanager.CreateSiteInput) *CreateSiteFuture DeleteConnection(ctx workflow.Context, input *networkmanager.DeleteConnectionInput) (*networkmanager.DeleteConnectionOutput, error) DeleteConnectionAsync(ctx workflow.Context, input *networkmanager.DeleteConnectionInput) *DeleteConnectionFuture DeleteDevice(ctx workflow.Context, input *networkmanager.DeleteDeviceInput) (*networkmanager.DeleteDeviceOutput, error) DeleteDeviceAsync(ctx workflow.Context, input *networkmanager.DeleteDeviceInput) *DeleteDeviceFuture DeleteGlobalNetwork(ctx workflow.Context, input *networkmanager.DeleteGlobalNetworkInput) (*networkmanager.DeleteGlobalNetworkOutput, error) DeleteGlobalNetworkAsync(ctx workflow.Context, input *networkmanager.DeleteGlobalNetworkInput) *DeleteGlobalNetworkFuture DeleteLink(ctx workflow.Context, input *networkmanager.DeleteLinkInput) (*networkmanager.DeleteLinkOutput, error) DeleteLinkAsync(ctx workflow.Context, input *networkmanager.DeleteLinkInput) *DeleteLinkFuture DeleteSite(ctx workflow.Context, input *networkmanager.DeleteSiteInput) (*networkmanager.DeleteSiteOutput, error) DeleteSiteAsync(ctx workflow.Context, input *networkmanager.DeleteSiteInput) *DeleteSiteFuture DeregisterTransitGateway(ctx workflow.Context, input *networkmanager.DeregisterTransitGatewayInput) (*networkmanager.DeregisterTransitGatewayOutput, error) DeregisterTransitGatewayAsync(ctx workflow.Context, input *networkmanager.DeregisterTransitGatewayInput) *DeregisterTransitGatewayFuture DescribeGlobalNetworks(ctx workflow.Context, input *networkmanager.DescribeGlobalNetworksInput) (*networkmanager.DescribeGlobalNetworksOutput, error) DescribeGlobalNetworksAsync(ctx workflow.Context, input *networkmanager.DescribeGlobalNetworksInput) *DescribeGlobalNetworksFuture DisassociateCustomerGateway(ctx workflow.Context, input *networkmanager.DisassociateCustomerGatewayInput) (*networkmanager.DisassociateCustomerGatewayOutput, error) DisassociateCustomerGatewayAsync(ctx workflow.Context, input *networkmanager.DisassociateCustomerGatewayInput) *DisassociateCustomerGatewayFuture DisassociateLink(ctx workflow.Context, input *networkmanager.DisassociateLinkInput) (*networkmanager.DisassociateLinkOutput, error) DisassociateLinkAsync(ctx workflow.Context, input *networkmanager.DisassociateLinkInput) *DisassociateLinkFuture DisassociateTransitGatewayConnectPeer(ctx workflow.Context, input *networkmanager.DisassociateTransitGatewayConnectPeerInput) (*networkmanager.DisassociateTransitGatewayConnectPeerOutput, error) DisassociateTransitGatewayConnectPeerAsync(ctx workflow.Context, input *networkmanager.DisassociateTransitGatewayConnectPeerInput) *DisassociateTransitGatewayConnectPeerFuture GetConnections(ctx workflow.Context, input *networkmanager.GetConnectionsInput) (*networkmanager.GetConnectionsOutput, error) GetConnectionsAsync(ctx workflow.Context, input *networkmanager.GetConnectionsInput) *GetConnectionsFuture GetCustomerGatewayAssociations(ctx workflow.Context, input *networkmanager.GetCustomerGatewayAssociationsInput) (*networkmanager.GetCustomerGatewayAssociationsOutput, error) GetCustomerGatewayAssociationsAsync(ctx workflow.Context, input *networkmanager.GetCustomerGatewayAssociationsInput) *GetCustomerGatewayAssociationsFuture GetDevices(ctx workflow.Context, input *networkmanager.GetDevicesInput) (*networkmanager.GetDevicesOutput, error) GetDevicesAsync(ctx workflow.Context, input *networkmanager.GetDevicesInput) *GetDevicesFuture GetLinkAssociations(ctx workflow.Context, input *networkmanager.GetLinkAssociationsInput) (*networkmanager.GetLinkAssociationsOutput, error) GetLinkAssociationsAsync(ctx workflow.Context, input *networkmanager.GetLinkAssociationsInput) *GetLinkAssociationsFuture GetLinks(ctx workflow.Context, input *networkmanager.GetLinksInput) (*networkmanager.GetLinksOutput, error) GetLinksAsync(ctx workflow.Context, input *networkmanager.GetLinksInput) *GetLinksFuture GetSites(ctx workflow.Context, input *networkmanager.GetSitesInput) (*networkmanager.GetSitesOutput, error) GetSitesAsync(ctx workflow.Context, input *networkmanager.GetSitesInput) *GetSitesFuture GetTransitGatewayConnectPeerAssociations(ctx workflow.Context, input *networkmanager.GetTransitGatewayConnectPeerAssociationsInput) (*networkmanager.GetTransitGatewayConnectPeerAssociationsOutput, error) GetTransitGatewayConnectPeerAssociationsAsync(ctx workflow.Context, input *networkmanager.GetTransitGatewayConnectPeerAssociationsInput) *GetTransitGatewayConnectPeerAssociationsFuture GetTransitGatewayRegistrations(ctx workflow.Context, input *networkmanager.GetTransitGatewayRegistrationsInput) (*networkmanager.GetTransitGatewayRegistrationsOutput, error) GetTransitGatewayRegistrationsAsync(ctx workflow.Context, input *networkmanager.GetTransitGatewayRegistrationsInput) *GetTransitGatewayRegistrationsFuture ListTagsForResource(ctx workflow.Context, input *networkmanager.ListTagsForResourceInput) (*networkmanager.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *networkmanager.ListTagsForResourceInput) *ListTagsForResourceFuture RegisterTransitGateway(ctx workflow.Context, input *networkmanager.RegisterTransitGatewayInput) (*networkmanager.RegisterTransitGatewayOutput, error) RegisterTransitGatewayAsync(ctx workflow.Context, input *networkmanager.RegisterTransitGatewayInput) *RegisterTransitGatewayFuture TagResource(ctx workflow.Context, input *networkmanager.TagResourceInput) (*networkmanager.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *networkmanager.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *networkmanager.UntagResourceInput) (*networkmanager.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *networkmanager.UntagResourceInput) *UntagResourceFuture UpdateConnection(ctx workflow.Context, input *networkmanager.UpdateConnectionInput) (*networkmanager.UpdateConnectionOutput, error) UpdateConnectionAsync(ctx workflow.Context, input *networkmanager.UpdateConnectionInput) *UpdateConnectionFuture UpdateDevice(ctx workflow.Context, input *networkmanager.UpdateDeviceInput) (*networkmanager.UpdateDeviceOutput, error) UpdateDeviceAsync(ctx workflow.Context, input *networkmanager.UpdateDeviceInput) *UpdateDeviceFuture UpdateGlobalNetwork(ctx workflow.Context, input *networkmanager.UpdateGlobalNetworkInput) (*networkmanager.UpdateGlobalNetworkOutput, error) UpdateGlobalNetworkAsync(ctx workflow.Context, input *networkmanager.UpdateGlobalNetworkInput) *UpdateGlobalNetworkFuture UpdateLink(ctx workflow.Context, input *networkmanager.UpdateLinkInput) (*networkmanager.UpdateLinkOutput, error) UpdateLinkAsync(ctx workflow.Context, input *networkmanager.UpdateLinkInput) *UpdateLinkFuture UpdateSite(ctx workflow.Context, input *networkmanager.UpdateSiteInput) (*networkmanager.UpdateSiteOutput, error) UpdateSiteAsync(ctx workflow.Context, input *networkmanager.UpdateSiteInput) *UpdateSiteFuture }
type CreateConnectionFuture ¶
type CreateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConnectionFuture) Get ¶
func (r *CreateConnectionFuture) Get(ctx workflow.Context) (*networkmanager.CreateConnectionOutput, error)
type CreateDeviceFuture ¶
func (*CreateDeviceFuture) Get ¶
func (r *CreateDeviceFuture) Get(ctx workflow.Context) (*networkmanager.CreateDeviceOutput, error)
type CreateGlobalNetworkFuture ¶
type CreateGlobalNetworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGlobalNetworkFuture) Get ¶
func (r *CreateGlobalNetworkFuture) Get(ctx workflow.Context) (*networkmanager.CreateGlobalNetworkOutput, error)
type CreateLinkFuture ¶
func (*CreateLinkFuture) Get ¶
func (r *CreateLinkFuture) Get(ctx workflow.Context) (*networkmanager.CreateLinkOutput, error)
type CreateSiteFuture ¶
func (*CreateSiteFuture) Get ¶
func (r *CreateSiteFuture) Get(ctx workflow.Context) (*networkmanager.CreateSiteOutput, error)
type DeleteConnectionFuture ¶
type DeleteConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConnectionFuture) Get ¶
func (r *DeleteConnectionFuture) Get(ctx workflow.Context) (*networkmanager.DeleteConnectionOutput, error)
type DeleteDeviceFuture ¶
func (*DeleteDeviceFuture) Get ¶
func (r *DeleteDeviceFuture) Get(ctx workflow.Context) (*networkmanager.DeleteDeviceOutput, error)
type DeleteGlobalNetworkFuture ¶
type DeleteGlobalNetworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGlobalNetworkFuture) Get ¶
func (r *DeleteGlobalNetworkFuture) Get(ctx workflow.Context) (*networkmanager.DeleteGlobalNetworkOutput, error)
type DeleteLinkFuture ¶
func (*DeleteLinkFuture) Get ¶
func (r *DeleteLinkFuture) Get(ctx workflow.Context) (*networkmanager.DeleteLinkOutput, error)
type DeleteSiteFuture ¶
func (*DeleteSiteFuture) Get ¶
func (r *DeleteSiteFuture) Get(ctx workflow.Context) (*networkmanager.DeleteSiteOutput, error)
type DeregisterTransitGatewayFuture ¶
type DeregisterTransitGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterTransitGatewayFuture) Get ¶
func (r *DeregisterTransitGatewayFuture) Get(ctx workflow.Context) (*networkmanager.DeregisterTransitGatewayOutput, error)
type DescribeGlobalNetworksFuture ¶
type DescribeGlobalNetworksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeGlobalNetworksFuture) Get ¶
func (r *DescribeGlobalNetworksFuture) Get(ctx workflow.Context) (*networkmanager.DescribeGlobalNetworksOutput, error)
type DisassociateCustomerGatewayFuture ¶
type DisassociateCustomerGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateCustomerGatewayFuture) Get ¶
func (r *DisassociateCustomerGatewayFuture) Get(ctx workflow.Context) (*networkmanager.DisassociateCustomerGatewayOutput, error)
type DisassociateLinkFuture ¶
type DisassociateLinkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateLinkFuture) Get ¶
func (r *DisassociateLinkFuture) Get(ctx workflow.Context) (*networkmanager.DisassociateLinkOutput, error)
type DisassociateTransitGatewayConnectPeerFuture ¶
type DisassociateTransitGatewayConnectPeerFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetConnectionsFuture ¶
func (*GetConnectionsFuture) Get ¶
func (r *GetConnectionsFuture) Get(ctx workflow.Context) (*networkmanager.GetConnectionsOutput, error)
type GetCustomerGatewayAssociationsFuture ¶
type GetCustomerGatewayAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCustomerGatewayAssociationsFuture) Get ¶
func (r *GetCustomerGatewayAssociationsFuture) Get(ctx workflow.Context) (*networkmanager.GetCustomerGatewayAssociationsOutput, error)
type GetDevicesFuture ¶
func (*GetDevicesFuture) Get ¶
func (r *GetDevicesFuture) Get(ctx workflow.Context) (*networkmanager.GetDevicesOutput, error)
type GetLinkAssociationsFuture ¶
type GetLinkAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLinkAssociationsFuture) Get ¶
func (r *GetLinkAssociationsFuture) Get(ctx workflow.Context) (*networkmanager.GetLinkAssociationsOutput, error)
type GetLinksFuture ¶
func (*GetLinksFuture) Get ¶
func (r *GetLinksFuture) Get(ctx workflow.Context) (*networkmanager.GetLinksOutput, error)
type GetSitesFuture ¶
func (*GetSitesFuture) Get ¶
func (r *GetSitesFuture) Get(ctx workflow.Context) (*networkmanager.GetSitesOutput, error)
type GetTransitGatewayConnectPeerAssociationsFuture ¶
type GetTransitGatewayConnectPeerAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetTransitGatewayRegistrationsFuture ¶
type GetTransitGatewayRegistrationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetTransitGatewayRegistrationsFuture) Get ¶
func (r *GetTransitGatewayRegistrationsFuture) Get(ctx workflow.Context) (*networkmanager.GetTransitGatewayRegistrationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*networkmanager.ListTagsForResourceOutput, error)
type RegisterTransitGatewayFuture ¶
type RegisterTransitGatewayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterTransitGatewayFuture) Get ¶
func (r *RegisterTransitGatewayFuture) Get(ctx workflow.Context) (*networkmanager.RegisterTransitGatewayOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*networkmanager.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*networkmanager.UntagResourceOutput, error)
type UpdateConnectionFuture ¶
type UpdateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateConnectionFuture) Get ¶
func (r *UpdateConnectionFuture) Get(ctx workflow.Context) (*networkmanager.UpdateConnectionOutput, error)
type UpdateDeviceFuture ¶
func (*UpdateDeviceFuture) Get ¶
func (r *UpdateDeviceFuture) Get(ctx workflow.Context) (*networkmanager.UpdateDeviceOutput, error)
type UpdateGlobalNetworkFuture ¶
type UpdateGlobalNetworkFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGlobalNetworkFuture) Get ¶
func (r *UpdateGlobalNetworkFuture) Get(ctx workflow.Context) (*networkmanager.UpdateGlobalNetworkOutput, error)
type UpdateLinkFuture ¶
func (*UpdateLinkFuture) Get ¶
func (r *UpdateLinkFuture) Get(ctx workflow.Context) (*networkmanager.UpdateLinkOutput, error)
type UpdateSiteFuture ¶
func (*UpdateSiteFuture) Get ¶
func (r *UpdateSiteFuture) Get(ctx workflow.Context) (*networkmanager.UpdateSiteOutput, error)
Click to show internal directories.
Click to hide internal directories.