Documentation ¶
Overview ¶
Package directconnect provides the client and types for making API requests to AWS Direct Connect.
Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. With this connection in place, you can create virtual interfaces directly to the Amazon Web Services 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 Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions. Amazon Web Services 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 contact 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
- func AddressFamily_Values() []string
- func BGPPeerState_Values() []string
- func BGPStatus_Values() []string
- func ConnectionState_Values() []string
- func GatewayAssociationProposalState_Values() []string
- func GatewayAssociationState_Values() []string
- func GatewayAttachmentState_Values() []string
- func GatewayAttachmentType_Values() []string
- func GatewayState_Values() []string
- func GatewayType_Values() []string
- func HasLogicalRedundancy_Values() []string
- func InterconnectState_Values() []string
- func LagState_Values() []string
- func LoaContentType_Values() []string
- func NniPartnerType_Values() []string
- func VirtualInterfaceState_Values() []string
- type AcceptDirectConnectGatewayAssociationProposalInput
- func (s AcceptDirectConnectGatewayAssociationProposalInput) GoString() string
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetAssociatedGatewayOwnerAccount(v string) *AcceptDirectConnectGatewayAssociationProposalInput
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId(v string) *AcceptDirectConnectGatewayAssociationProposalInput
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetOverrideAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *AcceptDirectConnectGatewayAssociationProposalInput
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetProposalId(v string) *AcceptDirectConnectGatewayAssociationProposalInput
- func (s AcceptDirectConnectGatewayAssociationProposalInput) String() string
- func (s *AcceptDirectConnectGatewayAssociationProposalInput) Validate() error
- type AcceptDirectConnectGatewayAssociationProposalOutput
- func (s AcceptDirectConnectGatewayAssociationProposalOutput) GoString() string
- func (s *AcceptDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociation(v *GatewayAssociation) *AcceptDirectConnectGatewayAssociationProposalOutput
- func (s AcceptDirectConnectGatewayAssociationProposalOutput) String() string
- type AllocateConnectionOnInterconnectInput
- func (s AllocateConnectionOnInterconnectInput) GoString() string
- func (s *AllocateConnectionOnInterconnectInput) SetBandwidth(v string) *AllocateConnectionOnInterconnectInput
- func (s *AllocateConnectionOnInterconnectInput) SetConnectionName(v string) *AllocateConnectionOnInterconnectInput
- func (s *AllocateConnectionOnInterconnectInput) SetInterconnectId(v string) *AllocateConnectionOnInterconnectInput
- func (s *AllocateConnectionOnInterconnectInput) SetOwnerAccount(v string) *AllocateConnectionOnInterconnectInput
- func (s *AllocateConnectionOnInterconnectInput) SetVlan(v int64) *AllocateConnectionOnInterconnectInput
- func (s AllocateConnectionOnInterconnectInput) String() string
- func (s *AllocateConnectionOnInterconnectInput) Validate() error
- type AllocateHostedConnectionInput
- func (s AllocateHostedConnectionInput) GoString() string
- func (s *AllocateHostedConnectionInput) SetBandwidth(v string) *AllocateHostedConnectionInput
- func (s *AllocateHostedConnectionInput) SetConnectionId(v string) *AllocateHostedConnectionInput
- func (s *AllocateHostedConnectionInput) SetConnectionName(v string) *AllocateHostedConnectionInput
- func (s *AllocateHostedConnectionInput) SetOwnerAccount(v string) *AllocateHostedConnectionInput
- func (s *AllocateHostedConnectionInput) SetTags(v []*Tag) *AllocateHostedConnectionInput
- func (s *AllocateHostedConnectionInput) SetVlan(v int64) *AllocateHostedConnectionInput
- func (s AllocateHostedConnectionInput) String() string
- func (s *AllocateHostedConnectionInput) Validate() error
- type AllocatePrivateVirtualInterfaceInput
- func (s AllocatePrivateVirtualInterfaceInput) GoString() string
- func (s *AllocatePrivateVirtualInterfaceInput) SetConnectionId(v string) *AllocatePrivateVirtualInterfaceInput
- func (s *AllocatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterfaceAllocation(v *NewPrivateVirtualInterfaceAllocation) *AllocatePrivateVirtualInterfaceInput
- func (s *AllocatePrivateVirtualInterfaceInput) SetOwnerAccount(v string) *AllocatePrivateVirtualInterfaceInput
- func (s AllocatePrivateVirtualInterfaceInput) String() string
- func (s *AllocatePrivateVirtualInterfaceInput) Validate() error
- type AllocatePublicVirtualInterfaceInput
- func (s AllocatePublicVirtualInterfaceInput) GoString() string
- func (s *AllocatePublicVirtualInterfaceInput) SetConnectionId(v string) *AllocatePublicVirtualInterfaceInput
- func (s *AllocatePublicVirtualInterfaceInput) SetNewPublicVirtualInterfaceAllocation(v *NewPublicVirtualInterfaceAllocation) *AllocatePublicVirtualInterfaceInput
- func (s *AllocatePublicVirtualInterfaceInput) SetOwnerAccount(v string) *AllocatePublicVirtualInterfaceInput
- func (s AllocatePublicVirtualInterfaceInput) String() string
- func (s *AllocatePublicVirtualInterfaceInput) Validate() error
- type AllocateTransitVirtualInterfaceInput
- func (s AllocateTransitVirtualInterfaceInput) GoString() string
- func (s *AllocateTransitVirtualInterfaceInput) SetConnectionId(v string) *AllocateTransitVirtualInterfaceInput
- func (s *AllocateTransitVirtualInterfaceInput) SetNewTransitVirtualInterfaceAllocation(v *NewTransitVirtualInterfaceAllocation) *AllocateTransitVirtualInterfaceInput
- func (s *AllocateTransitVirtualInterfaceInput) SetOwnerAccount(v string) *AllocateTransitVirtualInterfaceInput
- func (s AllocateTransitVirtualInterfaceInput) String() string
- func (s *AllocateTransitVirtualInterfaceInput) Validate() error
- type AllocateTransitVirtualInterfaceOutput
- type AssociateConnectionWithLagInput
- func (s AssociateConnectionWithLagInput) GoString() string
- func (s *AssociateConnectionWithLagInput) SetConnectionId(v string) *AssociateConnectionWithLagInput
- func (s *AssociateConnectionWithLagInput) SetLagId(v string) *AssociateConnectionWithLagInput
- func (s AssociateConnectionWithLagInput) String() string
- func (s *AssociateConnectionWithLagInput) Validate() error
- type AssociateHostedConnectionInput
- func (s AssociateHostedConnectionInput) GoString() string
- func (s *AssociateHostedConnectionInput) SetConnectionId(v string) *AssociateHostedConnectionInput
- func (s *AssociateHostedConnectionInput) SetParentConnectionId(v string) *AssociateHostedConnectionInput
- func (s AssociateHostedConnectionInput) String() string
- func (s *AssociateHostedConnectionInput) Validate() error
- type AssociateMacSecKeyInput
- func (s AssociateMacSecKeyInput) GoString() string
- func (s *AssociateMacSecKeyInput) SetCak(v string) *AssociateMacSecKeyInput
- func (s *AssociateMacSecKeyInput) SetCkn(v string) *AssociateMacSecKeyInput
- func (s *AssociateMacSecKeyInput) SetConnectionId(v string) *AssociateMacSecKeyInput
- func (s *AssociateMacSecKeyInput) SetSecretARN(v string) *AssociateMacSecKeyInput
- func (s AssociateMacSecKeyInput) String() string
- func (s *AssociateMacSecKeyInput) Validate() error
- type AssociateMacSecKeyOutput
- type AssociateVirtualInterfaceInput
- func (s AssociateVirtualInterfaceInput) GoString() string
- func (s *AssociateVirtualInterfaceInput) SetConnectionId(v string) *AssociateVirtualInterfaceInput
- func (s *AssociateVirtualInterfaceInput) SetVirtualInterfaceId(v string) *AssociateVirtualInterfaceInput
- func (s AssociateVirtualInterfaceInput) String() string
- func (s *AssociateVirtualInterfaceInput) Validate() error
- type AssociatedGateway
- func (s AssociatedGateway) GoString() string
- func (s *AssociatedGateway) SetId(v string) *AssociatedGateway
- func (s *AssociatedGateway) SetOwnerAccount(v string) *AssociatedGateway
- func (s *AssociatedGateway) SetRegion(v string) *AssociatedGateway
- func (s *AssociatedGateway) SetType(v string) *AssociatedGateway
- func (s AssociatedGateway) String() string
- type BGPPeer
- func (s BGPPeer) GoString() string
- func (s *BGPPeer) SetAddressFamily(v string) *BGPPeer
- func (s *BGPPeer) SetAmazonAddress(v string) *BGPPeer
- func (s *BGPPeer) SetAsn(v int64) *BGPPeer
- func (s *BGPPeer) SetAuthKey(v string) *BGPPeer
- func (s *BGPPeer) SetAwsDeviceV2(v string) *BGPPeer
- func (s *BGPPeer) SetAwsLogicalDeviceId(v string) *BGPPeer
- func (s *BGPPeer) SetBgpPeerId(v string) *BGPPeer
- func (s *BGPPeer) SetBgpPeerState(v string) *BGPPeer
- func (s *BGPPeer) SetBgpStatus(v string) *BGPPeer
- func (s *BGPPeer) SetCustomerAddress(v string) *BGPPeer
- func (s BGPPeer) String() string
- type ClientException
- func (s *ClientException) Code() string
- func (s *ClientException) Error() string
- func (s ClientException) GoString() string
- func (s *ClientException) Message() string
- func (s *ClientException) OrigErr() error
- func (s *ClientException) RequestID() string
- func (s *ClientException) StatusCode() int
- func (s ClientException) String() string
- type ConfirmConnectionInput
- type ConfirmConnectionOutput
- type ConfirmCustomerAgreementInput
- type ConfirmCustomerAgreementOutput
- type ConfirmPrivateVirtualInterfaceInput
- func (s ConfirmPrivateVirtualInterfaceInput) GoString() string
- func (s *ConfirmPrivateVirtualInterfaceInput) SetDirectConnectGatewayId(v string) *ConfirmPrivateVirtualInterfaceInput
- func (s *ConfirmPrivateVirtualInterfaceInput) SetVirtualGatewayId(v string) *ConfirmPrivateVirtualInterfaceInput
- func (s *ConfirmPrivateVirtualInterfaceInput) SetVirtualInterfaceId(v string) *ConfirmPrivateVirtualInterfaceInput
- func (s ConfirmPrivateVirtualInterfaceInput) String() string
- func (s *ConfirmPrivateVirtualInterfaceInput) Validate() error
- type ConfirmPrivateVirtualInterfaceOutput
- type ConfirmPublicVirtualInterfaceInput
- type ConfirmPublicVirtualInterfaceOutput
- type ConfirmTransitVirtualInterfaceInput
- func (s ConfirmTransitVirtualInterfaceInput) GoString() string
- func (s *ConfirmTransitVirtualInterfaceInput) SetDirectConnectGatewayId(v string) *ConfirmTransitVirtualInterfaceInput
- func (s *ConfirmTransitVirtualInterfaceInput) SetVirtualInterfaceId(v string) *ConfirmTransitVirtualInterfaceInput
- func (s ConfirmTransitVirtualInterfaceInput) String() string
- func (s *ConfirmTransitVirtualInterfaceInput) Validate() error
- type ConfirmTransitVirtualInterfaceOutput
- type Connection
- func (s Connection) GoString() string
- func (s *Connection) SetAwsDevice(v string) *Connection
- func (s *Connection) SetAwsDeviceV2(v string) *Connection
- func (s *Connection) SetAwsLogicalDeviceId(v string) *Connection
- func (s *Connection) SetBandwidth(v string) *Connection
- func (s *Connection) SetConnectionId(v string) *Connection
- func (s *Connection) SetConnectionName(v string) *Connection
- func (s *Connection) SetConnectionState(v string) *Connection
- func (s *Connection) SetEncryptionMode(v string) *Connection
- func (s *Connection) SetHasLogicalRedundancy(v string) *Connection
- func (s *Connection) SetJumboFrameCapable(v bool) *Connection
- func (s *Connection) SetLagId(v string) *Connection
- func (s *Connection) SetLoaIssueTime(v time.Time) *Connection
- func (s *Connection) SetLocation(v string) *Connection
- func (s *Connection) SetMacSecCapable(v bool) *Connection
- func (s *Connection) SetMacSecKeys(v []*MacSecKey) *Connection
- func (s *Connection) SetOwnerAccount(v string) *Connection
- func (s *Connection) SetPartnerName(v string) *Connection
- func (s *Connection) SetPortEncryptionStatus(v string) *Connection
- func (s *Connection) SetProviderName(v string) *Connection
- func (s *Connection) SetRegion(v string) *Connection
- func (s *Connection) SetTags(v []*Tag) *Connection
- func (s *Connection) SetVlan(v int64) *Connection
- func (s Connection) String() string
- type Connections
- type CreateBGPPeerInput
- type CreateBGPPeerOutput
- type CreateConnectionInput
- func (s CreateConnectionInput) GoString() string
- func (s *CreateConnectionInput) SetBandwidth(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetLagId(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetLocation(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetProviderName(v string) *CreateConnectionInput
- func (s *CreateConnectionInput) SetRequestMACSec(v bool) *CreateConnectionInput
- func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput
- func (s CreateConnectionInput) String() string
- func (s *CreateConnectionInput) Validate() error
- type CreateDirectConnectGatewayAssociationInput
- func (s CreateDirectConnectGatewayAssociationInput) GoString() string
- func (s *CreateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationInput
- func (s *CreateDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
- func (s *CreateDirectConnectGatewayAssociationInput) SetGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
- func (s *CreateDirectConnectGatewayAssociationInput) SetVirtualGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
- func (s CreateDirectConnectGatewayAssociationInput) String() string
- func (s *CreateDirectConnectGatewayAssociationInput) Validate() error
- type CreateDirectConnectGatewayAssociationOutput
- type CreateDirectConnectGatewayAssociationProposalInput
- func (s CreateDirectConnectGatewayAssociationProposalInput) GoString() string
- func (s *CreateDirectConnectGatewayAssociationProposalInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationProposalInput
- func (s *CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId(v string) *CreateDirectConnectGatewayAssociationProposalInput
- func (s *CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayOwnerAccount(v string) *CreateDirectConnectGatewayAssociationProposalInput
- func (s *CreateDirectConnectGatewayAssociationProposalInput) SetGatewayId(v string) *CreateDirectConnectGatewayAssociationProposalInput
- func (s *CreateDirectConnectGatewayAssociationProposalInput) SetRemoveAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationProposalInput
- func (s CreateDirectConnectGatewayAssociationProposalInput) String() string
- func (s *CreateDirectConnectGatewayAssociationProposalInput) Validate() error
- type CreateDirectConnectGatewayAssociationProposalOutput
- func (s CreateDirectConnectGatewayAssociationProposalOutput) GoString() string
- func (s *CreateDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal(v *GatewayAssociationProposal) *CreateDirectConnectGatewayAssociationProposalOutput
- func (s CreateDirectConnectGatewayAssociationProposalOutput) String() string
- type CreateDirectConnectGatewayInput
- func (s CreateDirectConnectGatewayInput) GoString() string
- func (s *CreateDirectConnectGatewayInput) SetAmazonSideAsn(v int64) *CreateDirectConnectGatewayInput
- func (s *CreateDirectConnectGatewayInput) SetDirectConnectGatewayName(v string) *CreateDirectConnectGatewayInput
- func (s CreateDirectConnectGatewayInput) String() string
- func (s *CreateDirectConnectGatewayInput) Validate() error
- type CreateDirectConnectGatewayOutput
- type CreateInterconnectInput
- func (s CreateInterconnectInput) GoString() string
- func (s *CreateInterconnectInput) SetBandwidth(v string) *CreateInterconnectInput
- func (s *CreateInterconnectInput) SetInterconnectName(v string) *CreateInterconnectInput
- func (s *CreateInterconnectInput) SetLagId(v string) *CreateInterconnectInput
- func (s *CreateInterconnectInput) SetLocation(v string) *CreateInterconnectInput
- func (s *CreateInterconnectInput) SetProviderName(v string) *CreateInterconnectInput
- func (s *CreateInterconnectInput) SetTags(v []*Tag) *CreateInterconnectInput
- func (s CreateInterconnectInput) String() string
- func (s *CreateInterconnectInput) Validate() error
- type CreateLagInput
- func (s CreateLagInput) GoString() string
- func (s *CreateLagInput) SetChildConnectionTags(v []*Tag) *CreateLagInput
- func (s *CreateLagInput) SetConnectionId(v string) *CreateLagInput
- func (s *CreateLagInput) SetConnectionsBandwidth(v string) *CreateLagInput
- func (s *CreateLagInput) SetLagName(v string) *CreateLagInput
- func (s *CreateLagInput) SetLocation(v string) *CreateLagInput
- func (s *CreateLagInput) SetNumberOfConnections(v int64) *CreateLagInput
- func (s *CreateLagInput) SetProviderName(v string) *CreateLagInput
- func (s *CreateLagInput) SetRequestMACSec(v bool) *CreateLagInput
- func (s *CreateLagInput) SetTags(v []*Tag) *CreateLagInput
- func (s CreateLagInput) String() string
- func (s *CreateLagInput) Validate() error
- type CreatePrivateVirtualInterfaceInput
- func (s CreatePrivateVirtualInterfaceInput) GoString() string
- func (s *CreatePrivateVirtualInterfaceInput) SetConnectionId(v string) *CreatePrivateVirtualInterfaceInput
- func (s *CreatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterface(v *NewPrivateVirtualInterface) *CreatePrivateVirtualInterfaceInput
- func (s CreatePrivateVirtualInterfaceInput) String() string
- func (s *CreatePrivateVirtualInterfaceInput) Validate() error
- type CreatePublicVirtualInterfaceInput
- func (s CreatePublicVirtualInterfaceInput) GoString() string
- func (s *CreatePublicVirtualInterfaceInput) SetConnectionId(v string) *CreatePublicVirtualInterfaceInput
- func (s *CreatePublicVirtualInterfaceInput) SetNewPublicVirtualInterface(v *NewPublicVirtualInterface) *CreatePublicVirtualInterfaceInput
- func (s CreatePublicVirtualInterfaceInput) String() string
- func (s *CreatePublicVirtualInterfaceInput) Validate() error
- type CreateTransitVirtualInterfaceInput
- func (s CreateTransitVirtualInterfaceInput) GoString() string
- func (s *CreateTransitVirtualInterfaceInput) SetConnectionId(v string) *CreateTransitVirtualInterfaceInput
- func (s *CreateTransitVirtualInterfaceInput) SetNewTransitVirtualInterface(v *NewTransitVirtualInterface) *CreateTransitVirtualInterfaceInput
- func (s CreateTransitVirtualInterfaceInput) String() string
- func (s *CreateTransitVirtualInterfaceInput) Validate() error
- type CreateTransitVirtualInterfaceOutput
- type CustomerAgreement
- type DeleteBGPPeerInput
- func (s DeleteBGPPeerInput) GoString() string
- func (s *DeleteBGPPeerInput) SetAsn(v int64) *DeleteBGPPeerInput
- func (s *DeleteBGPPeerInput) SetBgpPeerId(v string) *DeleteBGPPeerInput
- func (s *DeleteBGPPeerInput) SetCustomerAddress(v string) *DeleteBGPPeerInput
- func (s *DeleteBGPPeerInput) SetVirtualInterfaceId(v string) *DeleteBGPPeerInput
- func (s DeleteBGPPeerInput) String() string
- type DeleteBGPPeerOutput
- type DeleteConnectionInput
- type DeleteDirectConnectGatewayAssociationInput
- func (s DeleteDirectConnectGatewayAssociationInput) GoString() string
- func (s *DeleteDirectConnectGatewayAssociationInput) SetAssociationId(v string) *DeleteDirectConnectGatewayAssociationInput
- func (s *DeleteDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId(v string) *DeleteDirectConnectGatewayAssociationInput
- func (s *DeleteDirectConnectGatewayAssociationInput) SetVirtualGatewayId(v string) *DeleteDirectConnectGatewayAssociationInput
- func (s DeleteDirectConnectGatewayAssociationInput) String() string
- type DeleteDirectConnectGatewayAssociationOutput
- type DeleteDirectConnectGatewayAssociationProposalInput
- func (s DeleteDirectConnectGatewayAssociationProposalInput) GoString() string
- func (s *DeleteDirectConnectGatewayAssociationProposalInput) SetProposalId(v string) *DeleteDirectConnectGatewayAssociationProposalInput
- func (s DeleteDirectConnectGatewayAssociationProposalInput) String() string
- func (s *DeleteDirectConnectGatewayAssociationProposalInput) Validate() error
- type DeleteDirectConnectGatewayAssociationProposalOutput
- func (s DeleteDirectConnectGatewayAssociationProposalOutput) GoString() string
- func (s *DeleteDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal(v *GatewayAssociationProposal) *DeleteDirectConnectGatewayAssociationProposalOutput
- func (s DeleteDirectConnectGatewayAssociationProposalOutput) String() string
- type DeleteDirectConnectGatewayInput
- type DeleteDirectConnectGatewayOutput
- type DeleteInterconnectInput
- type DeleteInterconnectOutput
- type DeleteLagInput
- type DeleteVirtualInterfaceInput
- type DeleteVirtualInterfaceOutput
- type DescribeConnectionLoaInput
- func (s DescribeConnectionLoaInput) GoString() string
- func (s *DescribeConnectionLoaInput) SetConnectionId(v string) *DescribeConnectionLoaInput
- func (s *DescribeConnectionLoaInput) SetLoaContentType(v string) *DescribeConnectionLoaInput
- func (s *DescribeConnectionLoaInput) SetProviderName(v string) *DescribeConnectionLoaInput
- func (s DescribeConnectionLoaInput) String() string
- func (s *DescribeConnectionLoaInput) Validate() error
- type DescribeConnectionLoaOutput
- type DescribeConnectionsInput
- type DescribeConnectionsOnInterconnectInput
- func (s DescribeConnectionsOnInterconnectInput) GoString() string
- func (s *DescribeConnectionsOnInterconnectInput) SetInterconnectId(v string) *DescribeConnectionsOnInterconnectInput
- func (s DescribeConnectionsOnInterconnectInput) String() string
- func (s *DescribeConnectionsOnInterconnectInput) Validate() error
- type DescribeCustomerMetadataInput
- type DescribeCustomerMetadataOutput
- func (s DescribeCustomerMetadataOutput) GoString() string
- func (s *DescribeCustomerMetadataOutput) SetAgreements(v []*CustomerAgreement) *DescribeCustomerMetadataOutput
- func (s *DescribeCustomerMetadataOutput) SetNniPartnerType(v string) *DescribeCustomerMetadataOutput
- func (s DescribeCustomerMetadataOutput) String() string
- type DescribeDirectConnectGatewayAssociationProposalsInput
- func (s DescribeDirectConnectGatewayAssociationProposalsInput) GoString() string
- func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetAssociatedGatewayId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
- func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
- func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAssociationProposalsInput
- func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
- func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetProposalId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
- func (s DescribeDirectConnectGatewayAssociationProposalsInput) String() string
- type DescribeDirectConnectGatewayAssociationProposalsOutput
- func (s DescribeDirectConnectGatewayAssociationProposalsOutput) GoString() string
- func (s *DescribeDirectConnectGatewayAssociationProposalsOutput) SetDirectConnectGatewayAssociationProposals(v []*GatewayAssociationProposal) *DescribeDirectConnectGatewayAssociationProposalsOutput
- func (s *DescribeDirectConnectGatewayAssociationProposalsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationProposalsOutput
- func (s DescribeDirectConnectGatewayAssociationProposalsOutput) String() string
- type DescribeDirectConnectGatewayAssociationsInput
- func (s DescribeDirectConnectGatewayAssociationsInput) GoString() string
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetAssociatedGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetAssociationId(v string) *DescribeDirectConnectGatewayAssociationsInput
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAssociationsInput
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationsInput
- func (s *DescribeDirectConnectGatewayAssociationsInput) SetVirtualGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
- func (s DescribeDirectConnectGatewayAssociationsInput) String() string
- type DescribeDirectConnectGatewayAssociationsOutput
- func (s DescribeDirectConnectGatewayAssociationsOutput) GoString() string
- func (s *DescribeDirectConnectGatewayAssociationsOutput) SetDirectConnectGatewayAssociations(v []*GatewayAssociation) *DescribeDirectConnectGatewayAssociationsOutput
- func (s *DescribeDirectConnectGatewayAssociationsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationsOutput
- func (s DescribeDirectConnectGatewayAssociationsOutput) String() string
- type DescribeDirectConnectGatewayAttachmentsInput
- func (s DescribeDirectConnectGatewayAttachmentsInput) GoString() string
- func (s *DescribeDirectConnectGatewayAttachmentsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAttachmentsInput
- func (s *DescribeDirectConnectGatewayAttachmentsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAttachmentsInput
- func (s *DescribeDirectConnectGatewayAttachmentsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAttachmentsInput
- func (s *DescribeDirectConnectGatewayAttachmentsInput) SetVirtualInterfaceId(v string) *DescribeDirectConnectGatewayAttachmentsInput
- func (s DescribeDirectConnectGatewayAttachmentsInput) String() string
- type DescribeDirectConnectGatewayAttachmentsOutput
- func (s DescribeDirectConnectGatewayAttachmentsOutput) GoString() string
- func (s *DescribeDirectConnectGatewayAttachmentsOutput) SetDirectConnectGatewayAttachments(v []*GatewayAttachment) *DescribeDirectConnectGatewayAttachmentsOutput
- func (s *DescribeDirectConnectGatewayAttachmentsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAttachmentsOutput
- func (s DescribeDirectConnectGatewayAttachmentsOutput) String() string
- type DescribeDirectConnectGatewaysInput
- func (s DescribeDirectConnectGatewaysInput) GoString() string
- func (s *DescribeDirectConnectGatewaysInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewaysInput
- func (s *DescribeDirectConnectGatewaysInput) SetMaxResults(v int64) *DescribeDirectConnectGatewaysInput
- func (s *DescribeDirectConnectGatewaysInput) SetNextToken(v string) *DescribeDirectConnectGatewaysInput
- func (s DescribeDirectConnectGatewaysInput) String() string
- type DescribeDirectConnectGatewaysOutput
- func (s DescribeDirectConnectGatewaysOutput) GoString() string
- func (s *DescribeDirectConnectGatewaysOutput) SetDirectConnectGateways(v []*Gateway) *DescribeDirectConnectGatewaysOutput
- func (s *DescribeDirectConnectGatewaysOutput) SetNextToken(v string) *DescribeDirectConnectGatewaysOutput
- func (s DescribeDirectConnectGatewaysOutput) String() string
- type DescribeHostedConnectionsInput
- type DescribeInterconnectLoaInput
- func (s DescribeInterconnectLoaInput) GoString() string
- func (s *DescribeInterconnectLoaInput) SetInterconnectId(v string) *DescribeInterconnectLoaInput
- func (s *DescribeInterconnectLoaInput) SetLoaContentType(v string) *DescribeInterconnectLoaInput
- func (s *DescribeInterconnectLoaInput) SetProviderName(v string) *DescribeInterconnectLoaInput
- func (s DescribeInterconnectLoaInput) String() string
- func (s *DescribeInterconnectLoaInput) Validate() error
- type DescribeInterconnectLoaOutput
- type DescribeInterconnectsInput
- type DescribeInterconnectsOutput
- type DescribeLagsInput
- type DescribeLagsOutput
- type DescribeLoaInput
- func (s DescribeLoaInput) GoString() string
- func (s *DescribeLoaInput) SetConnectionId(v string) *DescribeLoaInput
- func (s *DescribeLoaInput) SetLoaContentType(v string) *DescribeLoaInput
- func (s *DescribeLoaInput) SetProviderName(v string) *DescribeLoaInput
- func (s DescribeLoaInput) String() string
- func (s *DescribeLoaInput) Validate() error
- type DescribeLocationsInput
- type DescribeLocationsOutput
- type DescribeRouterConfigurationInput
- func (s DescribeRouterConfigurationInput) GoString() string
- func (s *DescribeRouterConfigurationInput) SetRouterTypeIdentifier(v string) *DescribeRouterConfigurationInput
- func (s *DescribeRouterConfigurationInput) SetVirtualInterfaceId(v string) *DescribeRouterConfigurationInput
- func (s DescribeRouterConfigurationInput) String() string
- func (s *DescribeRouterConfigurationInput) Validate() error
- type DescribeRouterConfigurationOutput
- func (s DescribeRouterConfigurationOutput) GoString() string
- func (s *DescribeRouterConfigurationOutput) SetCustomerRouterConfig(v string) *DescribeRouterConfigurationOutput
- func (s *DescribeRouterConfigurationOutput) SetRouter(v *RouterType) *DescribeRouterConfigurationOutput
- func (s *DescribeRouterConfigurationOutput) SetVirtualInterfaceId(v string) *DescribeRouterConfigurationOutput
- func (s *DescribeRouterConfigurationOutput) SetVirtualInterfaceName(v string) *DescribeRouterConfigurationOutput
- func (s DescribeRouterConfigurationOutput) String() string
- type DescribeTagsInput
- type DescribeTagsOutput
- type DescribeVirtualGatewaysInput
- type DescribeVirtualGatewaysOutput
- type DescribeVirtualInterfacesInput
- func (s DescribeVirtualInterfacesInput) GoString() string
- func (s *DescribeVirtualInterfacesInput) SetConnectionId(v string) *DescribeVirtualInterfacesInput
- func (s *DescribeVirtualInterfacesInput) SetVirtualInterfaceId(v string) *DescribeVirtualInterfacesInput
- func (s DescribeVirtualInterfacesInput) String() string
- type DescribeVirtualInterfacesOutput
- type DirectConnect
- func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposal(input *AcceptDirectConnectGatewayAssociationProposalInput) (*AcceptDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposalRequest(input *AcceptDirectConnectGatewayAssociationProposalInput) (req *request.Request, ...)
- func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *AcceptDirectConnectGatewayAssociationProposalInput, ...) (*AcceptDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) AllocateConnectionOnInterconnect(input *AllocateConnectionOnInterconnectInput) (*Connection, error)deprecated
- func (c *DirectConnect) AllocateConnectionOnInterconnectRequest(input *AllocateConnectionOnInterconnectInput) (req *request.Request, output *Connection)deprecated
- func (c *DirectConnect) AllocateConnectionOnInterconnectWithContext(ctx aws.Context, input *AllocateConnectionOnInterconnectInput, ...) (*Connection, error)deprecated
- func (c *DirectConnect) AllocateHostedConnection(input *AllocateHostedConnectionInput) (*Connection, error)
- func (c *DirectConnect) AllocateHostedConnectionRequest(input *AllocateHostedConnectionInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) AllocateHostedConnectionWithContext(ctx aws.Context, input *AllocateHostedConnectionInput, opts ...request.Option) (*Connection, error)
- func (c *DirectConnect) AllocatePrivateVirtualInterface(input *AllocatePrivateVirtualInterfaceInput) (*VirtualInterface, error)
- func (c *DirectConnect) AllocatePrivateVirtualInterfaceRequest(input *AllocatePrivateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
- func (c *DirectConnect) AllocatePrivateVirtualInterfaceWithContext(ctx aws.Context, input *AllocatePrivateVirtualInterfaceInput, ...) (*VirtualInterface, error)
- func (c *DirectConnect) AllocatePublicVirtualInterface(input *AllocatePublicVirtualInterfaceInput) (*VirtualInterface, error)
- func (c *DirectConnect) AllocatePublicVirtualInterfaceRequest(input *AllocatePublicVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
- func (c *DirectConnect) AllocatePublicVirtualInterfaceWithContext(ctx aws.Context, input *AllocatePublicVirtualInterfaceInput, ...) (*VirtualInterface, error)
- func (c *DirectConnect) AllocateTransitVirtualInterface(input *AllocateTransitVirtualInterfaceInput) (*AllocateTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) AllocateTransitVirtualInterfaceRequest(input *AllocateTransitVirtualInterfaceInput) (req *request.Request, output *AllocateTransitVirtualInterfaceOutput)
- func (c *DirectConnect) AllocateTransitVirtualInterfaceWithContext(ctx aws.Context, input *AllocateTransitVirtualInterfaceInput, ...) (*AllocateTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) AssociateConnectionWithLag(input *AssociateConnectionWithLagInput) (*Connection, error)
- func (c *DirectConnect) AssociateConnectionWithLagRequest(input *AssociateConnectionWithLagInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) AssociateConnectionWithLagWithContext(ctx aws.Context, input *AssociateConnectionWithLagInput, ...) (*Connection, error)
- func (c *DirectConnect) AssociateHostedConnection(input *AssociateHostedConnectionInput) (*Connection, error)
- func (c *DirectConnect) AssociateHostedConnectionRequest(input *AssociateHostedConnectionInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) AssociateHostedConnectionWithContext(ctx aws.Context, input *AssociateHostedConnectionInput, opts ...request.Option) (*Connection, error)
- func (c *DirectConnect) AssociateMacSecKey(input *AssociateMacSecKeyInput) (*AssociateMacSecKeyOutput, error)
- func (c *DirectConnect) AssociateMacSecKeyRequest(input *AssociateMacSecKeyInput) (req *request.Request, output *AssociateMacSecKeyOutput)
- func (c *DirectConnect) AssociateMacSecKeyWithContext(ctx aws.Context, input *AssociateMacSecKeyInput, opts ...request.Option) (*AssociateMacSecKeyOutput, error)
- func (c *DirectConnect) AssociateVirtualInterface(input *AssociateVirtualInterfaceInput) (*VirtualInterface, error)
- func (c *DirectConnect) AssociateVirtualInterfaceRequest(input *AssociateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
- func (c *DirectConnect) AssociateVirtualInterfaceWithContext(ctx aws.Context, input *AssociateVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
- func (c *DirectConnect) ConfirmConnection(input *ConfirmConnectionInput) (*ConfirmConnectionOutput, error)
- func (c *DirectConnect) ConfirmConnectionRequest(input *ConfirmConnectionInput) (req *request.Request, output *ConfirmConnectionOutput)
- func (c *DirectConnect) ConfirmConnectionWithContext(ctx aws.Context, input *ConfirmConnectionInput, opts ...request.Option) (*ConfirmConnectionOutput, error)
- func (c *DirectConnect) ConfirmCustomerAgreement(input *ConfirmCustomerAgreementInput) (*ConfirmCustomerAgreementOutput, error)
- func (c *DirectConnect) ConfirmCustomerAgreementRequest(input *ConfirmCustomerAgreementInput) (req *request.Request, output *ConfirmCustomerAgreementOutput)
- func (c *DirectConnect) ConfirmCustomerAgreementWithContext(ctx aws.Context, input *ConfirmCustomerAgreementInput, opts ...request.Option) (*ConfirmCustomerAgreementOutput, error)
- func (c *DirectConnect) ConfirmPrivateVirtualInterface(input *ConfirmPrivateVirtualInterfaceInput) (*ConfirmPrivateVirtualInterfaceOutput, error)
- func (c *DirectConnect) ConfirmPrivateVirtualInterfaceRequest(input *ConfirmPrivateVirtualInterfaceInput) (req *request.Request, output *ConfirmPrivateVirtualInterfaceOutput)
- func (c *DirectConnect) ConfirmPrivateVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmPrivateVirtualInterfaceInput, ...) (*ConfirmPrivateVirtualInterfaceOutput, error)
- func (c *DirectConnect) ConfirmPublicVirtualInterface(input *ConfirmPublicVirtualInterfaceInput) (*ConfirmPublicVirtualInterfaceOutput, error)
- func (c *DirectConnect) ConfirmPublicVirtualInterfaceRequest(input *ConfirmPublicVirtualInterfaceInput) (req *request.Request, output *ConfirmPublicVirtualInterfaceOutput)
- func (c *DirectConnect) ConfirmPublicVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmPublicVirtualInterfaceInput, ...) (*ConfirmPublicVirtualInterfaceOutput, error)
- func (c *DirectConnect) ConfirmTransitVirtualInterface(input *ConfirmTransitVirtualInterfaceInput) (*ConfirmTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) ConfirmTransitVirtualInterfaceRequest(input *ConfirmTransitVirtualInterfaceInput) (req *request.Request, output *ConfirmTransitVirtualInterfaceOutput)
- func (c *DirectConnect) ConfirmTransitVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmTransitVirtualInterfaceInput, ...) (*ConfirmTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) CreateBGPPeer(input *CreateBGPPeerInput) (*CreateBGPPeerOutput, error)
- func (c *DirectConnect) CreateBGPPeerRequest(input *CreateBGPPeerInput) (req *request.Request, output *CreateBGPPeerOutput)
- func (c *DirectConnect) CreateBGPPeerWithContext(ctx aws.Context, input *CreateBGPPeerInput, opts ...request.Option) (*CreateBGPPeerOutput, error)
- func (c *DirectConnect) CreateConnection(input *CreateConnectionInput) (*Connection, error)
- func (c *DirectConnect) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*Connection, error)
- func (c *DirectConnect) CreateDirectConnectGateway(input *CreateDirectConnectGatewayInput) (*CreateDirectConnectGatewayOutput, error)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociation(input *CreateDirectConnectGatewayAssociationInput) (*CreateDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposal(input *CreateDirectConnectGatewayAssociationProposalInput) (*CreateDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposalRequest(input *CreateDirectConnectGatewayAssociationProposalInput) (req *request.Request, ...)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *CreateDirectConnectGatewayAssociationProposalInput, ...) (*CreateDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociationRequest(input *CreateDirectConnectGatewayAssociationInput) (req *request.Request, output *CreateDirectConnectGatewayAssociationOutput)
- func (c *DirectConnect) CreateDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *CreateDirectConnectGatewayAssociationInput, ...) (*CreateDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) CreateDirectConnectGatewayRequest(input *CreateDirectConnectGatewayInput) (req *request.Request, output *CreateDirectConnectGatewayOutput)
- func (c *DirectConnect) CreateDirectConnectGatewayWithContext(ctx aws.Context, input *CreateDirectConnectGatewayInput, ...) (*CreateDirectConnectGatewayOutput, error)
- func (c *DirectConnect) CreateInterconnect(input *CreateInterconnectInput) (*Interconnect, error)
- func (c *DirectConnect) CreateInterconnectRequest(input *CreateInterconnectInput) (req *request.Request, output *Interconnect)
- func (c *DirectConnect) CreateInterconnectWithContext(ctx aws.Context, input *CreateInterconnectInput, opts ...request.Option) (*Interconnect, error)
- func (c *DirectConnect) CreateLag(input *CreateLagInput) (*Lag, error)
- func (c *DirectConnect) CreateLagRequest(input *CreateLagInput) (req *request.Request, output *Lag)
- func (c *DirectConnect) CreateLagWithContext(ctx aws.Context, input *CreateLagInput, opts ...request.Option) (*Lag, error)
- func (c *DirectConnect) CreatePrivateVirtualInterface(input *CreatePrivateVirtualInterfaceInput) (*VirtualInterface, error)
- func (c *DirectConnect) CreatePrivateVirtualInterfaceRequest(input *CreatePrivateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
- func (c *DirectConnect) CreatePrivateVirtualInterfaceWithContext(ctx aws.Context, input *CreatePrivateVirtualInterfaceInput, ...) (*VirtualInterface, error)
- func (c *DirectConnect) CreatePublicVirtualInterface(input *CreatePublicVirtualInterfaceInput) (*VirtualInterface, error)
- func (c *DirectConnect) CreatePublicVirtualInterfaceRequest(input *CreatePublicVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
- func (c *DirectConnect) CreatePublicVirtualInterfaceWithContext(ctx aws.Context, input *CreatePublicVirtualInterfaceInput, ...) (*VirtualInterface, error)
- func (c *DirectConnect) CreateTransitVirtualInterface(input *CreateTransitVirtualInterfaceInput) (*CreateTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) CreateTransitVirtualInterfaceRequest(input *CreateTransitVirtualInterfaceInput) (req *request.Request, output *CreateTransitVirtualInterfaceOutput)
- func (c *DirectConnect) CreateTransitVirtualInterfaceWithContext(ctx aws.Context, input *CreateTransitVirtualInterfaceInput, ...) (*CreateTransitVirtualInterfaceOutput, error)
- func (c *DirectConnect) DeleteBGPPeer(input *DeleteBGPPeerInput) (*DeleteBGPPeerOutput, error)
- func (c *DirectConnect) DeleteBGPPeerRequest(input *DeleteBGPPeerInput) (req *request.Request, output *DeleteBGPPeerOutput)
- func (c *DirectConnect) DeleteBGPPeerWithContext(ctx aws.Context, input *DeleteBGPPeerInput, opts ...request.Option) (*DeleteBGPPeerOutput, error)
- func (c *DirectConnect) DeleteConnection(input *DeleteConnectionInput) (*Connection, error)
- func (c *DirectConnect) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*Connection, error)
- func (c *DirectConnect) DeleteDirectConnectGateway(input *DeleteDirectConnectGatewayInput) (*DeleteDirectConnectGatewayOutput, error)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociation(input *DeleteDirectConnectGatewayAssociationInput) (*DeleteDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposal(input *DeleteDirectConnectGatewayAssociationProposalInput) (*DeleteDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposalRequest(input *DeleteDirectConnectGatewayAssociationProposalInput) (req *request.Request, ...)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayAssociationProposalInput, ...) (*DeleteDirectConnectGatewayAssociationProposalOutput, error)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociationRequest(input *DeleteDirectConnectGatewayAssociationInput) (req *request.Request, output *DeleteDirectConnectGatewayAssociationOutput)
- func (c *DirectConnect) DeleteDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayAssociationInput, ...) (*DeleteDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) DeleteDirectConnectGatewayRequest(input *DeleteDirectConnectGatewayInput) (req *request.Request, output *DeleteDirectConnectGatewayOutput)
- func (c *DirectConnect) DeleteDirectConnectGatewayWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayInput, ...) (*DeleteDirectConnectGatewayOutput, error)
- func (c *DirectConnect) DeleteInterconnect(input *DeleteInterconnectInput) (*DeleteInterconnectOutput, error)
- func (c *DirectConnect) DeleteInterconnectRequest(input *DeleteInterconnectInput) (req *request.Request, output *DeleteInterconnectOutput)
- func (c *DirectConnect) DeleteInterconnectWithContext(ctx aws.Context, input *DeleteInterconnectInput, opts ...request.Option) (*DeleteInterconnectOutput, error)
- func (c *DirectConnect) DeleteLag(input *DeleteLagInput) (*Lag, error)
- func (c *DirectConnect) DeleteLagRequest(input *DeleteLagInput) (req *request.Request, output *Lag)
- func (c *DirectConnect) DeleteLagWithContext(ctx aws.Context, input *DeleteLagInput, opts ...request.Option) (*Lag, error)
- func (c *DirectConnect) DeleteVirtualInterface(input *DeleteVirtualInterfaceInput) (*DeleteVirtualInterfaceOutput, error)
- func (c *DirectConnect) DeleteVirtualInterfaceRequest(input *DeleteVirtualInterfaceInput) (req *request.Request, output *DeleteVirtualInterfaceOutput)
- func (c *DirectConnect) DeleteVirtualInterfaceWithContext(ctx aws.Context, input *DeleteVirtualInterfaceInput, opts ...request.Option) (*DeleteVirtualInterfaceOutput, error)
- func (c *DirectConnect) DescribeConnectionLoa(input *DescribeConnectionLoaInput) (*DescribeConnectionLoaOutput, error)deprecated
- func (c *DirectConnect) DescribeConnectionLoaRequest(input *DescribeConnectionLoaInput) (req *request.Request, output *DescribeConnectionLoaOutput)deprecated
- func (c *DirectConnect) DescribeConnectionLoaWithContext(ctx aws.Context, input *DescribeConnectionLoaInput, opts ...request.Option) (*DescribeConnectionLoaOutput, error)deprecated
- func (c *DirectConnect) DescribeConnections(input *DescribeConnectionsInput) (*Connections, error)
- func (c *DirectConnect) DescribeConnectionsOnInterconnect(input *DescribeConnectionsOnInterconnectInput) (*Connections, error)deprecated
- func (c *DirectConnect) DescribeConnectionsOnInterconnectRequest(input *DescribeConnectionsOnInterconnectInput) (req *request.Request, output *Connections)deprecated
- func (c *DirectConnect) DescribeConnectionsOnInterconnectWithContext(ctx aws.Context, input *DescribeConnectionsOnInterconnectInput, ...) (*Connections, error)deprecated
- func (c *DirectConnect) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *Connections)
- func (c *DirectConnect) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*Connections, error)
- func (c *DirectConnect) DescribeCustomerMetadata(input *DescribeCustomerMetadataInput) (*DescribeCustomerMetadataOutput, error)
- func (c *DirectConnect) DescribeCustomerMetadataRequest(input *DescribeCustomerMetadataInput) (req *request.Request, output *DescribeCustomerMetadataOutput)
- func (c *DirectConnect) DescribeCustomerMetadataWithContext(ctx aws.Context, input *DescribeCustomerMetadataInput, opts ...request.Option) (*DescribeCustomerMetadataOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposals(input *DescribeDirectConnectGatewayAssociationProposalsInput) (*DescribeDirectConnectGatewayAssociationProposalsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposalsRequest(input *DescribeDirectConnectGatewayAssociationProposalsInput) (req *request.Request, ...)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposalsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAssociationProposalsInput, ...) (*DescribeDirectConnectGatewayAssociationProposalsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociations(input *DescribeDirectConnectGatewayAssociationsInput) (*DescribeDirectConnectGatewayAssociationsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociationsRequest(input *DescribeDirectConnectGatewayAssociationsInput) (req *request.Request, output *DescribeDirectConnectGatewayAssociationsOutput)
- func (c *DirectConnect) DescribeDirectConnectGatewayAssociationsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAssociationsInput, ...) (*DescribeDirectConnectGatewayAssociationsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAttachments(input *DescribeDirectConnectGatewayAttachmentsInput) (*DescribeDirectConnectGatewayAttachmentsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewayAttachmentsRequest(input *DescribeDirectConnectGatewayAttachmentsInput) (req *request.Request, output *DescribeDirectConnectGatewayAttachmentsOutput)
- func (c *DirectConnect) DescribeDirectConnectGatewayAttachmentsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAttachmentsInput, ...) (*DescribeDirectConnectGatewayAttachmentsOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGateways(input *DescribeDirectConnectGatewaysInput) (*DescribeDirectConnectGatewaysOutput, error)
- func (c *DirectConnect) DescribeDirectConnectGatewaysRequest(input *DescribeDirectConnectGatewaysInput) (req *request.Request, output *DescribeDirectConnectGatewaysOutput)
- func (c *DirectConnect) DescribeDirectConnectGatewaysWithContext(ctx aws.Context, input *DescribeDirectConnectGatewaysInput, ...) (*DescribeDirectConnectGatewaysOutput, error)
- func (c *DirectConnect) DescribeHostedConnections(input *DescribeHostedConnectionsInput) (*Connections, error)
- func (c *DirectConnect) DescribeHostedConnectionsRequest(input *DescribeHostedConnectionsInput) (req *request.Request, output *Connections)
- func (c *DirectConnect) DescribeHostedConnectionsWithContext(ctx aws.Context, input *DescribeHostedConnectionsInput, opts ...request.Option) (*Connections, error)
- func (c *DirectConnect) DescribeInterconnectLoa(input *DescribeInterconnectLoaInput) (*DescribeInterconnectLoaOutput, error)deprecated
- func (c *DirectConnect) DescribeInterconnectLoaRequest(input *DescribeInterconnectLoaInput) (req *request.Request, output *DescribeInterconnectLoaOutput)deprecated
- func (c *DirectConnect) DescribeInterconnectLoaWithContext(ctx aws.Context, input *DescribeInterconnectLoaInput, opts ...request.Option) (*DescribeInterconnectLoaOutput, error)deprecated
- func (c *DirectConnect) DescribeInterconnects(input *DescribeInterconnectsInput) (*DescribeInterconnectsOutput, error)
- func (c *DirectConnect) DescribeInterconnectsRequest(input *DescribeInterconnectsInput) (req *request.Request, output *DescribeInterconnectsOutput)
- func (c *DirectConnect) DescribeInterconnectsWithContext(ctx aws.Context, input *DescribeInterconnectsInput, opts ...request.Option) (*DescribeInterconnectsOutput, error)
- func (c *DirectConnect) DescribeLags(input *DescribeLagsInput) (*DescribeLagsOutput, error)
- func (c *DirectConnect) DescribeLagsRequest(input *DescribeLagsInput) (req *request.Request, output *DescribeLagsOutput)
- func (c *DirectConnect) DescribeLagsWithContext(ctx aws.Context, input *DescribeLagsInput, opts ...request.Option) (*DescribeLagsOutput, error)
- func (c *DirectConnect) DescribeLoa(input *DescribeLoaInput) (*Loa, error)
- func (c *DirectConnect) DescribeLoaRequest(input *DescribeLoaInput) (req *request.Request, output *Loa)
- func (c *DirectConnect) DescribeLoaWithContext(ctx aws.Context, input *DescribeLoaInput, opts ...request.Option) (*Loa, error)
- func (c *DirectConnect) DescribeLocations(input *DescribeLocationsInput) (*DescribeLocationsOutput, error)
- func (c *DirectConnect) DescribeLocationsRequest(input *DescribeLocationsInput) (req *request.Request, output *DescribeLocationsOutput)
- func (c *DirectConnect) DescribeLocationsWithContext(ctx aws.Context, input *DescribeLocationsInput, opts ...request.Option) (*DescribeLocationsOutput, error)
- func (c *DirectConnect) DescribeRouterConfiguration(input *DescribeRouterConfigurationInput) (*DescribeRouterConfigurationOutput, error)
- func (c *DirectConnect) DescribeRouterConfigurationRequest(input *DescribeRouterConfigurationInput) (req *request.Request, output *DescribeRouterConfigurationOutput)
- func (c *DirectConnect) DescribeRouterConfigurationWithContext(ctx aws.Context, input *DescribeRouterConfigurationInput, ...) (*DescribeRouterConfigurationOutput, error)
- func (c *DirectConnect) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
- func (c *DirectConnect) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
- func (c *DirectConnect) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
- func (c *DirectConnect) DescribeVirtualGateways(input *DescribeVirtualGatewaysInput) (*DescribeVirtualGatewaysOutput, error)
- func (c *DirectConnect) DescribeVirtualGatewaysRequest(input *DescribeVirtualGatewaysInput) (req *request.Request, output *DescribeVirtualGatewaysOutput)
- func (c *DirectConnect) DescribeVirtualGatewaysWithContext(ctx aws.Context, input *DescribeVirtualGatewaysInput, opts ...request.Option) (*DescribeVirtualGatewaysOutput, error)
- func (c *DirectConnect) DescribeVirtualInterfaces(input *DescribeVirtualInterfacesInput) (*DescribeVirtualInterfacesOutput, error)
- func (c *DirectConnect) DescribeVirtualInterfacesRequest(input *DescribeVirtualInterfacesInput) (req *request.Request, output *DescribeVirtualInterfacesOutput)
- func (c *DirectConnect) DescribeVirtualInterfacesWithContext(ctx aws.Context, input *DescribeVirtualInterfacesInput, opts ...request.Option) (*DescribeVirtualInterfacesOutput, error)
- func (c *DirectConnect) DisassociateConnectionFromLag(input *DisassociateConnectionFromLagInput) (*Connection, error)
- func (c *DirectConnect) DisassociateConnectionFromLagRequest(input *DisassociateConnectionFromLagInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) DisassociateConnectionFromLagWithContext(ctx aws.Context, input *DisassociateConnectionFromLagInput, ...) (*Connection, error)
- func (c *DirectConnect) DisassociateMacSecKey(input *DisassociateMacSecKeyInput) (*DisassociateMacSecKeyOutput, error)
- func (c *DirectConnect) DisassociateMacSecKeyRequest(input *DisassociateMacSecKeyInput) (req *request.Request, output *DisassociateMacSecKeyOutput)
- func (c *DirectConnect) DisassociateMacSecKeyWithContext(ctx aws.Context, input *DisassociateMacSecKeyInput, opts ...request.Option) (*DisassociateMacSecKeyOutput, error)
- func (c *DirectConnect) ListVirtualInterfaceTestHistory(input *ListVirtualInterfaceTestHistoryInput) (*ListVirtualInterfaceTestHistoryOutput, error)
- func (c *DirectConnect) ListVirtualInterfaceTestHistoryRequest(input *ListVirtualInterfaceTestHistoryInput) (req *request.Request, output *ListVirtualInterfaceTestHistoryOutput)
- func (c *DirectConnect) ListVirtualInterfaceTestHistoryWithContext(ctx aws.Context, input *ListVirtualInterfaceTestHistoryInput, ...) (*ListVirtualInterfaceTestHistoryOutput, error)
- func (c *DirectConnect) StartBgpFailoverTest(input *StartBgpFailoverTestInput) (*StartBgpFailoverTestOutput, error)
- func (c *DirectConnect) StartBgpFailoverTestRequest(input *StartBgpFailoverTestInput) (req *request.Request, output *StartBgpFailoverTestOutput)
- func (c *DirectConnect) StartBgpFailoverTestWithContext(ctx aws.Context, input *StartBgpFailoverTestInput, opts ...request.Option) (*StartBgpFailoverTestOutput, error)
- func (c *DirectConnect) StopBgpFailoverTest(input *StopBgpFailoverTestInput) (*StopBgpFailoverTestOutput, error)
- func (c *DirectConnect) StopBgpFailoverTestRequest(input *StopBgpFailoverTestInput) (req *request.Request, output *StopBgpFailoverTestOutput)
- func (c *DirectConnect) StopBgpFailoverTestWithContext(ctx aws.Context, input *StopBgpFailoverTestInput, opts ...request.Option) (*StopBgpFailoverTestOutput, error)
- func (c *DirectConnect) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *DirectConnect) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *DirectConnect) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *DirectConnect) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *DirectConnect) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *DirectConnect) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *DirectConnect) UpdateConnection(input *UpdateConnectionInput) (*UpdateConnectionOutput, error)
- func (c *DirectConnect) UpdateConnectionRequest(input *UpdateConnectionInput) (req *request.Request, output *UpdateConnectionOutput)
- func (c *DirectConnect) UpdateConnectionWithContext(ctx aws.Context, input *UpdateConnectionInput, opts ...request.Option) (*UpdateConnectionOutput, error)
- func (c *DirectConnect) UpdateDirectConnectGateway(input *UpdateDirectConnectGatewayInput) (*UpdateDirectConnectGatewayOutput, error)
- func (c *DirectConnect) UpdateDirectConnectGatewayAssociation(input *UpdateDirectConnectGatewayAssociationInput) (*UpdateDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) UpdateDirectConnectGatewayAssociationRequest(input *UpdateDirectConnectGatewayAssociationInput) (req *request.Request, output *UpdateDirectConnectGatewayAssociationOutput)
- func (c *DirectConnect) UpdateDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *UpdateDirectConnectGatewayAssociationInput, ...) (*UpdateDirectConnectGatewayAssociationOutput, error)
- func (c *DirectConnect) UpdateDirectConnectGatewayRequest(input *UpdateDirectConnectGatewayInput) (req *request.Request, output *UpdateDirectConnectGatewayOutput)
- func (c *DirectConnect) UpdateDirectConnectGatewayWithContext(ctx aws.Context, input *UpdateDirectConnectGatewayInput, ...) (*UpdateDirectConnectGatewayOutput, error)
- func (c *DirectConnect) UpdateLag(input *UpdateLagInput) (*Lag, error)
- func (c *DirectConnect) UpdateLagRequest(input *UpdateLagInput) (req *request.Request, output *Lag)
- func (c *DirectConnect) UpdateLagWithContext(ctx aws.Context, input *UpdateLagInput, opts ...request.Option) (*Lag, error)
- func (c *DirectConnect) UpdateVirtualInterfaceAttributes(input *UpdateVirtualInterfaceAttributesInput) (*UpdateVirtualInterfaceAttributesOutput, error)
- func (c *DirectConnect) UpdateVirtualInterfaceAttributesRequest(input *UpdateVirtualInterfaceAttributesInput) (req *request.Request, output *UpdateVirtualInterfaceAttributesOutput)
- func (c *DirectConnect) UpdateVirtualInterfaceAttributesWithContext(ctx aws.Context, input *UpdateVirtualInterfaceAttributesInput, ...) (*UpdateVirtualInterfaceAttributesOutput, error)
- type DisassociateConnectionFromLagInput
- func (s DisassociateConnectionFromLagInput) GoString() string
- func (s *DisassociateConnectionFromLagInput) SetConnectionId(v string) *DisassociateConnectionFromLagInput
- func (s *DisassociateConnectionFromLagInput) SetLagId(v string) *DisassociateConnectionFromLagInput
- func (s DisassociateConnectionFromLagInput) String() string
- func (s *DisassociateConnectionFromLagInput) Validate() error
- type DisassociateMacSecKeyInput
- func (s DisassociateMacSecKeyInput) GoString() string
- func (s *DisassociateMacSecKeyInput) SetConnectionId(v string) *DisassociateMacSecKeyInput
- func (s *DisassociateMacSecKeyInput) SetSecretARN(v string) *DisassociateMacSecKeyInput
- func (s DisassociateMacSecKeyInput) String() string
- func (s *DisassociateMacSecKeyInput) Validate() error
- type DisassociateMacSecKeyOutput
- type DuplicateTagKeysException
- func (s *DuplicateTagKeysException) Code() string
- func (s *DuplicateTagKeysException) Error() string
- func (s DuplicateTagKeysException) GoString() string
- func (s *DuplicateTagKeysException) Message() string
- func (s *DuplicateTagKeysException) OrigErr() error
- func (s *DuplicateTagKeysException) RequestID() string
- func (s *DuplicateTagKeysException) StatusCode() int
- func (s DuplicateTagKeysException) String() string
- type Gateway
- func (s Gateway) GoString() string
- func (s *Gateway) SetAmazonSideAsn(v int64) *Gateway
- func (s *Gateway) SetDirectConnectGatewayId(v string) *Gateway
- func (s *Gateway) SetDirectConnectGatewayName(v string) *Gateway
- func (s *Gateway) SetDirectConnectGatewayState(v string) *Gateway
- func (s *Gateway) SetOwnerAccount(v string) *Gateway
- func (s *Gateway) SetStateChangeError(v string) *Gateway
- func (s Gateway) String() string
- type GatewayAssociation
- func (s GatewayAssociation) GoString() string
- func (s *GatewayAssociation) SetAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociation
- func (s *GatewayAssociation) SetAssociatedGateway(v *AssociatedGateway) *GatewayAssociation
- func (s *GatewayAssociation) SetAssociationId(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetAssociationState(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetDirectConnectGatewayId(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetDirectConnectGatewayOwnerAccount(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetStateChangeError(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetVirtualGatewayId(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetVirtualGatewayOwnerAccount(v string) *GatewayAssociation
- func (s *GatewayAssociation) SetVirtualGatewayRegion(v string) *GatewayAssociation
- func (s GatewayAssociation) String() string
- type GatewayAssociationProposal
- func (s GatewayAssociationProposal) GoString() string
- func (s *GatewayAssociationProposal) SetAssociatedGateway(v *AssociatedGateway) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetDirectConnectGatewayId(v string) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetDirectConnectGatewayOwnerAccount(v string) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetExistingAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetProposalId(v string) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetProposalState(v string) *GatewayAssociationProposal
- func (s *GatewayAssociationProposal) SetRequestedAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociationProposal
- func (s GatewayAssociationProposal) String() string
- type GatewayAttachment
- func (s GatewayAttachment) GoString() string
- func (s *GatewayAttachment) SetAttachmentState(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetAttachmentType(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetDirectConnectGatewayId(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetStateChangeError(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetVirtualInterfaceId(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetVirtualInterfaceOwnerAccount(v string) *GatewayAttachment
- func (s *GatewayAttachment) SetVirtualInterfaceRegion(v string) *GatewayAttachment
- func (s GatewayAttachment) String() string
- type Interconnect
- func (s Interconnect) GoString() string
- func (s *Interconnect) SetAwsDevice(v string) *Interconnect
- func (s *Interconnect) SetAwsDeviceV2(v string) *Interconnect
- func (s *Interconnect) SetAwsLogicalDeviceId(v string) *Interconnect
- func (s *Interconnect) SetBandwidth(v string) *Interconnect
- func (s *Interconnect) SetHasLogicalRedundancy(v string) *Interconnect
- func (s *Interconnect) SetInterconnectId(v string) *Interconnect
- func (s *Interconnect) SetInterconnectName(v string) *Interconnect
- func (s *Interconnect) SetInterconnectState(v string) *Interconnect
- func (s *Interconnect) SetJumboFrameCapable(v bool) *Interconnect
- func (s *Interconnect) SetLagId(v string) *Interconnect
- func (s *Interconnect) SetLoaIssueTime(v time.Time) *Interconnect
- func (s *Interconnect) SetLocation(v string) *Interconnect
- func (s *Interconnect) SetProviderName(v string) *Interconnect
- func (s *Interconnect) SetRegion(v string) *Interconnect
- func (s *Interconnect) SetTags(v []*Tag) *Interconnect
- func (s Interconnect) String() string
- type Lag
- func (s Lag) GoString() string
- func (s *Lag) SetAllowsHostedConnections(v bool) *Lag
- func (s *Lag) SetAwsDevice(v string) *Lag
- func (s *Lag) SetAwsDeviceV2(v string) *Lag
- func (s *Lag) SetAwsLogicalDeviceId(v string) *Lag
- func (s *Lag) SetConnections(v []*Connection) *Lag
- func (s *Lag) SetConnectionsBandwidth(v string) *Lag
- func (s *Lag) SetEncryptionMode(v string) *Lag
- func (s *Lag) SetHasLogicalRedundancy(v string) *Lag
- func (s *Lag) SetJumboFrameCapable(v bool) *Lag
- func (s *Lag) SetLagId(v string) *Lag
- func (s *Lag) SetLagName(v string) *Lag
- func (s *Lag) SetLagState(v string) *Lag
- func (s *Lag) SetLocation(v string) *Lag
- func (s *Lag) SetMacSecCapable(v bool) *Lag
- func (s *Lag) SetMacSecKeys(v []*MacSecKey) *Lag
- func (s *Lag) SetMinimumLinks(v int64) *Lag
- func (s *Lag) SetNumberOfConnections(v int64) *Lag
- func (s *Lag) SetOwnerAccount(v string) *Lag
- func (s *Lag) SetProviderName(v string) *Lag
- func (s *Lag) SetRegion(v string) *Lag
- func (s *Lag) SetTags(v []*Tag) *Lag
- func (s Lag) String() string
- type ListVirtualInterfaceTestHistoryInput
- func (s ListVirtualInterfaceTestHistoryInput) GoString() string
- func (s *ListVirtualInterfaceTestHistoryInput) SetBgpPeers(v []*string) *ListVirtualInterfaceTestHistoryInput
- func (s *ListVirtualInterfaceTestHistoryInput) SetMaxResults(v int64) *ListVirtualInterfaceTestHistoryInput
- func (s *ListVirtualInterfaceTestHistoryInput) SetNextToken(v string) *ListVirtualInterfaceTestHistoryInput
- func (s *ListVirtualInterfaceTestHistoryInput) SetStatus(v string) *ListVirtualInterfaceTestHistoryInput
- func (s *ListVirtualInterfaceTestHistoryInput) SetTestId(v string) *ListVirtualInterfaceTestHistoryInput
- func (s *ListVirtualInterfaceTestHistoryInput) SetVirtualInterfaceId(v string) *ListVirtualInterfaceTestHistoryInput
- func (s ListVirtualInterfaceTestHistoryInput) String() string
- type ListVirtualInterfaceTestHistoryOutput
- func (s ListVirtualInterfaceTestHistoryOutput) GoString() string
- func (s *ListVirtualInterfaceTestHistoryOutput) SetNextToken(v string) *ListVirtualInterfaceTestHistoryOutput
- func (s *ListVirtualInterfaceTestHistoryOutput) SetVirtualInterfaceTestHistory(v []*VirtualInterfaceTestHistory) *ListVirtualInterfaceTestHistoryOutput
- func (s ListVirtualInterfaceTestHistoryOutput) String() string
- type Loa
- type Location
- func (s Location) GoString() string
- func (s *Location) SetAvailableMacSecPortSpeeds(v []*string) *Location
- func (s *Location) SetAvailablePortSpeeds(v []*string) *Location
- func (s *Location) SetAvailableProviders(v []*string) *Location
- func (s *Location) SetLocationCode(v string) *Location
- func (s *Location) SetLocationName(v string) *Location
- func (s *Location) SetRegion(v string) *Location
- func (s Location) String() string
- type MacSecKey
- type NewBGPPeer
- func (s NewBGPPeer) GoString() string
- func (s *NewBGPPeer) SetAddressFamily(v string) *NewBGPPeer
- func (s *NewBGPPeer) SetAmazonAddress(v string) *NewBGPPeer
- func (s *NewBGPPeer) SetAsn(v int64) *NewBGPPeer
- func (s *NewBGPPeer) SetAuthKey(v string) *NewBGPPeer
- func (s *NewBGPPeer) SetCustomerAddress(v string) *NewBGPPeer
- func (s NewBGPPeer) String() string
- type NewPrivateVirtualInterface
- func (s NewPrivateVirtualInterface) GoString() string
- func (s *NewPrivateVirtualInterface) SetAddressFamily(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetAmazonAddress(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetAsn(v int64) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetAuthKey(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetCustomerAddress(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetDirectConnectGatewayId(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetEnableSiteLink(v bool) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetMtu(v int64) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetTags(v []*Tag) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetVirtualGatewayId(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetVirtualInterfaceName(v string) *NewPrivateVirtualInterface
- func (s *NewPrivateVirtualInterface) SetVlan(v int64) *NewPrivateVirtualInterface
- func (s NewPrivateVirtualInterface) String() string
- func (s *NewPrivateVirtualInterface) Validate() error
- type NewPrivateVirtualInterfaceAllocation
- func (s NewPrivateVirtualInterfaceAllocation) GoString() string
- func (s *NewPrivateVirtualInterfaceAllocation) SetAddressFamily(v string) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetAsn(v int64) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetAuthKey(v string) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetMtu(v int64) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetTags(v []*Tag) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewPrivateVirtualInterfaceAllocation
- func (s *NewPrivateVirtualInterfaceAllocation) SetVlan(v int64) *NewPrivateVirtualInterfaceAllocation
- func (s NewPrivateVirtualInterfaceAllocation) String() string
- func (s *NewPrivateVirtualInterfaceAllocation) Validate() error
- type NewPublicVirtualInterface
- func (s NewPublicVirtualInterface) GoString() string
- func (s *NewPublicVirtualInterface) SetAddressFamily(v string) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetAmazonAddress(v string) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetAsn(v int64) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetAuthKey(v string) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetCustomerAddress(v string) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetTags(v []*Tag) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetVirtualInterfaceName(v string) *NewPublicVirtualInterface
- func (s *NewPublicVirtualInterface) SetVlan(v int64) *NewPublicVirtualInterface
- func (s NewPublicVirtualInterface) String() string
- func (s *NewPublicVirtualInterface) Validate() error
- type NewPublicVirtualInterfaceAllocation
- func (s NewPublicVirtualInterfaceAllocation) GoString() string
- func (s *NewPublicVirtualInterfaceAllocation) SetAddressFamily(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetAsn(v int64) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetAuthKey(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetTags(v []*Tag) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetVlan(v int64) *NewPublicVirtualInterfaceAllocation
- func (s NewPublicVirtualInterfaceAllocation) String() string
- func (s *NewPublicVirtualInterfaceAllocation) Validate() error
- type NewTransitVirtualInterface
- func (s NewTransitVirtualInterface) GoString() string
- func (s *NewTransitVirtualInterface) SetAddressFamily(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetAmazonAddress(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetAsn(v int64) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetAuthKey(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetCustomerAddress(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetDirectConnectGatewayId(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetEnableSiteLink(v bool) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetMtu(v int64) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetTags(v []*Tag) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetVirtualInterfaceName(v string) *NewTransitVirtualInterface
- func (s *NewTransitVirtualInterface) SetVlan(v int64) *NewTransitVirtualInterface
- func (s NewTransitVirtualInterface) String() string
- func (s *NewTransitVirtualInterface) Validate() error
- type NewTransitVirtualInterfaceAllocation
- func (s NewTransitVirtualInterfaceAllocation) GoString() string
- func (s *NewTransitVirtualInterfaceAllocation) SetAddressFamily(v string) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetAsn(v int64) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetAuthKey(v string) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetMtu(v int64) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetTags(v []*Tag) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewTransitVirtualInterfaceAllocation
- func (s *NewTransitVirtualInterfaceAllocation) SetVlan(v int64) *NewTransitVirtualInterfaceAllocation
- func (s NewTransitVirtualInterfaceAllocation) String() string
- func (s *NewTransitVirtualInterfaceAllocation) Validate() error
- type ResourceTag
- type RouteFilterPrefix
- type RouterType
- func (s RouterType) GoString() string
- func (s *RouterType) SetPlatform(v string) *RouterType
- func (s *RouterType) SetRouterTypeIdentifier(v string) *RouterType
- func (s *RouterType) SetSoftware(v string) *RouterType
- func (s *RouterType) SetVendor(v string) *RouterType
- func (s *RouterType) SetXsltTemplateName(v string) *RouterType
- func (s *RouterType) SetXsltTemplateNameForMacSec(v string) *RouterType
- func (s RouterType) String() string
- type ServerException
- func (s *ServerException) Code() string
- func (s *ServerException) Error() string
- func (s ServerException) GoString() string
- func (s *ServerException) Message() string
- func (s *ServerException) OrigErr() error
- func (s *ServerException) RequestID() string
- func (s *ServerException) StatusCode() int
- func (s ServerException) String() string
- type StartBgpFailoverTestInput
- func (s StartBgpFailoverTestInput) GoString() string
- func (s *StartBgpFailoverTestInput) SetBgpPeers(v []*string) *StartBgpFailoverTestInput
- func (s *StartBgpFailoverTestInput) SetTestDurationInMinutes(v int64) *StartBgpFailoverTestInput
- func (s *StartBgpFailoverTestInput) SetVirtualInterfaceId(v string) *StartBgpFailoverTestInput
- func (s StartBgpFailoverTestInput) String() string
- func (s *StartBgpFailoverTestInput) Validate() error
- type StartBgpFailoverTestOutput
- type StopBgpFailoverTestInput
- type StopBgpFailoverTestOutput
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type TooManyTagsException
- func (s *TooManyTagsException) Code() string
- func (s *TooManyTagsException) Error() string
- func (s TooManyTagsException) GoString() string
- func (s *TooManyTagsException) Message() string
- func (s *TooManyTagsException) OrigErr() error
- func (s *TooManyTagsException) RequestID() string
- func (s *TooManyTagsException) StatusCode() int
- func (s TooManyTagsException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateConnectionInput
- func (s UpdateConnectionInput) GoString() string
- func (s *UpdateConnectionInput) SetConnectionId(v string) *UpdateConnectionInput
- func (s *UpdateConnectionInput) SetConnectionName(v string) *UpdateConnectionInput
- func (s *UpdateConnectionInput) SetEncryptionMode(v string) *UpdateConnectionInput
- func (s UpdateConnectionInput) String() string
- func (s *UpdateConnectionInput) Validate() error
- type UpdateConnectionOutput
- func (s UpdateConnectionOutput) GoString() string
- func (s *UpdateConnectionOutput) SetAwsDevice(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetAwsDeviceV2(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetAwsLogicalDeviceId(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetBandwidth(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetConnectionId(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetConnectionName(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetConnectionState(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetEncryptionMode(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetHasLogicalRedundancy(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetJumboFrameCapable(v bool) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetLagId(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetLoaIssueTime(v time.Time) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetLocation(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetMacSecCapable(v bool) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetMacSecKeys(v []*MacSecKey) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetOwnerAccount(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetPartnerName(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetPortEncryptionStatus(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetProviderName(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetRegion(v string) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetTags(v []*Tag) *UpdateConnectionOutput
- func (s *UpdateConnectionOutput) SetVlan(v int64) *UpdateConnectionOutput
- func (s UpdateConnectionOutput) String() string
- type UpdateDirectConnectGatewayAssociationInput
- func (s UpdateDirectConnectGatewayAssociationInput) GoString() string
- func (s *UpdateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *UpdateDirectConnectGatewayAssociationInput
- func (s *UpdateDirectConnectGatewayAssociationInput) SetAssociationId(v string) *UpdateDirectConnectGatewayAssociationInput
- func (s *UpdateDirectConnectGatewayAssociationInput) SetRemoveAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *UpdateDirectConnectGatewayAssociationInput
- func (s UpdateDirectConnectGatewayAssociationInput) String() string
- type UpdateDirectConnectGatewayAssociationOutput
- type UpdateDirectConnectGatewayInput
- func (s UpdateDirectConnectGatewayInput) GoString() string
- func (s *UpdateDirectConnectGatewayInput) SetDirectConnectGatewayId(v string) *UpdateDirectConnectGatewayInput
- func (s *UpdateDirectConnectGatewayInput) SetNewDirectConnectGatewayName(v string) *UpdateDirectConnectGatewayInput
- func (s UpdateDirectConnectGatewayInput) String() string
- func (s *UpdateDirectConnectGatewayInput) Validate() error
- type UpdateDirectConnectGatewayOutput
- type UpdateLagInput
- func (s UpdateLagInput) GoString() string
- func (s *UpdateLagInput) SetEncryptionMode(v string) *UpdateLagInput
- func (s *UpdateLagInput) SetLagId(v string) *UpdateLagInput
- func (s *UpdateLagInput) SetLagName(v string) *UpdateLagInput
- func (s *UpdateLagInput) SetMinimumLinks(v int64) *UpdateLagInput
- func (s UpdateLagInput) String() string
- func (s *UpdateLagInput) Validate() error
- type UpdateVirtualInterfaceAttributesInput
- func (s UpdateVirtualInterfaceAttributesInput) GoString() string
- func (s *UpdateVirtualInterfaceAttributesInput) SetEnableSiteLink(v bool) *UpdateVirtualInterfaceAttributesInput
- func (s *UpdateVirtualInterfaceAttributesInput) SetMtu(v int64) *UpdateVirtualInterfaceAttributesInput
- func (s *UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceId(v string) *UpdateVirtualInterfaceAttributesInput
- func (s *UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceName(v string) *UpdateVirtualInterfaceAttributesInput
- func (s UpdateVirtualInterfaceAttributesInput) String() string
- func (s *UpdateVirtualInterfaceAttributesInput) Validate() error
- type UpdateVirtualInterfaceAttributesOutput
- func (s UpdateVirtualInterfaceAttributesOutput) GoString() string
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAddressFamily(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAmazonAddress(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAmazonSideAsn(v int64) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAsn(v int64) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAuthKey(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAwsDeviceV2(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetAwsLogicalDeviceId(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetBgpPeers(v []*BGPPeer) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetConnectionId(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetCustomerAddress(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetCustomerRouterConfig(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetDirectConnectGatewayId(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetJumboFrameCapable(v bool) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetLocation(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetMtu(v int64) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetOwnerAccount(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetRegion(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetSiteLinkEnabled(v bool) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetTags(v []*Tag) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualGatewayId(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceId(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceName(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceState(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceType(v string) *UpdateVirtualInterfaceAttributesOutput
- func (s *UpdateVirtualInterfaceAttributesOutput) SetVlan(v int64) *UpdateVirtualInterfaceAttributesOutput
- func (s UpdateVirtualInterfaceAttributesOutput) String() string
- type VirtualGateway
- type VirtualInterface
- func (s VirtualInterface) GoString() string
- func (s *VirtualInterface) SetAddressFamily(v string) *VirtualInterface
- func (s *VirtualInterface) SetAmazonAddress(v string) *VirtualInterface
- func (s *VirtualInterface) SetAmazonSideAsn(v int64) *VirtualInterface
- func (s *VirtualInterface) SetAsn(v int64) *VirtualInterface
- func (s *VirtualInterface) SetAuthKey(v string) *VirtualInterface
- func (s *VirtualInterface) SetAwsDeviceV2(v string) *VirtualInterface
- func (s *VirtualInterface) SetAwsLogicalDeviceId(v string) *VirtualInterface
- func (s *VirtualInterface) SetBgpPeers(v []*BGPPeer) *VirtualInterface
- func (s *VirtualInterface) SetConnectionId(v string) *VirtualInterface
- func (s *VirtualInterface) SetCustomerAddress(v string) *VirtualInterface
- func (s *VirtualInterface) SetCustomerRouterConfig(v string) *VirtualInterface
- func (s *VirtualInterface) SetDirectConnectGatewayId(v string) *VirtualInterface
- func (s *VirtualInterface) SetJumboFrameCapable(v bool) *VirtualInterface
- func (s *VirtualInterface) SetLocation(v string) *VirtualInterface
- func (s *VirtualInterface) SetMtu(v int64) *VirtualInterface
- func (s *VirtualInterface) SetOwnerAccount(v string) *VirtualInterface
- func (s *VirtualInterface) SetRegion(v string) *VirtualInterface
- func (s *VirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *VirtualInterface
- func (s *VirtualInterface) SetSiteLinkEnabled(v bool) *VirtualInterface
- func (s *VirtualInterface) SetTags(v []*Tag) *VirtualInterface
- func (s *VirtualInterface) SetVirtualGatewayId(v string) *VirtualInterface
- func (s *VirtualInterface) SetVirtualInterfaceId(v string) *VirtualInterface
- func (s *VirtualInterface) SetVirtualInterfaceName(v string) *VirtualInterface
- func (s *VirtualInterface) SetVirtualInterfaceState(v string) *VirtualInterface
- func (s *VirtualInterface) SetVirtualInterfaceType(v string) *VirtualInterface
- func (s *VirtualInterface) SetVlan(v int64) *VirtualInterface
- func (s VirtualInterface) String() string
- type VirtualInterfaceTestHistory
- func (s VirtualInterfaceTestHistory) GoString() string
- func (s *VirtualInterfaceTestHistory) SetBgpPeers(v []*string) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetEndTime(v time.Time) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetOwnerAccount(v string) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetStartTime(v time.Time) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetStatus(v string) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetTestDurationInMinutes(v int64) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetTestId(v string) *VirtualInterfaceTestHistory
- func (s *VirtualInterfaceTestHistory) SetVirtualInterfaceId(v string) *VirtualInterfaceTestHistory
- func (s VirtualInterfaceTestHistory) String() string
Constants ¶
const ( // AddressFamilyIpv4 is a AddressFamily enum value AddressFamilyIpv4 = "ipv4" // AddressFamilyIpv6 is a AddressFamily enum value AddressFamilyIpv6 = "ipv6" )
const ( // BGPPeerStateVerifying is a BGPPeerState enum value BGPPeerStateVerifying = "verifying" // BGPPeerStatePending is a BGPPeerState enum value BGPPeerStatePending = "pending" // BGPPeerStateAvailable is a BGPPeerState enum value BGPPeerStateAvailable = "available" // BGPPeerStateDeleting is a BGPPeerState enum value BGPPeerStateDeleting = "deleting" // BGPPeerStateDeleted is a BGPPeerState enum value BGPPeerStateDeleted = "deleted" )
const ( // BGPStatusUp is a BGPStatus enum value BGPStatusUp = "up" // BGPStatusDown is a BGPStatus enum value BGPStatusDown = "down" // BGPStatusUnknown is a BGPStatus enum value BGPStatusUnknown = "unknown" )
const ( // ConnectionStateOrdering is a ConnectionState enum value ConnectionStateOrdering = "ordering" // ConnectionStateRequested is a ConnectionState enum value ConnectionStateRequested = "requested" // ConnectionStatePending is a ConnectionState enum value ConnectionStatePending = "pending" // ConnectionStateAvailable is a ConnectionState enum value ConnectionStateAvailable = "available" // ConnectionStateDown is a ConnectionState enum value ConnectionStateDown = "down" // ConnectionStateDeleting is a ConnectionState enum value ConnectionStateDeleting = "deleting" // ConnectionStateDeleted is a ConnectionState enum value ConnectionStateDeleted = "deleted" // ConnectionStateRejected is a ConnectionState enum value ConnectionStateRejected = "rejected" // ConnectionStateUnknown is a ConnectionState enum value ConnectionStateUnknown = "unknown" )
const ( // GatewayAssociationProposalStateRequested is a GatewayAssociationProposalState enum value GatewayAssociationProposalStateRequested = "requested" // GatewayAssociationProposalStateAccepted is a GatewayAssociationProposalState enum value GatewayAssociationProposalStateAccepted = "accepted" // GatewayAssociationProposalStateDeleted is a GatewayAssociationProposalState enum value GatewayAssociationProposalStateDeleted = "deleted" )
const ( // GatewayAssociationStateAssociating is a GatewayAssociationState enum value GatewayAssociationStateAssociating = "associating" // GatewayAssociationStateAssociated is a GatewayAssociationState enum value GatewayAssociationStateAssociated = "associated" // GatewayAssociationStateDisassociating is a GatewayAssociationState enum value GatewayAssociationStateDisassociating = "disassociating" // GatewayAssociationStateDisassociated is a GatewayAssociationState enum value GatewayAssociationStateDisassociated = "disassociated" // GatewayAssociationStateUpdating is a GatewayAssociationState enum value GatewayAssociationStateUpdating = "updating" )
const ( // GatewayAttachmentStateAttaching is a GatewayAttachmentState enum value GatewayAttachmentStateAttaching = "attaching" // GatewayAttachmentStateAttached is a GatewayAttachmentState enum value GatewayAttachmentStateAttached = "attached" // GatewayAttachmentStateDetaching is a GatewayAttachmentState enum value GatewayAttachmentStateDetaching = "detaching" // GatewayAttachmentStateDetached is a GatewayAttachmentState enum value GatewayAttachmentStateDetached = "detached" )
const ( // GatewayAttachmentTypeTransitVirtualInterface is a GatewayAttachmentType enum value GatewayAttachmentTypeTransitVirtualInterface = "TransitVirtualInterface" // GatewayAttachmentTypePrivateVirtualInterface is a GatewayAttachmentType enum value GatewayAttachmentTypePrivateVirtualInterface = "PrivateVirtualInterface" )
const ( // GatewayStatePending is a GatewayState enum value GatewayStatePending = "pending" // GatewayStateAvailable is a GatewayState enum value GatewayStateAvailable = "available" // GatewayStateDeleting is a GatewayState enum value GatewayStateDeleting = "deleting" // GatewayStateDeleted is a GatewayState enum value GatewayStateDeleted = "deleted" )
const ( // GatewayTypeVirtualPrivateGateway is a GatewayType enum value GatewayTypeVirtualPrivateGateway = "virtualPrivateGateway" // GatewayTypeTransitGateway is a GatewayType enum value GatewayTypeTransitGateway = "transitGateway" )
const ( // HasLogicalRedundancyUnknown is a HasLogicalRedundancy enum value HasLogicalRedundancyUnknown = "unknown" // HasLogicalRedundancyYes is a HasLogicalRedundancy enum value HasLogicalRedundancyYes = "yes" // HasLogicalRedundancyNo is a HasLogicalRedundancy enum value HasLogicalRedundancyNo = "no" )
const ( // InterconnectStateRequested is a InterconnectState enum value InterconnectStateRequested = "requested" // InterconnectStatePending is a InterconnectState enum value InterconnectStatePending = "pending" // InterconnectStateAvailable is a InterconnectState enum value InterconnectStateAvailable = "available" // InterconnectStateDown is a InterconnectState enum value InterconnectStateDown = "down" // InterconnectStateDeleting is a InterconnectState enum value InterconnectStateDeleting = "deleting" // InterconnectStateDeleted is a InterconnectState enum value InterconnectStateDeleted = "deleted" // InterconnectStateUnknown is a InterconnectState enum value InterconnectStateUnknown = "unknown" )
const ( // LagStateRequested is a LagState enum value LagStateRequested = "requested" // LagStatePending is a LagState enum value LagStatePending = "pending" // LagStateAvailable is a LagState enum value LagStateAvailable = "available" // LagStateDown is a LagState enum value LagStateDown = "down" // LagStateDeleting is a LagState enum value LagStateDeleting = "deleting" // LagStateDeleted is a LagState enum value LagStateDeleted = "deleted" // LagStateUnknown is a LagState enum value LagStateUnknown = "unknown" )
const ( // NniPartnerTypeV1 is a NniPartnerType enum value NniPartnerTypeV1 = "v1" // NniPartnerTypeV2 is a NniPartnerType enum value NniPartnerTypeV2 = "v2" // NniPartnerTypeNonPartner is a NniPartnerType enum value NniPartnerTypeNonPartner = "nonPartner" )
const ( // VirtualInterfaceStateConfirming is a VirtualInterfaceState enum value VirtualInterfaceStateConfirming = "confirming" // VirtualInterfaceStateVerifying is a VirtualInterfaceState enum value VirtualInterfaceStateVerifying = "verifying" // VirtualInterfaceStatePending is a VirtualInterfaceState enum value VirtualInterfaceStatePending = "pending" // VirtualInterfaceStateAvailable is a VirtualInterfaceState enum value VirtualInterfaceStateAvailable = "available" // VirtualInterfaceStateDown is a VirtualInterfaceState enum value VirtualInterfaceStateDown = "down" // VirtualInterfaceStateDeleting is a VirtualInterfaceState enum value VirtualInterfaceStateDeleting = "deleting" // VirtualInterfaceStateDeleted is a VirtualInterfaceState enum value VirtualInterfaceStateDeleted = "deleted" // VirtualInterfaceStateRejected is a VirtualInterfaceState enum value VirtualInterfaceStateRejected = "rejected" // VirtualInterfaceStateUnknown is a VirtualInterfaceState enum value VirtualInterfaceStateUnknown = "unknown" )
const ( // ErrCodeClientException for service response error code // "DirectConnectClientException". // // One or more parameters are not valid. ErrCodeClientException = "DirectConnectClientException" // ErrCodeDuplicateTagKeysException for service response error code // "DuplicateTagKeysException". // // A tag key was specified more than once. ErrCodeDuplicateTagKeysException = "DuplicateTagKeysException" // ErrCodeServerException for service response error code // "DirectConnectServerException". // // A server-side error occurred. ErrCodeServerException = "DirectConnectServerException" // 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" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Direct Connect" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// LoaContentTypeApplicationPdf is a LoaContentType enum value
LoaContentTypeApplicationPdf = "application/pdf"
)
Variables ¶
This section is empty.
Functions ¶
func AddressFamily_Values ¶ added in v1.34.3
func AddressFamily_Values() []string
AddressFamily_Values returns all elements of the AddressFamily enum
func BGPPeerState_Values ¶ added in v1.34.3
func BGPPeerState_Values() []string
BGPPeerState_Values returns all elements of the BGPPeerState enum
func BGPStatus_Values ¶ added in v1.34.3
func BGPStatus_Values() []string
BGPStatus_Values returns all elements of the BGPStatus enum
func ConnectionState_Values ¶ added in v1.34.3
func ConnectionState_Values() []string
ConnectionState_Values returns all elements of the ConnectionState enum
func GatewayAssociationProposalState_Values ¶ added in v1.34.3
func GatewayAssociationProposalState_Values() []string
GatewayAssociationProposalState_Values returns all elements of the GatewayAssociationProposalState enum
func GatewayAssociationState_Values ¶ added in v1.34.3
func GatewayAssociationState_Values() []string
GatewayAssociationState_Values returns all elements of the GatewayAssociationState enum
func GatewayAttachmentState_Values ¶ added in v1.34.3
func GatewayAttachmentState_Values() []string
GatewayAttachmentState_Values returns all elements of the GatewayAttachmentState enum
func GatewayAttachmentType_Values ¶ added in v1.34.3
func GatewayAttachmentType_Values() []string
GatewayAttachmentType_Values returns all elements of the GatewayAttachmentType enum
func GatewayState_Values ¶ added in v1.34.3
func GatewayState_Values() []string
GatewayState_Values returns all elements of the GatewayState enum
func GatewayType_Values ¶ added in v1.34.3
func GatewayType_Values() []string
GatewayType_Values returns all elements of the GatewayType enum
func HasLogicalRedundancy_Values ¶ added in v1.34.3
func HasLogicalRedundancy_Values() []string
HasLogicalRedundancy_Values returns all elements of the HasLogicalRedundancy enum
func InterconnectState_Values ¶ added in v1.34.3
func InterconnectState_Values() []string
InterconnectState_Values returns all elements of the InterconnectState enum
func LagState_Values ¶ added in v1.34.3
func LagState_Values() []string
LagState_Values returns all elements of the LagState enum
func LoaContentType_Values ¶ added in v1.34.3
func LoaContentType_Values() []string
LoaContentType_Values returns all elements of the LoaContentType enum
func NniPartnerType_Values ¶ added in v1.41.7
func NniPartnerType_Values() []string
NniPartnerType_Values returns all elements of the NniPartnerType enum
func VirtualInterfaceState_Values ¶ added in v1.34.3
func VirtualInterfaceState_Values() []string
VirtualInterfaceState_Values returns all elements of the VirtualInterfaceState enum
Types ¶
type AcceptDirectConnectGatewayAssociationProposalInput ¶ added in v1.19.4
type AcceptDirectConnectGatewayAssociationProposalInput struct { // The ID of the Amazon Web Services account that owns the virtual private gateway // or transit gateway. // // AssociatedGatewayOwnerAccount is a required field AssociatedGatewayOwnerAccount *string `locationName:"associatedGatewayOwnerAccount" type:"string" required:"true"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway. // // For information about how to set the prefixes, see Allowed Prefixes (https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes) // in the Direct Connect User Guide. OverrideAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"overrideAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the request proposal. // // ProposalId is a required field ProposalId *string `locationName:"proposalId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AcceptDirectConnectGatewayAssociationProposalInput) GoString ¶ added in v1.19.4
func (s AcceptDirectConnectGatewayAssociationProposalInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDirectConnectGatewayAssociationProposalInput) SetAssociatedGatewayOwnerAccount ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetAssociatedGatewayOwnerAccount(v string) *AcceptDirectConnectGatewayAssociationProposalInput
SetAssociatedGatewayOwnerAccount sets the AssociatedGatewayOwnerAccount field's value.
func (*AcceptDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId(v string) *AcceptDirectConnectGatewayAssociationProposalInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*AcceptDirectConnectGatewayAssociationProposalInput) SetOverrideAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetOverrideAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *AcceptDirectConnectGatewayAssociationProposalInput
SetOverrideAllowedPrefixesToDirectConnectGateway sets the OverrideAllowedPrefixesToDirectConnectGateway field's value.
func (*AcceptDirectConnectGatewayAssociationProposalInput) SetProposalId ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalInput) SetProposalId(v string) *AcceptDirectConnectGatewayAssociationProposalInput
SetProposalId sets the ProposalId field's value.
func (AcceptDirectConnectGatewayAssociationProposalInput) String ¶ added in v1.19.4
func (s AcceptDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDirectConnectGatewayAssociationProposalInput) Validate ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptDirectConnectGatewayAssociationProposalOutput ¶ added in v1.19.4
type AcceptDirectConnectGatewayAssociationProposalOutput struct { // Information about an association between a Direct Connect gateway and a virtual // private gateway or transit gateway. DirectConnectGatewayAssociation *GatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
func (AcceptDirectConnectGatewayAssociationProposalOutput) GoString ¶ added in v1.19.4
func (s AcceptDirectConnectGatewayAssociationProposalOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociation ¶ added in v1.19.4
func (s *AcceptDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociation(v *GatewayAssociation) *AcceptDirectConnectGatewayAssociationProposalOutput
SetDirectConnectGatewayAssociation sets the DirectConnectGatewayAssociation field's value.
func (AcceptDirectConnectGatewayAssociationProposalOutput) String ¶ added in v1.19.4
func (s AcceptDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AllocateConnectionOnInterconnectInput ¶
type AllocateConnectionOnInterconnectInput struct { // The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note // that only those Direct Connect Partners who have met specific requirements // are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the provisioned connection. // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the interconnect on which the connection will be provisioned. // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // The ID of the Amazon Web Services 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 }
func (AllocateConnectionOnInterconnectInput) GoString ¶ added in v0.6.5
func (s AllocateConnectionOnInterconnectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateConnectionOnInterconnectInput) SetBandwidth ¶ added in v1.5.0
func (s *AllocateConnectionOnInterconnectInput) SetBandwidth(v string) *AllocateConnectionOnInterconnectInput
SetBandwidth sets the Bandwidth field's value.
func (*AllocateConnectionOnInterconnectInput) SetConnectionName ¶ added in v1.5.0
func (s *AllocateConnectionOnInterconnectInput) SetConnectionName(v string) *AllocateConnectionOnInterconnectInput
SetConnectionName sets the ConnectionName field's value.
func (*AllocateConnectionOnInterconnectInput) SetInterconnectId ¶ added in v1.5.0
func (s *AllocateConnectionOnInterconnectInput) SetInterconnectId(v string) *AllocateConnectionOnInterconnectInput
SetInterconnectId sets the InterconnectId field's value.
func (*AllocateConnectionOnInterconnectInput) SetOwnerAccount ¶ added in v1.5.0
func (s *AllocateConnectionOnInterconnectInput) SetOwnerAccount(v string) *AllocateConnectionOnInterconnectInput
SetOwnerAccount sets the OwnerAccount field's value.
func (*AllocateConnectionOnInterconnectInput) SetVlan ¶ added in v1.5.0
func (s *AllocateConnectionOnInterconnectInput) SetVlan(v int64) *AllocateConnectionOnInterconnectInput
SetVlan sets the Vlan field's value.
func (AllocateConnectionOnInterconnectInput) String ¶ added in v0.6.5
func (s AllocateConnectionOnInterconnectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateConnectionOnInterconnectInput) Validate ¶ added in v1.1.21
func (s *AllocateConnectionOnInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateHostedConnectionInput ¶ added in v1.6.25
type AllocateHostedConnectionInput struct { // The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, // 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note // that only those Direct Connect Partners who have met specific requirements // are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection. // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The ID of the interconnect or LAG. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The name of the hosted connection. // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the Amazon Web Services account ID of the customer for the connection. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // The tags associated with the connection. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // 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 }
func (AllocateHostedConnectionInput) GoString ¶ added in v1.6.25
func (s AllocateHostedConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateHostedConnectionInput) SetBandwidth ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) SetBandwidth(v string) *AllocateHostedConnectionInput
SetBandwidth sets the Bandwidth field's value.
func (*AllocateHostedConnectionInput) SetConnectionId ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) SetConnectionId(v string) *AllocateHostedConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (*AllocateHostedConnectionInput) SetConnectionName ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) SetConnectionName(v string) *AllocateHostedConnectionInput
SetConnectionName sets the ConnectionName field's value.
func (*AllocateHostedConnectionInput) SetOwnerAccount ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) SetOwnerAccount(v string) *AllocateHostedConnectionInput
SetOwnerAccount sets the OwnerAccount field's value.
func (*AllocateHostedConnectionInput) SetTags ¶ added in v1.20.11
func (s *AllocateHostedConnectionInput) SetTags(v []*Tag) *AllocateHostedConnectionInput
SetTags sets the Tags field's value.
func (*AllocateHostedConnectionInput) SetVlan ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) SetVlan(v int64) *AllocateHostedConnectionInput
SetVlan sets the Vlan field's value.
func (AllocateHostedConnectionInput) String ¶ added in v1.6.25
func (s AllocateHostedConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateHostedConnectionInput) Validate ¶ added in v1.6.25
func (s *AllocateHostedConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 Amazon Web Services 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 }
func (AllocatePrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s AllocatePrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocatePrivateVirtualInterfaceInput) SetConnectionId ¶ added in v1.5.0
func (s *AllocatePrivateVirtualInterfaceInput) SetConnectionId(v string) *AllocatePrivateVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*AllocatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterfaceAllocation ¶ added in v1.5.0
func (s *AllocatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterfaceAllocation(v *NewPrivateVirtualInterfaceAllocation) *AllocatePrivateVirtualInterfaceInput
SetNewPrivateVirtualInterfaceAllocation sets the NewPrivateVirtualInterfaceAllocation field's value.
func (*AllocatePrivateVirtualInterfaceInput) SetOwnerAccount ¶ added in v1.5.0
func (s *AllocatePrivateVirtualInterfaceInput) SetOwnerAccount(v string) *AllocatePrivateVirtualInterfaceInput
SetOwnerAccount sets the OwnerAccount field's value.
func (AllocatePrivateVirtualInterfaceInput) String ¶ added in v0.6.5
func (s AllocatePrivateVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocatePrivateVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *AllocatePrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 Amazon Web Services 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 }
func (AllocatePublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s AllocatePublicVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocatePublicVirtualInterfaceInput) SetConnectionId ¶ added in v1.5.0
func (s *AllocatePublicVirtualInterfaceInput) SetConnectionId(v string) *AllocatePublicVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*AllocatePublicVirtualInterfaceInput) SetNewPublicVirtualInterfaceAllocation ¶ added in v1.5.0
func (s *AllocatePublicVirtualInterfaceInput) SetNewPublicVirtualInterfaceAllocation(v *NewPublicVirtualInterfaceAllocation) *AllocatePublicVirtualInterfaceInput
SetNewPublicVirtualInterfaceAllocation sets the NewPublicVirtualInterfaceAllocation field's value.
func (*AllocatePublicVirtualInterfaceInput) SetOwnerAccount ¶ added in v1.5.0
func (s *AllocatePublicVirtualInterfaceInput) SetOwnerAccount(v string) *AllocatePublicVirtualInterfaceInput
SetOwnerAccount sets the OwnerAccount field's value.
func (AllocatePublicVirtualInterfaceInput) String ¶ added in v0.6.5
func (s AllocatePublicVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocatePublicVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *AllocatePublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateTransitVirtualInterfaceInput ¶ added in v1.19.21
type AllocateTransitVirtualInterfaceInput struct { // The ID of the connection on which the transit virtual interface is provisioned. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the transit virtual interface. // // NewTransitVirtualInterfaceAllocation is a required field NewTransitVirtualInterfaceAllocation *NewTransitVirtualInterfaceAllocation `locationName:"newTransitVirtualInterfaceAllocation" type:"structure" required:"true"` // The ID of the Amazon Web Services account that owns the transit virtual interface. // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
func (AllocateTransitVirtualInterfaceInput) GoString ¶ added in v1.19.21
func (s AllocateTransitVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateTransitVirtualInterfaceInput) SetConnectionId ¶ added in v1.19.21
func (s *AllocateTransitVirtualInterfaceInput) SetConnectionId(v string) *AllocateTransitVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*AllocateTransitVirtualInterfaceInput) SetNewTransitVirtualInterfaceAllocation ¶ added in v1.19.21
func (s *AllocateTransitVirtualInterfaceInput) SetNewTransitVirtualInterfaceAllocation(v *NewTransitVirtualInterfaceAllocation) *AllocateTransitVirtualInterfaceInput
SetNewTransitVirtualInterfaceAllocation sets the NewTransitVirtualInterfaceAllocation field's value.
func (*AllocateTransitVirtualInterfaceInput) SetOwnerAccount ¶ added in v1.19.21
func (s *AllocateTransitVirtualInterfaceInput) SetOwnerAccount(v string) *AllocateTransitVirtualInterfaceInput
SetOwnerAccount sets the OwnerAccount field's value.
func (AllocateTransitVirtualInterfaceInput) String ¶ added in v1.19.21
func (s AllocateTransitVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateTransitVirtualInterfaceInput) Validate ¶ added in v1.19.21
func (s *AllocateTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AllocateTransitVirtualInterfaceOutput ¶ added in v1.19.21
type AllocateTransitVirtualInterfaceOutput struct { // Information about a virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
func (AllocateTransitVirtualInterfaceOutput) GoString ¶ added in v1.19.21
func (s AllocateTransitVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllocateTransitVirtualInterfaceOutput) SetVirtualInterface ¶ added in v1.19.21
func (s *AllocateTransitVirtualInterfaceOutput) SetVirtualInterface(v *VirtualInterface) *AllocateTransitVirtualInterfaceOutput
SetVirtualInterface sets the VirtualInterface field's value.
func (AllocateTransitVirtualInterfaceOutput) String ¶ added in v1.19.21
func (s AllocateTransitVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateConnectionWithLagInput ¶ added in v1.6.25
type AssociateConnectionWithLagInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG with which to associate the connection. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
func (AssociateConnectionWithLagInput) GoString ¶ added in v1.6.25
func (s AssociateConnectionWithLagInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateConnectionWithLagInput) SetConnectionId ¶ added in v1.6.25
func (s *AssociateConnectionWithLagInput) SetConnectionId(v string) *AssociateConnectionWithLagInput
SetConnectionId sets the ConnectionId field's value.
func (*AssociateConnectionWithLagInput) SetLagId ¶ added in v1.6.25
func (s *AssociateConnectionWithLagInput) SetLagId(v string) *AssociateConnectionWithLagInput
SetLagId sets the LagId field's value.
func (AssociateConnectionWithLagInput) String ¶ added in v1.6.25
func (s AssociateConnectionWithLagInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateConnectionWithLagInput) Validate ¶ added in v1.6.25
func (s *AssociateConnectionWithLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateHostedConnectionInput ¶ added in v1.6.25
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 }
func (AssociateHostedConnectionInput) GoString ¶ added in v1.6.25
func (s AssociateHostedConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateHostedConnectionInput) SetConnectionId ¶ added in v1.6.25
func (s *AssociateHostedConnectionInput) SetConnectionId(v string) *AssociateHostedConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (*AssociateHostedConnectionInput) SetParentConnectionId ¶ added in v1.6.25
func (s *AssociateHostedConnectionInput) SetParentConnectionId(v string) *AssociateHostedConnectionInput
SetParentConnectionId sets the ParentConnectionId field's value.
func (AssociateHostedConnectionInput) String ¶ added in v1.6.25
func (s AssociateHostedConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateHostedConnectionInput) Validate ¶ added in v1.6.25
func (s *AssociateHostedConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateMacSecKeyInput ¶ added in v1.38.10
type AssociateMacSecKeyInput struct { // The MAC Security (MACsec) CAK to associate with the dedicated connection. // // You can create the CKN/CAK pair using an industry standard tool. // // The valid values are 64 hexadecimal characters (0-9, A-E). // // If you use this request parameter, you must use the ckn request parameter // and not use the secretARN request parameter. Cak *string `locationName:"cak" type:"string"` // The MAC Security (MACsec) CKN to associate with the dedicated connection. // // You can create the CKN/CAK pair using an industry standard tool. // // The valid values are 64 hexadecimal characters (0-9, A-E). // // If you use this request parameter, you must use the cak request parameter // and not use the secretARN request parameter. Ckn *string `locationName:"ckn" type:"string"` // The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx). // // You can use DescribeConnections or DescribeLags to retrieve connection ID. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to // associate with the dedicated connection. // // You can use DescribeConnections or DescribeLags to retrieve the MAC Security // (MACsec) secret key. // // If you use this request parameter, you do not use the ckn and cak request // parameters. SecretARN *string `locationName:"secretARN" type:"string"` // contains filtered or unexported fields }
func (AssociateMacSecKeyInput) GoString ¶ added in v1.38.10
func (s AssociateMacSecKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateMacSecKeyInput) SetCak ¶ added in v1.38.10
func (s *AssociateMacSecKeyInput) SetCak(v string) *AssociateMacSecKeyInput
SetCak sets the Cak field's value.
func (*AssociateMacSecKeyInput) SetCkn ¶ added in v1.38.10
func (s *AssociateMacSecKeyInput) SetCkn(v string) *AssociateMacSecKeyInput
SetCkn sets the Ckn field's value.
func (*AssociateMacSecKeyInput) SetConnectionId ¶ added in v1.38.10
func (s *AssociateMacSecKeyInput) SetConnectionId(v string) *AssociateMacSecKeyInput
SetConnectionId sets the ConnectionId field's value.
func (*AssociateMacSecKeyInput) SetSecretARN ¶ added in v1.38.10
func (s *AssociateMacSecKeyInput) SetSecretARN(v string) *AssociateMacSecKeyInput
SetSecretARN sets the SecretARN field's value.
func (AssociateMacSecKeyInput) String ¶ added in v1.38.10
func (s AssociateMacSecKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateMacSecKeyInput) Validate ¶ added in v1.38.10
func (s *AssociateMacSecKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateMacSecKeyOutput ¶ added in v1.38.10
type AssociateMacSecKeyOutput struct { // The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx). ConnectionId *string `locationName:"connectionId" type:"string"` // The MAC Security (MACsec) security keys associated with the dedicated connection. MacSecKeys []*MacSecKey `locationName:"macSecKeys" type:"list"` // contains filtered or unexported fields }
func (AssociateMacSecKeyOutput) GoString ¶ added in v1.38.10
func (s AssociateMacSecKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateMacSecKeyOutput) SetConnectionId ¶ added in v1.38.10
func (s *AssociateMacSecKeyOutput) SetConnectionId(v string) *AssociateMacSecKeyOutput
SetConnectionId sets the ConnectionId field's value.
func (*AssociateMacSecKeyOutput) SetMacSecKeys ¶ added in v1.38.10
func (s *AssociateMacSecKeyOutput) SetMacSecKeys(v []*MacSecKey) *AssociateMacSecKeyOutput
SetMacSecKeys sets the MacSecKeys field's value.
func (AssociateMacSecKeyOutput) String ¶ added in v1.38.10
func (s AssociateMacSecKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateVirtualInterfaceInput ¶ added in v1.6.25
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 }
func (AssociateVirtualInterfaceInput) GoString ¶ added in v1.6.25
func (s AssociateVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateVirtualInterfaceInput) SetConnectionId ¶ added in v1.6.25
func (s *AssociateVirtualInterfaceInput) SetConnectionId(v string) *AssociateVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*AssociateVirtualInterfaceInput) SetVirtualInterfaceId ¶ added in v1.6.25
func (s *AssociateVirtualInterfaceInput) SetVirtualInterfaceId(v string) *AssociateVirtualInterfaceInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (AssociateVirtualInterfaceInput) String ¶ added in v1.6.25
func (s AssociateVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateVirtualInterfaceInput) Validate ¶ added in v1.6.25
func (s *AssociateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociatedGateway ¶ added in v1.19.4
type AssociatedGateway struct { // The ID of the associated gateway. Id *string `locationName:"id" type:"string"` // The ID of the Amazon Web Services account that owns the associated virtual // private gateway or transit gateway. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The Region where the associated gateway is located. Region *string `locationName:"region" type:"string"` // The type of associated gateway. Type *string `locationName:"type" type:"string" enum:"GatewayType"` // contains filtered or unexported fields }
Information about the associated gateway.
func (AssociatedGateway) GoString ¶ added in v1.19.4
func (s AssociatedGateway) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociatedGateway) SetId ¶ added in v1.19.4
func (s *AssociatedGateway) SetId(v string) *AssociatedGateway
SetId sets the Id field's value.
func (*AssociatedGateway) SetOwnerAccount ¶ added in v1.19.4
func (s *AssociatedGateway) SetOwnerAccount(v string) *AssociatedGateway
SetOwnerAccount sets the OwnerAccount field's value.
func (*AssociatedGateway) SetRegion ¶ added in v1.19.4
func (s *AssociatedGateway) SetRegion(v string) *AssociatedGateway
SetRegion sets the Region field's value.
func (*AssociatedGateway) SetType ¶ added in v1.19.4
func (s *AssociatedGateway) SetType(v string) *AssociatedGateway
SetType sets the Type field's value.
func (AssociatedGateway) String ¶ added in v1.19.4
func (s AssociatedGateway) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BGPPeer ¶ added in v1.5.13
type BGPPeer struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint that terminates the BGP peer. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" 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 *string `locationName:"bgpPeerState" type:"string" enum:"BGPPeerState"` // The status of the BGP peer. The following are the possible values: // // * up: The BGP peer is established. This state does not indicate the state // of the routing function. Ensure that you are receiving routes over the // BGP session. // // * down: The BGP peer is down. // // * unknown: The BGP peer status is not available. BgpStatus *string `locationName:"bgpStatus" type:"string" enum:"BGPStatus"` // The IP address assigned to the customer interface. CustomerAddress *string `locationName:"customerAddress" type:"string"` // contains filtered or unexported fields }
Information about a BGP peer.
func (BGPPeer) GoString ¶ added in v1.5.13
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BGPPeer) SetAddressFamily ¶ added in v1.5.13
SetAddressFamily sets the AddressFamily field's value.
func (*BGPPeer) SetAmazonAddress ¶ added in v1.5.13
SetAmazonAddress sets the AmazonAddress field's value.
func (*BGPPeer) SetAuthKey ¶ added in v1.5.13
SetAuthKey sets the AuthKey field's value.
func (*BGPPeer) SetAwsDeviceV2 ¶ added in v1.15.1
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*BGPPeer) SetAwsLogicalDeviceId ¶ added in v1.39.6
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*BGPPeer) SetBgpPeerId ¶ added in v1.15.77
SetBgpPeerId sets the BgpPeerId field's value.
func (*BGPPeer) SetBgpPeerState ¶ added in v1.5.13
SetBgpPeerState sets the BgpPeerState field's value.
func (*BGPPeer) SetBgpStatus ¶ added in v1.5.13
SetBgpStatus sets the BgpStatus field's value.
func (*BGPPeer) SetCustomerAddress ¶ added in v1.5.13
SetCustomerAddress sets the CustomerAddress field's value.
type ClientException ¶ added in v1.28.0
type ClientException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
One or more parameters are not valid.
func (*ClientException) Code ¶ added in v1.28.0
func (s *ClientException) Code() string
Code returns the exception type name.
func (*ClientException) Error ¶ added in v1.28.0
func (s *ClientException) Error() string
func (ClientException) GoString ¶ added in v1.28.0
func (s ClientException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ClientException) Message ¶ added in v1.28.0
func (s *ClientException) Message() string
Message returns the exception's message.
func (*ClientException) OrigErr ¶ added in v1.28.0
func (s *ClientException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ClientException) RequestID ¶ added in v1.28.0
func (s *ClientException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ClientException) StatusCode ¶ added in v1.28.0
func (s *ClientException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ClientException) String ¶ added in v1.28.0
func (s ClientException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (ConfirmConnectionInput) GoString ¶ added in v0.6.5
func (s ConfirmConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmConnectionInput) SetConnectionId ¶ added in v1.5.0
func (s *ConfirmConnectionInput) SetConnectionId(v string) *ConfirmConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (ConfirmConnectionInput) String ¶ added in v0.6.5
func (s ConfirmConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmConnectionInput) Validate ¶ added in v1.1.21
func (s *ConfirmConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmConnectionOutput ¶
type ConfirmConnectionOutput struct { // The state of the connection. The following are the possible values: // // * ordering: The initial state of a hosted connection provisioned on an // interconnect. The connection stays in the ordering state until the owner // of the hosted connection confirms or declines the connection order. // // * requested: The initial state of a standard connection. The connection // stays in the requested state until the Letter of Authorization (LOA) is // sent to the customer. // // * pending: The connection has been approved and is being initialized. // // * available: The network link is up and the connection is ready for use. // // * down: The network link is down. // // * deleting: The connection is being deleted. // // * deleted: The connection has been deleted. // // * rejected: A hosted connection in the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState *string `locationName:"connectionState" type:"string" enum:"ConnectionState"` // contains filtered or unexported fields }
func (ConfirmConnectionOutput) GoString ¶ added in v0.6.5
func (s ConfirmConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmConnectionOutput) SetConnectionState ¶ added in v1.5.0
func (s *ConfirmConnectionOutput) SetConnectionState(v string) *ConfirmConnectionOutput
SetConnectionState sets the ConnectionState field's value.
func (ConfirmConnectionOutput) String ¶ added in v0.6.5
func (s ConfirmConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfirmCustomerAgreementInput ¶ added in v1.41.7
type ConfirmCustomerAgreementInput struct { // The name of the customer agreement. AgreementName *string `locationName:"agreementName" type:"string"` // contains filtered or unexported fields }
func (ConfirmCustomerAgreementInput) GoString ¶ added in v1.41.7
func (s ConfirmCustomerAgreementInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmCustomerAgreementInput) SetAgreementName ¶ added in v1.41.7
func (s *ConfirmCustomerAgreementInput) SetAgreementName(v string) *ConfirmCustomerAgreementInput
SetAgreementName sets the AgreementName field's value.
func (ConfirmCustomerAgreementInput) String ¶ added in v1.41.7
func (s ConfirmCustomerAgreementInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfirmCustomerAgreementOutput ¶ added in v1.41.7
type ConfirmCustomerAgreementOutput struct { // The status of the customer agreement when the connection was created. This // will be either signed or unsigned. Status *string `locationName:"status" type:"string"` // contains filtered or unexported fields }
func (ConfirmCustomerAgreementOutput) GoString ¶ added in v1.41.7
func (s ConfirmCustomerAgreementOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmCustomerAgreementOutput) SetStatus ¶ added in v1.41.7
func (s *ConfirmCustomerAgreementOutput) SetStatus(v string) *ConfirmCustomerAgreementOutput
SetStatus sets the Status field's value.
func (ConfirmCustomerAgreementOutput) String ¶ added in v1.41.7
func (s ConfirmCustomerAgreementOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (ConfirmPrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPrivateVirtualInterfaceInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *ConfirmPrivateVirtualInterfaceInput) SetDirectConnectGatewayId(v string) *ConfirmPrivateVirtualInterfaceInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*ConfirmPrivateVirtualInterfaceInput) SetVirtualGatewayId ¶ added in v1.5.0
func (s *ConfirmPrivateVirtualInterfaceInput) SetVirtualGatewayId(v string) *ConfirmPrivateVirtualInterfaceInput
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*ConfirmPrivateVirtualInterfaceInput) SetVirtualInterfaceId ¶ added in v1.5.0
func (s *ConfirmPrivateVirtualInterfaceInput) SetVirtualInterfaceId(v string) *ConfirmPrivateVirtualInterfaceInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (ConfirmPrivateVirtualInterfaceInput) String ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPrivateVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *ConfirmPrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmPrivateVirtualInterfaceOutput ¶
type ConfirmPrivateVirtualInterfaceOutput struct { // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
func (ConfirmPrivateVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPrivateVirtualInterfaceOutput) SetVirtualInterfaceState ¶ added in v1.5.0
func (s *ConfirmPrivateVirtualInterfaceOutput) SetVirtualInterfaceState(v string) *ConfirmPrivateVirtualInterfaceOutput
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (ConfirmPrivateVirtualInterfaceOutput) String ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (ConfirmPublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPublicVirtualInterfaceInput) SetVirtualInterfaceId ¶ added in v1.5.0
func (s *ConfirmPublicVirtualInterfaceInput) SetVirtualInterfaceId(v string) *ConfirmPublicVirtualInterfaceInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (ConfirmPublicVirtualInterfaceInput) String ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPublicVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *ConfirmPublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmPublicVirtualInterfaceOutput ¶
type ConfirmPublicVirtualInterfaceOutput struct { // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
func (ConfirmPublicVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmPublicVirtualInterfaceOutput) SetVirtualInterfaceState ¶ added in v1.5.0
func (s *ConfirmPublicVirtualInterfaceOutput) SetVirtualInterfaceState(v string) *ConfirmPublicVirtualInterfaceOutput
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (ConfirmPublicVirtualInterfaceOutput) String ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConfirmTransitVirtualInterfaceInput ¶ added in v1.19.21
type ConfirmTransitVirtualInterfaceInput struct { // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the virtual interface. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (ConfirmTransitVirtualInterfaceInput) GoString ¶ added in v1.19.21
func (s ConfirmTransitVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmTransitVirtualInterfaceInput) SetDirectConnectGatewayId ¶ added in v1.19.21
func (s *ConfirmTransitVirtualInterfaceInput) SetDirectConnectGatewayId(v string) *ConfirmTransitVirtualInterfaceInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*ConfirmTransitVirtualInterfaceInput) SetVirtualInterfaceId ¶ added in v1.19.21
func (s *ConfirmTransitVirtualInterfaceInput) SetVirtualInterfaceId(v string) *ConfirmTransitVirtualInterfaceInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (ConfirmTransitVirtualInterfaceInput) String ¶ added in v1.19.21
func (s ConfirmTransitVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmTransitVirtualInterfaceInput) Validate ¶ added in v1.19.21
func (s *ConfirmTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfirmTransitVirtualInterfaceOutput ¶ added in v1.19.21
type ConfirmTransitVirtualInterfaceOutput struct { // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
func (ConfirmTransitVirtualInterfaceOutput) GoString ¶ added in v1.19.21
func (s ConfirmTransitVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ConfirmTransitVirtualInterfaceOutput) SetVirtualInterfaceState ¶ added in v1.19.21
func (s *ConfirmTransitVirtualInterfaceOutput) SetVirtualInterfaceState(v string) *ConfirmTransitVirtualInterfaceOutput
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (ConfirmTransitVirtualInterfaceOutput) String ¶ added in v1.19.21
func (s ConfirmTransitVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Connection ¶
type Connection struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint that terminates the physical connection. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // The state of the connection. The following are the possible values: // // * ordering: The initial state of a hosted connection provisioned on an // interconnect. The connection stays in the ordering state until the owner // of the hosted connection confirms or declines the connection order. // // * requested: The initial state of a standard connection. The connection // stays in the requested state until the Letter of Authorization (LOA) is // sent to the customer. // // * pending: The connection has been approved and is being initialized. // // * available: The network link is up and the connection is ready for use. // // * down: The network link is down. // // * deleting: The connection is being deleted. // // * deleted: The connection has been deleted. // // * rejected: A hosted connection in the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState *string `locationName:"connectionState" type:"string" enum:"ConnectionState"` // The MAC Security (MACsec) connection encryption mode. // // The valid values are no_encrypt, should_encrypt, and must_encrypt. EncryptionMode *string `locationName:"encryptionMode" type:"string"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy *string `locationName:"hasLogicalRedundancy" type:"string" enum:"HasLogicalRedundancy"` // 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"` // The location of the connection. Location *string `locationName:"location" type:"string"` // Indicates whether the connection supports MAC Security (MACsec). MacSecCapable *bool `locationName:"macSecCapable" type:"boolean"` // The MAC Security (MACsec) security keys associated with the connection. MacSecKeys []*MacSecKey `locationName:"macSecKeys" type:"list"` // The ID of the Amazon Web Services account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The MAC Security (MACsec) port link status of the connection. // // The valid values are Encryption Up, which means that there is an active Connection // Key Name, or Encryption Down. PortEncryptionStatus *string `locationName:"portEncryptionStatus" type:"string"` // The name of the service provider associated with the connection. ProviderName *string `locationName:"providerName" type:"string"` // The Amazon Web Services Region where the connection is located. Region *string `locationName:"region" type:"string"` // The tags associated with the connection. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an Direct Connect connection.
func (Connection) GoString ¶ added in v0.6.5
func (s Connection) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Connection) SetAwsDevice ¶ added in v1.6.25
func (s *Connection) SetAwsDevice(v string) *Connection
SetAwsDevice sets the AwsDevice field's value.
func (*Connection) SetAwsDeviceV2 ¶ added in v1.15.1
func (s *Connection) SetAwsDeviceV2(v string) *Connection
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*Connection) SetAwsLogicalDeviceId ¶ added in v1.39.6
func (s *Connection) SetAwsLogicalDeviceId(v string) *Connection
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*Connection) SetBandwidth ¶ added in v1.5.0
func (s *Connection) SetBandwidth(v string) *Connection
SetBandwidth sets the Bandwidth field's value.
func (*Connection) SetConnectionId ¶ added in v1.5.0
func (s *Connection) SetConnectionId(v string) *Connection
SetConnectionId sets the ConnectionId field's value.
func (*Connection) SetConnectionName ¶ added in v1.5.0
func (s *Connection) SetConnectionName(v string) *Connection
SetConnectionName sets the ConnectionName field's value.
func (*Connection) SetConnectionState ¶ added in v1.5.0
func (s *Connection) SetConnectionState(v string) *Connection
SetConnectionState sets the ConnectionState field's value.
func (*Connection) SetEncryptionMode ¶ added in v1.38.10
func (s *Connection) SetEncryptionMode(v string) *Connection
SetEncryptionMode sets the EncryptionMode field's value.
func (*Connection) SetHasLogicalRedundancy ¶ added in v1.15.77
func (s *Connection) SetHasLogicalRedundancy(v string) *Connection
SetHasLogicalRedundancy sets the HasLogicalRedundancy field's value.
func (*Connection) SetJumboFrameCapable ¶ added in v1.15.53
func (s *Connection) SetJumboFrameCapable(v bool) *Connection
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*Connection) SetLagId ¶ added in v1.6.25
func (s *Connection) SetLagId(v string) *Connection
SetLagId sets the LagId field's value.
func (*Connection) SetLoaIssueTime ¶ added in v1.5.0
func (s *Connection) SetLoaIssueTime(v time.Time) *Connection
SetLoaIssueTime sets the LoaIssueTime field's value.
func (*Connection) SetLocation ¶ added in v1.5.0
func (s *Connection) SetLocation(v string) *Connection
SetLocation sets the Location field's value.
func (*Connection) SetMacSecCapable ¶ added in v1.38.10
func (s *Connection) SetMacSecCapable(v bool) *Connection
SetMacSecCapable sets the MacSecCapable field's value.
func (*Connection) SetMacSecKeys ¶ added in v1.38.10
func (s *Connection) SetMacSecKeys(v []*MacSecKey) *Connection
SetMacSecKeys sets the MacSecKeys field's value.
func (*Connection) SetOwnerAccount ¶ added in v1.5.0
func (s *Connection) SetOwnerAccount(v string) *Connection
SetOwnerAccount sets the OwnerAccount field's value.
func (*Connection) SetPartnerName ¶ added in v1.5.0
func (s *Connection) SetPartnerName(v string) *Connection
SetPartnerName sets the PartnerName field's value.
func (*Connection) SetPortEncryptionStatus ¶ added in v1.38.10
func (s *Connection) SetPortEncryptionStatus(v string) *Connection
SetPortEncryptionStatus sets the PortEncryptionStatus field's value.
func (*Connection) SetProviderName ¶ added in v1.25.7
func (s *Connection) SetProviderName(v string) *Connection
SetProviderName sets the ProviderName field's value.
func (*Connection) SetRegion ¶ added in v1.5.0
func (s *Connection) SetRegion(v string) *Connection
SetRegion sets the Region field's value.
func (*Connection) SetTags ¶ added in v1.20.11
func (s *Connection) SetTags(v []*Tag) *Connection
SetTags sets the Tags field's value.
func (*Connection) SetVlan ¶ added in v1.5.0
func (s *Connection) SetVlan(v int64) *Connection
SetVlan sets the Vlan field's value.
func (Connection) String ¶ added in v0.6.5
func (s Connection) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Connections ¶
type Connections struct { // The connections. Connections []*Connection `locationName:"connections" type:"list"` // contains filtered or unexported fields }
func (Connections) GoString ¶ added in v0.6.5
func (s Connections) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Connections) SetConnections ¶ added in v1.5.0
func (s *Connections) SetConnections(v []*Connection) *Connections
SetConnections sets the Connections field's value.
func (Connections) String ¶ added in v0.6.5
func (s Connections) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateBGPPeerInput ¶ added in v1.5.13
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 }
func (CreateBGPPeerInput) GoString ¶ added in v1.5.13
func (s CreateBGPPeerInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateBGPPeerInput) SetNewBGPPeer ¶ added in v1.5.13
func (s *CreateBGPPeerInput) SetNewBGPPeer(v *NewBGPPeer) *CreateBGPPeerInput
SetNewBGPPeer sets the NewBGPPeer field's value.
func (*CreateBGPPeerInput) SetVirtualInterfaceId ¶ added in v1.5.13
func (s *CreateBGPPeerInput) SetVirtualInterfaceId(v string) *CreateBGPPeerInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (CreateBGPPeerInput) String ¶ added in v1.5.13
func (s CreateBGPPeerInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateBGPPeerOutput ¶ added in v1.5.13
type CreateBGPPeerOutput struct { // The virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
func (CreateBGPPeerOutput) GoString ¶ added in v1.5.13
func (s CreateBGPPeerOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateBGPPeerOutput) SetVirtualInterface ¶ added in v1.5.13
func (s *CreateBGPPeerOutput) SetVirtualInterface(v *VirtualInterface) *CreateBGPPeerOutput
SetVirtualInterface sets the VirtualInterface field's value.
func (CreateBGPPeerOutput) String ¶ added in v1.5.13
func (s CreateBGPPeerOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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"` // The name of the service provider associated with the requested connection. ProviderName *string `locationName:"providerName" type:"string"` // Indicates whether you want the connection to support MAC Security (MACsec). // // MAC Security (MACsec) is only available on dedicated connections. For information // about MAC Security (MACsec) prerequisties, see MACsec prerequisties (https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) // in the Direct Connect User Guide. RequestMACSec *bool `locationName:"requestMACSec" type:"boolean"` // The tags to associate with the lag. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateConnectionInput) GoString ¶ added in v0.6.5
func (s CreateConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConnectionInput) SetBandwidth ¶ added in v1.5.0
func (s *CreateConnectionInput) SetBandwidth(v string) *CreateConnectionInput
SetBandwidth sets the Bandwidth field's value.
func (*CreateConnectionInput) SetConnectionName ¶ added in v1.5.0
func (s *CreateConnectionInput) SetConnectionName(v string) *CreateConnectionInput
SetConnectionName sets the ConnectionName field's value.
func (*CreateConnectionInput) SetLagId ¶ added in v1.6.25
func (s *CreateConnectionInput) SetLagId(v string) *CreateConnectionInput
SetLagId sets the LagId field's value.
func (*CreateConnectionInput) SetLocation ¶ added in v1.5.0
func (s *CreateConnectionInput) SetLocation(v string) *CreateConnectionInput
SetLocation sets the Location field's value.
func (*CreateConnectionInput) SetProviderName ¶ added in v1.25.7
func (s *CreateConnectionInput) SetProviderName(v string) *CreateConnectionInput
SetProviderName sets the ProviderName field's value.
func (*CreateConnectionInput) SetRequestMACSec ¶ added in v1.38.10
func (s *CreateConnectionInput) SetRequestMACSec(v bool) *CreateConnectionInput
SetRequestMACSec sets the RequestMACSec field's value.
func (*CreateConnectionInput) SetTags ¶ added in v1.20.11
func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput
SetTags sets the Tags field's value.
func (CreateConnectionInput) String ¶ added in v0.6.5
func (s CreateConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateConnectionInput) Validate ¶ added in v1.1.21
func (s *CreateConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayAssociationInput ¶ added in v1.12.20
type CreateDirectConnectGatewayAssociationInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway // // This parameter is required when you create an association to a transit gateway. // // For information about how to set the prefixes, see Allowed Prefixes (https://docs.aws.amazon.com/directconnect/latest/UserGuide/multi-account-associate-vgw.html#allowed-prefixes) // in the Direct Connect User Guide. AddAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the virtual private gateway or transit gateway. GatewayId *string `locationName:"gatewayId" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // contains filtered or unexported fields }
func (CreateDirectConnectGatewayAssociationInput) GoString ¶ added in v1.12.20
func (s CreateDirectConnectGatewayAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationInput
SetAddAllowedPrefixesToDirectConnectGateway sets the AddAllowedPrefixesToDirectConnectGateway field's value.
func (*CreateDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*CreateDirectConnectGatewayAssociationInput) SetGatewayId ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationInput) SetGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
SetGatewayId sets the GatewayId field's value.
func (*CreateDirectConnectGatewayAssociationInput) SetVirtualGatewayId ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayAssociationInput) SetVirtualGatewayId(v string) *CreateDirectConnectGatewayAssociationInput
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (CreateDirectConnectGatewayAssociationInput) String ¶ added in v1.12.20
func (s CreateDirectConnectGatewayAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationInput) Validate ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayAssociationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayAssociationOutput ¶ added in v1.12.20
type CreateDirectConnectGatewayAssociationOutput struct { // The association to be created. DirectConnectGatewayAssociation *GatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
func (CreateDirectConnectGatewayAssociationOutput) GoString ¶ added in v1.12.20
func (s CreateDirectConnectGatewayAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation(v *GatewayAssociation) *CreateDirectConnectGatewayAssociationOutput
SetDirectConnectGatewayAssociation sets the DirectConnectGatewayAssociation field's value.
func (CreateDirectConnectGatewayAssociationOutput) String ¶ added in v1.12.20
func (s CreateDirectConnectGatewayAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDirectConnectGatewayAssociationProposalInput ¶ added in v1.19.4
type CreateDirectConnectGatewayAssociationProposalInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AddAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The ID of the Amazon Web Services account that owns the Direct Connect gateway. // // DirectConnectGatewayOwnerAccount is a required field DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string" required:"true"` // The ID of the virtual private gateway or transit gateway. // // GatewayId is a required field GatewayId *string `locationName:"gatewayId" type:"string" required:"true"` // The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway. RemoveAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"removeAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
func (CreateDirectConnectGatewayAssociationProposalInput) GoString ¶ added in v1.19.4
func (s CreateDirectConnectGatewayAssociationProposalInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationProposalInput) SetAddAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationProposalInput
SetAddAllowedPrefixesToDirectConnectGateway sets the AddAllowedPrefixesToDirectConnectGateway field's value.
func (*CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayId(v string) *CreateDirectConnectGatewayAssociationProposalInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayOwnerAccount ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) SetDirectConnectGatewayOwnerAccount(v string) *CreateDirectConnectGatewayAssociationProposalInput
SetDirectConnectGatewayOwnerAccount sets the DirectConnectGatewayOwnerAccount field's value.
func (*CreateDirectConnectGatewayAssociationProposalInput) SetGatewayId ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) SetGatewayId(v string) *CreateDirectConnectGatewayAssociationProposalInput
SetGatewayId sets the GatewayId field's value.
func (*CreateDirectConnectGatewayAssociationProposalInput) SetRemoveAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) SetRemoveAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *CreateDirectConnectGatewayAssociationProposalInput
SetRemoveAllowedPrefixesToDirectConnectGateway sets the RemoveAllowedPrefixesToDirectConnectGateway field's value.
func (CreateDirectConnectGatewayAssociationProposalInput) String ¶ added in v1.19.4
func (s CreateDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationProposalInput) Validate ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayAssociationProposalOutput ¶ added in v1.19.4
type CreateDirectConnectGatewayAssociationProposalOutput struct { // Information about the Direct Connect gateway proposal. DirectConnectGatewayAssociationProposal *GatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposal" type:"structure"` // contains filtered or unexported fields }
func (CreateDirectConnectGatewayAssociationProposalOutput) GoString ¶ added in v1.19.4
func (s CreateDirectConnectGatewayAssociationProposalOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal ¶ added in v1.19.4
func (s *CreateDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal(v *GatewayAssociationProposal) *CreateDirectConnectGatewayAssociationProposalOutput
SetDirectConnectGatewayAssociationProposal sets the DirectConnectGatewayAssociationProposal field's value.
func (CreateDirectConnectGatewayAssociationProposalOutput) String ¶ added in v1.19.4
func (s CreateDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDirectConnectGatewayInput ¶ added in v1.12.20
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 }
func (CreateDirectConnectGatewayInput) GoString ¶ added in v1.12.20
func (s CreateDirectConnectGatewayInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayInput) SetAmazonSideAsn ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayInput) SetAmazonSideAsn(v int64) *CreateDirectConnectGatewayInput
SetAmazonSideAsn sets the AmazonSideAsn field's value.
func (*CreateDirectConnectGatewayInput) SetDirectConnectGatewayName ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayInput) SetDirectConnectGatewayName(v string) *CreateDirectConnectGatewayInput
SetDirectConnectGatewayName sets the DirectConnectGatewayName field's value.
func (CreateDirectConnectGatewayInput) String ¶ added in v1.12.20
func (s CreateDirectConnectGatewayInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayInput) Validate ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirectConnectGatewayOutput ¶ added in v1.12.20
type CreateDirectConnectGatewayOutput struct { // The Direct Connect gateway. DirectConnectGateway *Gateway `locationName:"directConnectGateway" type:"structure"` // contains filtered or unexported fields }
func (CreateDirectConnectGatewayOutput) GoString ¶ added in v1.12.20
func (s CreateDirectConnectGatewayOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateDirectConnectGatewayOutput) SetDirectConnectGateway ¶ added in v1.12.20
func (s *CreateDirectConnectGatewayOutput) SetDirectConnectGateway(v *Gateway) *CreateDirectConnectGatewayOutput
SetDirectConnectGateway sets the DirectConnectGateway field's value.
func (CreateDirectConnectGatewayOutput) String ¶ added in v1.12.20
func (s CreateDirectConnectGatewayOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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"` // The name of the service provider associated with the interconnect. ProviderName *string `locationName:"providerName" type:"string"` // The tags to associate with the interconnect. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateInterconnectInput) GoString ¶ added in v0.6.5
func (s CreateInterconnectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateInterconnectInput) SetBandwidth ¶ added in v1.5.0
func (s *CreateInterconnectInput) SetBandwidth(v string) *CreateInterconnectInput
SetBandwidth sets the Bandwidth field's value.
func (*CreateInterconnectInput) SetInterconnectName ¶ added in v1.5.0
func (s *CreateInterconnectInput) SetInterconnectName(v string) *CreateInterconnectInput
SetInterconnectName sets the InterconnectName field's value.
func (*CreateInterconnectInput) SetLagId ¶ added in v1.6.25
func (s *CreateInterconnectInput) SetLagId(v string) *CreateInterconnectInput
SetLagId sets the LagId field's value.
func (*CreateInterconnectInput) SetLocation ¶ added in v1.5.0
func (s *CreateInterconnectInput) SetLocation(v string) *CreateInterconnectInput
SetLocation sets the Location field's value.
func (*CreateInterconnectInput) SetProviderName ¶ added in v1.25.7
func (s *CreateInterconnectInput) SetProviderName(v string) *CreateInterconnectInput
SetProviderName sets the ProviderName field's value.
func (*CreateInterconnectInput) SetTags ¶ added in v1.20.11
func (s *CreateInterconnectInput) SetTags(v []*Tag) *CreateInterconnectInput
SetTags sets the Tags field's value.
func (CreateInterconnectInput) String ¶ added in v0.6.5
func (s CreateInterconnectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateInterconnectInput) Validate ¶ added in v1.1.21
func (s *CreateInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLagInput ¶ added in v1.6.25
type CreateLagInput struct { // The tags to associate with the automtically created LAGs. ChildConnectionTags []*Tag `locationName:"childConnectionTags" min:"1" type:"list"` // The ID of an existing dedicated connection to migrate to the LAG. ConnectionId *string `locationName:"connectionId" type:"string"` // The bandwidth of the individual physical dedicated 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 dedicated connections initially provisioned and bundled // by the LAG. // // NumberOfConnections is a required field NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer" required:"true"` // The name of the service provider associated with the LAG. ProviderName *string `locationName:"providerName" type:"string"` // Indicates whether the connection will support MAC Security (MACsec). // // All connections in the LAG must be capable of supporting MAC Security (MACsec). // For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties // (https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites) // in the Direct Connect User Guide. RequestMACSec *bool `locationName:"requestMACSec" type:"boolean"` // The tags to associate with the LAG. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateLagInput) GoString ¶ added in v1.6.25
func (s CreateLagInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateLagInput) SetChildConnectionTags ¶ added in v1.20.11
func (s *CreateLagInput) SetChildConnectionTags(v []*Tag) *CreateLagInput
SetChildConnectionTags sets the ChildConnectionTags field's value.
func (*CreateLagInput) SetConnectionId ¶ added in v1.6.25
func (s *CreateLagInput) SetConnectionId(v string) *CreateLagInput
SetConnectionId sets the ConnectionId field's value.
func (*CreateLagInput) SetConnectionsBandwidth ¶ added in v1.6.25
func (s *CreateLagInput) SetConnectionsBandwidth(v string) *CreateLagInput
SetConnectionsBandwidth sets the ConnectionsBandwidth field's value.
func (*CreateLagInput) SetLagName ¶ added in v1.6.25
func (s *CreateLagInput) SetLagName(v string) *CreateLagInput
SetLagName sets the LagName field's value.
func (*CreateLagInput) SetLocation ¶ added in v1.6.25
func (s *CreateLagInput) SetLocation(v string) *CreateLagInput
SetLocation sets the Location field's value.
func (*CreateLagInput) SetNumberOfConnections ¶ added in v1.6.25
func (s *CreateLagInput) SetNumberOfConnections(v int64) *CreateLagInput
SetNumberOfConnections sets the NumberOfConnections field's value.
func (*CreateLagInput) SetProviderName ¶ added in v1.25.7
func (s *CreateLagInput) SetProviderName(v string) *CreateLagInput
SetProviderName sets the ProviderName field's value.
func (*CreateLagInput) SetRequestMACSec ¶ added in v1.38.10
func (s *CreateLagInput) SetRequestMACSec(v bool) *CreateLagInput
SetRequestMACSec sets the RequestMACSec field's value.
func (*CreateLagInput) SetTags ¶ added in v1.20.11
func (s *CreateLagInput) SetTags(v []*Tag) *CreateLagInput
SetTags sets the Tags field's value.
func (CreateLagInput) String ¶ added in v1.6.25
func (s CreateLagInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateLagInput) Validate ¶ added in v1.6.25
func (s *CreateLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 }
func (CreatePrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s CreatePrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePrivateVirtualInterfaceInput) SetConnectionId ¶ added in v1.5.0
func (s *CreatePrivateVirtualInterfaceInput) SetConnectionId(v string) *CreatePrivateVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*CreatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterface ¶ added in v1.5.0
func (s *CreatePrivateVirtualInterfaceInput) SetNewPrivateVirtualInterface(v *NewPrivateVirtualInterface) *CreatePrivateVirtualInterfaceInput
SetNewPrivateVirtualInterface sets the NewPrivateVirtualInterface field's value.
func (CreatePrivateVirtualInterfaceInput) String ¶ added in v0.6.5
func (s CreatePrivateVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePrivateVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *CreatePrivateVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 }
func (CreatePublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s CreatePublicVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePublicVirtualInterfaceInput) SetConnectionId ¶ added in v1.5.0
func (s *CreatePublicVirtualInterfaceInput) SetConnectionId(v string) *CreatePublicVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*CreatePublicVirtualInterfaceInput) SetNewPublicVirtualInterface ¶ added in v1.5.0
func (s *CreatePublicVirtualInterfaceInput) SetNewPublicVirtualInterface(v *NewPublicVirtualInterface) *CreatePublicVirtualInterfaceInput
SetNewPublicVirtualInterface sets the NewPublicVirtualInterface field's value.
func (CreatePublicVirtualInterfaceInput) String ¶ added in v0.6.5
func (s CreatePublicVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreatePublicVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *CreatePublicVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTransitVirtualInterfaceInput ¶ added in v1.19.21
type CreateTransitVirtualInterfaceInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Information about the transit virtual interface. // // NewTransitVirtualInterface is a required field NewTransitVirtualInterface *NewTransitVirtualInterface `locationName:"newTransitVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateTransitVirtualInterfaceInput) GoString ¶ added in v1.19.21
func (s CreateTransitVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateTransitVirtualInterfaceInput) SetConnectionId ¶ added in v1.19.21
func (s *CreateTransitVirtualInterfaceInput) SetConnectionId(v string) *CreateTransitVirtualInterfaceInput
SetConnectionId sets the ConnectionId field's value.
func (*CreateTransitVirtualInterfaceInput) SetNewTransitVirtualInterface ¶ added in v1.19.21
func (s *CreateTransitVirtualInterfaceInput) SetNewTransitVirtualInterface(v *NewTransitVirtualInterface) *CreateTransitVirtualInterfaceInput
SetNewTransitVirtualInterface sets the NewTransitVirtualInterface field's value.
func (CreateTransitVirtualInterfaceInput) String ¶ added in v1.19.21
func (s CreateTransitVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateTransitVirtualInterfaceInput) Validate ¶ added in v1.19.21
func (s *CreateTransitVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTransitVirtualInterfaceOutput ¶ added in v1.19.21
type CreateTransitVirtualInterfaceOutput struct { // Information about a virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
func (CreateTransitVirtualInterfaceOutput) GoString ¶ added in v1.19.21
func (s CreateTransitVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateTransitVirtualInterfaceOutput) SetVirtualInterface ¶ added in v1.19.21
func (s *CreateTransitVirtualInterfaceOutput) SetVirtualInterface(v *VirtualInterface) *CreateTransitVirtualInterfaceOutput
SetVirtualInterface sets the VirtualInterface field's value.
func (CreateTransitVirtualInterfaceOutput) String ¶ added in v1.19.21
func (s CreateTransitVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CustomerAgreement ¶ added in v1.41.7
type CustomerAgreement struct { // The name of the agreement. AgreementName *string `locationName:"agreementName" type:"string"` // The status of the customer agreement. This will be either signed or unsigned Status *string `locationName:"status" type:"string"` // contains filtered or unexported fields }
The name and status of a customer agreement.
func (CustomerAgreement) GoString ¶ added in v1.41.7
func (s CustomerAgreement) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CustomerAgreement) SetAgreementName ¶ added in v1.41.7
func (s *CustomerAgreement) SetAgreementName(v string) *CustomerAgreement
SetAgreementName sets the AgreementName field's value.
func (*CustomerAgreement) SetStatus ¶ added in v1.41.7
func (s *CustomerAgreement) SetStatus(v string) *CustomerAgreement
SetStatus sets the Status field's value.
func (CustomerAgreement) String ¶ added in v1.41.7
func (s CustomerAgreement) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteBGPPeerInput ¶ added in v1.5.13
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 }
func (DeleteBGPPeerInput) GoString ¶ added in v1.5.13
func (s DeleteBGPPeerInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteBGPPeerInput) SetAsn ¶ added in v1.5.13
func (s *DeleteBGPPeerInput) SetAsn(v int64) *DeleteBGPPeerInput
SetAsn sets the Asn field's value.
func (*DeleteBGPPeerInput) SetBgpPeerId ¶ added in v1.15.77
func (s *DeleteBGPPeerInput) SetBgpPeerId(v string) *DeleteBGPPeerInput
SetBgpPeerId sets the BgpPeerId field's value.
func (*DeleteBGPPeerInput) SetCustomerAddress ¶ added in v1.5.13
func (s *DeleteBGPPeerInput) SetCustomerAddress(v string) *DeleteBGPPeerInput
SetCustomerAddress sets the CustomerAddress field's value.
func (*DeleteBGPPeerInput) SetVirtualInterfaceId ¶ added in v1.5.13
func (s *DeleteBGPPeerInput) SetVirtualInterfaceId(v string) *DeleteBGPPeerInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (DeleteBGPPeerInput) String ¶ added in v1.5.13
func (s DeleteBGPPeerInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteBGPPeerOutput ¶ added in v1.5.13
type DeleteBGPPeerOutput struct { // The virtual interface. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
func (DeleteBGPPeerOutput) GoString ¶ added in v1.5.13
func (s DeleteBGPPeerOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteBGPPeerOutput) SetVirtualInterface ¶ added in v1.5.13
func (s *DeleteBGPPeerOutput) SetVirtualInterface(v *VirtualInterface) *DeleteBGPPeerOutput
SetVirtualInterface sets the VirtualInterface field's value.
func (DeleteBGPPeerOutput) String ¶ added in v1.5.13
func (s DeleteBGPPeerOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (DeleteConnectionInput) GoString ¶ added in v0.6.5
func (s DeleteConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConnectionInput) SetConnectionId ¶ added in v1.5.0
func (s *DeleteConnectionInput) SetConnectionId(v string) *DeleteConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (DeleteConnectionInput) String ¶ added in v0.6.5
func (s DeleteConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteConnectionInput) Validate ¶ added in v1.1.21
func (s *DeleteConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectConnectGatewayAssociationInput ¶ added in v1.12.20
type DeleteDirectConnectGatewayAssociationInput struct { // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // contains filtered or unexported fields }
func (DeleteDirectConnectGatewayAssociationInput) GoString ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayAssociationInput) SetAssociationId ¶ added in v1.19.4
func (s *DeleteDirectConnectGatewayAssociationInput) SetAssociationId(v string) *DeleteDirectConnectGatewayAssociationInput
SetAssociationId sets the AssociationId field's value.
func (*DeleteDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayAssociationInput) SetDirectConnectGatewayId(v string) *DeleteDirectConnectGatewayAssociationInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*DeleteDirectConnectGatewayAssociationInput) SetVirtualGatewayId ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayAssociationInput) SetVirtualGatewayId(v string) *DeleteDirectConnectGatewayAssociationInput
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (DeleteDirectConnectGatewayAssociationInput) String ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDirectConnectGatewayAssociationOutput ¶ added in v1.12.20
type DeleteDirectConnectGatewayAssociationOutput struct { // Information about the deleted association. DirectConnectGatewayAssociation *GatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
func (DeleteDirectConnectGatewayAssociationOutput) GoString ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation(v *GatewayAssociation) *DeleteDirectConnectGatewayAssociationOutput
SetDirectConnectGatewayAssociation sets the DirectConnectGatewayAssociation field's value.
func (DeleteDirectConnectGatewayAssociationOutput) String ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDirectConnectGatewayAssociationProposalInput ¶ added in v1.19.4
type DeleteDirectConnectGatewayAssociationProposalInput struct { // The ID of the proposal. // // ProposalId is a required field ProposalId *string `locationName:"proposalId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDirectConnectGatewayAssociationProposalInput) GoString ¶ added in v1.19.4
func (s DeleteDirectConnectGatewayAssociationProposalInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayAssociationProposalInput) SetProposalId ¶ added in v1.19.4
func (s *DeleteDirectConnectGatewayAssociationProposalInput) SetProposalId(v string) *DeleteDirectConnectGatewayAssociationProposalInput
SetProposalId sets the ProposalId field's value.
func (DeleteDirectConnectGatewayAssociationProposalInput) String ¶ added in v1.19.4
func (s DeleteDirectConnectGatewayAssociationProposalInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayAssociationProposalInput) Validate ¶ added in v1.19.4
func (s *DeleteDirectConnectGatewayAssociationProposalInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectConnectGatewayAssociationProposalOutput ¶ added in v1.19.4
type DeleteDirectConnectGatewayAssociationProposalOutput struct { // The ID of the associated gateway. DirectConnectGatewayAssociationProposal *GatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposal" type:"structure"` // contains filtered or unexported fields }
func (DeleteDirectConnectGatewayAssociationProposalOutput) GoString ¶ added in v1.19.4
func (s DeleteDirectConnectGatewayAssociationProposalOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal ¶ added in v1.19.4
func (s *DeleteDirectConnectGatewayAssociationProposalOutput) SetDirectConnectGatewayAssociationProposal(v *GatewayAssociationProposal) *DeleteDirectConnectGatewayAssociationProposalOutput
SetDirectConnectGatewayAssociationProposal sets the DirectConnectGatewayAssociationProposal field's value.
func (DeleteDirectConnectGatewayAssociationProposalOutput) String ¶ added in v1.19.4
func (s DeleteDirectConnectGatewayAssociationProposalOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteDirectConnectGatewayInput ¶ added in v1.12.20
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 }
func (DeleteDirectConnectGatewayInput) GoString ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayInput) SetDirectConnectGatewayId(v string) *DeleteDirectConnectGatewayInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (DeleteDirectConnectGatewayInput) String ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayInput) Validate ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDirectConnectGatewayOutput ¶ added in v1.12.20
type DeleteDirectConnectGatewayOutput struct { // The Direct Connect gateway. DirectConnectGateway *Gateway `locationName:"directConnectGateway" type:"structure"` // contains filtered or unexported fields }
func (DeleteDirectConnectGatewayOutput) GoString ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDirectConnectGatewayOutput) SetDirectConnectGateway ¶ added in v1.12.20
func (s *DeleteDirectConnectGatewayOutput) SetDirectConnectGateway(v *Gateway) *DeleteDirectConnectGatewayOutput
SetDirectConnectGateway sets the DirectConnectGateway field's value.
func (DeleteDirectConnectGatewayOutput) String ¶ added in v1.12.20
func (s DeleteDirectConnectGatewayOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (DeleteInterconnectInput) GoString ¶ added in v0.6.5
func (s DeleteInterconnectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteInterconnectInput) SetInterconnectId ¶ added in v1.5.0
func (s *DeleteInterconnectInput) SetInterconnectId(v string) *DeleteInterconnectInput
SetInterconnectId sets the InterconnectId field's value.
func (DeleteInterconnectInput) String ¶ added in v0.6.5
func (s DeleteInterconnectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteInterconnectInput) Validate ¶ added in v1.1.21
func (s *DeleteInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInterconnectOutput ¶
type DeleteInterconnectOutput struct { // The state of the interconnect. The following are the possible values: // // * requested: The initial state of an interconnect. The interconnect stays // in the requested state until the Letter of Authorization (LOA) is sent // to the customer. // // * pending: The interconnect is approved, and is being initialized. // // * available: The network link is up, and the interconnect is ready for // use. // // * down: The network link is down. // // * deleting: The interconnect is being deleted. // // * deleted: The interconnect is deleted. // // * unknown: The state of the interconnect is not available. InterconnectState *string `locationName:"interconnectState" type:"string" enum:"InterconnectState"` // contains filtered or unexported fields }
func (DeleteInterconnectOutput) GoString ¶ added in v0.6.5
func (s DeleteInterconnectOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteInterconnectOutput) SetInterconnectState ¶ added in v1.5.0
func (s *DeleteInterconnectOutput) SetInterconnectState(v string) *DeleteInterconnectOutput
SetInterconnectState sets the InterconnectState field's value.
func (DeleteInterconnectOutput) String ¶ added in v0.6.5
func (s DeleteInterconnectOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteLagInput ¶ added in v1.6.25
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 }
func (DeleteLagInput) GoString ¶ added in v1.6.25
func (s DeleteLagInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteLagInput) SetLagId ¶ added in v1.6.25
func (s *DeleteLagInput) SetLagId(v string) *DeleteLagInput
SetLagId sets the LagId field's value.
func (DeleteLagInput) String ¶ added in v1.6.25
func (s DeleteLagInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteLagInput) Validate ¶ added in v1.6.25
func (s *DeleteLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 }
func (DeleteVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s DeleteVirtualInterfaceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteVirtualInterfaceInput) SetVirtualInterfaceId ¶ added in v1.5.0
func (s *DeleteVirtualInterfaceInput) SetVirtualInterfaceId(v string) *DeleteVirtualInterfaceInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (DeleteVirtualInterfaceInput) String ¶ added in v0.6.5
func (s DeleteVirtualInterfaceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteVirtualInterfaceInput) Validate ¶ added in v1.1.21
func (s *DeleteVirtualInterfaceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVirtualInterfaceOutput ¶
type DeleteVirtualInterfaceOutput struct { // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
func (DeleteVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s DeleteVirtualInterfaceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteVirtualInterfaceOutput) SetVirtualInterfaceState ¶ added in v1.5.0
func (s *DeleteVirtualInterfaceOutput) SetVirtualInterfaceState(v string) *DeleteVirtualInterfaceOutput
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (DeleteVirtualInterfaceOutput) String ¶ added in v0.6.5
func (s DeleteVirtualInterfaceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeConnectionLoaInput ¶ added in v1.2.0
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 *string `locationName:"loaContentType" type:"string" enum:"LoaContentType"` // 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 }
func (DescribeConnectionLoaInput) GoString ¶ added in v1.2.0
func (s DescribeConnectionLoaInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionLoaInput) SetConnectionId ¶ added in v1.5.0
func (s *DescribeConnectionLoaInput) SetConnectionId(v string) *DescribeConnectionLoaInput
SetConnectionId sets the ConnectionId field's value.
func (*DescribeConnectionLoaInput) SetLoaContentType ¶ added in v1.5.0
func (s *DescribeConnectionLoaInput) SetLoaContentType(v string) *DescribeConnectionLoaInput
SetLoaContentType sets the LoaContentType field's value.
func (*DescribeConnectionLoaInput) SetProviderName ¶ added in v1.5.0
func (s *DescribeConnectionLoaInput) SetProviderName(v string) *DescribeConnectionLoaInput
SetProviderName sets the ProviderName field's value.
func (DescribeConnectionLoaInput) String ¶ added in v1.2.0
func (s DescribeConnectionLoaInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionLoaInput) Validate ¶ added in v1.2.0
func (s *DescribeConnectionLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConnectionLoaOutput ¶ added in v1.2.0
type DescribeConnectionLoaOutput struct { // The Letter of Authorization - Connecting Facility Assignment (LOA-CFA). Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
func (DescribeConnectionLoaOutput) GoString ¶ added in v1.2.0
func (s DescribeConnectionLoaOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionLoaOutput) SetLoa ¶ added in v1.5.0
func (s *DescribeConnectionLoaOutput) SetLoa(v *Loa) *DescribeConnectionLoaOutput
SetLoa sets the Loa field's value.
func (DescribeConnectionLoaOutput) String ¶ added in v1.2.0
func (s DescribeConnectionLoaOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeConnectionsInput ¶
type DescribeConnectionsInput struct { // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // contains filtered or unexported fields }
func (DescribeConnectionsInput) GoString ¶ added in v0.6.5
func (s DescribeConnectionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionsInput) SetConnectionId ¶ added in v1.5.0
func (s *DescribeConnectionsInput) SetConnectionId(v string) *DescribeConnectionsInput
SetConnectionId sets the ConnectionId field's value.
func (DescribeConnectionsInput) String ¶ added in v0.6.5
func (s DescribeConnectionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (DescribeConnectionsOnInterconnectInput) GoString ¶ added in v0.6.5
func (s DescribeConnectionsOnInterconnectInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionsOnInterconnectInput) SetInterconnectId ¶ added in v1.5.0
func (s *DescribeConnectionsOnInterconnectInput) SetInterconnectId(v string) *DescribeConnectionsOnInterconnectInput
SetInterconnectId sets the InterconnectId field's value.
func (DescribeConnectionsOnInterconnectInput) String ¶ added in v0.6.5
func (s DescribeConnectionsOnInterconnectInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeConnectionsOnInterconnectInput) Validate ¶ added in v1.1.21
func (s *DescribeConnectionsOnInterconnectInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCustomerMetadataInput ¶ added in v1.41.7
type DescribeCustomerMetadataInput struct {
// contains filtered or unexported fields
}
func (DescribeCustomerMetadataInput) GoString ¶ added in v1.41.7
func (s DescribeCustomerMetadataInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DescribeCustomerMetadataInput) String ¶ added in v1.41.7
func (s DescribeCustomerMetadataInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeCustomerMetadataOutput ¶ added in v1.41.7
type DescribeCustomerMetadataOutput struct { // The list of customer agreements. Agreements []*CustomerAgreement `locationName:"agreements" type:"list"` // The type of network-to-network interface (NNI) partner. The partner type // will be one of the following: // // * V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, // 400Mbps, or 500Mbps subgigabit connections. // // * V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections. // // * nonPartner: The customer is not a partner. NniPartnerType *string `locationName:"nniPartnerType" type:"string" enum:"NniPartnerType"` // contains filtered or unexported fields }
func (DescribeCustomerMetadataOutput) GoString ¶ added in v1.41.7
func (s DescribeCustomerMetadataOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCustomerMetadataOutput) SetAgreements ¶ added in v1.41.7
func (s *DescribeCustomerMetadataOutput) SetAgreements(v []*CustomerAgreement) *DescribeCustomerMetadataOutput
SetAgreements sets the Agreements field's value.
func (*DescribeCustomerMetadataOutput) SetNniPartnerType ¶ added in v1.41.7
func (s *DescribeCustomerMetadataOutput) SetNniPartnerType(v string) *DescribeCustomerMetadataOutput
SetNniPartnerType sets the NniPartnerType field's value.
func (DescribeCustomerMetadataOutput) String ¶ added in v1.41.7
func (s DescribeCustomerMetadataOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAssociationProposalsInput ¶ added in v1.19.4
type DescribeDirectConnectGatewayAssociationProposalsInput struct { // The ID of the associated gateway. AssociatedGatewayId *string `locationName:"associatedGatewayId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token for the next page of results. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the proposal. ProposalId *string `locationName:"proposalId" type:"string"` // contains filtered or unexported fields }
func (DescribeDirectConnectGatewayAssociationProposalsInput) GoString ¶ added in v1.19.4
func (s DescribeDirectConnectGatewayAssociationProposalsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAssociationProposalsInput) SetAssociatedGatewayId ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetAssociatedGatewayId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
SetAssociatedGatewayId sets the AssociatedGatewayId field's value.
func (*DescribeDirectConnectGatewayAssociationProposalsInput) SetDirectConnectGatewayId ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*DescribeDirectConnectGatewayAssociationProposalsInput) SetMaxResults ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAssociationProposalsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeDirectConnectGatewayAssociationProposalsInput) SetNextToken ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
SetNextToken sets the NextToken field's value.
func (*DescribeDirectConnectGatewayAssociationProposalsInput) SetProposalId ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsInput) SetProposalId(v string) *DescribeDirectConnectGatewayAssociationProposalsInput
SetProposalId sets the ProposalId field's value.
func (DescribeDirectConnectGatewayAssociationProposalsInput) String ¶ added in v1.19.4
func (s DescribeDirectConnectGatewayAssociationProposalsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAssociationProposalsOutput ¶ added in v1.19.4
type DescribeDirectConnectGatewayAssociationProposalsOutput struct { // Describes the Direct Connect gateway association proposals. DirectConnectGatewayAssociationProposals []*GatewayAssociationProposal `locationName:"directConnectGatewayAssociationProposals" type:"list"` // The token to use to retrieve the next page of results. This value is null // when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeDirectConnectGatewayAssociationProposalsOutput) GoString ¶ added in v1.19.4
func (s DescribeDirectConnectGatewayAssociationProposalsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAssociationProposalsOutput) SetDirectConnectGatewayAssociationProposals ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsOutput) SetDirectConnectGatewayAssociationProposals(v []*GatewayAssociationProposal) *DescribeDirectConnectGatewayAssociationProposalsOutput
SetDirectConnectGatewayAssociationProposals sets the DirectConnectGatewayAssociationProposals field's value.
func (*DescribeDirectConnectGatewayAssociationProposalsOutput) SetNextToken ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationProposalsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationProposalsOutput
SetNextToken sets the NextToken field's value.
func (DescribeDirectConnectGatewayAssociationProposalsOutput) String ¶ added in v1.19.4
func (s DescribeDirectConnectGatewayAssociationProposalsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAssociationsInput ¶ added in v1.12.20
type DescribeDirectConnectGatewayAssociationsInput struct { // The ID of the associated gateway. AssociatedGatewayId *string `locationName:"associatedGatewayId" type:"string"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the virtual private gateway or transit gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // contains filtered or unexported fields }
func (DescribeDirectConnectGatewayAssociationsInput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAssociationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAssociationsInput) SetAssociatedGatewayId ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationsInput) SetAssociatedGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
SetAssociatedGatewayId sets the AssociatedGatewayId field's value.
func (*DescribeDirectConnectGatewayAssociationsInput) SetAssociationId ¶ added in v1.19.4
func (s *DescribeDirectConnectGatewayAssociationsInput) SetAssociationId(v string) *DescribeDirectConnectGatewayAssociationsInput
SetAssociationId sets the AssociationId field's value.
func (*DescribeDirectConnectGatewayAssociationsInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*DescribeDirectConnectGatewayAssociationsInput) SetMaxResults ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAssociationsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeDirectConnectGatewayAssociationsInput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationsInput
SetNextToken sets the NextToken field's value.
func (*DescribeDirectConnectGatewayAssociationsInput) SetVirtualGatewayId ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsInput) SetVirtualGatewayId(v string) *DescribeDirectConnectGatewayAssociationsInput
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (DescribeDirectConnectGatewayAssociationsInput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAssociationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAssociationsOutput ¶ added in v1.12.20
type DescribeDirectConnectGatewayAssociationsOutput struct { // Information about 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 }
func (DescribeDirectConnectGatewayAssociationsOutput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAssociationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAssociationsOutput) SetDirectConnectGatewayAssociations ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsOutput) SetDirectConnectGatewayAssociations(v []*GatewayAssociation) *DescribeDirectConnectGatewayAssociationsOutput
SetDirectConnectGatewayAssociations sets the DirectConnectGatewayAssociations field's value.
func (*DescribeDirectConnectGatewayAssociationsOutput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAssociationsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAssociationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeDirectConnectGatewayAssociationsOutput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAssociationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAttachmentsInput ¶ added in v1.12.20
type DescribeDirectConnectGatewayAttachmentsInput struct { // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
func (DescribeDirectConnectGatewayAttachmentsInput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAttachmentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAttachmentsInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewayAttachmentsInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*DescribeDirectConnectGatewayAttachmentsInput) SetMaxResults ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsInput) SetMaxResults(v int64) *DescribeDirectConnectGatewayAttachmentsInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeDirectConnectGatewayAttachmentsInput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsInput) SetNextToken(v string) *DescribeDirectConnectGatewayAttachmentsInput
SetNextToken sets the NextToken field's value.
func (*DescribeDirectConnectGatewayAttachmentsInput) SetVirtualInterfaceId ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsInput) SetVirtualInterfaceId(v string) *DescribeDirectConnectGatewayAttachmentsInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (DescribeDirectConnectGatewayAttachmentsInput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAttachmentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewayAttachmentsOutput ¶ added in v1.12.20
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 }
func (DescribeDirectConnectGatewayAttachmentsOutput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAttachmentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewayAttachmentsOutput) SetDirectConnectGatewayAttachments ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsOutput) SetDirectConnectGatewayAttachments(v []*GatewayAttachment) *DescribeDirectConnectGatewayAttachmentsOutput
SetDirectConnectGatewayAttachments sets the DirectConnectGatewayAttachments field's value.
func (*DescribeDirectConnectGatewayAttachmentsOutput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewayAttachmentsOutput) SetNextToken(v string) *DescribeDirectConnectGatewayAttachmentsOutput
SetNextToken sets the NextToken field's value.
func (DescribeDirectConnectGatewayAttachmentsOutput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewayAttachmentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewaysInput ¶ added in v1.12.20
type DescribeDirectConnectGatewaysInput struct { // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token provided in the previous call to retrieve the next page. NextToken *string `locationName:"nextToken" type:"string"` // contains filtered or unexported fields }
func (DescribeDirectConnectGatewaysInput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewaysInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewaysInput) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewaysInput) SetDirectConnectGatewayId(v string) *DescribeDirectConnectGatewaysInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*DescribeDirectConnectGatewaysInput) SetMaxResults ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewaysInput) SetMaxResults(v int64) *DescribeDirectConnectGatewaysInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeDirectConnectGatewaysInput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewaysInput) SetNextToken(v string) *DescribeDirectConnectGatewaysInput
SetNextToken sets the NextToken field's value.
func (DescribeDirectConnectGatewaysInput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewaysInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeDirectConnectGatewaysOutput ¶ added in v1.12.20
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 }
func (DescribeDirectConnectGatewaysOutput) GoString ¶ added in v1.12.20
func (s DescribeDirectConnectGatewaysOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeDirectConnectGatewaysOutput) SetDirectConnectGateways ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewaysOutput) SetDirectConnectGateways(v []*Gateway) *DescribeDirectConnectGatewaysOutput
SetDirectConnectGateways sets the DirectConnectGateways field's value.
func (*DescribeDirectConnectGatewaysOutput) SetNextToken ¶ added in v1.12.20
func (s *DescribeDirectConnectGatewaysOutput) SetNextToken(v string) *DescribeDirectConnectGatewaysOutput
SetNextToken sets the NextToken field's value.
func (DescribeDirectConnectGatewaysOutput) String ¶ added in v1.12.20
func (s DescribeDirectConnectGatewaysOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeHostedConnectionsInput ¶ added in v1.6.25
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 }
func (DescribeHostedConnectionsInput) GoString ¶ added in v1.6.25
func (s DescribeHostedConnectionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeHostedConnectionsInput) SetConnectionId ¶ added in v1.6.25
func (s *DescribeHostedConnectionsInput) SetConnectionId(v string) *DescribeHostedConnectionsInput
SetConnectionId sets the ConnectionId field's value.
func (DescribeHostedConnectionsInput) String ¶ added in v1.6.25
func (s DescribeHostedConnectionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeHostedConnectionsInput) Validate ¶ added in v1.6.25
func (s *DescribeHostedConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInterconnectLoaInput ¶ added in v1.2.0
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 *string `locationName:"loaContentType" type:"string" enum:"LoaContentType"` // 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 }
func (DescribeInterconnectLoaInput) GoString ¶ added in v1.2.0
func (s DescribeInterconnectLoaInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInterconnectLoaInput) SetInterconnectId ¶ added in v1.5.0
func (s *DescribeInterconnectLoaInput) SetInterconnectId(v string) *DescribeInterconnectLoaInput
SetInterconnectId sets the InterconnectId field's value.
func (*DescribeInterconnectLoaInput) SetLoaContentType ¶ added in v1.5.0
func (s *DescribeInterconnectLoaInput) SetLoaContentType(v string) *DescribeInterconnectLoaInput
SetLoaContentType sets the LoaContentType field's value.
func (*DescribeInterconnectLoaInput) SetProviderName ¶ added in v1.5.0
func (s *DescribeInterconnectLoaInput) SetProviderName(v string) *DescribeInterconnectLoaInput
SetProviderName sets the ProviderName field's value.
func (DescribeInterconnectLoaInput) String ¶ added in v1.2.0
func (s DescribeInterconnectLoaInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInterconnectLoaInput) Validate ¶ added in v1.2.0
func (s *DescribeInterconnectLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInterconnectLoaOutput ¶ added in v1.2.0
type DescribeInterconnectLoaOutput struct { // The Letter of Authorization - Connecting Facility Assignment (LOA-CFA). Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
func (DescribeInterconnectLoaOutput) GoString ¶ added in v1.2.0
func (s DescribeInterconnectLoaOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInterconnectLoaOutput) SetLoa ¶ added in v1.5.0
func (s *DescribeInterconnectLoaOutput) SetLoa(v *Loa) *DescribeInterconnectLoaOutput
SetLoa sets the Loa field's value.
func (DescribeInterconnectLoaOutput) String ¶ added in v1.2.0
func (s DescribeInterconnectLoaOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeInterconnectsInput ¶
type DescribeInterconnectsInput struct { // The ID of the interconnect. InterconnectId *string `locationName:"interconnectId" type:"string"` // contains filtered or unexported fields }
func (DescribeInterconnectsInput) GoString ¶ added in v0.6.5
func (s DescribeInterconnectsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInterconnectsInput) SetInterconnectId ¶ added in v1.5.0
func (s *DescribeInterconnectsInput) SetInterconnectId(v string) *DescribeInterconnectsInput
SetInterconnectId sets the InterconnectId field's value.
func (DescribeInterconnectsInput) String ¶ added in v0.6.5
func (s DescribeInterconnectsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeInterconnectsOutput ¶
type DescribeInterconnectsOutput struct { // The interconnects. Interconnects []*Interconnect `locationName:"interconnects" type:"list"` // contains filtered or unexported fields }
func (DescribeInterconnectsOutput) GoString ¶ added in v0.6.5
func (s DescribeInterconnectsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeInterconnectsOutput) SetInterconnects ¶ added in v1.5.0
func (s *DescribeInterconnectsOutput) SetInterconnects(v []*Interconnect) *DescribeInterconnectsOutput
SetInterconnects sets the Interconnects field's value.
func (DescribeInterconnectsOutput) String ¶ added in v0.6.5
func (s DescribeInterconnectsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLagsInput ¶ added in v1.6.25
type DescribeLagsInput struct { // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // contains filtered or unexported fields }
func (DescribeLagsInput) GoString ¶ added in v1.6.25
func (s DescribeLagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLagsInput) SetLagId ¶ added in v1.6.25
func (s *DescribeLagsInput) SetLagId(v string) *DescribeLagsInput
SetLagId sets the LagId field's value.
func (DescribeLagsInput) String ¶ added in v1.6.25
func (s DescribeLagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLagsOutput ¶ added in v1.6.25
type DescribeLagsOutput struct { // The LAGs. Lags []*Lag `locationName:"lags" type:"list"` // contains filtered or unexported fields }
func (DescribeLagsOutput) GoString ¶ added in v1.6.25
func (s DescribeLagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLagsOutput) SetLags ¶ added in v1.6.25
func (s *DescribeLagsOutput) SetLags(v []*Lag) *DescribeLagsOutput
SetLags sets the Lags field's value.
func (DescribeLagsOutput) String ¶ added in v1.6.25
func (s DescribeLagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLoaInput ¶ added in v1.6.25
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 *string `locationName:"loaContentType" type:"string" enum:"LoaContentType"` // 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 }
func (DescribeLoaInput) GoString ¶ added in v1.6.25
func (s DescribeLoaInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLoaInput) SetConnectionId ¶ added in v1.6.25
func (s *DescribeLoaInput) SetConnectionId(v string) *DescribeLoaInput
SetConnectionId sets the ConnectionId field's value.
func (*DescribeLoaInput) SetLoaContentType ¶ added in v1.6.25
func (s *DescribeLoaInput) SetLoaContentType(v string) *DescribeLoaInput
SetLoaContentType sets the LoaContentType field's value.
func (*DescribeLoaInput) SetProviderName ¶ added in v1.6.25
func (s *DescribeLoaInput) SetProviderName(v string) *DescribeLoaInput
SetProviderName sets the ProviderName field's value.
func (DescribeLoaInput) String ¶ added in v1.6.25
func (s DescribeLoaInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLoaInput) Validate ¶ added in v1.6.25
func (s *DescribeLoaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLocationsInput ¶
type DescribeLocationsInput struct {
// contains filtered or unexported fields
}
func (DescribeLocationsInput) GoString ¶ added in v0.6.5
func (s DescribeLocationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DescribeLocationsInput) String ¶ added in v0.6.5
func (s DescribeLocationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeLocationsOutput ¶
type DescribeLocationsOutput struct { // The locations. Locations []*Location `locationName:"locations" type:"list"` // contains filtered or unexported fields }
func (DescribeLocationsOutput) GoString ¶ added in v0.6.5
func (s DescribeLocationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeLocationsOutput) SetLocations ¶ added in v1.5.0
func (s *DescribeLocationsOutput) SetLocations(v []*Location) *DescribeLocationsOutput
SetLocations sets the Locations field's value.
func (DescribeLocationsOutput) String ¶ added in v0.6.5
func (s DescribeLocationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeRouterConfigurationInput ¶ added in v1.41.7
type DescribeRouterConfigurationInput struct { // Identifies the router by a combination of vendor, platform, and software // version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124. RouterTypeIdentifier *string `locationName:"routerTypeIdentifier" 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 }
Provides the details about a virtual interface's router.
func (DescribeRouterConfigurationInput) GoString ¶ added in v1.41.7
func (s DescribeRouterConfigurationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRouterConfigurationInput) SetRouterTypeIdentifier ¶ added in v1.41.7
func (s *DescribeRouterConfigurationInput) SetRouterTypeIdentifier(v string) *DescribeRouterConfigurationInput
SetRouterTypeIdentifier sets the RouterTypeIdentifier field's value.
func (*DescribeRouterConfigurationInput) SetVirtualInterfaceId ¶ added in v1.41.7
func (s *DescribeRouterConfigurationInput) SetVirtualInterfaceId(v string) *DescribeRouterConfigurationInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (DescribeRouterConfigurationInput) String ¶ added in v1.41.7
func (s DescribeRouterConfigurationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRouterConfigurationInput) Validate ¶ added in v1.41.7
func (s *DescribeRouterConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRouterConfigurationOutput ¶ added in v1.41.7
type DescribeRouterConfigurationOutput struct { // The customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // The details about the router. Router *RouterType `locationName:"router" type:"structure"` // The ID assigned to the virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // Provides the details about a virtual interface's router. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // contains filtered or unexported fields }
func (DescribeRouterConfigurationOutput) GoString ¶ added in v1.41.7
func (s DescribeRouterConfigurationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeRouterConfigurationOutput) SetCustomerRouterConfig ¶ added in v1.41.7
func (s *DescribeRouterConfigurationOutput) SetCustomerRouterConfig(v string) *DescribeRouterConfigurationOutput
SetCustomerRouterConfig sets the CustomerRouterConfig field's value.
func (*DescribeRouterConfigurationOutput) SetRouter ¶ added in v1.41.7
func (s *DescribeRouterConfigurationOutput) SetRouter(v *RouterType) *DescribeRouterConfigurationOutput
SetRouter sets the Router field's value.
func (*DescribeRouterConfigurationOutput) SetVirtualInterfaceId ¶ added in v1.41.7
func (s *DescribeRouterConfigurationOutput) SetVirtualInterfaceId(v string) *DescribeRouterConfigurationOutput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (*DescribeRouterConfigurationOutput) SetVirtualInterfaceName ¶ added in v1.41.7
func (s *DescribeRouterConfigurationOutput) SetVirtualInterfaceName(v string) *DescribeRouterConfigurationOutput
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (DescribeRouterConfigurationOutput) String ¶ added in v1.41.7
func (s DescribeRouterConfigurationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeTagsInput ¶ added in v1.5.2
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 }
func (DescribeTagsInput) GoString ¶ added in v1.5.2
func (s DescribeTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsInput) SetResourceArns ¶ added in v1.5.2
func (s *DescribeTagsInput) SetResourceArns(v []*string) *DescribeTagsInput
SetResourceArns sets the ResourceArns field's value.
func (DescribeTagsInput) String ¶ added in v1.5.2
func (s DescribeTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsInput) Validate ¶ added in v1.5.2
func (s *DescribeTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTagsOutput ¶ added in v1.5.2
type DescribeTagsOutput struct { // Information about the tags. ResourceTags []*ResourceTag `locationName:"resourceTags" type:"list"` // contains filtered or unexported fields }
func (DescribeTagsOutput) GoString ¶ added in v1.5.2
func (s DescribeTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeTagsOutput) SetResourceTags ¶ added in v1.5.2
func (s *DescribeTagsOutput) SetResourceTags(v []*ResourceTag) *DescribeTagsOutput
SetResourceTags sets the ResourceTags field's value.
func (DescribeTagsOutput) String ¶ added in v1.5.2
func (s DescribeTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeVirtualGatewaysInput ¶
type DescribeVirtualGatewaysInput struct {
// contains filtered or unexported fields
}
func (DescribeVirtualGatewaysInput) GoString ¶ added in v0.6.5
func (s DescribeVirtualGatewaysInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DescribeVirtualGatewaysInput) String ¶ added in v0.6.5
func (s DescribeVirtualGatewaysInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeVirtualGatewaysOutput ¶
type DescribeVirtualGatewaysOutput struct { // The virtual private gateways. VirtualGateways []*VirtualGateway `locationName:"virtualGateways" type:"list"` // contains filtered or unexported fields }
func (DescribeVirtualGatewaysOutput) GoString ¶ added in v0.6.5
func (s DescribeVirtualGatewaysOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeVirtualGatewaysOutput) SetVirtualGateways ¶ added in v1.5.0
func (s *DescribeVirtualGatewaysOutput) SetVirtualGateways(v []*VirtualGateway) *DescribeVirtualGatewaysOutput
SetVirtualGateways sets the VirtualGateways field's value.
func (DescribeVirtualGatewaysOutput) String ¶ added in v0.6.5
func (s DescribeVirtualGatewaysOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 }
func (DescribeVirtualInterfacesInput) GoString ¶ added in v0.6.5
func (s DescribeVirtualInterfacesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeVirtualInterfacesInput) SetConnectionId ¶ added in v1.5.0
func (s *DescribeVirtualInterfacesInput) SetConnectionId(v string) *DescribeVirtualInterfacesInput
SetConnectionId sets the ConnectionId field's value.
func (*DescribeVirtualInterfacesInput) SetVirtualInterfaceId ¶ added in v1.5.0
func (s *DescribeVirtualInterfacesInput) SetVirtualInterfaceId(v string) *DescribeVirtualInterfacesInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (DescribeVirtualInterfacesInput) String ¶ added in v0.6.5
func (s DescribeVirtualInterfacesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeVirtualInterfacesOutput ¶
type DescribeVirtualInterfacesOutput struct { // The virtual interfaces VirtualInterfaces []*VirtualInterface `locationName:"virtualInterfaces" type:"list"` // contains filtered or unexported fields }
func (DescribeVirtualInterfacesOutput) GoString ¶ added in v0.6.5
func (s DescribeVirtualInterfacesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeVirtualInterfacesOutput) SetVirtualInterfaces ¶ added in v1.5.0
func (s *DescribeVirtualInterfacesOutput) SetVirtualInterfaces(v []*VirtualInterface) *DescribeVirtualInterfacesOutput
SetVirtualInterfaces sets the VirtualInterfaces field's value.
func (DescribeVirtualInterfacesOutput) String ¶ added in v0.6.5
func (s DescribeVirtualInterfacesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DirectConnect ¶
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(p client.ConfigProvider, cfgs ...*aws.Config) *DirectConnect
New creates a new instance of the DirectConnect client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a DirectConnect client from just a session. svc := directconnect.New(mySession) // Create a DirectConnect client with additional configuration svc := directconnect.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*DirectConnect) AcceptDirectConnectGatewayAssociationProposal ¶ added in v1.19.4
func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposal(input *AcceptDirectConnectGatewayAssociationProposalInput) (*AcceptDirectConnectGatewayAssociationProposalOutput, error)
AcceptDirectConnectGatewayAssociationProposal API operation for AWS Direct Connect.
Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AcceptDirectConnectGatewayAssociationProposal for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) AcceptDirectConnectGatewayAssociationProposalRequest ¶ added in v1.19.4
func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposalRequest(input *AcceptDirectConnectGatewayAssociationProposalInput) (req *request.Request, output *AcceptDirectConnectGatewayAssociationProposalOutput)
AcceptDirectConnectGatewayAssociationProposalRequest generates a "aws/request.Request" representing the client's request for the AcceptDirectConnectGatewayAssociationProposal operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AcceptDirectConnectGatewayAssociationProposal for more information on using the AcceptDirectConnectGatewayAssociationProposal API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AcceptDirectConnectGatewayAssociationProposalRequest method. req, resp := client.AcceptDirectConnectGatewayAssociationProposalRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) AcceptDirectConnectGatewayAssociationProposalWithContext ¶ added in v1.19.4
func (c *DirectConnect) AcceptDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *AcceptDirectConnectGatewayAssociationProposalInput, opts ...request.Option) (*AcceptDirectConnectGatewayAssociationProposalOutput, error)
AcceptDirectConnectGatewayAssociationProposalWithContext is the same as AcceptDirectConnectGatewayAssociationProposal with the addition of the ability to pass a context and additional request options.
See AcceptDirectConnectGatewayAssociationProposal for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AllocateConnectionOnInterconnect
deprecated
func (c *DirectConnect) AllocateConnectionOnInterconnect(input *AllocateConnectionOnInterconnectInput) (*Connection, error)
AllocateConnectionOnInterconnect 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 Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AllocateConnectionOnInterconnect for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect
Deprecated: AllocateConnectionOnInterconnect has been deprecated
func (*DirectConnect) AllocateConnectionOnInterconnectRequest
deprecated
func (c *DirectConnect) AllocateConnectionOnInterconnectRequest(input *AllocateConnectionOnInterconnectInput) (req *request.Request, output *Connection)
AllocateConnectionOnInterconnectRequest generates a "aws/request.Request" representing the client's request for the AllocateConnectionOnInterconnect operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AllocateConnectionOnInterconnect for more information on using the AllocateConnectionOnInterconnect API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AllocateConnectionOnInterconnectRequest method. req, resp := client.AllocateConnectionOnInterconnectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect
Deprecated: AllocateConnectionOnInterconnect has been deprecated
func (*DirectConnect) AllocateConnectionOnInterconnectWithContext
deprecated
added in
v1.8.0
func (c *DirectConnect) AllocateConnectionOnInterconnectWithContext(ctx aws.Context, input *AllocateConnectionOnInterconnectInput, opts ...request.Option) (*Connection, error)
AllocateConnectionOnInterconnectWithContext is the same as AllocateConnectionOnInterconnect with the addition of the ability to pass a context and additional request options.
See AllocateConnectionOnInterconnect for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: AllocateConnectionOnInterconnectWithContext has been deprecated
func (*DirectConnect) AllocateHostedConnection ¶ added in v1.6.25
func (c *DirectConnect) AllocateHostedConnection(input *AllocateHostedConnectionInput) (*Connection, error)
AllocateHostedConnection API operation for AWS Direct Connect.
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.
Intended for use by Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AllocateHostedConnection for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection
func (*DirectConnect) AllocateHostedConnectionRequest ¶ added in v1.6.25
func (c *DirectConnect) AllocateHostedConnectionRequest(input *AllocateHostedConnectionInput) (req *request.Request, output *Connection)
AllocateHostedConnectionRequest generates a "aws/request.Request" representing the client's request for the AllocateHostedConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AllocateHostedConnection for more information on using the AllocateHostedConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AllocateHostedConnectionRequest method. req, resp := client.AllocateHostedConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection
func (*DirectConnect) AllocateHostedConnectionWithContext ¶ added in v1.8.0
func (c *DirectConnect) AllocateHostedConnectionWithContext(ctx aws.Context, input *AllocateHostedConnectionInput, opts ...request.Option) (*Connection, error)
AllocateHostedConnectionWithContext is the same as AllocateHostedConnection with the addition of the ability to pass a context and additional request options.
See AllocateHostedConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AllocatePrivateVirtualInterface ¶
func (c *DirectConnect) AllocatePrivateVirtualInterface(input *AllocatePrivateVirtualInterfaceInput) (*VirtualInterface, error)
AllocatePrivateVirtualInterface API operation for AWS Direct Connect.
Provisions a private virtual interface to be owned by the specified Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AllocatePrivateVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface
func (*DirectConnect) AllocatePrivateVirtualInterfaceRequest ¶
func (c *DirectConnect) AllocatePrivateVirtualInterfaceRequest(input *AllocatePrivateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
AllocatePrivateVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the AllocatePrivateVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AllocatePrivateVirtualInterface for more information on using the AllocatePrivateVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AllocatePrivateVirtualInterfaceRequest method. req, resp := client.AllocatePrivateVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface
func (*DirectConnect) AllocatePrivateVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) AllocatePrivateVirtualInterfaceWithContext(ctx aws.Context, input *AllocatePrivateVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
AllocatePrivateVirtualInterfaceWithContext is the same as AllocatePrivateVirtualInterface with the addition of the ability to pass a context and additional request options.
See AllocatePrivateVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AllocatePublicVirtualInterface ¶
func (c *DirectConnect) AllocatePublicVirtualInterface(input *AllocatePublicVirtualInterfaceInput) (*VirtualInterface, error)
AllocatePublicVirtualInterface API operation for AWS Direct Connect.
Provisions a public virtual interface to be owned by the specified Amazon Web Services account.
The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AllocatePublicVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface
func (*DirectConnect) AllocatePublicVirtualInterfaceRequest ¶
func (c *DirectConnect) AllocatePublicVirtualInterfaceRequest(input *AllocatePublicVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
AllocatePublicVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the AllocatePublicVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AllocatePublicVirtualInterface for more information on using the AllocatePublicVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AllocatePublicVirtualInterfaceRequest method. req, resp := client.AllocatePublicVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface
func (*DirectConnect) AllocatePublicVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) AllocatePublicVirtualInterfaceWithContext(ctx aws.Context, input *AllocatePublicVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
AllocatePublicVirtualInterfaceWithContext is the same as AllocatePublicVirtualInterface with the addition of the ability to pass a context and additional request options.
See AllocatePublicVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AllocateTransitVirtualInterface ¶ added in v1.19.21
func (c *DirectConnect) AllocateTransitVirtualInterface(input *AllocateTransitVirtualInterfaceInput) (*AllocateTransitVirtualInterfaceOutput, error)
AllocateTransitVirtualInterface API operation for AWS Direct Connect.
Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.
The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.
After you create a transit virtual interface, it must be confirmed by the owner using ConfirmTransitVirtualInterface. Until this step has been completed, the transit virtual interface is in the requested state and is not available to handle traffic.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AllocateTransitVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface
func (*DirectConnect) AllocateTransitVirtualInterfaceRequest ¶ added in v1.19.21
func (c *DirectConnect) AllocateTransitVirtualInterfaceRequest(input *AllocateTransitVirtualInterfaceInput) (req *request.Request, output *AllocateTransitVirtualInterfaceOutput)
AllocateTransitVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the AllocateTransitVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AllocateTransitVirtualInterface for more information on using the AllocateTransitVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AllocateTransitVirtualInterfaceRequest method. req, resp := client.AllocateTransitVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateTransitVirtualInterface
func (*DirectConnect) AllocateTransitVirtualInterfaceWithContext ¶ added in v1.19.21
func (c *DirectConnect) AllocateTransitVirtualInterfaceWithContext(ctx aws.Context, input *AllocateTransitVirtualInterfaceInput, opts ...request.Option) (*AllocateTransitVirtualInterfaceOutput, error)
AllocateTransitVirtualInterfaceWithContext is the same as AllocateTransitVirtualInterface with the addition of the ability to pass a context and additional request options.
See AllocateTransitVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AssociateConnectionWithLag ¶ added in v1.6.25
func (c *DirectConnect) AssociateConnectionWithLag(input *AssociateConnectionWithLagInput) (*Connection, error)
AssociateConnectionWithLag 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 Amazon Web Services is interrupted). The connection must be hosted on the same 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AssociateConnectionWithLag for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag
func (*DirectConnect) AssociateConnectionWithLagRequest ¶ added in v1.6.25
func (c *DirectConnect) AssociateConnectionWithLagRequest(input *AssociateConnectionWithLagInput) (req *request.Request, output *Connection)
AssociateConnectionWithLagRequest generates a "aws/request.Request" representing the client's request for the AssociateConnectionWithLag operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateConnectionWithLag for more information on using the AssociateConnectionWithLag API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateConnectionWithLagRequest method. req, resp := client.AssociateConnectionWithLagRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag
func (*DirectConnect) AssociateConnectionWithLagWithContext ¶ added in v1.8.0
func (c *DirectConnect) AssociateConnectionWithLagWithContext(ctx aws.Context, input *AssociateConnectionWithLagInput, opts ...request.Option) (*Connection, error)
AssociateConnectionWithLagWithContext is the same as AssociateConnectionWithLag with the addition of the ability to pass a context and additional request options.
See AssociateConnectionWithLag for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AssociateHostedConnection ¶ added in v1.6.25
func (c *DirectConnect) AssociateHostedConnection(input *AssociateHostedConnectionInput) (*Connection, error)
AssociateHostedConnection 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 Amazon Web Services as it is being migrated.
Intended for use by Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AssociateHostedConnection for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection
func (*DirectConnect) AssociateHostedConnectionRequest ¶ added in v1.6.25
func (c *DirectConnect) AssociateHostedConnectionRequest(input *AssociateHostedConnectionInput) (req *request.Request, output *Connection)
AssociateHostedConnectionRequest generates a "aws/request.Request" representing the client's request for the AssociateHostedConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateHostedConnection for more information on using the AssociateHostedConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateHostedConnectionRequest method. req, resp := client.AssociateHostedConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection
func (*DirectConnect) AssociateHostedConnectionWithContext ¶ added in v1.8.0
func (c *DirectConnect) AssociateHostedConnectionWithContext(ctx aws.Context, input *AssociateHostedConnectionInput, opts ...request.Option) (*Connection, error)
AssociateHostedConnectionWithContext is the same as AssociateHostedConnection with the addition of the ability to pass a context and additional request options.
See AssociateHostedConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AssociateMacSecKey ¶ added in v1.38.10
func (c *DirectConnect) AssociateMacSecKey(input *AssociateMacSecKeyInput) (*AssociateMacSecKeyOutput, error)
AssociateMacSecKey API operation for AWS Direct Connect.
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.
You must supply either the secretARN, or the CKN/CAK (ckn and cak) pair in the request.
For information about MAC Security (MACsec) key considerations, see MACsec pre-shared CKN/CAK key considerations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration) in the Direct Connect User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AssociateMacSecKey for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateMacSecKey
func (*DirectConnect) AssociateMacSecKeyRequest ¶ added in v1.38.10
func (c *DirectConnect) AssociateMacSecKeyRequest(input *AssociateMacSecKeyInput) (req *request.Request, output *AssociateMacSecKeyOutput)
AssociateMacSecKeyRequest generates a "aws/request.Request" representing the client's request for the AssociateMacSecKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateMacSecKey for more information on using the AssociateMacSecKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateMacSecKeyRequest method. req, resp := client.AssociateMacSecKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateMacSecKey
func (*DirectConnect) AssociateMacSecKeyWithContext ¶ added in v1.38.10
func (c *DirectConnect) AssociateMacSecKeyWithContext(ctx aws.Context, input *AssociateMacSecKeyInput, opts ...request.Option) (*AssociateMacSecKeyOutput, error)
AssociateMacSecKeyWithContext is the same as AssociateMacSecKey with the addition of the ability to pass a context and additional request options.
See AssociateMacSecKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) AssociateVirtualInterface ¶ added in v1.6.25
func (c *DirectConnect) AssociateVirtualInterface(input *AssociateVirtualInterfaceInput) (*VirtualInterface, error)
AssociateVirtualInterface API operation for AWS Direct Connect.
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation AssociateVirtualInterface for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface
func (*DirectConnect) AssociateVirtualInterfaceRequest ¶ added in v1.6.25
func (c *DirectConnect) AssociateVirtualInterfaceRequest(input *AssociateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
AssociateVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the AssociateVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateVirtualInterface for more information on using the AssociateVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateVirtualInterfaceRequest method. req, resp := client.AssociateVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface
func (*DirectConnect) AssociateVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) AssociateVirtualInterfaceWithContext(ctx aws.Context, input *AssociateVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
AssociateVirtualInterfaceWithContext is the same as AssociateVirtualInterface with the addition of the ability to pass a context and additional request options.
See AssociateVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ConfirmConnection ¶
func (c *DirectConnect) ConfirmConnection(input *ConfirmConnectionInput) (*ConfirmConnectionOutput, error)
ConfirmConnection 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ConfirmConnection for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection
func (*DirectConnect) ConfirmConnectionRequest ¶
func (c *DirectConnect) ConfirmConnectionRequest(input *ConfirmConnectionInput) (req *request.Request, output *ConfirmConnectionOutput)
ConfirmConnectionRequest generates a "aws/request.Request" representing the client's request for the ConfirmConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ConfirmConnection for more information on using the ConfirmConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ConfirmConnectionRequest method. req, resp := client.ConfirmConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection
func (*DirectConnect) ConfirmConnectionWithContext ¶ added in v1.8.0
func (c *DirectConnect) ConfirmConnectionWithContext(ctx aws.Context, input *ConfirmConnectionInput, opts ...request.Option) (*ConfirmConnectionOutput, error)
ConfirmConnectionWithContext is the same as ConfirmConnection with the addition of the ability to pass a context and additional request options.
See ConfirmConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ConfirmCustomerAgreement ¶ added in v1.41.7
func (c *DirectConnect) ConfirmCustomerAgreement(input *ConfirmCustomerAgreementInput) (*ConfirmCustomerAgreementOutput, error)
ConfirmCustomerAgreement API operation for AWS Direct Connect.
The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ConfirmCustomerAgreement for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmCustomerAgreement
func (*DirectConnect) ConfirmCustomerAgreementRequest ¶ added in v1.41.7
func (c *DirectConnect) ConfirmCustomerAgreementRequest(input *ConfirmCustomerAgreementInput) (req *request.Request, output *ConfirmCustomerAgreementOutput)
ConfirmCustomerAgreementRequest generates a "aws/request.Request" representing the client's request for the ConfirmCustomerAgreement operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ConfirmCustomerAgreement for more information on using the ConfirmCustomerAgreement API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ConfirmCustomerAgreementRequest method. req, resp := client.ConfirmCustomerAgreementRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmCustomerAgreement
func (*DirectConnect) ConfirmCustomerAgreementWithContext ¶ added in v1.41.7
func (c *DirectConnect) ConfirmCustomerAgreementWithContext(ctx aws.Context, input *ConfirmCustomerAgreementInput, opts ...request.Option) (*ConfirmCustomerAgreementOutput, error)
ConfirmCustomerAgreementWithContext is the same as ConfirmCustomerAgreement with the addition of the ability to pass a context and additional request options.
See ConfirmCustomerAgreement for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ConfirmPrivateVirtualInterface ¶
func (c *DirectConnect) ConfirmPrivateVirtualInterface(input *ConfirmPrivateVirtualInterfaceInput) (*ConfirmPrivateVirtualInterfaceOutput, error)
ConfirmPrivateVirtualInterface API operation for AWS Direct Connect.
Accepts ownership of a private virtual interface created by another Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ConfirmPrivateVirtualInterface for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface
func (*DirectConnect) ConfirmPrivateVirtualInterfaceRequest ¶
func (c *DirectConnect) ConfirmPrivateVirtualInterfaceRequest(input *ConfirmPrivateVirtualInterfaceInput) (req *request.Request, output *ConfirmPrivateVirtualInterfaceOutput)
ConfirmPrivateVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the ConfirmPrivateVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ConfirmPrivateVirtualInterface for more information on using the ConfirmPrivateVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ConfirmPrivateVirtualInterfaceRequest method. req, resp := client.ConfirmPrivateVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface
func (*DirectConnect) ConfirmPrivateVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) ConfirmPrivateVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmPrivateVirtualInterfaceInput, opts ...request.Option) (*ConfirmPrivateVirtualInterfaceOutput, error)
ConfirmPrivateVirtualInterfaceWithContext is the same as ConfirmPrivateVirtualInterface with the addition of the ability to pass a context and additional request options.
See ConfirmPrivateVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ConfirmPublicVirtualInterface ¶
func (c *DirectConnect) ConfirmPublicVirtualInterface(input *ConfirmPublicVirtualInterfaceInput) (*ConfirmPublicVirtualInterfaceOutput, error)
ConfirmPublicVirtualInterface API operation for AWS Direct Connect.
Accepts ownership of a public virtual interface created by another Amazon Web Services account.
After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ConfirmPublicVirtualInterface for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface
func (*DirectConnect) ConfirmPublicVirtualInterfaceRequest ¶
func (c *DirectConnect) ConfirmPublicVirtualInterfaceRequest(input *ConfirmPublicVirtualInterfaceInput) (req *request.Request, output *ConfirmPublicVirtualInterfaceOutput)
ConfirmPublicVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the ConfirmPublicVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ConfirmPublicVirtualInterface for more information on using the ConfirmPublicVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ConfirmPublicVirtualInterfaceRequest method. req, resp := client.ConfirmPublicVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface
func (*DirectConnect) ConfirmPublicVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) ConfirmPublicVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmPublicVirtualInterfaceInput, opts ...request.Option) (*ConfirmPublicVirtualInterfaceOutput, error)
ConfirmPublicVirtualInterfaceWithContext is the same as ConfirmPublicVirtualInterface with the addition of the ability to pass a context and additional request options.
See ConfirmPublicVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ConfirmTransitVirtualInterface ¶ added in v1.19.21
func (c *DirectConnect) ConfirmTransitVirtualInterface(input *ConfirmTransitVirtualInterfaceInput) (*ConfirmTransitVirtualInterfaceOutput, error)
ConfirmTransitVirtualInterface API operation for AWS Direct Connect.
Accepts ownership of a transit virtual interface created by another Amazon Web Services account.
After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ConfirmTransitVirtualInterface for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterface
func (*DirectConnect) ConfirmTransitVirtualInterfaceRequest ¶ added in v1.19.21
func (c *DirectConnect) ConfirmTransitVirtualInterfaceRequest(input *ConfirmTransitVirtualInterfaceInput) (req *request.Request, output *ConfirmTransitVirtualInterfaceOutput)
ConfirmTransitVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the ConfirmTransitVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ConfirmTransitVirtualInterface for more information on using the ConfirmTransitVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ConfirmTransitVirtualInterfaceRequest method. req, resp := client.ConfirmTransitVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmTransitVirtualInterface
func (*DirectConnect) ConfirmTransitVirtualInterfaceWithContext ¶ added in v1.19.21
func (c *DirectConnect) ConfirmTransitVirtualInterfaceWithContext(ctx aws.Context, input *ConfirmTransitVirtualInterfaceInput, opts ...request.Option) (*ConfirmTransitVirtualInterfaceOutput, error)
ConfirmTransitVirtualInterfaceWithContext is the same as ConfirmTransitVirtualInterface with the addition of the ability to pass a context and additional request options.
See ConfirmTransitVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateBGPPeer ¶ added in v1.5.13
func (c *DirectConnect) CreateBGPPeer(input *CreateBGPPeerInput) (*CreateBGPPeerOutput, error)
CreateBGPPeer 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 Amazon Web Services 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 on the allow list for the virtual interface.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateBGPPeer for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer
func (*DirectConnect) CreateBGPPeerRequest ¶ added in v1.5.13
func (c *DirectConnect) CreateBGPPeerRequest(input *CreateBGPPeerInput) (req *request.Request, output *CreateBGPPeerOutput)
CreateBGPPeerRequest generates a "aws/request.Request" representing the client's request for the CreateBGPPeer operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateBGPPeer for more information on using the CreateBGPPeer API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateBGPPeerRequest method. req, resp := client.CreateBGPPeerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer
func (*DirectConnect) CreateBGPPeerWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreateBGPPeerWithContext(ctx aws.Context, input *CreateBGPPeerInput, opts ...request.Option) (*CreateBGPPeerOutput, error)
CreateBGPPeerWithContext is the same as CreateBGPPeer with the addition of the ability to pass a context and additional request options.
See CreateBGPPeer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateConnection ¶
func (c *DirectConnect) CreateConnection(input *CreateConnectionInput) (*Connection, error)
CreateConnection API operation for AWS Direct Connect.
Creates a connection between a customer network and a specific Direct Connect location.
A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an 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 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateConnection for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection
func (*DirectConnect) CreateConnectionRequest ¶
func (c *DirectConnect) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *Connection)
CreateConnectionRequest generates a "aws/request.Request" representing the client's request for the CreateConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateConnection for more information on using the CreateConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateConnectionRequest method. req, resp := client.CreateConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection
func (*DirectConnect) CreateConnectionWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*Connection, error)
CreateConnectionWithContext is the same as CreateConnection with the addition of the ability to pass a context and additional request options.
See CreateConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateDirectConnectGateway ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGateway(input *CreateDirectConnectGatewayInput) (*CreateDirectConnectGatewayOutput, error)
CreateDirectConnectGateway 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 Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateDirectConnectGateway for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGateway
func (*DirectConnect) CreateDirectConnectGatewayAssociation ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGatewayAssociation(input *CreateDirectConnectGatewayAssociationInput) (*CreateDirectConnectGatewayAssociationOutput, error)
CreateDirectConnectGatewayAssociation 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateDirectConnectGatewayAssociation for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) CreateDirectConnectGatewayAssociationProposal ¶ added in v1.19.4
func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposal(input *CreateDirectConnectGatewayAssociationProposalInput) (*CreateDirectConnectGatewayAssociationProposalOutput, error)
CreateDirectConnectGatewayAssociationProposal API operation for AWS Direct Connect.
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateDirectConnectGatewayAssociationProposal for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) CreateDirectConnectGatewayAssociationProposalRequest ¶ added in v1.19.4
func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposalRequest(input *CreateDirectConnectGatewayAssociationProposalInput) (req *request.Request, output *CreateDirectConnectGatewayAssociationProposalOutput)
CreateDirectConnectGatewayAssociationProposalRequest generates a "aws/request.Request" representing the client's request for the CreateDirectConnectGatewayAssociationProposal operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDirectConnectGatewayAssociationProposal for more information on using the CreateDirectConnectGatewayAssociationProposal API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDirectConnectGatewayAssociationProposalRequest method. req, resp := client.CreateDirectConnectGatewayAssociationProposalRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) CreateDirectConnectGatewayAssociationProposalWithContext ¶ added in v1.19.4
func (c *DirectConnect) CreateDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *CreateDirectConnectGatewayAssociationProposalInput, opts ...request.Option) (*CreateDirectConnectGatewayAssociationProposalOutput, error)
CreateDirectConnectGatewayAssociationProposalWithContext is the same as CreateDirectConnectGatewayAssociationProposal with the addition of the ability to pass a context and additional request options.
See CreateDirectConnectGatewayAssociationProposal for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateDirectConnectGatewayAssociationRequest ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGatewayAssociationRequest(input *CreateDirectConnectGatewayAssociationInput) (req *request.Request, output *CreateDirectConnectGatewayAssociationOutput)
CreateDirectConnectGatewayAssociationRequest generates a "aws/request.Request" representing the client's request for the CreateDirectConnectGatewayAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDirectConnectGatewayAssociation for more information on using the CreateDirectConnectGatewayAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDirectConnectGatewayAssociationRequest method. req, resp := client.CreateDirectConnectGatewayAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) CreateDirectConnectGatewayAssociationWithContext ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *CreateDirectConnectGatewayAssociationInput, opts ...request.Option) (*CreateDirectConnectGatewayAssociationOutput, error)
CreateDirectConnectGatewayAssociationWithContext is the same as CreateDirectConnectGatewayAssociation with the addition of the ability to pass a context and additional request options.
See CreateDirectConnectGatewayAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateDirectConnectGatewayRequest ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGatewayRequest(input *CreateDirectConnectGatewayInput) (req *request.Request, output *CreateDirectConnectGatewayOutput)
CreateDirectConnectGatewayRequest generates a "aws/request.Request" representing the client's request for the CreateDirectConnectGateway operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateDirectConnectGateway for more information on using the CreateDirectConnectGateway API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateDirectConnectGatewayRequest method. req, resp := client.CreateDirectConnectGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateDirectConnectGateway
func (*DirectConnect) CreateDirectConnectGatewayWithContext ¶ added in v1.12.20
func (c *DirectConnect) CreateDirectConnectGatewayWithContext(ctx aws.Context, input *CreateDirectConnectGatewayInput, opts ...request.Option) (*CreateDirectConnectGatewayOutput, error)
CreateDirectConnectGatewayWithContext is the same as CreateDirectConnectGateway with the addition of the ability to pass a context and additional request options.
See CreateDirectConnectGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateInterconnect ¶
func (c *DirectConnect) CreateInterconnect(input *CreateInterconnectInput) (*Interconnect, error)
CreateInterconnect API operation for AWS Direct Connect.
Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.
An interconnect is a connection that is capable of hosting other connections. The Direct Connect Partner can use an interconnect to provide Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an 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 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 Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.
Intended for use by Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateInterconnect for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect
func (*DirectConnect) CreateInterconnectRequest ¶
func (c *DirectConnect) CreateInterconnectRequest(input *CreateInterconnectInput) (req *request.Request, output *Interconnect)
CreateInterconnectRequest generates a "aws/request.Request" representing the client's request for the CreateInterconnect operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateInterconnect for more information on using the CreateInterconnect API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateInterconnectRequest method. req, resp := client.CreateInterconnectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect
func (*DirectConnect) CreateInterconnectWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreateInterconnectWithContext(ctx aws.Context, input *CreateInterconnectInput, opts ...request.Option) (*Interconnect, error)
CreateInterconnectWithContext is the same as CreateInterconnect with the addition of the ability to pass a context and additional request options.
See CreateInterconnect for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateLag ¶ added in v1.6.25
func (c *DirectConnect) CreateLag(input *CreateLagInput) (*Lag, error)
CreateLag API operation for AWS Direct Connect.
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific 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 (either 1Gbps or 10Gbps) and must terminate at the same Direct Connect endpoint.
You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created.
You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the Amazon Web Services account used to create a LAG is a registered 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateLag for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag
func (*DirectConnect) CreateLagRequest ¶ added in v1.6.25
func (c *DirectConnect) CreateLagRequest(input *CreateLagInput) (req *request.Request, output *Lag)
CreateLagRequest generates a "aws/request.Request" representing the client's request for the CreateLag operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateLag for more information on using the CreateLag API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateLagRequest method. req, resp := client.CreateLagRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag
func (*DirectConnect) CreateLagWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreateLagWithContext(ctx aws.Context, input *CreateLagInput, opts ...request.Option) (*Lag, error)
CreateLagWithContext is the same as CreateLag with the addition of the ability to pass a context and additional request options.
See CreateLag for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreatePrivateVirtualInterface ¶
func (c *DirectConnect) CreatePrivateVirtualInterface(input *CreatePrivateVirtualInterfaceInput) (*VirtualInterface, error)
CreatePrivateVirtualInterface API operation for AWS Direct Connect.
Creates a private virtual interface. A virtual interface is the VLAN that transports 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 Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreatePrivateVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface
func (*DirectConnect) CreatePrivateVirtualInterfaceRequest ¶
func (c *DirectConnect) CreatePrivateVirtualInterfaceRequest(input *CreatePrivateVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
CreatePrivateVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the CreatePrivateVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreatePrivateVirtualInterface for more information on using the CreatePrivateVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreatePrivateVirtualInterfaceRequest method. req, resp := client.CreatePrivateVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface
func (*DirectConnect) CreatePrivateVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreatePrivateVirtualInterfaceWithContext(ctx aws.Context, input *CreatePrivateVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
CreatePrivateVirtualInterfaceWithContext is the same as CreatePrivateVirtualInterface with the addition of the ability to pass a context and additional request options.
See CreatePrivateVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreatePublicVirtualInterface ¶
func (c *DirectConnect) CreatePublicVirtualInterface(input *CreatePublicVirtualInterfaceInput) (*VirtualInterface, error)
CreatePublicVirtualInterface API operation for AWS Direct Connect.
Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreatePublicVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface
func (*DirectConnect) CreatePublicVirtualInterfaceRequest ¶
func (c *DirectConnect) CreatePublicVirtualInterfaceRequest(input *CreatePublicVirtualInterfaceInput) (req *request.Request, output *VirtualInterface)
CreatePublicVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the CreatePublicVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreatePublicVirtualInterface for more information on using the CreatePublicVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreatePublicVirtualInterfaceRequest method. req, resp := client.CreatePublicVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface
func (*DirectConnect) CreatePublicVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) CreatePublicVirtualInterfaceWithContext(ctx aws.Context, input *CreatePublicVirtualInterfaceInput, opts ...request.Option) (*VirtualInterface, error)
CreatePublicVirtualInterfaceWithContext is the same as CreatePublicVirtualInterface with the addition of the ability to pass a context and additional request options.
See CreatePublicVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) CreateTransitVirtualInterface ¶ added in v1.19.21
func (c *DirectConnect) CreateTransitVirtualInterface(input *CreateTransitVirtualInterfaceInput) (*CreateTransitVirtualInterfaceOutput, error)
CreateTransitVirtualInterface API operation for AWS Direct Connect.
Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.
If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.
Setting the MTU of a virtual interface to 8500 (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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation CreateTransitVirtualInterface for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface
func (*DirectConnect) CreateTransitVirtualInterfaceRequest ¶ added in v1.19.21
func (c *DirectConnect) CreateTransitVirtualInterfaceRequest(input *CreateTransitVirtualInterfaceInput) (req *request.Request, output *CreateTransitVirtualInterfaceOutput)
CreateTransitVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the CreateTransitVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateTransitVirtualInterface for more information on using the CreateTransitVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateTransitVirtualInterfaceRequest method. req, resp := client.CreateTransitVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateTransitVirtualInterface
func (*DirectConnect) CreateTransitVirtualInterfaceWithContext ¶ added in v1.19.21
func (c *DirectConnect) CreateTransitVirtualInterfaceWithContext(ctx aws.Context, input *CreateTransitVirtualInterfaceInput, opts ...request.Option) (*CreateTransitVirtualInterfaceOutput, error)
CreateTransitVirtualInterfaceWithContext is the same as CreateTransitVirtualInterface with the addition of the ability to pass a context and additional request options.
See CreateTransitVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteBGPPeer ¶ added in v1.5.13
func (c *DirectConnect) DeleteBGPPeer(input *DeleteBGPPeerInput) (*DeleteBGPPeerOutput, error)
DeleteBGPPeer 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteBGPPeer for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer
func (*DirectConnect) DeleteBGPPeerRequest ¶ added in v1.5.13
func (c *DirectConnect) DeleteBGPPeerRequest(input *DeleteBGPPeerInput) (req *request.Request, output *DeleteBGPPeerOutput)
DeleteBGPPeerRequest generates a "aws/request.Request" representing the client's request for the DeleteBGPPeer operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteBGPPeer for more information on using the DeleteBGPPeer API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteBGPPeerRequest method. req, resp := client.DeleteBGPPeerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer
func (*DirectConnect) DeleteBGPPeerWithContext ¶ added in v1.8.0
func (c *DirectConnect) DeleteBGPPeerWithContext(ctx aws.Context, input *DeleteBGPPeerInput, opts ...request.Option) (*DeleteBGPPeerOutput, error)
DeleteBGPPeerWithContext is the same as DeleteBGPPeer with the addition of the ability to pass a context and additional request options.
See DeleteBGPPeer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteConnection ¶
func (c *DirectConnect) DeleteConnection(input *DeleteConnectionInput) (*Connection, error)
DeleteConnection API operation for AWS Direct Connect.
Deletes the specified connection.
Deleting a connection only stops the Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the Direct Connect location, you must cancel your service with them separately.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteConnection for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection
func (*DirectConnect) DeleteConnectionRequest ¶
func (c *DirectConnect) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *Connection)
DeleteConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteConnection for more information on using the DeleteConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteConnectionRequest method. req, resp := client.DeleteConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection
func (*DirectConnect) DeleteConnectionWithContext ¶ added in v1.8.0
func (c *DirectConnect) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*Connection, error)
DeleteConnectionWithContext is the same as DeleteConnection with the addition of the ability to pass a context and additional request options.
See DeleteConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteDirectConnectGateway ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGateway(input *DeleteDirectConnectGatewayInput) (*DeleteDirectConnectGatewayOutput, error)
DeleteDirectConnectGateway 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 associated with the Direct Connect gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteDirectConnectGateway for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGateway
func (*DirectConnect) DeleteDirectConnectGatewayAssociation ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGatewayAssociation(input *DeleteDirectConnectGatewayAssociationInput) (*DeleteDirectConnectGatewayAssociationOutput, error)
DeleteDirectConnectGatewayAssociation API operation for AWS Direct Connect.
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
We recommend that you specify the associationID to delete the association. Alternatively, if you own virtual gateway and a Direct Connect gateway association, you can specify the virtualGatewayId and directConnectGatewayId to delete an association.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteDirectConnectGatewayAssociation for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) DeleteDirectConnectGatewayAssociationProposal ¶ added in v1.19.4
func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposal(input *DeleteDirectConnectGatewayAssociationProposalInput) (*DeleteDirectConnectGatewayAssociationProposalOutput, error)
DeleteDirectConnectGatewayAssociationProposal API operation for AWS Direct Connect.
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteDirectConnectGatewayAssociationProposal for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) DeleteDirectConnectGatewayAssociationProposalRequest ¶ added in v1.19.4
func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposalRequest(input *DeleteDirectConnectGatewayAssociationProposalInput) (req *request.Request, output *DeleteDirectConnectGatewayAssociationProposalOutput)
DeleteDirectConnectGatewayAssociationProposalRequest generates a "aws/request.Request" representing the client's request for the DeleteDirectConnectGatewayAssociationProposal operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDirectConnectGatewayAssociationProposal for more information on using the DeleteDirectConnectGatewayAssociationProposal API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDirectConnectGatewayAssociationProposalRequest method. req, resp := client.DeleteDirectConnectGatewayAssociationProposalRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) DeleteDirectConnectGatewayAssociationProposalWithContext ¶ added in v1.19.4
func (c *DirectConnect) DeleteDirectConnectGatewayAssociationProposalWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayAssociationProposalInput, opts ...request.Option) (*DeleteDirectConnectGatewayAssociationProposalOutput, error)
DeleteDirectConnectGatewayAssociationProposalWithContext is the same as DeleteDirectConnectGatewayAssociationProposal with the addition of the ability to pass a context and additional request options.
See DeleteDirectConnectGatewayAssociationProposal for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteDirectConnectGatewayAssociationRequest ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGatewayAssociationRequest(input *DeleteDirectConnectGatewayAssociationInput) (req *request.Request, output *DeleteDirectConnectGatewayAssociationOutput)
DeleteDirectConnectGatewayAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteDirectConnectGatewayAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDirectConnectGatewayAssociation for more information on using the DeleteDirectConnectGatewayAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDirectConnectGatewayAssociationRequest method. req, resp := client.DeleteDirectConnectGatewayAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) DeleteDirectConnectGatewayAssociationWithContext ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayAssociationInput, opts ...request.Option) (*DeleteDirectConnectGatewayAssociationOutput, error)
DeleteDirectConnectGatewayAssociationWithContext is the same as DeleteDirectConnectGatewayAssociation with the addition of the ability to pass a context and additional request options.
See DeleteDirectConnectGatewayAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteDirectConnectGatewayRequest ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGatewayRequest(input *DeleteDirectConnectGatewayInput) (req *request.Request, output *DeleteDirectConnectGatewayOutput)
DeleteDirectConnectGatewayRequest generates a "aws/request.Request" representing the client's request for the DeleteDirectConnectGateway operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDirectConnectGateway for more information on using the DeleteDirectConnectGateway API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDirectConnectGatewayRequest method. req, resp := client.DeleteDirectConnectGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteDirectConnectGateway
func (*DirectConnect) DeleteDirectConnectGatewayWithContext ¶ added in v1.12.20
func (c *DirectConnect) DeleteDirectConnectGatewayWithContext(ctx aws.Context, input *DeleteDirectConnectGatewayInput, opts ...request.Option) (*DeleteDirectConnectGatewayOutput, error)
DeleteDirectConnectGatewayWithContext is the same as DeleteDirectConnectGateway with the addition of the ability to pass a context and additional request options.
See DeleteDirectConnectGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteInterconnect ¶
func (c *DirectConnect) DeleteInterconnect(input *DeleteInterconnectInput) (*DeleteInterconnectOutput, error)
DeleteInterconnect API operation for AWS Direct Connect.
Deletes the specified interconnect.
Intended for use by Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteInterconnect for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect
func (*DirectConnect) DeleteInterconnectRequest ¶
func (c *DirectConnect) DeleteInterconnectRequest(input *DeleteInterconnectInput) (req *request.Request, output *DeleteInterconnectOutput)
DeleteInterconnectRequest generates a "aws/request.Request" representing the client's request for the DeleteInterconnect operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteInterconnect for more information on using the DeleteInterconnect API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteInterconnectRequest method. req, resp := client.DeleteInterconnectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect
func (*DirectConnect) DeleteInterconnectWithContext ¶ added in v1.8.0
func (c *DirectConnect) DeleteInterconnectWithContext(ctx aws.Context, input *DeleteInterconnectInput, opts ...request.Option) (*DeleteInterconnectOutput, error)
DeleteInterconnectWithContext is the same as DeleteInterconnect with the addition of the ability to pass a context and additional request options.
See DeleteInterconnect for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteLag ¶ added in v1.6.25
func (c *DirectConnect) DeleteLag(input *DeleteLagInput) (*Lag, error)
DeleteLag 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteLag for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag
func (*DirectConnect) DeleteLagRequest ¶ added in v1.6.25
func (c *DirectConnect) DeleteLagRequest(input *DeleteLagInput) (req *request.Request, output *Lag)
DeleteLagRequest generates a "aws/request.Request" representing the client's request for the DeleteLag operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLag for more information on using the DeleteLag API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteLagRequest method. req, resp := client.DeleteLagRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag
func (*DirectConnect) DeleteLagWithContext ¶ added in v1.8.0
func (c *DirectConnect) DeleteLagWithContext(ctx aws.Context, input *DeleteLagInput, opts ...request.Option) (*Lag, error)
DeleteLagWithContext is the same as DeleteLag with the addition of the ability to pass a context and additional request options.
See DeleteLag for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DeleteVirtualInterface ¶
func (c *DirectConnect) DeleteVirtualInterface(input *DeleteVirtualInterfaceInput) (*DeleteVirtualInterfaceOutput, error)
DeleteVirtualInterface API operation for AWS Direct Connect.
Deletes a virtual interface.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DeleteVirtualInterface for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface
func (*DirectConnect) DeleteVirtualInterfaceRequest ¶
func (c *DirectConnect) DeleteVirtualInterfaceRequest(input *DeleteVirtualInterfaceInput) (req *request.Request, output *DeleteVirtualInterfaceOutput)
DeleteVirtualInterfaceRequest generates a "aws/request.Request" representing the client's request for the DeleteVirtualInterface operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteVirtualInterface for more information on using the DeleteVirtualInterface API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteVirtualInterfaceRequest method. req, resp := client.DeleteVirtualInterfaceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface
func (*DirectConnect) DeleteVirtualInterfaceWithContext ¶ added in v1.8.0
func (c *DirectConnect) DeleteVirtualInterfaceWithContext(ctx aws.Context, input *DeleteVirtualInterfaceInput, opts ...request.Option) (*DeleteVirtualInterfaceOutput, error)
DeleteVirtualInterfaceWithContext is the same as DeleteVirtualInterface with the addition of the ability to pass a context and additional request options.
See DeleteVirtualInterface for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeConnectionLoa
deprecated
added in
v1.2.0
func (c *DirectConnect) DescribeConnectionLoa(input *DescribeConnectionLoaInput) (*DescribeConnectionLoaOutput, error)
DescribeConnectionLoa 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 Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the Direct Connect User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeConnectionLoa for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa
Deprecated: DescribeConnectionLoa has been deprecated
func (*DirectConnect) DescribeConnectionLoaRequest
deprecated
added in
v1.2.0
func (c *DirectConnect) DescribeConnectionLoaRequest(input *DescribeConnectionLoaInput) (req *request.Request, output *DescribeConnectionLoaOutput)
DescribeConnectionLoaRequest generates a "aws/request.Request" representing the client's request for the DescribeConnectionLoa operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConnectionLoa for more information on using the DescribeConnectionLoa API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConnectionLoaRequest method. req, resp := client.DescribeConnectionLoaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa
Deprecated: DescribeConnectionLoa has been deprecated
func (*DirectConnect) DescribeConnectionLoaWithContext
deprecated
added in
v1.8.0
func (c *DirectConnect) DescribeConnectionLoaWithContext(ctx aws.Context, input *DescribeConnectionLoaInput, opts ...request.Option) (*DescribeConnectionLoaOutput, error)
DescribeConnectionLoaWithContext is the same as DescribeConnectionLoa with the addition of the ability to pass a context and additional request options.
See DescribeConnectionLoa for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: DescribeConnectionLoaWithContext has been deprecated
func (*DirectConnect) DescribeConnections ¶
func (c *DirectConnect) DescribeConnections(input *DescribeConnectionsInput) (*Connections, error)
DescribeConnections API operation for AWS Direct Connect.
Displays the specified connection or all connections in this Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeConnections for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections
func (*DirectConnect) DescribeConnectionsOnInterconnect
deprecated
func (c *DirectConnect) DescribeConnectionsOnInterconnect(input *DescribeConnectionsOnInterconnectInput) (*Connections, error)
DescribeConnectionsOnInterconnect 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 Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeConnectionsOnInterconnect for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect
Deprecated: DescribeConnectionsOnInterconnect has been deprecated
func (*DirectConnect) DescribeConnectionsOnInterconnectRequest
deprecated
func (c *DirectConnect) DescribeConnectionsOnInterconnectRequest(input *DescribeConnectionsOnInterconnectInput) (req *request.Request, output *Connections)
DescribeConnectionsOnInterconnectRequest generates a "aws/request.Request" representing the client's request for the DescribeConnectionsOnInterconnect operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConnectionsOnInterconnect for more information on using the DescribeConnectionsOnInterconnect API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConnectionsOnInterconnectRequest method. req, resp := client.DescribeConnectionsOnInterconnectRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect
Deprecated: DescribeConnectionsOnInterconnect has been deprecated
func (*DirectConnect) DescribeConnectionsOnInterconnectWithContext
deprecated
added in
v1.8.0
func (c *DirectConnect) DescribeConnectionsOnInterconnectWithContext(ctx aws.Context, input *DescribeConnectionsOnInterconnectInput, opts ...request.Option) (*Connections, error)
DescribeConnectionsOnInterconnectWithContext is the same as DescribeConnectionsOnInterconnect with the addition of the ability to pass a context and additional request options.
See DescribeConnectionsOnInterconnect for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: DescribeConnectionsOnInterconnectWithContext has been deprecated
func (*DirectConnect) DescribeConnectionsRequest ¶
func (c *DirectConnect) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *Connections)
DescribeConnectionsRequest generates a "aws/request.Request" representing the client's request for the DescribeConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeConnections for more information on using the DescribeConnections API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeConnectionsRequest method. req, resp := client.DescribeConnectionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections
func (*DirectConnect) DescribeConnectionsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*Connections, error)
DescribeConnectionsWithContext is the same as DescribeConnections with the addition of the ability to pass a context and additional request options.
See DescribeConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeCustomerMetadata ¶ added in v1.41.7
func (c *DirectConnect) DescribeCustomerMetadata(input *DescribeCustomerMetadataInput) (*DescribeCustomerMetadataOutput, error)
DescribeCustomerMetadata API operation for AWS Direct Connect.
Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeCustomerMetadata for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeCustomerMetadata
func (*DirectConnect) DescribeCustomerMetadataRequest ¶ added in v1.41.7
func (c *DirectConnect) DescribeCustomerMetadataRequest(input *DescribeCustomerMetadataInput) (req *request.Request, output *DescribeCustomerMetadataOutput)
DescribeCustomerMetadataRequest generates a "aws/request.Request" representing the client's request for the DescribeCustomerMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCustomerMetadata for more information on using the DescribeCustomerMetadata API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCustomerMetadataRequest method. req, resp := client.DescribeCustomerMetadataRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeCustomerMetadata
func (*DirectConnect) DescribeCustomerMetadataWithContext ¶ added in v1.41.7
func (c *DirectConnect) DescribeCustomerMetadataWithContext(ctx aws.Context, input *DescribeCustomerMetadataInput, opts ...request.Option) (*DescribeCustomerMetadataOutput, error)
DescribeCustomerMetadataWithContext is the same as DescribeCustomerMetadata with the addition of the ability to pass a context and additional request options.
See DescribeCustomerMetadata for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeDirectConnectGatewayAssociationProposals ¶ added in v1.19.4
func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposals(input *DescribeDirectConnectGatewayAssociationProposalsInput) (*DescribeDirectConnectGatewayAssociationProposalsOutput, error)
DescribeDirectConnectGatewayAssociationProposals API operation for AWS Direct Connect.
Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeDirectConnectGatewayAssociationProposals for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) DescribeDirectConnectGatewayAssociationProposalsRequest ¶ added in v1.19.4
func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposalsRequest(input *DescribeDirectConnectGatewayAssociationProposalsInput) (req *request.Request, output *DescribeDirectConnectGatewayAssociationProposalsOutput)
DescribeDirectConnectGatewayAssociationProposalsRequest generates a "aws/request.Request" representing the client's request for the DescribeDirectConnectGatewayAssociationProposals operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDirectConnectGatewayAssociationProposals for more information on using the DescribeDirectConnectGatewayAssociationProposals API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDirectConnectGatewayAssociationProposalsRequest method. req, resp := client.DescribeDirectConnectGatewayAssociationProposalsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) DescribeDirectConnectGatewayAssociationProposalsWithContext ¶ added in v1.19.4
func (c *DirectConnect) DescribeDirectConnectGatewayAssociationProposalsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAssociationProposalsInput, opts ...request.Option) (*DescribeDirectConnectGatewayAssociationProposalsOutput, error)
DescribeDirectConnectGatewayAssociationProposalsWithContext is the same as DescribeDirectConnectGatewayAssociationProposals with the addition of the ability to pass a context and additional request options.
See DescribeDirectConnectGatewayAssociationProposals for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeDirectConnectGatewayAssociations ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAssociations(input *DescribeDirectConnectGatewayAssociationsInput) (*DescribeDirectConnectGatewayAssociationsOutput, error)
DescribeDirectConnectGatewayAssociations API operation for AWS Direct Connect.
Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:
A Direct Connect gateway The response contains all virtual private gateways and transit gateways associated with the Direct Connect gateway.
A virtual private gateway The response contains the Direct Connect gateway.
A transit gateway The response contains the Direct Connect gateway.
A Direct Connect gateway and a virtual private gateway The response contains the association between the Direct Connect gateway and virtual private gateway.
A Direct Connect gateway and a transit gateway The response contains the association between the Direct Connect gateway and transit gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeDirectConnectGatewayAssociations for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) DescribeDirectConnectGatewayAssociationsRequest ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAssociationsRequest(input *DescribeDirectConnectGatewayAssociationsInput) (req *request.Request, output *DescribeDirectConnectGatewayAssociationsOutput)
DescribeDirectConnectGatewayAssociationsRequest generates a "aws/request.Request" representing the client's request for the DescribeDirectConnectGatewayAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDirectConnectGatewayAssociations for more information on using the DescribeDirectConnectGatewayAssociations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDirectConnectGatewayAssociationsRequest method. req, resp := client.DescribeDirectConnectGatewayAssociationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) DescribeDirectConnectGatewayAssociationsWithContext ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAssociationsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAssociationsInput, opts ...request.Option) (*DescribeDirectConnectGatewayAssociationsOutput, error)
DescribeDirectConnectGatewayAssociationsWithContext is the same as DescribeDirectConnectGatewayAssociations with the addition of the ability to pass a context and additional request options.
See DescribeDirectConnectGatewayAssociations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeDirectConnectGatewayAttachments ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAttachments(input *DescribeDirectConnectGatewayAttachmentsInput) (*DescribeDirectConnectGatewayAttachmentsOutput, error)
DescribeDirectConnectGatewayAttachments 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeDirectConnectGatewayAttachments for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) DescribeDirectConnectGatewayAttachmentsRequest ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAttachmentsRequest(input *DescribeDirectConnectGatewayAttachmentsInput) (req *request.Request, output *DescribeDirectConnectGatewayAttachmentsOutput)
DescribeDirectConnectGatewayAttachmentsRequest generates a "aws/request.Request" representing the client's request for the DescribeDirectConnectGatewayAttachments operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDirectConnectGatewayAttachments for more information on using the DescribeDirectConnectGatewayAttachments API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDirectConnectGatewayAttachmentsRequest method. req, resp := client.DescribeDirectConnectGatewayAttachmentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) DescribeDirectConnectGatewayAttachmentsWithContext ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewayAttachmentsWithContext(ctx aws.Context, input *DescribeDirectConnectGatewayAttachmentsInput, opts ...request.Option) (*DescribeDirectConnectGatewayAttachmentsOutput, error)
DescribeDirectConnectGatewayAttachmentsWithContext is the same as DescribeDirectConnectGatewayAttachments with the addition of the ability to pass a context and additional request options.
See DescribeDirectConnectGatewayAttachments for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeDirectConnectGateways ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGateways(input *DescribeDirectConnectGatewaysInput) (*DescribeDirectConnectGatewaysOutput, error)
DescribeDirectConnectGateways 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeDirectConnectGateways for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGateways
func (*DirectConnect) DescribeDirectConnectGatewaysRequest ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewaysRequest(input *DescribeDirectConnectGatewaysInput) (req *request.Request, output *DescribeDirectConnectGatewaysOutput)
DescribeDirectConnectGatewaysRequest generates a "aws/request.Request" representing the client's request for the DescribeDirectConnectGateways operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeDirectConnectGateways for more information on using the DescribeDirectConnectGateways API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeDirectConnectGatewaysRequest method. req, resp := client.DescribeDirectConnectGatewaysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeDirectConnectGateways
func (*DirectConnect) DescribeDirectConnectGatewaysWithContext ¶ added in v1.12.20
func (c *DirectConnect) DescribeDirectConnectGatewaysWithContext(ctx aws.Context, input *DescribeDirectConnectGatewaysInput, opts ...request.Option) (*DescribeDirectConnectGatewaysOutput, error)
DescribeDirectConnectGatewaysWithContext is the same as DescribeDirectConnectGateways with the addition of the ability to pass a context and additional request options.
See DescribeDirectConnectGateways for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeHostedConnections ¶ added in v1.6.25
func (c *DirectConnect) DescribeHostedConnections(input *DescribeHostedConnectionsInput) (*Connections, error)
DescribeHostedConnections 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 Direct Connect Partners only.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeHostedConnections for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections
func (*DirectConnect) DescribeHostedConnectionsRequest ¶ added in v1.6.25
func (c *DirectConnect) DescribeHostedConnectionsRequest(input *DescribeHostedConnectionsInput) (req *request.Request, output *Connections)
DescribeHostedConnectionsRequest generates a "aws/request.Request" representing the client's request for the DescribeHostedConnections operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeHostedConnections for more information on using the DescribeHostedConnections API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeHostedConnectionsRequest method. req, resp := client.DescribeHostedConnectionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections
func (*DirectConnect) DescribeHostedConnectionsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeHostedConnectionsWithContext(ctx aws.Context, input *DescribeHostedConnectionsInput, opts ...request.Option) (*Connections, error)
DescribeHostedConnectionsWithContext is the same as DescribeHostedConnections with the addition of the ability to pass a context and additional request options.
See DescribeHostedConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeInterconnectLoa
deprecated
added in
v1.2.0
func (c *DirectConnect) DescribeInterconnectLoa(input *DescribeInterconnectLoaInput) (*DescribeInterconnectLoaOutput, error)
DescribeInterconnectLoa 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 Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the Direct Connect User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeInterconnectLoa for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa
Deprecated: DescribeInterconnectLoa has been deprecated
func (*DirectConnect) DescribeInterconnectLoaRequest
deprecated
added in
v1.2.0
func (c *DirectConnect) DescribeInterconnectLoaRequest(input *DescribeInterconnectLoaInput) (req *request.Request, output *DescribeInterconnectLoaOutput)
DescribeInterconnectLoaRequest generates a "aws/request.Request" representing the client's request for the DescribeInterconnectLoa operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeInterconnectLoa for more information on using the DescribeInterconnectLoa API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeInterconnectLoaRequest method. req, resp := client.DescribeInterconnectLoaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa
Deprecated: DescribeInterconnectLoa has been deprecated
func (*DirectConnect) DescribeInterconnectLoaWithContext
deprecated
added in
v1.8.0
func (c *DirectConnect) DescribeInterconnectLoaWithContext(ctx aws.Context, input *DescribeInterconnectLoaInput, opts ...request.Option) (*DescribeInterconnectLoaOutput, error)
DescribeInterconnectLoaWithContext is the same as DescribeInterconnectLoa with the addition of the ability to pass a context and additional request options.
See DescribeInterconnectLoa for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
Deprecated: DescribeInterconnectLoaWithContext has been deprecated
func (*DirectConnect) DescribeInterconnects ¶
func (c *DirectConnect) DescribeInterconnects(input *DescribeInterconnectsInput) (*DescribeInterconnectsOutput, error)
DescribeInterconnects API operation for AWS Direct Connect.
Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeInterconnects for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects
func (*DirectConnect) DescribeInterconnectsRequest ¶
func (c *DirectConnect) DescribeInterconnectsRequest(input *DescribeInterconnectsInput) (req *request.Request, output *DescribeInterconnectsOutput)
DescribeInterconnectsRequest generates a "aws/request.Request" representing the client's request for the DescribeInterconnects operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeInterconnects for more information on using the DescribeInterconnects API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeInterconnectsRequest method. req, resp := client.DescribeInterconnectsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects
func (*DirectConnect) DescribeInterconnectsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeInterconnectsWithContext(ctx aws.Context, input *DescribeInterconnectsInput, opts ...request.Option) (*DescribeInterconnectsOutput, error)
DescribeInterconnectsWithContext is the same as DescribeInterconnects with the addition of the ability to pass a context and additional request options.
See DescribeInterconnects for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeLags ¶ added in v1.6.25
func (c *DirectConnect) DescribeLags(input *DescribeLagsInput) (*DescribeLagsOutput, error)
DescribeLags API operation for AWS Direct Connect.
Describes all your link aggregation groups (LAG) or the specified LAG.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeLags for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags
func (*DirectConnect) DescribeLagsRequest ¶ added in v1.6.25
func (c *DirectConnect) DescribeLagsRequest(input *DescribeLagsInput) (req *request.Request, output *DescribeLagsOutput)
DescribeLagsRequest generates a "aws/request.Request" representing the client's request for the DescribeLags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLags for more information on using the DescribeLags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLagsRequest method. req, resp := client.DescribeLagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags
func (*DirectConnect) DescribeLagsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeLagsWithContext(ctx aws.Context, input *DescribeLagsInput, opts ...request.Option) (*DescribeLagsOutput, error)
DescribeLagsWithContext is the same as DescribeLags with the addition of the ability to pass a context and additional request options.
See DescribeLags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeLoa ¶ added in v1.6.25
func (c *DirectConnect) DescribeLoa(input *DescribeLoaInput) (*Loa, error)
DescribeLoa 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 Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations (https://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the Direct Connect User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeLoa for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoa
func (*DirectConnect) DescribeLoaRequest ¶ added in v1.6.25
func (c *DirectConnect) DescribeLoaRequest(input *DescribeLoaInput) (req *request.Request, output *Loa)
DescribeLoaRequest generates a "aws/request.Request" representing the client's request for the DescribeLoa operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLoa for more information on using the DescribeLoa API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLoaRequest method. req, resp := client.DescribeLoaRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoa
func (*DirectConnect) DescribeLoaWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeLoaWithContext(ctx aws.Context, input *DescribeLoaInput, opts ...request.Option) (*Loa, error)
DescribeLoaWithContext is the same as DescribeLoa with the addition of the ability to pass a context and additional request options.
See DescribeLoa for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeLocations ¶
func (c *DirectConnect) DescribeLocations(input *DescribeLocationsInput) (*DescribeLocationsOutput, error)
DescribeLocations API operation for AWS Direct Connect.
Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeLocations for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations
func (*DirectConnect) DescribeLocationsRequest ¶
func (c *DirectConnect) DescribeLocationsRequest(input *DescribeLocationsInput) (req *request.Request, output *DescribeLocationsOutput)
DescribeLocationsRequest generates a "aws/request.Request" representing the client's request for the DescribeLocations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLocations for more information on using the DescribeLocations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLocationsRequest method. req, resp := client.DescribeLocationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations
func (*DirectConnect) DescribeLocationsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeLocationsWithContext(ctx aws.Context, input *DescribeLocationsInput, opts ...request.Option) (*DescribeLocationsOutput, error)
DescribeLocationsWithContext is the same as DescribeLocations with the addition of the ability to pass a context and additional request options.
See DescribeLocations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeRouterConfiguration ¶ added in v1.41.7
func (c *DirectConnect) DescribeRouterConfiguration(input *DescribeRouterConfigurationInput) (*DescribeRouterConfigurationOutput, error)
DescribeRouterConfiguration API operation for AWS Direct Connect.
Details about the router.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeRouterConfiguration for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeRouterConfiguration
func (*DirectConnect) DescribeRouterConfigurationRequest ¶ added in v1.41.7
func (c *DirectConnect) DescribeRouterConfigurationRequest(input *DescribeRouterConfigurationInput) (req *request.Request, output *DescribeRouterConfigurationOutput)
DescribeRouterConfigurationRequest generates a "aws/request.Request" representing the client's request for the DescribeRouterConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeRouterConfiguration for more information on using the DescribeRouterConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeRouterConfigurationRequest method. req, resp := client.DescribeRouterConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeRouterConfiguration
func (*DirectConnect) DescribeRouterConfigurationWithContext ¶ added in v1.41.7
func (c *DirectConnect) DescribeRouterConfigurationWithContext(ctx aws.Context, input *DescribeRouterConfigurationInput, opts ...request.Option) (*DescribeRouterConfigurationOutput, error)
DescribeRouterConfigurationWithContext is the same as DescribeRouterConfiguration with the addition of the ability to pass a context and additional request options.
See DescribeRouterConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeTags ¶ added in v1.5.2
func (c *DirectConnect) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
DescribeTags API operation for AWS Direct Connect.
Describes the tags associated with the specified Direct Connect resources.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeTags for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags
func (*DirectConnect) DescribeTagsRequest ¶ added in v1.5.2
func (c *DirectConnect) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
DescribeTagsRequest generates a "aws/request.Request" representing the client's request for the DescribeTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTags for more information on using the DescribeTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTagsRequest method. req, resp := client.DescribeTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags
func (*DirectConnect) DescribeTagsWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
DescribeTagsWithContext is the same as DescribeTags with the addition of the ability to pass a context and additional request options.
See DescribeTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeVirtualGateways ¶
func (c *DirectConnect) DescribeVirtualGateways(input *DescribeVirtualGatewaysInput) (*DescribeVirtualGatewaysOutput, error)
DescribeVirtualGateways API operation for AWS Direct Connect.
Lists the virtual private gateways owned by the Amazon Web Services account.
You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeVirtualGateways for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGateways
func (*DirectConnect) DescribeVirtualGatewaysRequest ¶
func (c *DirectConnect) DescribeVirtualGatewaysRequest(input *DescribeVirtualGatewaysInput) (req *request.Request, output *DescribeVirtualGatewaysOutput)
DescribeVirtualGatewaysRequest generates a "aws/request.Request" representing the client's request for the DescribeVirtualGateways operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeVirtualGateways for more information on using the DescribeVirtualGateways API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeVirtualGatewaysRequest method. req, resp := client.DescribeVirtualGatewaysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGateways
func (*DirectConnect) DescribeVirtualGatewaysWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeVirtualGatewaysWithContext(ctx aws.Context, input *DescribeVirtualGatewaysInput, opts ...request.Option) (*DescribeVirtualGatewaysOutput, error)
DescribeVirtualGatewaysWithContext is the same as DescribeVirtualGateways with the addition of the ability to pass a context and additional request options.
See DescribeVirtualGateways for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DescribeVirtualInterfaces ¶
func (c *DirectConnect) DescribeVirtualInterfaces(input *DescribeVirtualInterfacesInput) (*DescribeVirtualInterfacesOutput, error)
DescribeVirtualInterfaces API operation for AWS Direct Connect.
Displays all virtual interfaces for an Amazon Web Services 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 Direct Connect location and the customer network.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DescribeVirtualInterfaces for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces
func (*DirectConnect) DescribeVirtualInterfacesRequest ¶
func (c *DirectConnect) DescribeVirtualInterfacesRequest(input *DescribeVirtualInterfacesInput) (req *request.Request, output *DescribeVirtualInterfacesOutput)
DescribeVirtualInterfacesRequest generates a "aws/request.Request" representing the client's request for the DescribeVirtualInterfaces operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeVirtualInterfaces for more information on using the DescribeVirtualInterfaces API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeVirtualInterfacesRequest method. req, resp := client.DescribeVirtualInterfacesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces
func (*DirectConnect) DescribeVirtualInterfacesWithContext ¶ added in v1.8.0
func (c *DirectConnect) DescribeVirtualInterfacesWithContext(ctx aws.Context, input *DescribeVirtualInterfacesInput, opts ...request.Option) (*DescribeVirtualInterfacesOutput, error)
DescribeVirtualInterfacesWithContext is the same as DescribeVirtualInterfaces with the addition of the ability to pass a context and additional request options.
See DescribeVirtualInterfaces for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DisassociateConnectionFromLag ¶ added in v1.6.25
func (c *DirectConnect) DisassociateConnectionFromLag(input *DisassociateConnectionFromLagInput) (*Connection, error)
DisassociateConnectionFromLag 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 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DisassociateConnectionFromLag for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag
func (*DirectConnect) DisassociateConnectionFromLagRequest ¶ added in v1.6.25
func (c *DirectConnect) DisassociateConnectionFromLagRequest(input *DisassociateConnectionFromLagInput) (req *request.Request, output *Connection)
DisassociateConnectionFromLagRequest generates a "aws/request.Request" representing the client's request for the DisassociateConnectionFromLag operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateConnectionFromLag for more information on using the DisassociateConnectionFromLag API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateConnectionFromLagRequest method. req, resp := client.DisassociateConnectionFromLagRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag
func (*DirectConnect) DisassociateConnectionFromLagWithContext ¶ added in v1.8.0
func (c *DirectConnect) DisassociateConnectionFromLagWithContext(ctx aws.Context, input *DisassociateConnectionFromLagInput, opts ...request.Option) (*Connection, error)
DisassociateConnectionFromLagWithContext is the same as DisassociateConnectionFromLag with the addition of the ability to pass a context and additional request options.
See DisassociateConnectionFromLag for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) DisassociateMacSecKey ¶ added in v1.38.10
func (c *DirectConnect) DisassociateMacSecKey(input *DisassociateMacSecKeyInput) (*DisassociateMacSecKeyOutput, error)
DisassociateMacSecKey API operation for AWS Direct Connect.
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation DisassociateMacSecKey for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateMacSecKey
func (*DirectConnect) DisassociateMacSecKeyRequest ¶ added in v1.38.10
func (c *DirectConnect) DisassociateMacSecKeyRequest(input *DisassociateMacSecKeyInput) (req *request.Request, output *DisassociateMacSecKeyOutput)
DisassociateMacSecKeyRequest generates a "aws/request.Request" representing the client's request for the DisassociateMacSecKey operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateMacSecKey for more information on using the DisassociateMacSecKey API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateMacSecKeyRequest method. req, resp := client.DisassociateMacSecKeyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateMacSecKey
func (*DirectConnect) DisassociateMacSecKeyWithContext ¶ added in v1.38.10
func (c *DirectConnect) DisassociateMacSecKeyWithContext(ctx aws.Context, input *DisassociateMacSecKeyInput, opts ...request.Option) (*DisassociateMacSecKeyOutput, error)
DisassociateMacSecKeyWithContext is the same as DisassociateMacSecKey with the addition of the ability to pass a context and additional request options.
See DisassociateMacSecKey for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) ListVirtualInterfaceTestHistory ¶ added in v1.31.10
func (c *DirectConnect) ListVirtualInterfaceTestHistory(input *ListVirtualInterfaceTestHistoryInput) (*ListVirtualInterfaceTestHistoryOutput, error)
ListVirtualInterfaceTestHistory API operation for AWS Direct Connect.
Lists the virtual interface failover test history.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation ListVirtualInterfaceTestHistory for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ListVirtualInterfaceTestHistory
func (*DirectConnect) ListVirtualInterfaceTestHistoryRequest ¶ added in v1.31.10
func (c *DirectConnect) ListVirtualInterfaceTestHistoryRequest(input *ListVirtualInterfaceTestHistoryInput) (req *request.Request, output *ListVirtualInterfaceTestHistoryOutput)
ListVirtualInterfaceTestHistoryRequest generates a "aws/request.Request" representing the client's request for the ListVirtualInterfaceTestHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListVirtualInterfaceTestHistory for more information on using the ListVirtualInterfaceTestHistory API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListVirtualInterfaceTestHistoryRequest method. req, resp := client.ListVirtualInterfaceTestHistoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ListVirtualInterfaceTestHistory
func (*DirectConnect) ListVirtualInterfaceTestHistoryWithContext ¶ added in v1.31.10
func (c *DirectConnect) ListVirtualInterfaceTestHistoryWithContext(ctx aws.Context, input *ListVirtualInterfaceTestHistoryInput, opts ...request.Option) (*ListVirtualInterfaceTestHistoryOutput, error)
ListVirtualInterfaceTestHistoryWithContext is the same as ListVirtualInterfaceTestHistory with the addition of the ability to pass a context and additional request options.
See ListVirtualInterfaceTestHistory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) StartBgpFailoverTest ¶ added in v1.31.10
func (c *DirectConnect) StartBgpFailoverTest(input *StartBgpFailoverTestInput) (*StartBgpFailoverTestOutput, error)
StartBgpFailoverTest API operation for AWS Direct Connect.
Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages.
You can run the test on public, private, transit, and hosted virtual interfaces.
You can use ListVirtualInterfaceTestHistory (https://docs.aws.amazon.com/directconnect/latest/APIReference/API_ListVirtualInterfaceTestHistory.html) to view the virtual interface test history.
If you need to stop the test before the test interval completes, use StopBgpFailoverTest (https://docs.aws.amazon.com/directconnect/latest/APIReference/API_StopBgpFailoverTest.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation StartBgpFailoverTest for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/StartBgpFailoverTest
func (*DirectConnect) StartBgpFailoverTestRequest ¶ added in v1.31.10
func (c *DirectConnect) StartBgpFailoverTestRequest(input *StartBgpFailoverTestInput) (req *request.Request, output *StartBgpFailoverTestOutput)
StartBgpFailoverTestRequest generates a "aws/request.Request" representing the client's request for the StartBgpFailoverTest operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartBgpFailoverTest for more information on using the StartBgpFailoverTest API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartBgpFailoverTestRequest method. req, resp := client.StartBgpFailoverTestRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/StartBgpFailoverTest
func (*DirectConnect) StartBgpFailoverTestWithContext ¶ added in v1.31.10
func (c *DirectConnect) StartBgpFailoverTestWithContext(ctx aws.Context, input *StartBgpFailoverTestInput, opts ...request.Option) (*StartBgpFailoverTestOutput, error)
StartBgpFailoverTestWithContext is the same as StartBgpFailoverTest with the addition of the ability to pass a context and additional request options.
See StartBgpFailoverTest for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) StopBgpFailoverTest ¶ added in v1.31.10
func (c *DirectConnect) StopBgpFailoverTest(input *StopBgpFailoverTestInput) (*StopBgpFailoverTestOutput, error)
StopBgpFailoverTest API operation for AWS Direct Connect.
Stops the virtual interface failover test.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation StopBgpFailoverTest for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/StopBgpFailoverTest
func (*DirectConnect) StopBgpFailoverTestRequest ¶ added in v1.31.10
func (c *DirectConnect) StopBgpFailoverTestRequest(input *StopBgpFailoverTestInput) (req *request.Request, output *StopBgpFailoverTestOutput)
StopBgpFailoverTestRequest generates a "aws/request.Request" representing the client's request for the StopBgpFailoverTest operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StopBgpFailoverTest for more information on using the StopBgpFailoverTest API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StopBgpFailoverTestRequest method. req, resp := client.StopBgpFailoverTestRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/StopBgpFailoverTest
func (*DirectConnect) StopBgpFailoverTestWithContext ¶ added in v1.31.10
func (c *DirectConnect) StopBgpFailoverTestWithContext(ctx aws.Context, input *StopBgpFailoverTestInput, opts ...request.Option) (*StopBgpFailoverTestOutput, error)
StopBgpFailoverTestWithContext is the same as StopBgpFailoverTest with the addition of the ability to pass a context and additional request options.
See StopBgpFailoverTest for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) TagResource ¶ added in v1.5.2
func (c *DirectConnect) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Direct Connect.
Adds the specified tags to the specified 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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation TagResource for usage and error information.
Returned Error Types:
DuplicateTagKeysException A tag key was specified more than once.
TooManyTagsException You have reached the limit on the number of tags that can be assigned.
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResource
func (*DirectConnect) TagResourceRequest ¶ added in v1.5.2
func (c *DirectConnect) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResource
func (*DirectConnect) TagResourceWithContext ¶ added in v1.8.0
func (c *DirectConnect) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UntagResource ¶ added in v1.5.2
func (c *DirectConnect) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Direct Connect.
Removes one or more tags from the specified Direct Connect resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UntagResource for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResource
func (*DirectConnect) UntagResourceRequest ¶ added in v1.5.2
func (c *DirectConnect) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResource
func (*DirectConnect) UntagResourceWithContext ¶ added in v1.8.0
func (c *DirectConnect) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UpdateConnection ¶ added in v1.38.10
func (c *DirectConnect) UpdateConnection(input *UpdateConnectionInput) (*UpdateConnectionOutput, error)
UpdateConnection API operation for AWS Direct Connect.
Updates the Direct Connect dedicated connection configuration.
You can update the following parameters for a connection:
The connection name
The connection's MAC Security (MACsec) encryption mode.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UpdateConnection for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateConnection
func (*DirectConnect) UpdateConnectionRequest ¶ added in v1.38.10
func (c *DirectConnect) UpdateConnectionRequest(input *UpdateConnectionInput) (req *request.Request, output *UpdateConnectionOutput)
UpdateConnectionRequest generates a "aws/request.Request" representing the client's request for the UpdateConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateConnection for more information on using the UpdateConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateConnectionRequest method. req, resp := client.UpdateConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateConnection
func (*DirectConnect) UpdateConnectionWithContext ¶ added in v1.38.10
func (c *DirectConnect) UpdateConnectionWithContext(ctx aws.Context, input *UpdateConnectionInput, opts ...request.Option) (*UpdateConnectionOutput, error)
UpdateConnectionWithContext is the same as UpdateConnection with the addition of the ability to pass a context and additional request options.
See UpdateConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UpdateDirectConnectGateway ¶ added in v1.41.7
func (c *DirectConnect) UpdateDirectConnectGateway(input *UpdateDirectConnectGatewayInput) (*UpdateDirectConnectGatewayOutput, error)
UpdateDirectConnectGateway API operation for AWS Direct Connect.
Updates the name of a current Direct Connect gateway.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UpdateDirectConnectGateway for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGateway
func (*DirectConnect) UpdateDirectConnectGatewayAssociation ¶ added in v1.19.4
func (c *DirectConnect) UpdateDirectConnectGatewayAssociation(input *UpdateDirectConnectGatewayAssociationInput) (*UpdateDirectConnectGatewayAssociationOutput, error)
UpdateDirectConnectGatewayAssociation API operation for AWS Direct Connect.
Updates the specified attributes of the Direct Connect gateway association.
Add or remove prefixes from the association.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UpdateDirectConnectGatewayAssociation for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
func (*DirectConnect) UpdateDirectConnectGatewayAssociationRequest ¶ added in v1.19.4
func (c *DirectConnect) UpdateDirectConnectGatewayAssociationRequest(input *UpdateDirectConnectGatewayAssociationInput) (req *request.Request, output *UpdateDirectConnectGatewayAssociationOutput)
UpdateDirectConnectGatewayAssociationRequest generates a "aws/request.Request" representing the client's request for the UpdateDirectConnectGatewayAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDirectConnectGatewayAssociation for more information on using the UpdateDirectConnectGatewayAssociation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDirectConnectGatewayAssociationRequest method. req, resp := client.UpdateDirectConnectGatewayAssociationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*DirectConnect) UpdateDirectConnectGatewayAssociationWithContext ¶ added in v1.19.4
func (c *DirectConnect) UpdateDirectConnectGatewayAssociationWithContext(ctx aws.Context, input *UpdateDirectConnectGatewayAssociationInput, opts ...request.Option) (*UpdateDirectConnectGatewayAssociationOutput, error)
UpdateDirectConnectGatewayAssociationWithContext is the same as UpdateDirectConnectGatewayAssociation with the addition of the ability to pass a context and additional request options.
See UpdateDirectConnectGatewayAssociation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UpdateDirectConnectGatewayRequest ¶ added in v1.41.7
func (c *DirectConnect) UpdateDirectConnectGatewayRequest(input *UpdateDirectConnectGatewayInput) (req *request.Request, output *UpdateDirectConnectGatewayOutput)
UpdateDirectConnectGatewayRequest generates a "aws/request.Request" representing the client's request for the UpdateDirectConnectGateway operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDirectConnectGateway for more information on using the UpdateDirectConnectGateway API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDirectConnectGatewayRequest method. req, resp := client.UpdateDirectConnectGatewayRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateDirectConnectGateway
func (*DirectConnect) UpdateDirectConnectGatewayWithContext ¶ added in v1.41.7
func (c *DirectConnect) UpdateDirectConnectGatewayWithContext(ctx aws.Context, input *UpdateDirectConnectGatewayInput, opts ...request.Option) (*UpdateDirectConnectGatewayOutput, error)
UpdateDirectConnectGatewayWithContext is the same as UpdateDirectConnectGateway with the addition of the ability to pass a context and additional request options.
See UpdateDirectConnectGateway for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UpdateLag ¶ added in v1.6.25
func (c *DirectConnect) UpdateLag(input *UpdateLagInput) (*Lag, error)
UpdateLag API operation for AWS Direct Connect.
Updates the attributes of the specified link aggregation group (LAG).
You can update the following LAG attributes:
The name of the LAG.
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
The LAG's MACsec encryption mode. Amazon Web Services assigns this value to each connection which is part of the LAG.
The tags
If you adjust the threshold value for the minimum number of operational connections, ensure that the new value does not cause the LAG to fall below the threshold and become non-operational.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UpdateLag for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag
func (*DirectConnect) UpdateLagRequest ¶ added in v1.6.25
func (c *DirectConnect) UpdateLagRequest(input *UpdateLagInput) (req *request.Request, output *Lag)
UpdateLagRequest generates a "aws/request.Request" representing the client's request for the UpdateLag operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateLag for more information on using the UpdateLag API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateLagRequest method. req, resp := client.UpdateLagRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag
func (*DirectConnect) UpdateLagWithContext ¶ added in v1.8.0
func (c *DirectConnect) UpdateLagWithContext(ctx aws.Context, input *UpdateLagInput, opts ...request.Option) (*Lag, error)
UpdateLagWithContext is the same as UpdateLag with the addition of the ability to pass a context and additional request options.
See UpdateLag for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DirectConnect) UpdateVirtualInterfaceAttributes ¶ added in v1.15.53
func (c *DirectConnect) UpdateVirtualInterfaceAttributes(input *UpdateVirtualInterfaceAttributesInput) (*UpdateVirtualInterfaceAttributesOutput, error)
UpdateVirtualInterfaceAttributes 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 q interface supports jumbo frames, call DescribeVirtualInterfaces.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Direct Connect's API operation UpdateVirtualInterfaceAttributes for usage and error information.
Returned Error Types:
ServerException A server-side error occurred.
ClientException One or more parameters are not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes
func (*DirectConnect) UpdateVirtualInterfaceAttributesRequest ¶ added in v1.15.53
func (c *DirectConnect) UpdateVirtualInterfaceAttributesRequest(input *UpdateVirtualInterfaceAttributesInput) (req *request.Request, output *UpdateVirtualInterfaceAttributesOutput)
UpdateVirtualInterfaceAttributesRequest generates a "aws/request.Request" representing the client's request for the UpdateVirtualInterfaceAttributes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateVirtualInterfaceAttributes for more information on using the UpdateVirtualInterfaceAttributes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateVirtualInterfaceAttributesRequest method. req, resp := client.UpdateVirtualInterfaceAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributes
func (*DirectConnect) UpdateVirtualInterfaceAttributesWithContext ¶ added in v1.15.53
func (c *DirectConnect) UpdateVirtualInterfaceAttributesWithContext(ctx aws.Context, input *UpdateVirtualInterfaceAttributesInput, opts ...request.Option) (*UpdateVirtualInterfaceAttributesOutput, error)
UpdateVirtualInterfaceAttributesWithContext is the same as UpdateVirtualInterfaceAttributes with the addition of the ability to pass a context and additional request options.
See UpdateVirtualInterfaceAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type DisassociateConnectionFromLagInput ¶ added in v1.6.25
type DisassociateConnectionFromLagInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG. // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateConnectionFromLagInput) GoString ¶ added in v1.6.25
func (s DisassociateConnectionFromLagInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateConnectionFromLagInput) SetConnectionId ¶ added in v1.6.25
func (s *DisassociateConnectionFromLagInput) SetConnectionId(v string) *DisassociateConnectionFromLagInput
SetConnectionId sets the ConnectionId field's value.
func (*DisassociateConnectionFromLagInput) SetLagId ¶ added in v1.6.25
func (s *DisassociateConnectionFromLagInput) SetLagId(v string) *DisassociateConnectionFromLagInput
SetLagId sets the LagId field's value.
func (DisassociateConnectionFromLagInput) String ¶ added in v1.6.25
func (s DisassociateConnectionFromLagInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateConnectionFromLagInput) Validate ¶ added in v1.6.25
func (s *DisassociateConnectionFromLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateMacSecKeyInput ¶ added in v1.38.10
type DisassociateMacSecKeyInput struct { // The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx). // // You can use DescribeConnections or DescribeLags to retrieve connection ID. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key. // // You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) // secret key. // // SecretARN is a required field SecretARN *string `locationName:"secretARN" type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateMacSecKeyInput) GoString ¶ added in v1.38.10
func (s DisassociateMacSecKeyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateMacSecKeyInput) SetConnectionId ¶ added in v1.38.10
func (s *DisassociateMacSecKeyInput) SetConnectionId(v string) *DisassociateMacSecKeyInput
SetConnectionId sets the ConnectionId field's value.
func (*DisassociateMacSecKeyInput) SetSecretARN ¶ added in v1.38.10
func (s *DisassociateMacSecKeyInput) SetSecretARN(v string) *DisassociateMacSecKeyInput
SetSecretARN sets the SecretARN field's value.
func (DisassociateMacSecKeyInput) String ¶ added in v1.38.10
func (s DisassociateMacSecKeyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateMacSecKeyInput) Validate ¶ added in v1.38.10
func (s *DisassociateMacSecKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateMacSecKeyOutput ¶ added in v1.38.10
type DisassociateMacSecKeyOutput struct { // The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx). ConnectionId *string `locationName:"connectionId" type:"string"` // The MAC Security (MACsec) security keys no longer associated with the dedicated // connection. MacSecKeys []*MacSecKey `locationName:"macSecKeys" type:"list"` // contains filtered or unexported fields }
func (DisassociateMacSecKeyOutput) GoString ¶ added in v1.38.10
func (s DisassociateMacSecKeyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateMacSecKeyOutput) SetConnectionId ¶ added in v1.38.10
func (s *DisassociateMacSecKeyOutput) SetConnectionId(v string) *DisassociateMacSecKeyOutput
SetConnectionId sets the ConnectionId field's value.
func (*DisassociateMacSecKeyOutput) SetMacSecKeys ¶ added in v1.38.10
func (s *DisassociateMacSecKeyOutput) SetMacSecKeys(v []*MacSecKey) *DisassociateMacSecKeyOutput
SetMacSecKeys sets the MacSecKeys field's value.
func (DisassociateMacSecKeyOutput) String ¶ added in v1.38.10
func (s DisassociateMacSecKeyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DuplicateTagKeysException ¶ added in v1.28.0
type DuplicateTagKeysException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A tag key was specified more than once.
func (*DuplicateTagKeysException) Code ¶ added in v1.28.0
func (s *DuplicateTagKeysException) Code() string
Code returns the exception type name.
func (*DuplicateTagKeysException) Error ¶ added in v1.28.0
func (s *DuplicateTagKeysException) Error() string
func (DuplicateTagKeysException) GoString ¶ added in v1.28.0
func (s DuplicateTagKeysException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DuplicateTagKeysException) Message ¶ added in v1.28.0
func (s *DuplicateTagKeysException) Message() string
Message returns the exception's message.
func (*DuplicateTagKeysException) OrigErr ¶ added in v1.28.0
func (s *DuplicateTagKeysException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DuplicateTagKeysException) RequestID ¶ added in v1.28.0
func (s *DuplicateTagKeysException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DuplicateTagKeysException) StatusCode ¶ added in v1.28.0
func (s *DuplicateTagKeysException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DuplicateTagKeysException) String ¶ added in v1.28.0
func (s DuplicateTagKeysException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Gateway ¶ added in v1.12.20
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 *string `locationName:"directConnectGatewayState" type:"string" enum:"GatewayState"` // The ID of the Amazon Web Services account that owns the Direct Connect gateway. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The error message if the state of an object failed to advance. StateChangeError *string `locationName:"stateChangeError" type:"string"` // contains filtered or unexported fields }
Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.
func (Gateway) GoString ¶ added in v1.12.20
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Gateway) SetAmazonSideAsn ¶ added in v1.12.20
SetAmazonSideAsn sets the AmazonSideAsn field's value.
func (*Gateway) SetDirectConnectGatewayId ¶ added in v1.12.20
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*Gateway) SetDirectConnectGatewayName ¶ added in v1.12.20
SetDirectConnectGatewayName sets the DirectConnectGatewayName field's value.
func (*Gateway) SetDirectConnectGatewayState ¶ added in v1.12.20
SetDirectConnectGatewayState sets the DirectConnectGatewayState field's value.
func (*Gateway) SetOwnerAccount ¶ added in v1.12.20
SetOwnerAccount sets the OwnerAccount field's value.
func (*Gateway) SetStateChangeError ¶ added in v1.12.20
SetStateChangeError sets the StateChangeError field's value.
type GatewayAssociation ¶ added in v1.12.20
type GatewayAssociation struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"allowedPrefixesToDirectConnectGateway" type:"list"` // Information about the associated gateway. AssociatedGateway *AssociatedGateway `locationName:"associatedGateway" type:"structure"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The state of the association. The following are the possible values: // // * associating: The initial state after calling CreateDirectConnectGatewayAssociation. // // * associated: The Direct Connect gateway and virtual private gateway or // transit gateway are successfully associated and ready to pass traffic. // // * disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation. // // * disassociated: The virtual private gateway or transit gateway is disassociated // from the Direct Connect gateway. Traffic flow between the Direct Connect // gateway and virtual private gateway or transit gateway is stopped. AssociationState *string `locationName:"associationState" type:"string" enum:"GatewayAssociationState"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the Amazon Web Services account that owns the associated gateway. DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string"` // The error message if the state of an object failed to advance. StateChangeError *string `locationName:"stateChangeError" type:"string"` // The ID of the virtual private gateway. Applies only to private virtual interfaces. VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // The ID of the Amazon Web Services account that owns the virtual private gateway. VirtualGatewayOwnerAccount *string `locationName:"virtualGatewayOwnerAccount" type:"string"` // The Amazon Web Services Region where the virtual private gateway is located. VirtualGatewayRegion *string `locationName:"virtualGatewayRegion" deprecated:"true" type:"string"` // contains filtered or unexported fields }
Information about an association between a Direct Connect gateway and a virtual private gateway or transit gateway.
func (GatewayAssociation) GoString ¶ added in v1.12.20
func (s GatewayAssociation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GatewayAssociation) SetAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *GatewayAssociation) SetAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociation
SetAllowedPrefixesToDirectConnectGateway sets the AllowedPrefixesToDirectConnectGateway field's value.
func (*GatewayAssociation) SetAssociatedGateway ¶ added in v1.19.4
func (s *GatewayAssociation) SetAssociatedGateway(v *AssociatedGateway) *GatewayAssociation
SetAssociatedGateway sets the AssociatedGateway field's value.
func (*GatewayAssociation) SetAssociationId ¶ added in v1.19.4
func (s *GatewayAssociation) SetAssociationId(v string) *GatewayAssociation
SetAssociationId sets the AssociationId field's value.
func (*GatewayAssociation) SetAssociationState ¶ added in v1.12.20
func (s *GatewayAssociation) SetAssociationState(v string) *GatewayAssociation
SetAssociationState sets the AssociationState field's value.
func (*GatewayAssociation) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *GatewayAssociation) SetDirectConnectGatewayId(v string) *GatewayAssociation
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*GatewayAssociation) SetDirectConnectGatewayOwnerAccount ¶ added in v1.19.4
func (s *GatewayAssociation) SetDirectConnectGatewayOwnerAccount(v string) *GatewayAssociation
SetDirectConnectGatewayOwnerAccount sets the DirectConnectGatewayOwnerAccount field's value.
func (*GatewayAssociation) SetStateChangeError ¶ added in v1.12.20
func (s *GatewayAssociation) SetStateChangeError(v string) *GatewayAssociation
SetStateChangeError sets the StateChangeError field's value.
func (*GatewayAssociation) SetVirtualGatewayId ¶ added in v1.12.20
func (s *GatewayAssociation) SetVirtualGatewayId(v string) *GatewayAssociation
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*GatewayAssociation) SetVirtualGatewayOwnerAccount ¶ added in v1.12.20
func (s *GatewayAssociation) SetVirtualGatewayOwnerAccount(v string) *GatewayAssociation
SetVirtualGatewayOwnerAccount sets the VirtualGatewayOwnerAccount field's value.
func (*GatewayAssociation) SetVirtualGatewayRegion ¶ added in v1.12.20
func (s *GatewayAssociation) SetVirtualGatewayRegion(v string) *GatewayAssociation
SetVirtualGatewayRegion sets the VirtualGatewayRegion field's value.
func (GatewayAssociation) String ¶ added in v1.12.20
func (s GatewayAssociation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GatewayAssociationProposal ¶ added in v1.19.4
type GatewayAssociationProposal struct { // Information about the associated gateway. AssociatedGateway *AssociatedGateway `locationName:"associatedGateway" type:"structure"` // The ID of the Direct Connect gateway. DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string"` // The ID of the Amazon Web Services account that owns the Direct Connect gateway. DirectConnectGatewayOwnerAccount *string `locationName:"directConnectGatewayOwnerAccount" type:"string"` // The existing Amazon VPC prefixes advertised to the Direct Connect gateway. ExistingAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"existingAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the association proposal. ProposalId *string `locationName:"proposalId" type:"string"` // The state of the proposal. The following are possible values: // // * accepted: The proposal has been accepted. The Direct Connect gateway // association is available to use in this state. // // * deleted: The proposal has been deleted by the owner that made the proposal. // The Direct Connect gateway association cannot be used in this state. // // * requested: The proposal has been requested. The Direct Connect gateway // association cannot be used in this state. ProposalState *string `locationName:"proposalState" type:"string" enum:"GatewayAssociationProposalState"` // The Amazon VPC prefixes to advertise to the Direct Connect gateway. RequestedAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"requestedAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
Information about the proposal request to attach a virtual private gateway to a Direct Connect gateway.
func (GatewayAssociationProposal) GoString ¶ added in v1.19.4
func (s GatewayAssociationProposal) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GatewayAssociationProposal) SetAssociatedGateway ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetAssociatedGateway(v *AssociatedGateway) *GatewayAssociationProposal
SetAssociatedGateway sets the AssociatedGateway field's value.
func (*GatewayAssociationProposal) SetDirectConnectGatewayId ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetDirectConnectGatewayId(v string) *GatewayAssociationProposal
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*GatewayAssociationProposal) SetDirectConnectGatewayOwnerAccount ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetDirectConnectGatewayOwnerAccount(v string) *GatewayAssociationProposal
SetDirectConnectGatewayOwnerAccount sets the DirectConnectGatewayOwnerAccount field's value.
func (*GatewayAssociationProposal) SetExistingAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetExistingAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociationProposal
SetExistingAllowedPrefixesToDirectConnectGateway sets the ExistingAllowedPrefixesToDirectConnectGateway field's value.
func (*GatewayAssociationProposal) SetProposalId ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetProposalId(v string) *GatewayAssociationProposal
SetProposalId sets the ProposalId field's value.
func (*GatewayAssociationProposal) SetProposalState ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetProposalState(v string) *GatewayAssociationProposal
SetProposalState sets the ProposalState field's value.
func (*GatewayAssociationProposal) SetRequestedAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *GatewayAssociationProposal) SetRequestedAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *GatewayAssociationProposal
SetRequestedAllowedPrefixesToDirectConnectGateway sets the RequestedAllowedPrefixesToDirectConnectGateway field's value.
func (GatewayAssociationProposal) String ¶ added in v1.19.4
func (s GatewayAssociationProposal) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GatewayAttachment ¶ added in v1.12.20
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 *string `locationName:"attachmentState" type:"string" enum:"GatewayAttachmentState"` // The type of attachment. AttachmentType *string `locationName:"attachmentType" type:"string" enum:"GatewayAttachmentType"` // 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 Amazon Web Services account that owns the virtual interface. VirtualInterfaceOwnerAccount *string `locationName:"virtualInterfaceOwnerAccount" type:"string"` // The Amazon Web Services 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.
func (GatewayAttachment) GoString ¶ added in v1.12.20
func (s GatewayAttachment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GatewayAttachment) SetAttachmentState ¶ added in v1.12.20
func (s *GatewayAttachment) SetAttachmentState(v string) *GatewayAttachment
SetAttachmentState sets the AttachmentState field's value.
func (*GatewayAttachment) SetAttachmentType ¶ added in v1.19.21
func (s *GatewayAttachment) SetAttachmentType(v string) *GatewayAttachment
SetAttachmentType sets the AttachmentType field's value.
func (*GatewayAttachment) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *GatewayAttachment) SetDirectConnectGatewayId(v string) *GatewayAttachment
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*GatewayAttachment) SetStateChangeError ¶ added in v1.12.20
func (s *GatewayAttachment) SetStateChangeError(v string) *GatewayAttachment
SetStateChangeError sets the StateChangeError field's value.
func (*GatewayAttachment) SetVirtualInterfaceId ¶ added in v1.12.20
func (s *GatewayAttachment) SetVirtualInterfaceId(v string) *GatewayAttachment
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (*GatewayAttachment) SetVirtualInterfaceOwnerAccount ¶ added in v1.12.20
func (s *GatewayAttachment) SetVirtualInterfaceOwnerAccount(v string) *GatewayAttachment
SetVirtualInterfaceOwnerAccount sets the VirtualInterfaceOwnerAccount field's value.
func (*GatewayAttachment) SetVirtualInterfaceRegion ¶ added in v1.12.20
func (s *GatewayAttachment) SetVirtualInterfaceRegion(v string) *GatewayAttachment
SetVirtualInterfaceRegion sets the VirtualInterfaceRegion field's value.
func (GatewayAttachment) String ¶ added in v1.12.20
func (s GatewayAttachment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Interconnect ¶
type Interconnect struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint that terminates the physical connection. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" 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 *string `locationName:"hasLogicalRedundancy" type:"string" enum:"HasLogicalRedundancy"` // The ID of the interconnect. InterconnectId *string `locationName:"interconnectId" type:"string"` // The name of the interconnect. InterconnectName *string `locationName:"interconnectName" type:"string"` // The state of the interconnect. The following are the possible values: // // * requested: The initial state of an interconnect. The interconnect stays // in the requested state until the Letter of Authorization (LOA) is sent // to the customer. // // * pending: The interconnect is approved, and is being initialized. // // * available: The network link is up, and the interconnect is ready for // use. // // * down: The network link is down. // // * deleting: The interconnect is being deleted. // // * deleted: The interconnect is deleted. // // * unknown: The state of the interconnect is not available. InterconnectState *string `locationName:"interconnectState" type:"string" enum:"InterconnectState"` // 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"` // The location of the connection. Location *string `locationName:"location" type:"string"` // The name of the service provider associated with the interconnect. ProviderName *string `locationName:"providerName" type:"string"` // The Amazon Web Services Region where the connection is located. Region *string `locationName:"region" type:"string"` // The tags associated with the interconnect. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
Information about an interconnect.
func (Interconnect) GoString ¶ added in v0.6.5
func (s Interconnect) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Interconnect) SetAwsDevice ¶ added in v1.6.25
func (s *Interconnect) SetAwsDevice(v string) *Interconnect
SetAwsDevice sets the AwsDevice field's value.
func (*Interconnect) SetAwsDeviceV2 ¶ added in v1.15.1
func (s *Interconnect) SetAwsDeviceV2(v string) *Interconnect
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*Interconnect) SetAwsLogicalDeviceId ¶ added in v1.39.6
func (s *Interconnect) SetAwsLogicalDeviceId(v string) *Interconnect
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*Interconnect) SetBandwidth ¶ added in v1.5.0
func (s *Interconnect) SetBandwidth(v string) *Interconnect
SetBandwidth sets the Bandwidth field's value.
func (*Interconnect) SetHasLogicalRedundancy ¶ added in v1.15.77
func (s *Interconnect) SetHasLogicalRedundancy(v string) *Interconnect
SetHasLogicalRedundancy sets the HasLogicalRedundancy field's value.
func (*Interconnect) SetInterconnectId ¶ added in v1.5.0
func (s *Interconnect) SetInterconnectId(v string) *Interconnect
SetInterconnectId sets the InterconnectId field's value.
func (*Interconnect) SetInterconnectName ¶ added in v1.5.0
func (s *Interconnect) SetInterconnectName(v string) *Interconnect
SetInterconnectName sets the InterconnectName field's value.
func (*Interconnect) SetInterconnectState ¶ added in v1.5.0
func (s *Interconnect) SetInterconnectState(v string) *Interconnect
SetInterconnectState sets the InterconnectState field's value.
func (*Interconnect) SetJumboFrameCapable ¶ added in v1.15.53
func (s *Interconnect) SetJumboFrameCapable(v bool) *Interconnect
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*Interconnect) SetLagId ¶ added in v1.6.25
func (s *Interconnect) SetLagId(v string) *Interconnect
SetLagId sets the LagId field's value.
func (*Interconnect) SetLoaIssueTime ¶ added in v1.5.0
func (s *Interconnect) SetLoaIssueTime(v time.Time) *Interconnect
SetLoaIssueTime sets the LoaIssueTime field's value.
func (*Interconnect) SetLocation ¶ added in v1.5.0
func (s *Interconnect) SetLocation(v string) *Interconnect
SetLocation sets the Location field's value.
func (*Interconnect) SetProviderName ¶ added in v1.25.7
func (s *Interconnect) SetProviderName(v string) *Interconnect
SetProviderName sets the ProviderName field's value.
func (*Interconnect) SetRegion ¶ added in v1.5.0
func (s *Interconnect) SetRegion(v string) *Interconnect
SetRegion sets the Region field's value.
func (*Interconnect) SetTags ¶ added in v1.20.11
func (s *Interconnect) SetTags(v []*Tag) *Interconnect
SetTags sets the Tags field's value.
func (Interconnect) String ¶ added in v0.6.5
func (s Interconnect) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Lag ¶ added in v1.6.25
type Lag 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 Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" type:"string"` // The connections bundled by the LAG. Connections []*Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // The possible values are 1Gbps and 10Gbps. ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // The LAG MAC Security (MACsec) encryption mode. // // The valid values are no_encrypt, should_encrypt, and must_encrypt. EncryptionMode *string `locationName:"encryptionMode" type:"string"` // Indicates whether the LAG supports a secondary BGP peer in the same address // family (IPv4/IPv6). HasLogicalRedundancy *string `locationName:"hasLogicalRedundancy" type:"string" enum:"HasLogicalRedundancy"` // Indicates whether jumbo frames (9001 MTU) are supported. JumboFrameCapable *bool `locationName:"jumboFrameCapable" type:"boolean"` // The ID of the LAG. LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. The following are the possible values: // // * requested: The initial state of a LAG. The LAG stays in the requested // state until the Letter of Authorization (LOA) is available. // // * pending: The LAG has been approved and is being initialized. // // * available: The network link is established and the LAG is ready for // use. // // * down: The network link is down. // // * deleting: The LAG is being deleted. // // * deleted: The LAG is deleted. // // * unknown: The state of the LAG is not available. LagState *string `locationName:"lagState" type:"string" enum:"LagState"` // The location of the LAG. Location *string `locationName:"location" type:"string"` // Indicates whether the LAG supports MAC Security (MACsec). MacSecCapable *bool `locationName:"macSecCapable" type:"boolean"` // The MAC Security (MACsec) security keys associated with the LAG. MacSecKeys []*MacSecKey `locationName:"macSecKeys" type:"list"` // The minimum number of physical dedicated connections that must be operational // for the LAG itself to be operational. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical dedicated connections bundled by the LAG, up to a // maximum of 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The ID of the Amazon Web Services account that owns the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the service provider associated with the LAG. ProviderName *string `locationName:"providerName" type:"string"` // The Amazon Web Services Region where the connection is located. Region *string `locationName:"region" type:"string"` // The tags associated with the LAG. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
Information about a link aggregation group (LAG).
func (Lag) GoString ¶ added in v1.6.25
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Lag) SetAllowsHostedConnections ¶ added in v1.6.25
SetAllowsHostedConnections sets the AllowsHostedConnections field's value.
func (*Lag) SetAwsDevice ¶ added in v1.6.25
SetAwsDevice sets the AwsDevice field's value.
func (*Lag) SetAwsDeviceV2 ¶ added in v1.15.1
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*Lag) SetAwsLogicalDeviceId ¶ added in v1.39.6
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*Lag) SetConnections ¶ added in v1.6.25
func (s *Lag) SetConnections(v []*Connection) *Lag
SetConnections sets the Connections field's value.
func (*Lag) SetConnectionsBandwidth ¶ added in v1.6.25
SetConnectionsBandwidth sets the ConnectionsBandwidth field's value.
func (*Lag) SetEncryptionMode ¶ added in v1.38.10
SetEncryptionMode sets the EncryptionMode field's value.
func (*Lag) SetHasLogicalRedundancy ¶ added in v1.15.77
SetHasLogicalRedundancy sets the HasLogicalRedundancy field's value.
func (*Lag) SetJumboFrameCapable ¶ added in v1.15.53
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*Lag) SetLagName ¶ added in v1.6.25
SetLagName sets the LagName field's value.
func (*Lag) SetLagState ¶ added in v1.6.25
SetLagState sets the LagState field's value.
func (*Lag) SetLocation ¶ added in v1.6.25
SetLocation sets the Location field's value.
func (*Lag) SetMacSecCapable ¶ added in v1.38.10
SetMacSecCapable sets the MacSecCapable field's value.
func (*Lag) SetMacSecKeys ¶ added in v1.38.10
SetMacSecKeys sets the MacSecKeys field's value.
func (*Lag) SetMinimumLinks ¶ added in v1.6.25
SetMinimumLinks sets the MinimumLinks field's value.
func (*Lag) SetNumberOfConnections ¶ added in v1.6.25
SetNumberOfConnections sets the NumberOfConnections field's value.
func (*Lag) SetOwnerAccount ¶ added in v1.6.25
SetOwnerAccount sets the OwnerAccount field's value.
func (*Lag) SetProviderName ¶ added in v1.25.7
SetProviderName sets the ProviderName field's value.
type ListVirtualInterfaceTestHistoryInput ¶ added in v1.31.10
type ListVirtualInterfaceTestHistoryInput struct { // The BGP peers that were placed in the DOWN state during the virtual interface // failover test. BgpPeers []*string `locationName:"bgpPeers" type:"list"` // The maximum number of results to return with a single call. To retrieve the // remaining results, make another call with the returned nextToken value. // // If MaxResults is given a value larger than 100, only 100 results are returned. MaxResults *int64 `locationName:"maxResults" type:"integer"` // The token for the next page of results. NextToken *string `locationName:"nextToken" type:"string"` // The status of the virtual interface failover test. Status *string `locationName:"status" type:"string"` // The ID of the virtual interface failover test. TestId *string `locationName:"testId" type:"string"` // The ID of the virtual interface that was tested. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
func (ListVirtualInterfaceTestHistoryInput) GoString ¶ added in v1.31.10
func (s ListVirtualInterfaceTestHistoryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListVirtualInterfaceTestHistoryInput) SetBgpPeers ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetBgpPeers(v []*string) *ListVirtualInterfaceTestHistoryInput
SetBgpPeers sets the BgpPeers field's value.
func (*ListVirtualInterfaceTestHistoryInput) SetMaxResults ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetMaxResults(v int64) *ListVirtualInterfaceTestHistoryInput
SetMaxResults sets the MaxResults field's value.
func (*ListVirtualInterfaceTestHistoryInput) SetNextToken ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetNextToken(v string) *ListVirtualInterfaceTestHistoryInput
SetNextToken sets the NextToken field's value.
func (*ListVirtualInterfaceTestHistoryInput) SetStatus ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetStatus(v string) *ListVirtualInterfaceTestHistoryInput
SetStatus sets the Status field's value.
func (*ListVirtualInterfaceTestHistoryInput) SetTestId ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetTestId(v string) *ListVirtualInterfaceTestHistoryInput
SetTestId sets the TestId field's value.
func (*ListVirtualInterfaceTestHistoryInput) SetVirtualInterfaceId ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryInput) SetVirtualInterfaceId(v string) *ListVirtualInterfaceTestHistoryInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (ListVirtualInterfaceTestHistoryInput) String ¶ added in v1.31.10
func (s ListVirtualInterfaceTestHistoryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListVirtualInterfaceTestHistoryOutput ¶ added in v1.31.10
type ListVirtualInterfaceTestHistoryOutput struct { // The token to use to retrieve the next page of results. This value is null // when there are no more results to return. NextToken *string `locationName:"nextToken" type:"string"` // The ID of the tested virtual interface. VirtualInterfaceTestHistory []*VirtualInterfaceTestHistory `locationName:"virtualInterfaceTestHistory" type:"list"` // contains filtered or unexported fields }
func (ListVirtualInterfaceTestHistoryOutput) GoString ¶ added in v1.31.10
func (s ListVirtualInterfaceTestHistoryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListVirtualInterfaceTestHistoryOutput) SetNextToken ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryOutput) SetNextToken(v string) *ListVirtualInterfaceTestHistoryOutput
SetNextToken sets the NextToken field's value.
func (*ListVirtualInterfaceTestHistoryOutput) SetVirtualInterfaceTestHistory ¶ added in v1.31.10
func (s *ListVirtualInterfaceTestHistoryOutput) SetVirtualInterfaceTestHistory(v []*VirtualInterfaceTestHistory) *ListVirtualInterfaceTestHistoryOutput
SetVirtualInterfaceTestHistory sets the VirtualInterfaceTestHistory field's value.
func (ListVirtualInterfaceTestHistoryOutput) String ¶ added in v1.31.10
func (s ListVirtualInterfaceTestHistoryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Loa ¶ added in v1.2.0
type Loa struct { // The binary contents of the LOA-CFA document. // LoaContent is automatically base64 encoded/decoded by the SDK. LoaContent []byte `locationName:"loaContent" type:"blob"` // The standard media type for the LOA-CFA document. The only supported value // is application/pdf. LoaContentType *string `locationName:"loaContentType" type:"string" enum:"LoaContentType"` // contains filtered or unexported fields }
Information about a Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
func (Loa) GoString ¶ added in v1.2.0
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Loa) SetLoaContent ¶ added in v1.5.0
SetLoaContent sets the LoaContent field's value.
func (*Loa) SetLoaContentType ¶ added in v1.5.0
SetLoaContentType sets the LoaContentType field's value.
type Location ¶
type Location struct { // The available MAC Security (MACsec) port speeds for the location. AvailableMacSecPortSpeeds []*string `locationName:"availableMacSecPortSpeeds" type:"list"` // The available port speeds for the location. AvailablePortSpeeds []*string `locationName:"availablePortSpeeds" type:"list"` // The name of the service provider for the location. AvailableProviders []*string `locationName:"availableProviders" type:"list"` // The code for the location. LocationCode *string `locationName:"locationCode" type:"string"` // The name of the location. This includes the name of the colocation partner // and the physical site of the building. LocationName *string `locationName:"locationName" type:"string"` // The Amazon Web Services Region for the location. Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Information about an Direct Connect location.
func (Location) GoString ¶ added in v0.6.5
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Location) SetAvailableMacSecPortSpeeds ¶ added in v1.38.10
SetAvailableMacSecPortSpeeds sets the AvailableMacSecPortSpeeds field's value.
func (*Location) SetAvailablePortSpeeds ¶ added in v1.17.12
SetAvailablePortSpeeds sets the AvailablePortSpeeds field's value.
func (*Location) SetAvailableProviders ¶ added in v1.25.7
SetAvailableProviders sets the AvailableProviders field's value.
func (*Location) SetLocationCode ¶ added in v1.5.0
SetLocationCode sets the LocationCode field's value.
func (*Location) SetLocationName ¶ added in v1.5.0
SetLocationName sets the LocationName field's value.
type MacSecKey ¶ added in v1.38.10
type MacSecKey struct { // The Connection Key Name (CKN) for the MAC Security secret key. Ckn *string `locationName:"ckn" type:"string"` // The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key. SecretARN *string `locationName:"secretARN" type:"string"` // The date that the MAC Security (MACsec) secret key takes effect. The value // is displayed in UTC format. StartOn *string `locationName:"startOn" type:"string"` // The state of the MAC Security (MACsec) secret key. // // The possible values are: // // * associating: The MAC Security (MACsec) secret key is being validated // and not yet associated with the connection or LAG. // // * associated: The MAC Security (MACsec) secret key is validated and associated // with the connection or LAG. // // * disassociating: The MAC Security (MACsec) secret key is being disassociated // from the connection or LAG // // * disassociated: The MAC Security (MACsec) secret key is no longer associated // with the connection or LAG. State *string `locationName:"state" type:"string"` // contains filtered or unexported fields }
Information about the MAC Security (MACsec) secret key.
func (MacSecKey) GoString ¶ added in v1.38.10
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MacSecKey) SetSecretARN ¶ added in v1.38.10
SetSecretARN sets the SecretARN field's value.
func (*MacSecKey) SetStartOn ¶ added in v1.38.10
SetStartOn sets the StartOn field's value.
type NewBGPPeer ¶ added in v1.5.13
type NewBGPPeer struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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.
func (NewBGPPeer) GoString ¶ added in v1.5.13
func (s NewBGPPeer) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewBGPPeer) SetAddressFamily ¶ added in v1.5.13
func (s *NewBGPPeer) SetAddressFamily(v string) *NewBGPPeer
SetAddressFamily sets the AddressFamily field's value.
func (*NewBGPPeer) SetAmazonAddress ¶ added in v1.5.13
func (s *NewBGPPeer) SetAmazonAddress(v string) *NewBGPPeer
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewBGPPeer) SetAsn ¶ added in v1.5.13
func (s *NewBGPPeer) SetAsn(v int64) *NewBGPPeer
SetAsn sets the Asn field's value.
func (*NewBGPPeer) SetAuthKey ¶ added in v1.5.13
func (s *NewBGPPeer) SetAuthKey(v string) *NewBGPPeer
SetAuthKey sets the AuthKey field's value.
func (*NewBGPPeer) SetCustomerAddress ¶ added in v1.5.13
func (s *NewBGPPeer) SetCustomerAddress(v string) *NewBGPPeer
SetCustomerAddress sets the CustomerAddress field's value.
func (NewBGPPeer) String ¶ added in v1.5.13
func (s NewBGPPeer) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NewPrivateVirtualInterface ¶
type NewPrivateVirtualInterface struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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"` // Indicates whether to enable or disable SiteLink. EnableSiteLink *bool `locationName:"enableSiteLink" type:"boolean"` // 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 tags associated with the private virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The ID of the virtual private gateway. VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). // // 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.
func (NewPrivateVirtualInterface) GoString ¶ added in v0.6.5
func (s NewPrivateVirtualInterface) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPrivateVirtualInterface) SetAddressFamily ¶ added in v1.5.13
func (s *NewPrivateVirtualInterface) SetAddressFamily(v string) *NewPrivateVirtualInterface
SetAddressFamily sets the AddressFamily field's value.
func (*NewPrivateVirtualInterface) SetAmazonAddress ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetAmazonAddress(v string) *NewPrivateVirtualInterface
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewPrivateVirtualInterface) SetAsn ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetAsn(v int64) *NewPrivateVirtualInterface
SetAsn sets the Asn field's value.
func (*NewPrivateVirtualInterface) SetAuthKey ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetAuthKey(v string) *NewPrivateVirtualInterface
SetAuthKey sets the AuthKey field's value.
func (*NewPrivateVirtualInterface) SetCustomerAddress ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetCustomerAddress(v string) *NewPrivateVirtualInterface
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewPrivateVirtualInterface) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *NewPrivateVirtualInterface) SetDirectConnectGatewayId(v string) *NewPrivateVirtualInterface
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*NewPrivateVirtualInterface) SetEnableSiteLink ¶ added in v1.42.17
func (s *NewPrivateVirtualInterface) SetEnableSiteLink(v bool) *NewPrivateVirtualInterface
SetEnableSiteLink sets the EnableSiteLink field's value.
func (*NewPrivateVirtualInterface) SetMtu ¶ added in v1.15.53
func (s *NewPrivateVirtualInterface) SetMtu(v int64) *NewPrivateVirtualInterface
SetMtu sets the Mtu field's value.
func (*NewPrivateVirtualInterface) SetTags ¶ added in v1.20.11
func (s *NewPrivateVirtualInterface) SetTags(v []*Tag) *NewPrivateVirtualInterface
SetTags sets the Tags field's value.
func (*NewPrivateVirtualInterface) SetVirtualGatewayId ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetVirtualGatewayId(v string) *NewPrivateVirtualInterface
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*NewPrivateVirtualInterface) SetVirtualInterfaceName ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetVirtualInterfaceName(v string) *NewPrivateVirtualInterface
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewPrivateVirtualInterface) SetVlan ¶ added in v1.5.0
func (s *NewPrivateVirtualInterface) SetVlan(v int64) *NewPrivateVirtualInterface
SetVlan sets the Vlan field's value.
func (NewPrivateVirtualInterface) String ¶ added in v0.6.5
func (s NewPrivateVirtualInterface) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPrivateVirtualInterface) Validate ¶ added in v1.1.21
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 *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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 tags associated with the private virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). // // 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.
func (NewPrivateVirtualInterfaceAllocation) GoString ¶ added in v0.6.5
func (s NewPrivateVirtualInterfaceAllocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPrivateVirtualInterfaceAllocation) SetAddressFamily ¶ added in v1.5.13
func (s *NewPrivateVirtualInterfaceAllocation) SetAddressFamily(v string) *NewPrivateVirtualInterfaceAllocation
SetAddressFamily sets the AddressFamily field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetAmazonAddress ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewPrivateVirtualInterfaceAllocation
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetAsn ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetAsn(v int64) *NewPrivateVirtualInterfaceAllocation
SetAsn sets the Asn field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetAuthKey ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetAuthKey(v string) *NewPrivateVirtualInterfaceAllocation
SetAuthKey sets the AuthKey field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetCustomerAddress ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewPrivateVirtualInterfaceAllocation
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetMtu ¶ added in v1.15.53
func (s *NewPrivateVirtualInterfaceAllocation) SetMtu(v int64) *NewPrivateVirtualInterfaceAllocation
SetMtu sets the Mtu field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetTags ¶ added in v1.20.11
func (s *NewPrivateVirtualInterfaceAllocation) SetTags(v []*Tag) *NewPrivateVirtualInterfaceAllocation
SetTags sets the Tags field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetVirtualInterfaceName ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewPrivateVirtualInterfaceAllocation
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewPrivateVirtualInterfaceAllocation) SetVlan ¶ added in v1.5.0
func (s *NewPrivateVirtualInterfaceAllocation) SetVlan(v int64) *NewPrivateVirtualInterfaceAllocation
SetVlan sets the Vlan field's value.
func (NewPrivateVirtualInterfaceAllocation) String ¶ added in v0.6.5
func (s NewPrivateVirtualInterfaceAllocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPrivateVirtualInterfaceAllocation) Validate ¶ added in v1.1.21
func (s *NewPrivateVirtualInterfaceAllocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewPublicVirtualInterface ¶
type NewPublicVirtualInterface struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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 Amazon Web Services network in this Region. // Applies to public virtual interfaces. RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The tags associated with the public virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). // // 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.
func (NewPublicVirtualInterface) GoString ¶ added in v0.6.5
func (s NewPublicVirtualInterface) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPublicVirtualInterface) SetAddressFamily ¶ added in v1.5.13
func (s *NewPublicVirtualInterface) SetAddressFamily(v string) *NewPublicVirtualInterface
SetAddressFamily sets the AddressFamily field's value.
func (*NewPublicVirtualInterface) SetAmazonAddress ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetAmazonAddress(v string) *NewPublicVirtualInterface
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewPublicVirtualInterface) SetAsn ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetAsn(v int64) *NewPublicVirtualInterface
SetAsn sets the Asn field's value.
func (*NewPublicVirtualInterface) SetAuthKey ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetAuthKey(v string) *NewPublicVirtualInterface
SetAuthKey sets the AuthKey field's value.
func (*NewPublicVirtualInterface) SetCustomerAddress ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetCustomerAddress(v string) *NewPublicVirtualInterface
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewPublicVirtualInterface) SetRouteFilterPrefixes ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *NewPublicVirtualInterface
SetRouteFilterPrefixes sets the RouteFilterPrefixes field's value.
func (*NewPublicVirtualInterface) SetTags ¶ added in v1.20.11
func (s *NewPublicVirtualInterface) SetTags(v []*Tag) *NewPublicVirtualInterface
SetTags sets the Tags field's value.
func (*NewPublicVirtualInterface) SetVirtualInterfaceName ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetVirtualInterfaceName(v string) *NewPublicVirtualInterface
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewPublicVirtualInterface) SetVlan ¶ added in v1.5.0
func (s *NewPublicVirtualInterface) SetVlan(v int64) *NewPublicVirtualInterface
SetVlan sets the Vlan field's value.
func (NewPublicVirtualInterface) String ¶ added in v0.6.5
func (s NewPublicVirtualInterface) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPublicVirtualInterface) Validate ¶ added in v1.1.21
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 *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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 Amazon Web Services network in this Region. // Applies to public virtual interfaces. RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The tags associated with the public virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). // // 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.
func (NewPublicVirtualInterfaceAllocation) GoString ¶ added in v0.6.5
func (s NewPublicVirtualInterfaceAllocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPublicVirtualInterfaceAllocation) SetAddressFamily ¶ added in v1.5.13
func (s *NewPublicVirtualInterfaceAllocation) SetAddressFamily(v string) *NewPublicVirtualInterfaceAllocation
SetAddressFamily sets the AddressFamily field's value.
func (*NewPublicVirtualInterfaceAllocation) SetAmazonAddress ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewPublicVirtualInterfaceAllocation
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewPublicVirtualInterfaceAllocation) SetAsn ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetAsn(v int64) *NewPublicVirtualInterfaceAllocation
SetAsn sets the Asn field's value.
func (*NewPublicVirtualInterfaceAllocation) SetAuthKey ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetAuthKey(v string) *NewPublicVirtualInterfaceAllocation
SetAuthKey sets the AuthKey field's value.
func (*NewPublicVirtualInterfaceAllocation) SetCustomerAddress ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewPublicVirtualInterfaceAllocation
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewPublicVirtualInterfaceAllocation) SetRouteFilterPrefixes ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *NewPublicVirtualInterfaceAllocation
SetRouteFilterPrefixes sets the RouteFilterPrefixes field's value.
func (*NewPublicVirtualInterfaceAllocation) SetTags ¶ added in v1.20.11
func (s *NewPublicVirtualInterfaceAllocation) SetTags(v []*Tag) *NewPublicVirtualInterfaceAllocation
SetTags sets the Tags field's value.
func (*NewPublicVirtualInterfaceAllocation) SetVirtualInterfaceName ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewPublicVirtualInterfaceAllocation
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewPublicVirtualInterfaceAllocation) SetVlan ¶ added in v1.5.0
func (s *NewPublicVirtualInterfaceAllocation) SetVlan(v int64) *NewPublicVirtualInterfaceAllocation
SetVlan sets the Vlan field's value.
func (NewPublicVirtualInterfaceAllocation) String ¶ added in v0.6.5
func (s NewPublicVirtualInterfaceAllocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewPublicVirtualInterfaceAllocation) Validate ¶ added in v1.1.21
func (s *NewPublicVirtualInterfaceAllocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewTransitVirtualInterface ¶ added in v1.19.21
type NewTransitVirtualInterface struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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"` // Indicates whether to enable or disable SiteLink. EnableSiteLink *bool `locationName:"enableSiteLink" type:"boolean"` // 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 tags associated with the transitive virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a transit virtual interface.
func (NewTransitVirtualInterface) GoString ¶ added in v1.19.21
func (s NewTransitVirtualInterface) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewTransitVirtualInterface) SetAddressFamily ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetAddressFamily(v string) *NewTransitVirtualInterface
SetAddressFamily sets the AddressFamily field's value.
func (*NewTransitVirtualInterface) SetAmazonAddress ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetAmazonAddress(v string) *NewTransitVirtualInterface
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewTransitVirtualInterface) SetAsn ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetAsn(v int64) *NewTransitVirtualInterface
SetAsn sets the Asn field's value.
func (*NewTransitVirtualInterface) SetAuthKey ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetAuthKey(v string) *NewTransitVirtualInterface
SetAuthKey sets the AuthKey field's value.
func (*NewTransitVirtualInterface) SetCustomerAddress ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetCustomerAddress(v string) *NewTransitVirtualInterface
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewTransitVirtualInterface) SetDirectConnectGatewayId ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetDirectConnectGatewayId(v string) *NewTransitVirtualInterface
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*NewTransitVirtualInterface) SetEnableSiteLink ¶ added in v1.42.17
func (s *NewTransitVirtualInterface) SetEnableSiteLink(v bool) *NewTransitVirtualInterface
SetEnableSiteLink sets the EnableSiteLink field's value.
func (*NewTransitVirtualInterface) SetMtu ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetMtu(v int64) *NewTransitVirtualInterface
SetMtu sets the Mtu field's value.
func (*NewTransitVirtualInterface) SetTags ¶ added in v1.20.11
func (s *NewTransitVirtualInterface) SetTags(v []*Tag) *NewTransitVirtualInterface
SetTags sets the Tags field's value.
func (*NewTransitVirtualInterface) SetVirtualInterfaceName ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetVirtualInterfaceName(v string) *NewTransitVirtualInterface
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewTransitVirtualInterface) SetVlan ¶ added in v1.19.21
func (s *NewTransitVirtualInterface) SetVlan(v int64) *NewTransitVirtualInterface
SetVlan sets the Vlan field's value.
func (NewTransitVirtualInterface) String ¶ added in v1.19.21
func (s NewTransitVirtualInterface) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewTransitVirtualInterface) Validate ¶ added in v1.20.11
func (s *NewTransitVirtualInterface) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NewTransitVirtualInterfaceAllocation ¶ added in v1.19.21
type NewTransitVirtualInterfaceAllocation struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. 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 tags associated with the transitive virtual interface. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The name of the virtual interface assigned by the customer network. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about a transit virtual interface to be provisioned on a connection.
func (NewTransitVirtualInterfaceAllocation) GoString ¶ added in v1.19.21
func (s NewTransitVirtualInterfaceAllocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewTransitVirtualInterfaceAllocation) SetAddressFamily ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetAddressFamily(v string) *NewTransitVirtualInterfaceAllocation
SetAddressFamily sets the AddressFamily field's value.
func (*NewTransitVirtualInterfaceAllocation) SetAmazonAddress ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetAmazonAddress(v string) *NewTransitVirtualInterfaceAllocation
SetAmazonAddress sets the AmazonAddress field's value.
func (*NewTransitVirtualInterfaceAllocation) SetAsn ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetAsn(v int64) *NewTransitVirtualInterfaceAllocation
SetAsn sets the Asn field's value.
func (*NewTransitVirtualInterfaceAllocation) SetAuthKey ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetAuthKey(v string) *NewTransitVirtualInterfaceAllocation
SetAuthKey sets the AuthKey field's value.
func (*NewTransitVirtualInterfaceAllocation) SetCustomerAddress ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetCustomerAddress(v string) *NewTransitVirtualInterfaceAllocation
SetCustomerAddress sets the CustomerAddress field's value.
func (*NewTransitVirtualInterfaceAllocation) SetMtu ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetMtu(v int64) *NewTransitVirtualInterfaceAllocation
SetMtu sets the Mtu field's value.
func (*NewTransitVirtualInterfaceAllocation) SetTags ¶ added in v1.20.11
func (s *NewTransitVirtualInterfaceAllocation) SetTags(v []*Tag) *NewTransitVirtualInterfaceAllocation
SetTags sets the Tags field's value.
func (*NewTransitVirtualInterfaceAllocation) SetVirtualInterfaceName ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetVirtualInterfaceName(v string) *NewTransitVirtualInterfaceAllocation
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*NewTransitVirtualInterfaceAllocation) SetVlan ¶ added in v1.19.21
func (s *NewTransitVirtualInterfaceAllocation) SetVlan(v int64) *NewTransitVirtualInterfaceAllocation
SetVlan sets the Vlan field's value.
func (NewTransitVirtualInterfaceAllocation) String ¶ added in v1.19.21
func (s NewTransitVirtualInterfaceAllocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NewTransitVirtualInterfaceAllocation) Validate ¶ added in v1.20.11
func (s *NewTransitVirtualInterfaceAllocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceTag ¶ added in v1.5.2
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 Direct Connect resource.
func (ResourceTag) GoString ¶ added in v1.5.2
func (s ResourceTag) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceTag) SetResourceArn ¶ added in v1.5.2
func (s *ResourceTag) SetResourceArn(v string) *ResourceTag
SetResourceArn sets the ResourceArn field's value.
func (*ResourceTag) SetTags ¶ added in v1.5.2
func (s *ResourceTag) SetTags(v []*Tag) *ResourceTag
SetTags sets the Tags field's value.
func (ResourceTag) String ¶ added in v1.5.2
func (s ResourceTag) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
func (RouteFilterPrefix) GoString ¶ added in v0.6.5
func (s RouteFilterPrefix) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RouteFilterPrefix) SetCidr ¶ added in v1.5.0
func (s *RouteFilterPrefix) SetCidr(v string) *RouteFilterPrefix
SetCidr sets the Cidr field's value.
func (RouteFilterPrefix) String ¶ added in v0.6.5
func (s RouteFilterPrefix) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RouterType ¶ added in v1.41.7
type RouterType struct { // The virtual interface router platform. Platform *string `locationName:"platform" type:"string"` // Identifies the router by a combination of vendor, platform, and software // version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124. RouterTypeIdentifier *string `locationName:"routerTypeIdentifier" type:"string"` // The router software. Software *string `locationName:"software" type:"string"` // The vendor for the virtual interface's router. Vendor *string `locationName:"vendor" type:"string"` // The template for the virtual interface's router. XsltTemplateName *string `locationName:"xsltTemplateName" type:"string"` // The MAC Security (MACsec) template for the virtual interface's router. XsltTemplateNameForMacSec *string `locationName:"xsltTemplateNameForMacSec" type:"string"` // contains filtered or unexported fields }
Information about the virtual router.
func (RouterType) GoString ¶ added in v1.41.7
func (s RouterType) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RouterType) SetPlatform ¶ added in v1.41.7
func (s *RouterType) SetPlatform(v string) *RouterType
SetPlatform sets the Platform field's value.
func (*RouterType) SetRouterTypeIdentifier ¶ added in v1.41.7
func (s *RouterType) SetRouterTypeIdentifier(v string) *RouterType
SetRouterTypeIdentifier sets the RouterTypeIdentifier field's value.
func (*RouterType) SetSoftware ¶ added in v1.41.7
func (s *RouterType) SetSoftware(v string) *RouterType
SetSoftware sets the Software field's value.
func (*RouterType) SetVendor ¶ added in v1.41.7
func (s *RouterType) SetVendor(v string) *RouterType
SetVendor sets the Vendor field's value.
func (*RouterType) SetXsltTemplateName ¶ added in v1.41.7
func (s *RouterType) SetXsltTemplateName(v string) *RouterType
SetXsltTemplateName sets the XsltTemplateName field's value.
func (*RouterType) SetXsltTemplateNameForMacSec ¶ added in v1.41.7
func (s *RouterType) SetXsltTemplateNameForMacSec(v string) *RouterType
SetXsltTemplateNameForMacSec sets the XsltTemplateNameForMacSec field's value.
func (RouterType) String ¶ added in v1.41.7
func (s RouterType) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServerException ¶ added in v1.28.0
type ServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A server-side error occurred.
func (*ServerException) Code ¶ added in v1.28.0
func (s *ServerException) Code() string
Code returns the exception type name.
func (*ServerException) Error ¶ added in v1.28.0
func (s *ServerException) Error() string
func (ServerException) GoString ¶ added in v1.28.0
func (s ServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServerException) Message ¶ added in v1.28.0
func (s *ServerException) Message() string
Message returns the exception's message.
func (*ServerException) OrigErr ¶ added in v1.28.0
func (s *ServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServerException) RequestID ¶ added in v1.28.0
func (s *ServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServerException) StatusCode ¶ added in v1.28.0
func (s *ServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServerException) String ¶ added in v1.28.0
func (s ServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartBgpFailoverTestInput ¶ added in v1.31.10
type StartBgpFailoverTestInput struct { // The BGP peers to place in the DOWN state. BgpPeers []*string `locationName:"bgpPeers" type:"list"` // The time in minutes that the virtual interface failover test will last. // // Maximum value: 180 minutes (3 hours). // // Default: 180 minutes (3 hours). TestDurationInMinutes *int64 `locationName:"testDurationInMinutes" type:"integer"` // The ID of the virtual interface you want to test. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartBgpFailoverTestInput) GoString ¶ added in v1.31.10
func (s StartBgpFailoverTestInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBgpFailoverTestInput) SetBgpPeers ¶ added in v1.31.10
func (s *StartBgpFailoverTestInput) SetBgpPeers(v []*string) *StartBgpFailoverTestInput
SetBgpPeers sets the BgpPeers field's value.
func (*StartBgpFailoverTestInput) SetTestDurationInMinutes ¶ added in v1.31.10
func (s *StartBgpFailoverTestInput) SetTestDurationInMinutes(v int64) *StartBgpFailoverTestInput
SetTestDurationInMinutes sets the TestDurationInMinutes field's value.
func (*StartBgpFailoverTestInput) SetVirtualInterfaceId ¶ added in v1.31.10
func (s *StartBgpFailoverTestInput) SetVirtualInterfaceId(v string) *StartBgpFailoverTestInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (StartBgpFailoverTestInput) String ¶ added in v1.31.10
func (s StartBgpFailoverTestInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBgpFailoverTestInput) Validate ¶ added in v1.31.10
func (s *StartBgpFailoverTestInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartBgpFailoverTestOutput ¶ added in v1.31.10
type StartBgpFailoverTestOutput struct { // Information about the virtual interface failover test. VirtualInterfaceTest *VirtualInterfaceTestHistory `locationName:"virtualInterfaceTest" type:"structure"` // contains filtered or unexported fields }
func (StartBgpFailoverTestOutput) GoString ¶ added in v1.31.10
func (s StartBgpFailoverTestOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartBgpFailoverTestOutput) SetVirtualInterfaceTest ¶ added in v1.31.10
func (s *StartBgpFailoverTestOutput) SetVirtualInterfaceTest(v *VirtualInterfaceTestHistory) *StartBgpFailoverTestOutput
SetVirtualInterfaceTest sets the VirtualInterfaceTest field's value.
func (StartBgpFailoverTestOutput) String ¶ added in v1.31.10
func (s StartBgpFailoverTestOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StopBgpFailoverTestInput ¶ added in v1.31.10
type StopBgpFailoverTestInput struct { // The ID of the virtual interface you no longer want to test. // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
func (StopBgpFailoverTestInput) GoString ¶ added in v1.31.10
func (s StopBgpFailoverTestInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopBgpFailoverTestInput) SetVirtualInterfaceId ¶ added in v1.31.10
func (s *StopBgpFailoverTestInput) SetVirtualInterfaceId(v string) *StopBgpFailoverTestInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (StopBgpFailoverTestInput) String ¶ added in v1.31.10
func (s StopBgpFailoverTestInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopBgpFailoverTestInput) Validate ¶ added in v1.31.10
func (s *StopBgpFailoverTestInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopBgpFailoverTestOutput ¶ added in v1.31.10
type StopBgpFailoverTestOutput struct { // Information about the virtual interface failover test. VirtualInterfaceTest *VirtualInterfaceTestHistory `locationName:"virtualInterfaceTest" type:"structure"` // contains filtered or unexported fields }
func (StopBgpFailoverTestOutput) GoString ¶ added in v1.31.10
func (s StopBgpFailoverTestOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StopBgpFailoverTestOutput) SetVirtualInterfaceTest ¶ added in v1.31.10
func (s *StopBgpFailoverTestOutput) SetVirtualInterfaceTest(v *VirtualInterfaceTestHistory) *StopBgpFailoverTestOutput
SetVirtualInterfaceTest sets the VirtualInterfaceTest field's value.
func (StopBgpFailoverTestOutput) String ¶ added in v1.31.10
func (s StopBgpFailoverTestOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶ added in v1.5.2
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.
func (Tag) GoString ¶ added in v1.5.2
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput ¶ added in v1.5.2
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 }
func (TagResourceInput) GoString ¶ added in v1.5.2
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.5.2
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶ added in v1.5.2
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶ added in v1.5.2
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.5.2
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.5.2
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.5.2
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.5.2
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TooManyTagsException ¶ added in v1.28.0
type TooManyTagsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You have reached the limit on the number of tags that can be assigned.
func (*TooManyTagsException) Code ¶ added in v1.28.0
func (s *TooManyTagsException) Code() string
Code returns the exception type name.
func (*TooManyTagsException) Error ¶ added in v1.28.0
func (s *TooManyTagsException) Error() string
func (TooManyTagsException) GoString ¶ added in v1.28.0
func (s TooManyTagsException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TooManyTagsException) Message ¶ added in v1.28.0
func (s *TooManyTagsException) Message() string
Message returns the exception's message.
func (*TooManyTagsException) OrigErr ¶ added in v1.28.0
func (s *TooManyTagsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*TooManyTagsException) RequestID ¶ added in v1.28.0
func (s *TooManyTagsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*TooManyTagsException) StatusCode ¶ added in v1.28.0
func (s *TooManyTagsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (TooManyTagsException) String ¶ added in v1.28.0
func (s TooManyTagsException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.5.2
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 }
func (UntagResourceInput) GoString ¶ added in v1.5.2
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.5.2
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶ added in v1.5.2
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.5.2
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.5.2
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.5.2
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.5.2
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.5.2
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateConnectionInput ¶ added in v1.38.10
type UpdateConnectionInput struct { // The ID of the dedicated connection. // // You can use DescribeConnections to retrieve the connection ID. // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // The connection MAC Security (MACsec) encryption mode. // // The valid values are no_encrypt, should_encrypt, and must_encrypt. EncryptionMode *string `locationName:"encryptionMode" type:"string"` // contains filtered or unexported fields }
func (UpdateConnectionInput) GoString ¶ added in v1.38.10
func (s UpdateConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConnectionInput) SetConnectionId ¶ added in v1.38.10
func (s *UpdateConnectionInput) SetConnectionId(v string) *UpdateConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (*UpdateConnectionInput) SetConnectionName ¶ added in v1.38.10
func (s *UpdateConnectionInput) SetConnectionName(v string) *UpdateConnectionInput
SetConnectionName sets the ConnectionName field's value.
func (*UpdateConnectionInput) SetEncryptionMode ¶ added in v1.38.10
func (s *UpdateConnectionInput) SetEncryptionMode(v string) *UpdateConnectionInput
SetEncryptionMode sets the EncryptionMode field's value.
func (UpdateConnectionInput) String ¶ added in v1.38.10
func (s UpdateConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConnectionInput) Validate ¶ added in v1.38.10
func (s *UpdateConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateConnectionOutput ¶ added in v1.38.10
type UpdateConnectionOutput struct { // The Direct Connect endpoint on which the physical connection terminates. AwsDevice *string `locationName:"awsDevice" deprecated:"true" type:"string"` // The Direct Connect endpoint that terminates the physical connection. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" type:"string"` // The bandwidth of the connection. Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. ConnectionName *string `locationName:"connectionName" type:"string"` // The state of the connection. The following are the possible values: // // * ordering: The initial state of a hosted connection provisioned on an // interconnect. The connection stays in the ordering state until the owner // of the hosted connection confirms or declines the connection order. // // * requested: The initial state of a standard connection. The connection // stays in the requested state until the Letter of Authorization (LOA) is // sent to the customer. // // * pending: The connection has been approved and is being initialized. // // * available: The network link is up and the connection is ready for use. // // * down: The network link is down. // // * deleting: The connection is being deleted. // // * deleted: The connection has been deleted. // // * rejected: A hosted connection in the ordering state enters the rejected // state if it is deleted by the customer. // // * unknown: The state of the connection is not available. ConnectionState *string `locationName:"connectionState" type:"string" enum:"ConnectionState"` // The MAC Security (MACsec) connection encryption mode. // // The valid values are no_encrypt, should_encrypt, and must_encrypt. EncryptionMode *string `locationName:"encryptionMode" type:"string"` // Indicates whether the connection supports a secondary BGP peer in the same // address family (IPv4/IPv6). HasLogicalRedundancy *string `locationName:"hasLogicalRedundancy" type:"string" enum:"HasLogicalRedundancy"` // 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"` // The location of the connection. Location *string `locationName:"location" type:"string"` // Indicates whether the connection supports MAC Security (MACsec). MacSecCapable *bool `locationName:"macSecCapable" type:"boolean"` // The MAC Security (MACsec) security keys associated with the connection. MacSecKeys []*MacSecKey `locationName:"macSecKeys" type:"list"` // The ID of the Amazon Web Services account that owns the connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The MAC Security (MACsec) port link status of the connection. // // The valid values are Encryption Up, which means that there is an active Connection // Key Name, or Encryption Down. PortEncryptionStatus *string `locationName:"portEncryptionStatus" type:"string"` // The name of the service provider associated with the connection. ProviderName *string `locationName:"providerName" type:"string"` // The Amazon Web Services Region where the connection is located. Region *string `locationName:"region" type:"string"` // The tags associated with the connection. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // The ID of the VLAN. Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
Information about an Direct Connect connection.
func (UpdateConnectionOutput) GoString ¶ added in v1.38.10
func (s UpdateConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateConnectionOutput) SetAwsDevice ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetAwsDevice(v string) *UpdateConnectionOutput
SetAwsDevice sets the AwsDevice field's value.
func (*UpdateConnectionOutput) SetAwsDeviceV2 ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetAwsDeviceV2(v string) *UpdateConnectionOutput
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*UpdateConnectionOutput) SetAwsLogicalDeviceId ¶ added in v1.39.6
func (s *UpdateConnectionOutput) SetAwsLogicalDeviceId(v string) *UpdateConnectionOutput
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*UpdateConnectionOutput) SetBandwidth ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetBandwidth(v string) *UpdateConnectionOutput
SetBandwidth sets the Bandwidth field's value.
func (*UpdateConnectionOutput) SetConnectionId ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetConnectionId(v string) *UpdateConnectionOutput
SetConnectionId sets the ConnectionId field's value.
func (*UpdateConnectionOutput) SetConnectionName ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetConnectionName(v string) *UpdateConnectionOutput
SetConnectionName sets the ConnectionName field's value.
func (*UpdateConnectionOutput) SetConnectionState ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetConnectionState(v string) *UpdateConnectionOutput
SetConnectionState sets the ConnectionState field's value.
func (*UpdateConnectionOutput) SetEncryptionMode ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetEncryptionMode(v string) *UpdateConnectionOutput
SetEncryptionMode sets the EncryptionMode field's value.
func (*UpdateConnectionOutput) SetHasLogicalRedundancy ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetHasLogicalRedundancy(v string) *UpdateConnectionOutput
SetHasLogicalRedundancy sets the HasLogicalRedundancy field's value.
func (*UpdateConnectionOutput) SetJumboFrameCapable ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetJumboFrameCapable(v bool) *UpdateConnectionOutput
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*UpdateConnectionOutput) SetLagId ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetLagId(v string) *UpdateConnectionOutput
SetLagId sets the LagId field's value.
func (*UpdateConnectionOutput) SetLoaIssueTime ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetLoaIssueTime(v time.Time) *UpdateConnectionOutput
SetLoaIssueTime sets the LoaIssueTime field's value.
func (*UpdateConnectionOutput) SetLocation ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetLocation(v string) *UpdateConnectionOutput
SetLocation sets the Location field's value.
func (*UpdateConnectionOutput) SetMacSecCapable ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetMacSecCapable(v bool) *UpdateConnectionOutput
SetMacSecCapable sets the MacSecCapable field's value.
func (*UpdateConnectionOutput) SetMacSecKeys ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetMacSecKeys(v []*MacSecKey) *UpdateConnectionOutput
SetMacSecKeys sets the MacSecKeys field's value.
func (*UpdateConnectionOutput) SetOwnerAccount ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetOwnerAccount(v string) *UpdateConnectionOutput
SetOwnerAccount sets the OwnerAccount field's value.
func (*UpdateConnectionOutput) SetPartnerName ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetPartnerName(v string) *UpdateConnectionOutput
SetPartnerName sets the PartnerName field's value.
func (*UpdateConnectionOutput) SetPortEncryptionStatus ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetPortEncryptionStatus(v string) *UpdateConnectionOutput
SetPortEncryptionStatus sets the PortEncryptionStatus field's value.
func (*UpdateConnectionOutput) SetProviderName ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetProviderName(v string) *UpdateConnectionOutput
SetProviderName sets the ProviderName field's value.
func (*UpdateConnectionOutput) SetRegion ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetRegion(v string) *UpdateConnectionOutput
SetRegion sets the Region field's value.
func (*UpdateConnectionOutput) SetTags ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetTags(v []*Tag) *UpdateConnectionOutput
SetTags sets the Tags field's value.
func (*UpdateConnectionOutput) SetVlan ¶ added in v1.38.10
func (s *UpdateConnectionOutput) SetVlan(v int64) *UpdateConnectionOutput
SetVlan sets the Vlan field's value.
func (UpdateConnectionOutput) String ¶ added in v1.38.10
func (s UpdateConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDirectConnectGatewayAssociationInput ¶ added in v1.19.4
type UpdateDirectConnectGatewayAssociationInput struct { // The Amazon VPC prefixes to advertise to the Direct Connect gateway. AddAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"addAllowedPrefixesToDirectConnectGateway" type:"list"` // The ID of the Direct Connect gateway association. AssociationId *string `locationName:"associationId" type:"string"` // The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway. RemoveAllowedPrefixesToDirectConnectGateway []*RouteFilterPrefix `locationName:"removeAllowedPrefixesToDirectConnectGateway" type:"list"` // contains filtered or unexported fields }
func (UpdateDirectConnectGatewayAssociationInput) GoString ¶ added in v1.19.4
func (s UpdateDirectConnectGatewayAssociationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *UpdateDirectConnectGatewayAssociationInput) SetAddAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *UpdateDirectConnectGatewayAssociationInput
SetAddAllowedPrefixesToDirectConnectGateway sets the AddAllowedPrefixesToDirectConnectGateway field's value.
func (*UpdateDirectConnectGatewayAssociationInput) SetAssociationId ¶ added in v1.19.4
func (s *UpdateDirectConnectGatewayAssociationInput) SetAssociationId(v string) *UpdateDirectConnectGatewayAssociationInput
SetAssociationId sets the AssociationId field's value.
func (*UpdateDirectConnectGatewayAssociationInput) SetRemoveAllowedPrefixesToDirectConnectGateway ¶ added in v1.19.4
func (s *UpdateDirectConnectGatewayAssociationInput) SetRemoveAllowedPrefixesToDirectConnectGateway(v []*RouteFilterPrefix) *UpdateDirectConnectGatewayAssociationInput
SetRemoveAllowedPrefixesToDirectConnectGateway sets the RemoveAllowedPrefixesToDirectConnectGateway field's value.
func (UpdateDirectConnectGatewayAssociationInput) String ¶ added in v1.19.4
func (s UpdateDirectConnectGatewayAssociationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDirectConnectGatewayAssociationOutput ¶ added in v1.19.4
type UpdateDirectConnectGatewayAssociationOutput struct { // Information about an association between a Direct Connect gateway and a virtual // private gateway or transit gateway. DirectConnectGatewayAssociation *GatewayAssociation `locationName:"directConnectGatewayAssociation" type:"structure"` // contains filtered or unexported fields }
func (UpdateDirectConnectGatewayAssociationOutput) GoString ¶ added in v1.19.4
func (s UpdateDirectConnectGatewayAssociationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation ¶ added in v1.19.4
func (s *UpdateDirectConnectGatewayAssociationOutput) SetDirectConnectGatewayAssociation(v *GatewayAssociation) *UpdateDirectConnectGatewayAssociationOutput
SetDirectConnectGatewayAssociation sets the DirectConnectGatewayAssociation field's value.
func (UpdateDirectConnectGatewayAssociationOutput) String ¶ added in v1.19.4
func (s UpdateDirectConnectGatewayAssociationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDirectConnectGatewayInput ¶ added in v1.41.7
type UpdateDirectConnectGatewayInput struct { // The ID of the Direct Connect gateway to update. // // DirectConnectGatewayId is a required field DirectConnectGatewayId *string `locationName:"directConnectGatewayId" type:"string" required:"true"` // The new name for the Direct Connect gateway. // // NewDirectConnectGatewayName is a required field NewDirectConnectGatewayName *string `locationName:"newDirectConnectGatewayName" type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateDirectConnectGatewayInput) GoString ¶ added in v1.41.7
func (s UpdateDirectConnectGatewayInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDirectConnectGatewayInput) SetDirectConnectGatewayId ¶ added in v1.41.7
func (s *UpdateDirectConnectGatewayInput) SetDirectConnectGatewayId(v string) *UpdateDirectConnectGatewayInput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*UpdateDirectConnectGatewayInput) SetNewDirectConnectGatewayName ¶ added in v1.41.7
func (s *UpdateDirectConnectGatewayInput) SetNewDirectConnectGatewayName(v string) *UpdateDirectConnectGatewayInput
SetNewDirectConnectGatewayName sets the NewDirectConnectGatewayName field's value.
func (UpdateDirectConnectGatewayInput) String ¶ added in v1.41.7
func (s UpdateDirectConnectGatewayInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDirectConnectGatewayInput) Validate ¶ added in v1.41.7
func (s *UpdateDirectConnectGatewayInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDirectConnectGatewayOutput ¶ added in v1.41.7
type UpdateDirectConnectGatewayOutput struct { // Information about a Direct Connect gateway, which enables you to connect // virtual interfaces and virtual private gateway or transit gateways. DirectConnectGateway *Gateway `locationName:"directConnectGateway" type:"structure"` // contains filtered or unexported fields }
func (UpdateDirectConnectGatewayOutput) GoString ¶ added in v1.41.7
func (s UpdateDirectConnectGatewayOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDirectConnectGatewayOutput) SetDirectConnectGateway ¶ added in v1.41.7
func (s *UpdateDirectConnectGatewayOutput) SetDirectConnectGateway(v *Gateway) *UpdateDirectConnectGatewayOutput
SetDirectConnectGateway sets the DirectConnectGateway field's value.
func (UpdateDirectConnectGatewayOutput) String ¶ added in v1.41.7
func (s UpdateDirectConnectGatewayOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateLagInput ¶ added in v1.6.25
type UpdateLagInput struct { // The LAG MAC Security (MACsec) encryption mode. // // Amazon Web Services applies the value to all connections which are part of // the LAG. EncryptionMode *string `locationName:"encryptionMode" type:"string"` // 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 }
func (UpdateLagInput) GoString ¶ added in v1.6.25
func (s UpdateLagInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateLagInput) SetEncryptionMode ¶ added in v1.38.10
func (s *UpdateLagInput) SetEncryptionMode(v string) *UpdateLagInput
SetEncryptionMode sets the EncryptionMode field's value.
func (*UpdateLagInput) SetLagId ¶ added in v1.6.25
func (s *UpdateLagInput) SetLagId(v string) *UpdateLagInput
SetLagId sets the LagId field's value.
func (*UpdateLagInput) SetLagName ¶ added in v1.6.25
func (s *UpdateLagInput) SetLagName(v string) *UpdateLagInput
SetLagName sets the LagName field's value.
func (*UpdateLagInput) SetMinimumLinks ¶ added in v1.6.25
func (s *UpdateLagInput) SetMinimumLinks(v int64) *UpdateLagInput
SetMinimumLinks sets the MinimumLinks field's value.
func (UpdateLagInput) String ¶ added in v1.6.25
func (s UpdateLagInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateLagInput) Validate ¶ added in v1.6.25
func (s *UpdateLagInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateVirtualInterfaceAttributesInput ¶ added in v1.15.53
type UpdateVirtualInterfaceAttributesInput struct { // Indicates whether to enable or disable SiteLink. EnableSiteLink *bool `locationName:"enableSiteLink" type:"boolean"` // 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"` // The name of the virtual private interface. VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // contains filtered or unexported fields }
func (UpdateVirtualInterfaceAttributesInput) GoString ¶ added in v1.15.53
func (s UpdateVirtualInterfaceAttributesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateVirtualInterfaceAttributesInput) SetEnableSiteLink ¶ added in v1.42.17
func (s *UpdateVirtualInterfaceAttributesInput) SetEnableSiteLink(v bool) *UpdateVirtualInterfaceAttributesInput
SetEnableSiteLink sets the EnableSiteLink field's value.
func (*UpdateVirtualInterfaceAttributesInput) SetMtu ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesInput) SetMtu(v int64) *UpdateVirtualInterfaceAttributesInput
SetMtu sets the Mtu field's value.
func (*UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceId ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceId(v string) *UpdateVirtualInterfaceAttributesInput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (*UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceName ¶ added in v1.42.17
func (s *UpdateVirtualInterfaceAttributesInput) SetVirtualInterfaceName(v string) *UpdateVirtualInterfaceAttributesInput
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (UpdateVirtualInterfaceAttributesInput) String ¶ added in v1.15.53
func (s UpdateVirtualInterfaceAttributesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateVirtualInterfaceAttributesInput) Validate ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateVirtualInterfaceAttributesOutput ¶ added in v1.15.53
type UpdateVirtualInterfaceAttributesOutput struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint that terminates the physical connection. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" 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 Amazon Web Services account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The Amazon Web Services Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the Amazon Web Services network in this Region. // Applies to public virtual interfaces. RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // Indicates whether SiteLink is enabled. SiteLinkEnabled *bool `locationName:"siteLinkEnabled" type:"boolean"` // The tags associated with the virtual interface. Tags []*Tag `locationName:"tags" min:"1" 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. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // 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.
func (UpdateVirtualInterfaceAttributesOutput) GoString ¶ added in v1.15.53
func (s UpdateVirtualInterfaceAttributesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateVirtualInterfaceAttributesOutput) SetAddressFamily ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAddressFamily(v string) *UpdateVirtualInterfaceAttributesOutput
SetAddressFamily sets the AddressFamily field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAmazonAddress ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAmazonAddress(v string) *UpdateVirtualInterfaceAttributesOutput
SetAmazonAddress sets the AmazonAddress field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAmazonSideAsn ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAmazonSideAsn(v int64) *UpdateVirtualInterfaceAttributesOutput
SetAmazonSideAsn sets the AmazonSideAsn field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAsn ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAsn(v int64) *UpdateVirtualInterfaceAttributesOutput
SetAsn sets the Asn field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAuthKey ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAuthKey(v string) *UpdateVirtualInterfaceAttributesOutput
SetAuthKey sets the AuthKey field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAwsDeviceV2 ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetAwsDeviceV2(v string) *UpdateVirtualInterfaceAttributesOutput
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetAwsLogicalDeviceId ¶ added in v1.39.6
func (s *UpdateVirtualInterfaceAttributesOutput) SetAwsLogicalDeviceId(v string) *UpdateVirtualInterfaceAttributesOutput
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetBgpPeers ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetBgpPeers(v []*BGPPeer) *UpdateVirtualInterfaceAttributesOutput
SetBgpPeers sets the BgpPeers field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetConnectionId ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetConnectionId(v string) *UpdateVirtualInterfaceAttributesOutput
SetConnectionId sets the ConnectionId field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetCustomerAddress ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetCustomerAddress(v string) *UpdateVirtualInterfaceAttributesOutput
SetCustomerAddress sets the CustomerAddress field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetCustomerRouterConfig ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetCustomerRouterConfig(v string) *UpdateVirtualInterfaceAttributesOutput
SetCustomerRouterConfig sets the CustomerRouterConfig field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetDirectConnectGatewayId ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetDirectConnectGatewayId(v string) *UpdateVirtualInterfaceAttributesOutput
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetJumboFrameCapable ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetJumboFrameCapable(v bool) *UpdateVirtualInterfaceAttributesOutput
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetLocation ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetLocation(v string) *UpdateVirtualInterfaceAttributesOutput
SetLocation sets the Location field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetMtu ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetMtu(v int64) *UpdateVirtualInterfaceAttributesOutput
SetMtu sets the Mtu field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetOwnerAccount ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetOwnerAccount(v string) *UpdateVirtualInterfaceAttributesOutput
SetOwnerAccount sets the OwnerAccount field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetRegion ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetRegion(v string) *UpdateVirtualInterfaceAttributesOutput
SetRegion sets the Region field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetRouteFilterPrefixes ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *UpdateVirtualInterfaceAttributesOutput
SetRouteFilterPrefixes sets the RouteFilterPrefixes field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetSiteLinkEnabled ¶ added in v1.42.17
func (s *UpdateVirtualInterfaceAttributesOutput) SetSiteLinkEnabled(v bool) *UpdateVirtualInterfaceAttributesOutput
SetSiteLinkEnabled sets the SiteLinkEnabled field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetTags ¶ added in v1.20.11
func (s *UpdateVirtualInterfaceAttributesOutput) SetTags(v []*Tag) *UpdateVirtualInterfaceAttributesOutput
SetTags sets the Tags field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVirtualGatewayId ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualGatewayId(v string) *UpdateVirtualInterfaceAttributesOutput
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceId ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceId(v string) *UpdateVirtualInterfaceAttributesOutput
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceName ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceName(v string) *UpdateVirtualInterfaceAttributesOutput
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceState ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceState(v string) *UpdateVirtualInterfaceAttributesOutput
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceType ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVirtualInterfaceType(v string) *UpdateVirtualInterfaceAttributesOutput
SetVirtualInterfaceType sets the VirtualInterfaceType field's value.
func (*UpdateVirtualInterfaceAttributesOutput) SetVlan ¶ added in v1.15.53
func (s *UpdateVirtualInterfaceAttributesOutput) SetVlan(v int64) *UpdateVirtualInterfaceAttributesOutput
SetVlan sets the Vlan field's value.
func (UpdateVirtualInterfaceAttributesOutput) String ¶ added in v1.15.53
func (s UpdateVirtualInterfaceAttributesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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.
func (VirtualGateway) GoString ¶ added in v0.6.5
func (s VirtualGateway) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VirtualGateway) SetVirtualGatewayId ¶ added in v1.5.0
func (s *VirtualGateway) SetVirtualGatewayId(v string) *VirtualGateway
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*VirtualGateway) SetVirtualGatewayState ¶ added in v1.5.0
func (s *VirtualGateway) SetVirtualGatewayState(v string) *VirtualGateway
SetVirtualGatewayState sets the VirtualGatewayState field's value.
func (VirtualGateway) String ¶ added in v0.6.5
func (s VirtualGateway) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type VirtualInterface ¶
type VirtualInterface struct { // The address family for the BGP peer. AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // 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. // // The valid values are 1-2147483647. Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. This string has a minimum length // of 6 characters and and a maximun lenth of 80 characters. AuthKey *string `locationName:"authKey" type:"string"` // The Direct Connect endpoint that terminates the physical connection. AwsDeviceV2 *string `locationName:"awsDeviceV2" type:"string"` // The Direct Connect endpoint that terminates the logical connection. This // device might be different than the device that terminates the physical connection. AwsLogicalDeviceId *string `locationName:"awsLogicalDeviceId" 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 Amazon Web Services account that owns the virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The Amazon Web Services Region where the virtual interface is located. Region *string `locationName:"region" type:"string"` // The routes to be advertised to the Amazon Web Services network in this Region. // Applies to public virtual interfaces. RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // Indicates whether SiteLink is enabled. SiteLinkEnabled *bool `locationName:"siteLinkEnabled" type:"boolean"` // The tags associated with the virtual interface. Tags []*Tag `locationName:"tags" min:"1" 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. The name // has a maximum of 100 characters. The following are valid characters: a-z, // 0-9 and a hyphen (-). VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // The state of the virtual interface. The following are the possible values: // // * confirming: The creation of the virtual interface is pending confirmation // from the virtual interface owner. If the owner of the virtual interface // is different from the owner of the connection on which it is provisioned, // then the virtual interface will remain in this state until it is confirmed // by the virtual interface owner. // // * verifying: This state only applies to public virtual interfaces. Each // public virtual interface needs validation before the virtual interface // can be created. // // * pending: A virtual interface is in this state from the time that it // is created until the virtual interface is ready to forward traffic. // // * available: A virtual interface that is able to forward traffic. // // * down: A virtual interface that is BGP down. // // * deleting: A virtual interface is in this state immediately after calling // DeleteVirtualInterface until it can no longer forward traffic. // // * deleted: A virtual interface that cannot forward traffic. // // * rejected: The virtual interface owner has declined creation of the virtual // interface. If a virtual interface in the Confirming state is deleted by // the virtual interface owner, the virtual interface enters the Rejected // state. // // * unknown: The state of the virtual interface is not available. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // 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.
func (VirtualInterface) GoString ¶ added in v0.6.5
func (s VirtualInterface) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VirtualInterface) SetAddressFamily ¶ added in v1.5.13
func (s *VirtualInterface) SetAddressFamily(v string) *VirtualInterface
SetAddressFamily sets the AddressFamily field's value.
func (*VirtualInterface) SetAmazonAddress ¶ added in v1.5.0
func (s *VirtualInterface) SetAmazonAddress(v string) *VirtualInterface
SetAmazonAddress sets the AmazonAddress field's value.
func (*VirtualInterface) SetAmazonSideAsn ¶ added in v1.12.20
func (s *VirtualInterface) SetAmazonSideAsn(v int64) *VirtualInterface
SetAmazonSideAsn sets the AmazonSideAsn field's value.
func (*VirtualInterface) SetAsn ¶ added in v1.5.0
func (s *VirtualInterface) SetAsn(v int64) *VirtualInterface
SetAsn sets the Asn field's value.
func (*VirtualInterface) SetAuthKey ¶ added in v1.5.0
func (s *VirtualInterface) SetAuthKey(v string) *VirtualInterface
SetAuthKey sets the AuthKey field's value.
func (*VirtualInterface) SetAwsDeviceV2 ¶ added in v1.15.1
func (s *VirtualInterface) SetAwsDeviceV2(v string) *VirtualInterface
SetAwsDeviceV2 sets the AwsDeviceV2 field's value.
func (*VirtualInterface) SetAwsLogicalDeviceId ¶ added in v1.39.6
func (s *VirtualInterface) SetAwsLogicalDeviceId(v string) *VirtualInterface
SetAwsLogicalDeviceId sets the AwsLogicalDeviceId field's value.
func (*VirtualInterface) SetBgpPeers ¶ added in v1.5.13
func (s *VirtualInterface) SetBgpPeers(v []*BGPPeer) *VirtualInterface
SetBgpPeers sets the BgpPeers field's value.
func (*VirtualInterface) SetConnectionId ¶ added in v1.5.0
func (s *VirtualInterface) SetConnectionId(v string) *VirtualInterface
SetConnectionId sets the ConnectionId field's value.
func (*VirtualInterface) SetCustomerAddress ¶ added in v1.5.0
func (s *VirtualInterface) SetCustomerAddress(v string) *VirtualInterface
SetCustomerAddress sets the CustomerAddress field's value.
func (*VirtualInterface) SetCustomerRouterConfig ¶ added in v1.5.0
func (s *VirtualInterface) SetCustomerRouterConfig(v string) *VirtualInterface
SetCustomerRouterConfig sets the CustomerRouterConfig field's value.
func (*VirtualInterface) SetDirectConnectGatewayId ¶ added in v1.12.20
func (s *VirtualInterface) SetDirectConnectGatewayId(v string) *VirtualInterface
SetDirectConnectGatewayId sets the DirectConnectGatewayId field's value.
func (*VirtualInterface) SetJumboFrameCapable ¶ added in v1.15.53
func (s *VirtualInterface) SetJumboFrameCapable(v bool) *VirtualInterface
SetJumboFrameCapable sets the JumboFrameCapable field's value.
func (*VirtualInterface) SetLocation ¶ added in v1.5.0
func (s *VirtualInterface) SetLocation(v string) *VirtualInterface
SetLocation sets the Location field's value.
func (*VirtualInterface) SetMtu ¶ added in v1.15.53
func (s *VirtualInterface) SetMtu(v int64) *VirtualInterface
SetMtu sets the Mtu field's value.
func (*VirtualInterface) SetOwnerAccount ¶ added in v1.5.0
func (s *VirtualInterface) SetOwnerAccount(v string) *VirtualInterface
SetOwnerAccount sets the OwnerAccount field's value.
func (*VirtualInterface) SetRegion ¶ added in v1.15.1
func (s *VirtualInterface) SetRegion(v string) *VirtualInterface
SetRegion sets the Region field's value.
func (*VirtualInterface) SetRouteFilterPrefixes ¶ added in v1.5.0
func (s *VirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *VirtualInterface
SetRouteFilterPrefixes sets the RouteFilterPrefixes field's value.
func (*VirtualInterface) SetSiteLinkEnabled ¶ added in v1.42.17
func (s *VirtualInterface) SetSiteLinkEnabled(v bool) *VirtualInterface
SetSiteLinkEnabled sets the SiteLinkEnabled field's value.
func (*VirtualInterface) SetTags ¶ added in v1.20.11
func (s *VirtualInterface) SetTags(v []*Tag) *VirtualInterface
SetTags sets the Tags field's value.
func (*VirtualInterface) SetVirtualGatewayId ¶ added in v1.5.0
func (s *VirtualInterface) SetVirtualGatewayId(v string) *VirtualInterface
SetVirtualGatewayId sets the VirtualGatewayId field's value.
func (*VirtualInterface) SetVirtualInterfaceId ¶ added in v1.5.0
func (s *VirtualInterface) SetVirtualInterfaceId(v string) *VirtualInterface
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (*VirtualInterface) SetVirtualInterfaceName ¶ added in v1.5.0
func (s *VirtualInterface) SetVirtualInterfaceName(v string) *VirtualInterface
SetVirtualInterfaceName sets the VirtualInterfaceName field's value.
func (*VirtualInterface) SetVirtualInterfaceState ¶ added in v1.5.0
func (s *VirtualInterface) SetVirtualInterfaceState(v string) *VirtualInterface
SetVirtualInterfaceState sets the VirtualInterfaceState field's value.
func (*VirtualInterface) SetVirtualInterfaceType ¶ added in v1.5.0
func (s *VirtualInterface) SetVirtualInterfaceType(v string) *VirtualInterface
SetVirtualInterfaceType sets the VirtualInterfaceType field's value.
func (*VirtualInterface) SetVlan ¶ added in v1.5.0
func (s *VirtualInterface) SetVlan(v int64) *VirtualInterface
SetVlan sets the Vlan field's value.
func (VirtualInterface) String ¶ added in v0.6.5
func (s VirtualInterface) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type VirtualInterfaceTestHistory ¶ added in v1.31.10
type VirtualInterfaceTestHistory struct { // The BGP peers that were put in the DOWN state as part of the virtual interface // failover test. BgpPeers []*string `locationName:"bgpPeers" type:"list"` // The time that the virtual interface moves out of the DOWN state. EndTime *time.Time `locationName:"endTime" type:"timestamp"` // The owner ID of the tested virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The time that the virtual interface moves to the DOWN state. StartTime *time.Time `locationName:"startTime" type:"timestamp"` // The status of the virtual interface failover test. Status *string `locationName:"status" type:"string"` // The time that the virtual interface failover test ran in minutes. TestDurationInMinutes *int64 `locationName:"testDurationInMinutes" type:"integer"` // The ID of the virtual interface failover test. TestId *string `locationName:"testId" type:"string"` // The ID of the tested virtual interface. VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Information about the virtual interface failover test.
func (VirtualInterfaceTestHistory) GoString ¶ added in v1.31.10
func (s VirtualInterfaceTestHistory) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*VirtualInterfaceTestHistory) SetBgpPeers ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetBgpPeers(v []*string) *VirtualInterfaceTestHistory
SetBgpPeers sets the BgpPeers field's value.
func (*VirtualInterfaceTestHistory) SetEndTime ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetEndTime(v time.Time) *VirtualInterfaceTestHistory
SetEndTime sets the EndTime field's value.
func (*VirtualInterfaceTestHistory) SetOwnerAccount ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetOwnerAccount(v string) *VirtualInterfaceTestHistory
SetOwnerAccount sets the OwnerAccount field's value.
func (*VirtualInterfaceTestHistory) SetStartTime ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetStartTime(v time.Time) *VirtualInterfaceTestHistory
SetStartTime sets the StartTime field's value.
func (*VirtualInterfaceTestHistory) SetStatus ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetStatus(v string) *VirtualInterfaceTestHistory
SetStatus sets the Status field's value.
func (*VirtualInterfaceTestHistory) SetTestDurationInMinutes ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetTestDurationInMinutes(v int64) *VirtualInterfaceTestHistory
SetTestDurationInMinutes sets the TestDurationInMinutes field's value.
func (*VirtualInterfaceTestHistory) SetTestId ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetTestId(v string) *VirtualInterfaceTestHistory
SetTestId sets the TestId field's value.
func (*VirtualInterfaceTestHistory) SetVirtualInterfaceId ¶ added in v1.31.10
func (s *VirtualInterfaceTestHistory) SetVirtualInterfaceId(v string) *VirtualInterfaceTestHistory
SetVirtualInterfaceId sets the VirtualInterfaceId field's value.
func (VirtualInterfaceTestHistory) String ¶ added in v1.31.10
func (s VirtualInterfaceTestHistory) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package directconnectiface provides an interface to enable mocking the AWS Direct Connect service client for testing your code.
|
Package directconnectiface provides an interface to enable mocking the AWS Direct Connect service client for testing your code. |