Documentation ¶
Overview ¶
Package directconnect provides the client and types for making API requests to AWS Direct Connect.
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3)) and to Amazon Virtual Private Cloud (Amazon VPC), bypassing Internet service providers in your network path. An AWS Direct Connect location provides access to AWS in the region it is associated with, as well as access to other US regions. For example, you can provision a single connection to any AWS Direct Connect location in the US and use it to access public AWS services in all US Regions and AWS GovCloud (US).
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 use the client for AWS Direct Connect you will first need to create a new instance of it.
When creating a client for an AWS service you'll first need to have a Session already created. The Session provides configuration that can be shared between multiple service clients. Additional configuration can be applied to the Session and service's client when they are constructed. The aws package's Config type contains several fields such as Region for the AWS Region the client should make API requests too. The optional Config value can be provided as the variadic argument for Sessions and client creation.
Once the service's client is created you can use it to make API requests the AWS service. These clients are safe to use concurrently.
// Create a session to share configuration, and load external configuration. sess := session.Must(session.NewSession()) // Create the service's client with the session. svc := directconnect.New(sess)
See the SDK's documentation for more information on how to use service clients. https://docs.aws.amazon.com/sdk-for-go/api/
See aws package's Config type for more information on configuration options. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Direct Connect client DirectConnect for more information on creating the service's client. https://docs.aws.amazon.com/sdk-for-go/api/service/directconnect/#New
Once the client is created you can make an API request to the service. Each API method takes a input parameter, and returns the service response and an error.
The API method will document which error codes the service can be returned by the operation if the service models the API operation's errors. These errors will also be available as const strings prefixed with "ErrCode".
result, err := svc.AllocateConnectionOnInterconnect(params) if err != nil { // Cast err to awserr.Error to handle specific error codes. aerr, ok := err.(awserr.Error) if ok && aerr.Code() == <error code to check for> { // Specific error code handling } return err } fmt.Println("AllocateConnectionOnInterconnect result:") fmt.Println(result)
Using the Client with Context ¶
The service's client also provides methods to make API requests with a Context value. This allows you to control the timeout, and cancellation of pending requests. These methods also take request Option as variadic parameter to apply additional configuration to the API request.
ctx := context.Background() result, err := svc.AllocateConnectionOnInterconnectWithContext(ctx, params)
See the request package documentation for more information on using Context pattern with the SDK. https://docs.aws.amazon.com/sdk-for-go/api/aws/request/
Index ¶
- Constants
- 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) 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 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 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 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) SetBgpPeerState(v string) *BGPPeer
- func (s *BGPPeer) SetBgpStatus(v string) *BGPPeer
- func (s *BGPPeer) SetCustomerAddress(v string) *BGPPeer
- func (s BGPPeer) String() string
- type ConfirmConnectionInput
- type ConfirmConnectionOutput
- type ConfirmPrivateVirtualInterfaceInput
- func (s ConfirmPrivateVirtualInterfaceInput) GoString() string
- 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 Connection
- func (s Connection) GoString() string
- func (s *Connection) SetAwsDevice(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) SetLagId(v string) *Connection
- func (s *Connection) SetLoaIssueTime(v time.Time) *Connection
- func (s *Connection) SetLocation(v string) *Connection
- func (s *Connection) SetOwnerAccount(v string) *Connection
- func (s *Connection) SetPartnerName(v string) *Connection
- func (s *Connection) SetRegion(v string) *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) String() string
- func (s *CreateConnectionInput) Validate() error
- 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) String() string
- func (s *CreateInterconnectInput) Validate() error
- type CreateLagInput
- func (s CreateLagInput) GoString() string
- 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) 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 DeleteBGPPeerInput
- func (s DeleteBGPPeerInput) GoString() string
- func (s *DeleteBGPPeerInput) SetAsn(v int64) *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 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 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 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) AllocateConnectionOnInterconnect(input *AllocateConnectionOnInterconnectInput) (*Connection, error)
- func (c *DirectConnect) AllocateConnectionOnInterconnectRequest(input *AllocateConnectionOnInterconnectInput) (req *request.Request, output *Connection)
- func (c *DirectConnect) AllocateConnectionOnInterconnectWithContext(ctx aws.Context, input *AllocateConnectionOnInterconnectInput, ...) (*Connection, error)
- 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) 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) 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) 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) 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) 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) 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) 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)
- func (c *DirectConnect) DescribeConnectionLoaRequest(input *DescribeConnectionLoaInput) (req *request.Request, output *DescribeConnectionLoaOutput)
- func (c *DirectConnect) DescribeConnectionLoaWithContext(ctx aws.Context, input *DescribeConnectionLoaInput, opts ...request.Option) (*DescribeConnectionLoaOutput, error)
- func (c *DirectConnect) DescribeConnections(input *DescribeConnectionsInput) (*Connections, error)
- func (c *DirectConnect) DescribeConnectionsOnInterconnect(input *DescribeConnectionsOnInterconnectInput) (*Connections, error)
- func (c *DirectConnect) DescribeConnectionsOnInterconnectRequest(input *DescribeConnectionsOnInterconnectInput) (req *request.Request, output *Connections)
- func (c *DirectConnect) DescribeConnectionsOnInterconnectWithContext(ctx aws.Context, input *DescribeConnectionsOnInterconnectInput, ...) (*Connections, error)
- 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) 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)
- func (c *DirectConnect) DescribeInterconnectLoaRequest(input *DescribeInterconnectLoaInput) (req *request.Request, output *DescribeInterconnectLoaOutput)
- func (c *DirectConnect) DescribeInterconnectLoaWithContext(ctx aws.Context, input *DescribeInterconnectLoaInput, opts ...request.Option) (*DescribeInterconnectLoaOutput, error)
- 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) 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) 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) 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)
- 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 Interconnect
- func (s Interconnect) GoString() string
- func (s *Interconnect) SetAwsDevice(v string) *Interconnect
- func (s *Interconnect) SetBandwidth(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) SetLagId(v string) *Interconnect
- func (s *Interconnect) SetLoaIssueTime(v time.Time) *Interconnect
- func (s *Interconnect) SetLocation(v string) *Interconnect
- func (s *Interconnect) SetRegion(v string) *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) SetConnections(v []*Connection) *Lag
- func (s *Lag) SetConnectionsBandwidth(v string) *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) SetMinimumLinks(v int64) *Lag
- func (s *Lag) SetNumberOfConnections(v int64) *Lag
- func (s *Lag) SetOwnerAccount(v string) *Lag
- func (s *Lag) SetRegion(v string) *Lag
- func (s Lag) String() string
- type Loa
- type Location
- 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) 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) 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) 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) SetVirtualInterfaceName(v string) *NewPublicVirtualInterfaceAllocation
- func (s *NewPublicVirtualInterfaceAllocation) SetVlan(v int64) *NewPublicVirtualInterfaceAllocation
- func (s NewPublicVirtualInterfaceAllocation) String() string
- func (s *NewPublicVirtualInterfaceAllocation) Validate() error
- type ResourceTag
- type RouteFilterPrefix
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateLagInput
- func (s UpdateLagInput) GoString() string
- 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 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) SetAsn(v int64) *VirtualInterface
- func (s *VirtualInterface) SetAuthKey(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) SetLocation(v string) *VirtualInterface
- func (s *VirtualInterface) SetOwnerAccount(v string) *VirtualInterface
- func (s *VirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *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
Examples ¶
- DirectConnect.AllocateConnectionOnInterconnect
- DirectConnect.AllocateHostedConnection
- DirectConnect.AllocatePrivateVirtualInterface
- DirectConnect.AllocatePublicVirtualInterface
- DirectConnect.AssociateConnectionWithLag
- DirectConnect.AssociateHostedConnection
- DirectConnect.AssociateVirtualInterface
- DirectConnect.ConfirmConnection
- DirectConnect.ConfirmPrivateVirtualInterface
- DirectConnect.ConfirmPublicVirtualInterface
- DirectConnect.CreateBGPPeer
- DirectConnect.CreateConnection
- DirectConnect.CreateInterconnect
- DirectConnect.CreateLag
- DirectConnect.CreatePrivateVirtualInterface
- DirectConnect.CreatePublicVirtualInterface
- DirectConnect.DeleteBGPPeer
- DirectConnect.DeleteConnection
- DirectConnect.DeleteInterconnect
- DirectConnect.DeleteLag
- DirectConnect.DeleteVirtualInterface
- DirectConnect.DescribeConnectionLoa
- DirectConnect.DescribeConnections
- DirectConnect.DescribeConnectionsOnInterconnect
- DirectConnect.DescribeHostedConnections
- DirectConnect.DescribeInterconnectLoa
- DirectConnect.DescribeInterconnects
- DirectConnect.DescribeLags
- DirectConnect.DescribeLoa
- DirectConnect.DescribeLocations
- DirectConnect.DescribeTags
- DirectConnect.DescribeVirtualGateways
- DirectConnect.DescribeVirtualInterfaces
- DirectConnect.DisassociateConnectionFromLag
- DirectConnect.TagResource
- DirectConnect.UntagResource
- DirectConnect.UpdateLag
Constants ¶
const ( // AddressFamilyIpv4 is a AddressFamily enum value AddressFamilyIpv4 = "ipv4" // AddressFamilyIpv6 is a AddressFamily enum value AddressFamilyIpv6 = "ipv6" )
Indicates the address family for the BGP peer.
ipv4: IPv4 address family
ipv6: IPv6 address family
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" )
The state of the BGP peer.
Verifying: The BGP peering addresses or ASN require validation before the BGP peer can be created. This state only applies to BGP peers on a public virtual interface.
Pending: The BGP peer has been created, and is in this state until it is ready to be established.
Available: The BGP peer can be established.
Deleting: The BGP peer is in the process of being deleted.
Deleted: The BGP peer has been deleted and cannot be established.
const ( // BGPStatusUp is a BGPStatus enum value BGPStatusUp = "up" // BGPStatusDown is a BGPStatus enum value BGPStatusDown = "down" )
The Up/Down state of the BGP peer.
Up: The BGP peer is established.
Down: The BGP peer is down.
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" )
State of the connection.
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 in the process of being deleted.
Deleted: The connection has been deleted.
Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
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" )
State of the interconnect.
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 has been 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 in the process of being deleted.
Deleted: The interconnect has been deleted.
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" )
The state of the LAG.
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 in the process of being deleted.
Deleted: The LAG has been deleted.
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" )
State of the virtual interface.
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 will enter the 'Rejected' state.
const ( // ErrCodeClientException for service response error code // "ClientException". // // The API was called with invalid parameters. The error message will contain // additional details about the cause. ErrCodeClientException = "ClientException" // ErrCodeDuplicateTagKeysException for service response error code // "DuplicateTagKeysException". // // A tag key was specified more than once. ErrCodeDuplicateTagKeysException = "DuplicateTagKeysException" // ErrCodeServerException for service response error code // "ServerException". // // A server-side error occurred during the API call. The error message will // contain additional details about the cause. ErrCodeServerException = "ServerException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // You have reached the limit on the number of tags that can be assigned to // a Direct Connect resource. ErrCodeTooManyTagsException = "TooManyTagsException" )
const ( ServiceName = "directconnect" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
const (
// LoaContentTypeApplicationPdf is a LoaContentType enum value
LoaContentTypeApplicationPdf = "application/pdf"
)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocateConnectionOnInterconnectInput ¶
type AllocateConnectionOnInterconnectInput struct { // Bandwidth of the connection. // // Example: "500Mbps" // // Default: None // // Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // Name of the provisioned connection. // // Example: "500M Connection to AWS" // // Default: None // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // ID of the interconnect on which the connection will be provisioned. // // Example: dxcon-456abc78 // // Default: None // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // Numeric account Id of the customer for whom the connection will be provisioned. // // Example: 123443215678 // // Default: None // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // The dedicated VLAN provisioned to the connection. // // Example: 101 // // Default: None // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AllocateConnectionOnInterconnect operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnectRequest
func (AllocateConnectionOnInterconnectInput) GoString ¶ added in v0.6.5
func (s AllocateConnectionOnInterconnectInput) GoString() string
GoString returns the string representation
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
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. // // Example: 500Mbps // // Default: None // // Values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The ID of the interconnect or LAG on which the connection will be provisioned. // // Example: dxcon-456abc78 or dxlag-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The name of the provisioned connection. // // Example: "500M Connection to AWS" // // Default: None // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The numeric account ID of the customer for whom the connection will be provisioned. // // Example: 123443215678 // // Default: None // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // The dedicated VLAN provisioned to the hosted connection. // // Example: 101 // // Default: None // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
Container for the parameters to theHostedConnection operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnectionRequest
func (AllocateHostedConnectionInput) GoString ¶ added in v1.6.25
func (s AllocateHostedConnectionInput) GoString() string
GoString returns the string representation
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) 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
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 connection ID on which the private virtual interface is provisioned. // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Detailed information for the private virtual interface to be provisioned. // // Default: None // // NewPrivateVirtualInterfaceAllocation is a required field NewPrivateVirtualInterfaceAllocation *NewPrivateVirtualInterfaceAllocation `locationName:"newPrivateVirtualInterfaceAllocation" type:"structure" required:"true"` // The AWS account that will own the new private virtual interface. // // Default: None // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AllocatePrivateVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterfaceRequest
func (AllocatePrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s AllocatePrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 connection ID on which the public virtual interface is provisioned. // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Detailed information for the public virtual interface to be provisioned. // // Default: None // // NewPublicVirtualInterfaceAllocation is a required field NewPublicVirtualInterfaceAllocation *NewPublicVirtualInterfaceAllocation `locationName:"newPublicVirtualInterfaceAllocation" type:"structure" required:"true"` // The AWS account that will own the new public virtual interface. // // Default: None // // OwnerAccount is a required field OwnerAccount *string `locationName:"ownerAccount" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AllocatePublicVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterfaceRequest
func (AllocatePublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s AllocatePublicVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 AssociateConnectionWithLagInput ¶ added in v1.6.25
type AssociateConnectionWithLagInput struct { // The ID of the connection. // // Example: dxcon-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG with which to associate the connection. // // Example: dxlag-abc123 // // Default: None // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AssociateConnectionWithLag operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLagRequest
func (AssociateConnectionWithLagInput) GoString ¶ added in v1.6.25
func (s AssociateConnectionWithLagInput) GoString() string
GoString returns the string representation
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
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. // // Example: dxcon-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the interconnect or the LAG. // // Example: dxcon-abc123 or dxlag-abc123 // // Default: None // // ParentConnectionId is a required field ParentConnectionId *string `locationName:"parentConnectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AssociateHostedConnection operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnectionRequest
func (AssociateHostedConnectionInput) GoString ¶ added in v1.6.25
func (s AssociateHostedConnectionInput) GoString() string
GoString returns the string representation
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
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 AssociateVirtualInterfaceInput ¶ added in v1.6.25
type AssociateVirtualInterfaceInput struct { // The ID of the LAG or connection with which to associate the virtual interface. // // Example: dxlag-abc123 or dxcon-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the virtual interface. // // Example: dxvif-123dfg56 // // Default: None // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the AssociateVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterfaceRequest
func (AssociateVirtualInterfaceInput) GoString ¶ added in v1.6.25
func (s AssociateVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 BGPPeer ¶ added in v1.5.13
type BGPPeer struct { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // The state of the BGP peer. // // * Verifying: The BGP peering addresses or ASN require validation before // the BGP peer can be created. This state only applies to BGP peers on a // public virtual interface. // // * Pending: The BGP peer has been created, and is in this state until it // is ready to be established. // // * Available: The BGP peer can be established. // // * Deleting: The BGP peer is in the process of being deleted. // // * Deleted: The BGP peer has been deleted and cannot be established. BgpPeerState *string `locationName:"bgpPeerState" type:"string" enum:"BGPPeerState"` // The Up/Down state of the BGP peer. // // * Up: The BGP peer is established. // // * Down: The BGP peer is down. BgpStatus *string `locationName:"bgpStatus" type:"string" enum:"BGPStatus"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // contains filtered or unexported fields }
A structure containing information about a BGP peer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/BGPPeer
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) 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 ConfirmConnectionInput ¶
type ConfirmConnectionInput struct { // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the ConfirmConnection operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionRequest
func (ConfirmConnectionInput) GoString ¶ added in v0.6.5
func (s ConfirmConnectionInput) GoString() string
GoString returns the string representation
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
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 { // State of the connection. // // * 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 in the process of being deleted. // // * Deleted: The connection has been deleted. // // * Rejected: A hosted connection in the 'Ordering' state will enter the // 'Rejected' state if it is deleted by the end customer. ConnectionState *string `locationName:"connectionState" type:"string" enum:"ConnectionState"` // contains filtered or unexported fields }
The response received when ConfirmConnection is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnectionResponse
func (ConfirmConnectionOutput) GoString ¶ added in v0.6.5
func (s ConfirmConnectionOutput) GoString() string
GoString returns the string representation
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
type ConfirmPrivateVirtualInterfaceInput ¶
type ConfirmPrivateVirtualInterfaceInput struct { // ID of the virtual private gateway that will be attached to the virtual interface. // // A virtual private gateway can be managed via the Amazon Virtual Private Cloud // (VPC) console or the EC2 CreateVpnGateway (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html) // action. // // Default: None // // VirtualGatewayId is a required field VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string" required:"true"` // The ID of the virtual interface. // // Example: dxvif-123dfg56 // // Default: None // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the ConfirmPrivateVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceRequest
func (ConfirmPrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 { // State of the virtual interface. // // * 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 will enter the 'Rejected' // state. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
The response received when ConfirmPrivateVirtualInterface is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterfaceResponse
func (ConfirmPrivateVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s ConfirmPrivateVirtualInterfaceOutput) GoString() string
GoString returns the string representation
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
type ConfirmPublicVirtualInterfaceInput ¶
type ConfirmPublicVirtualInterfaceInput struct { // The ID of the virtual interface. // // Example: dxvif-123dfg56 // // Default: None // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the ConfirmPublicVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceRequest
func (ConfirmPublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 { // State of the virtual interface. // // * 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 will enter the 'Rejected' // state. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
The response received when ConfirmPublicVirtualInterface is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterfaceResponse
func (ConfirmPublicVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s ConfirmPublicVirtualInterfaceOutput) GoString() string
GoString returns the string representation
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
type Connection ¶
type Connection struct { // The Direct Connection endpoint which the physical connection terminates on. AwsDevice *string `locationName:"awsDevice" type:"string"` // Bandwidth of the connection. // // Example: 1Gbps (for regular connections), or 500Mbps (for hosted connections) // // Default: None Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None ConnectionId *string `locationName:"connectionId" type:"string"` // The name of the connection. // // Example: "My Connection to AWS" // // Default: None ConnectionName *string `locationName:"connectionName" type:"string"` // State of the connection. // // * 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 in the process of being deleted. // // * Deleted: The connection has been deleted. // // * Rejected: A hosted connection in the 'Ordering' state will enter the // 'Rejected' state if it is deleted by the end customer. ConnectionState *string `locationName:"connectionState" type:"string" enum:"ConnectionState"` // The ID of the LAG. // // Example: dxlag-fg5678gh LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeLoa for this connection. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // Where the connection is located. // // Example: EqSV5 // // Default: None Location *string `locationName:"location" type:"string"` // The AWS account that will own the new connection. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The name of the AWS Direct Connect service provider associated with the connection. PartnerName *string `locationName:"partnerName" type:"string"` // The AWS region where the connection is located. // // Example: us-east-1 // // Default: None Region *string `locationName:"region" type:"string"` // The VLAN ID. // // Example: 101 Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
A connection represents the physical network connection between the AWS Direct Connect location and the customer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connection
func (Connection) GoString ¶ added in v0.6.5
func (s Connection) GoString() string
GoString returns the string representation
func (*Connection) SetAwsDevice ¶ added in v1.6.25
func (s *Connection) SetAwsDevice(v string) *Connection
SetAwsDevice sets the AwsDevice 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) 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) 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) SetRegion ¶ added in v1.5.0
func (s *Connection) SetRegion(v string) *Connection
SetRegion sets the Region 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
type Connections ¶
type Connections struct { // A list of connections. Connections []*Connection `locationName:"connections" type:"list"` // contains filtered or unexported fields }
A structure containing a list of connections. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Connections
func (Connections) GoString ¶ added in v0.6.5
func (s Connections) GoString() string
GoString returns the string representation
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
type CreateBGPPeerInput ¶ added in v1.5.13
type CreateBGPPeerInput struct { // Detailed information for the BGP peer to be created. // // Default: None NewBGPPeer *NewBGPPeer `locationName:"newBGPPeer" type:"structure"` // The ID of the virtual interface on which the BGP peer will be provisioned. // // Example: dxvif-456abc78 // // Default: None VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the CreateBGPPeer operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerRequest
func (CreateBGPPeerInput) GoString ¶ added in v1.5.13
func (s CreateBGPPeerInput) GoString() string
GoString returns the string representation
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
type CreateBGPPeerOutput ¶ added in v1.5.13
type CreateBGPPeerOutput struct { // A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect // location and the customer. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
The response received when CreateBGPPeer is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeerResponse
func (CreateBGPPeerOutput) GoString ¶ added in v1.5.13
func (s CreateBGPPeerOutput) GoString() string
GoString returns the string representation
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
type CreateConnectionInput ¶
type CreateConnectionInput struct { // Bandwidth of the connection. // // Example: 1Gbps // // Default: None // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the connection. // // Example: "My Connection to AWS" // // Default: None // // ConnectionName is a required field ConnectionName *string `locationName:"connectionName" type:"string" required:"true"` // The ID of the LAG. // // Example: dxlag-fg5678gh LagId *string `locationName:"lagId" type:"string"` // Where the connection is located. // // Example: EqSV5 // // Default: None // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the CreateConnection operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnectionRequest
func (CreateConnectionInput) GoString ¶ added in v0.6.5
func (s CreateConnectionInput) GoString() string
GoString returns the string representation
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) String ¶ added in v0.6.5
func (s CreateConnectionInput) String() string
String returns the string representation
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 CreateInterconnectInput ¶
type CreateInterconnectInput struct { // The port bandwidth // // Example: 1Gbps // // Default: None // // Available values: 1Gbps,10Gbps // // Bandwidth is a required field Bandwidth *string `locationName:"bandwidth" type:"string" required:"true"` // The name of the interconnect. // // Example: "1G Interconnect to AWS" // // Default: None // // InterconnectName is a required field InterconnectName *string `locationName:"interconnectName" type:"string" required:"true"` // The ID of the LAG. // // Example: dxlag-fg5678gh LagId *string `locationName:"lagId" type:"string"` // Where the interconnect is located // // Example: EqSV5 // // Default: None // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the CreateInterconnect operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnectRequest
func (CreateInterconnectInput) GoString ¶ added in v0.6.5
func (s CreateInterconnectInput) GoString() string
GoString returns the string representation
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) String ¶ added in v0.6.5
func (s CreateInterconnectInput) String() string
String returns the string representation
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 ID of an existing connection to migrate to the LAG. // // Default: None ConnectionId *string `locationName:"connectionId" type:"string"` // The bandwidth of the individual physical connections bundled by the LAG. // // Default: None // // Available values: 1Gbps, 10Gbps // // ConnectionsBandwidth is a required field ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string" required:"true"` // The name of the LAG. // // Example: "3x10G LAG to AWS" // // Default: None // // LagName is a required field LagName *string `locationName:"lagName" type:"string" required:"true"` // The AWS Direct Connect location in which the LAG should be allocated. // // Example: EqSV5 // // Default: None // // Location is a required field Location *string `locationName:"location" type:"string" required:"true"` // The number of physical connections initially provisioned and bundled by the // LAG. // // Default: None // // NumberOfConnections is a required field NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the CreateLag operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLagRequest
func (CreateLagInput) GoString ¶ added in v1.6.25
func (s CreateLagInput) GoString() string
GoString returns the string representation
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) String ¶ added in v1.6.25
func (s CreateLagInput) String() string
String returns the string representation
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. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Detailed information for the private virtual interface to be created. // // Default: None // // NewPrivateVirtualInterface is a required field NewPrivateVirtualInterface *NewPrivateVirtualInterface `locationName:"newPrivateVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the CreatePrivateVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterfaceRequest
func (CreatePrivateVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s CreatePrivateVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // Detailed information for the public virtual interface to be created. // // Default: None // // NewPublicVirtualInterface is a required field NewPublicVirtualInterface *NewPublicVirtualInterface `locationName:"newPublicVirtualInterface" type:"structure" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the CreatePublicVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterfaceRequest
func (CreatePublicVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s CreatePublicVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 DeleteBGPPeerInput ¶ added in v1.5.13
type DeleteBGPPeerInput struct { // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 Asn *int64 `locationName:"asn" type:"integer"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // The ID of the virtual interface from which the BGP peer will be deleted. // // Example: dxvif-456abc78 // // Default: None VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DeleteBGPPeer operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerRequest
func (DeleteBGPPeerInput) GoString ¶ added in v1.5.13
func (s DeleteBGPPeerInput) GoString() string
GoString returns the string representation
func (*DeleteBGPPeerInput) SetAsn ¶ added in v1.5.13
func (s *DeleteBGPPeerInput) SetAsn(v int64) *DeleteBGPPeerInput
SetAsn sets the Asn 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
type DeleteBGPPeerOutput ¶ added in v1.5.13
type DeleteBGPPeerOutput struct { // A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect // location and the customer. VirtualInterface *VirtualInterface `locationName:"virtualInterface" type:"structure"` // contains filtered or unexported fields }
The response received when DeleteBGPPeer is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeerResponse
func (DeleteBGPPeerOutput) GoString ¶ added in v1.5.13
func (s DeleteBGPPeerOutput) GoString() string
GoString returns the string representation
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
type DeleteConnectionInput ¶
type DeleteConnectionInput struct { // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DeleteConnection operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnectionRequest
func (DeleteConnectionInput) GoString ¶ added in v0.6.5
func (s DeleteConnectionInput) GoString() string
GoString returns the string representation
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
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 DeleteInterconnectInput ¶
type DeleteInterconnectInput struct { // The ID of the interconnect. // // Example: dxcon-abc123 // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DeleteInterconnect operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectRequest
func (DeleteInterconnectInput) GoString ¶ added in v0.6.5
func (s DeleteInterconnectInput) GoString() string
GoString returns the string representation
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
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 { // State of the interconnect. // // * 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 has been 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 in the process of being deleted. // // * Deleted: The interconnect has been deleted. InterconnectState *string `locationName:"interconnectState" type:"string" enum:"InterconnectState"` // contains filtered or unexported fields }
The response received when DeleteInterconnect is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnectResponse
func (DeleteInterconnectOutput) GoString ¶ added in v0.6.5
func (s DeleteInterconnectOutput) GoString() string
GoString returns the string representation
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
type DeleteLagInput ¶ added in v1.6.25
type DeleteLagInput struct { // The ID of the LAG to delete. // // Example: dxlag-abc123 // // Default: None // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DeleteLag operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLagRequest
func (DeleteLagInput) GoString ¶ added in v1.6.25
func (s DeleteLagInput) GoString() string
GoString returns the string representation
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
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. // // Example: dxvif-123dfg56 // // Default: None // // VirtualInterfaceId is a required field VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DeleteVirtualInterface operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceRequest
func (DeleteVirtualInterfaceInput) GoString ¶ added in v0.6.5
func (s DeleteVirtualInterfaceInput) GoString() string
GoString returns the string representation
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
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 { // State of the virtual interface. // // * 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 will enter the 'Rejected' // state. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // contains filtered or unexported fields }
The response received when DeleteVirtualInterface is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterfaceResponse
func (DeleteVirtualInterfaceOutput) GoString ¶ added in v0.6.5
func (s DeleteVirtualInterfaceOutput) GoString() string
GoString returns the string representation
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
type DescribeConnectionLoaInput ¶ added in v1.2.0
type DescribeConnectionLoaInput struct { // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // A standard media type indicating the content type of the LOA-CFA document. // Currently, the only supported value is "application/pdf". // // Default: 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 supply this parameter, the LOA-CFA lists the provider // name alongside your company name as the requester of the cross connect. // // Default: None ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeConnectionLoa operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaRequest
func (DescribeConnectionLoaInput) GoString ¶ added in v1.2.0
func (s DescribeConnectionLoaInput) GoString() string
GoString returns the string representation
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
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 { // A structure containing the Letter of Authorization - Connecting Facility // Assignment (LOA-CFA) for a connection. Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
The response received when DescribeConnectionLoa is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoaResponse
func (DescribeConnectionLoaOutput) GoString ¶ added in v1.2.0
func (s DescribeConnectionLoaOutput) GoString() string
GoString returns the string representation
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
type DescribeConnectionsInput ¶
type DescribeConnectionsInput struct { // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None ConnectionId *string `locationName:"connectionId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeConnections operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsRequest
func (DescribeConnectionsInput) GoString ¶ added in v0.6.5
func (s DescribeConnectionsInput) GoString() string
GoString returns the string representation
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
type DescribeConnectionsOnInterconnectInput ¶
type DescribeConnectionsOnInterconnectInput struct { // ID of the interconnect on which a list of connection is provisioned. // // Example: dxcon-abc123 // // Default: None // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeConnectionsOnInterconnect operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnectRequest
func (DescribeConnectionsOnInterconnectInput) GoString ¶ added in v0.6.5
func (s DescribeConnectionsOnInterconnectInput) GoString() string
GoString returns the string representation
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
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 DescribeHostedConnectionsInput ¶ added in v1.6.25
type DescribeHostedConnectionsInput struct { // The ID of the interconnect or LAG on which the hosted connections are provisioned. // // Example: dxcon-abc123 or dxlag-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeHostedConnections operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnectionsRequest
func (DescribeHostedConnectionsInput) GoString ¶ added in v1.6.25
func (s DescribeHostedConnectionsInput) GoString() string
GoString returns the string representation
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
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. // // Example: dxcon-abc123 // // InterconnectId is a required field InterconnectId *string `locationName:"interconnectId" type:"string" required:"true"` // A standard media type indicating the content type of the LOA-CFA document. // Currently, the only supported value is "application/pdf". // // Default: 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. // // Default: None ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeInterconnectLoa operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaRequest
func (DescribeInterconnectLoaInput) GoString ¶ added in v1.2.0
func (s DescribeInterconnectLoaInput) GoString() string
GoString returns the string representation
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
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 { // A structure containing the Letter of Authorization - Connecting Facility // Assignment (LOA-CFA) for a connection. Loa *Loa `locationName:"loa" type:"structure"` // contains filtered or unexported fields }
The response received when DescribeInterconnectLoa is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoaResponse
func (DescribeInterconnectLoaOutput) GoString ¶ added in v1.2.0
func (s DescribeInterconnectLoaOutput) GoString() string
GoString returns the string representation
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
type DescribeInterconnectsInput ¶
type DescribeInterconnectsInput struct { // The ID of the interconnect. // // Example: dxcon-abc123 InterconnectId *string `locationName:"interconnectId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeInterconnects operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectsRequest
func (DescribeInterconnectsInput) GoString ¶ added in v0.6.5
func (s DescribeInterconnectsInput) GoString() string
GoString returns the string representation
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
type DescribeInterconnectsOutput ¶
type DescribeInterconnectsOutput struct { // A list of interconnects. Interconnects []*Interconnect `locationName:"interconnects" type:"list"` // contains filtered or unexported fields }
A structure containing a list of interconnects. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnects
func (DescribeInterconnectsOutput) GoString ¶ added in v0.6.5
func (s DescribeInterconnectsOutput) GoString() string
GoString returns the string representation
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
type DescribeLagsInput ¶ added in v1.6.25
type DescribeLagsInput struct { // The ID of the LAG. // // Example: dxlag-abc123 // // Default: None LagId *string `locationName:"lagId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeLags operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLagsRequest
func (DescribeLagsInput) GoString ¶ added in v1.6.25
func (s DescribeLagsInput) GoString() string
GoString returns the string representation
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
type DescribeLagsOutput ¶ added in v1.6.25
type DescribeLagsOutput struct { // A list of LAGs. Lags []*Lag `locationName:"lags" type:"list"` // contains filtered or unexported fields }
A structure containing a list of LAGs. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lags
func (DescribeLagsOutput) GoString ¶ added in v1.6.25
func (s DescribeLagsOutput) GoString() string
GoString returns the string representation
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
type DescribeLoaInput ¶ added in v1.6.25
type DescribeLoaInput struct { // The ID of a connection, LAG, or interconnect for which to get the LOA-CFA // information. // // Example: dxcon-abc123 or dxlag-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // A standard media type indicating the content type of the LOA-CFA document. // Currently, the only supported value is "application/pdf". // // Default: 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. // // Default: None ProviderName *string `locationName:"providerName" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeLoa operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoaRequest
func (DescribeLoaInput) GoString ¶ added in v1.6.25
func (s DescribeLoaInput) GoString() string
GoString returns the string representation
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
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocationsInput
func (DescribeLocationsInput) GoString ¶ added in v0.6.5
func (s DescribeLocationsInput) GoString() string
GoString returns the string representation
func (DescribeLocationsInput) String ¶ added in v0.6.5
func (s DescribeLocationsInput) String() string
String returns the string representation
type DescribeLocationsOutput ¶
type DescribeLocationsOutput struct { // A list of colocation hubs where network providers have equipment. Most regions // have multiple locations available. Locations []*Location `locationName:"locations" type:"list"` // contains filtered or unexported fields }
A location is a network facility where AWS Direct Connect routers are available to be connected. Generally, these are colocation hubs where many network providers have equipment, and where cross connects can be delivered. Locations include a name and facility code, and must be provided when creating a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Locations
func (DescribeLocationsOutput) GoString ¶ added in v0.6.5
func (s DescribeLocationsOutput) GoString() string
GoString returns the string representation
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
type DescribeTagsInput ¶ added in v1.5.2
type DescribeTagsInput struct { // The Amazon Resource Names (ARNs) of the Direct Connect resources. // // ResourceArns is a required field ResourceArns []*string `locationName:"resourceArns" type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DescribeTags operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTagsRequest
func (DescribeTagsInput) GoString ¶ added in v1.5.2
func (s DescribeTagsInput) GoString() string
GoString returns the string representation
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
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 }
The response received when DescribeTags is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTagsResponse
func (DescribeTagsOutput) GoString ¶ added in v1.5.2
func (s DescribeTagsOutput) GoString() string
GoString returns the string representation
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
type DescribeVirtualGatewaysInput ¶
type DescribeVirtualGatewaysInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGatewaysInput
func (DescribeVirtualGatewaysInput) GoString ¶ added in v0.6.5
func (s DescribeVirtualGatewaysInput) GoString() string
GoString returns the string representation
func (DescribeVirtualGatewaysInput) String ¶ added in v0.6.5
func (s DescribeVirtualGatewaysInput) String() string
String returns the string representation
type DescribeVirtualGatewaysOutput ¶
type DescribeVirtualGatewaysOutput struct { // A list of virtual private gateways. VirtualGateways []*VirtualGateway `locationName:"virtualGateways" type:"list"` // contains filtered or unexported fields }
A structure containing a list of virtual private gateways. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateways
func (DescribeVirtualGatewaysOutput) GoString ¶ added in v0.6.5
func (s DescribeVirtualGatewaysOutput) GoString() string
GoString returns the string representation
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
type DescribeVirtualInterfacesInput ¶
type DescribeVirtualInterfacesInput struct { // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None ConnectionId *string `locationName:"connectionId" type:"string"` // The ID of the virtual interface. // // Example: dxvif-123dfg56 // // Default: None VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // contains filtered or unexported fields }
Container for the parameters to the DescribeVirtualInterfaces operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfacesRequest
func (DescribeVirtualInterfacesInput) GoString ¶ added in v0.6.5
func (s DescribeVirtualInterfacesInput) GoString() string
GoString returns the string representation
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
type DescribeVirtualInterfacesOutput ¶
type DescribeVirtualInterfacesOutput struct { // A list of virtual interfaces. VirtualInterfaces []*VirtualInterface `locationName:"virtualInterfaces" type:"list"` // contains filtered or unexported fields }
A structure containing a list of virtual interfaces. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterfaces
func (DescribeVirtualInterfacesOutput) GoString ¶ added in v0.6.5
func (s DescribeVirtualInterfacesOutput) GoString() string
GoString returns the string representation
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
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:
// 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) AllocateConnectionOnInterconnect ¶
func (c *DirectConnect) AllocateConnectionOnInterconnect(input *AllocateConnectionOnInterconnectInput) (*Connection, error)
AllocateConnectionOnInterconnect API operation for AWS Direct Connect.
Deprecated in favor of AllocateHostedConnection.
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 given interconnect.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AllocateConnectionOnInterconnectInput{ Bandwidth: aws.String("Bandwidth"), // Required ConnectionName: aws.String("ConnectionName"), // Required InterconnectId: aws.String("InterconnectId"), // Required OwnerAccount: aws.String("OwnerAccount"), // Required Vlan: aws.Int64(1), // Required } resp, err := svc.AllocateConnectionOnInterconnect(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DirectConnect) AllocateConnectionOnInterconnectRequest ¶
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 can be used to capture response data after the request's "Send" method is called.
See AllocateConnectionOnInterconnect for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AllocateConnectionOnInterconnect method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateConnectionOnInterconnect
func (*DirectConnect) AllocateConnectionOnInterconnectWithContext ¶ 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.
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 an interconnect or a link aggregation group (LAG).
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the given interconnect or LAG.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocateHostedConnection
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AllocateHostedConnectionInput{ Bandwidth: aws.String("Bandwidth"), // Required ConnectionId: aws.String("ConnectionId"), // Required ConnectionName: aws.String("ConnectionName"), // Required OwnerAccount: aws.String("OwnerAccount"), // Required Vlan: aws.Int64(1), // Required } resp, err := svc.AllocateHostedConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AllocateHostedConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AllocateHostedConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 another AWS customer.
Virtual interfaces created using this action must be confirmed by the virtual interface owner by using the ConfirmPrivateVirtualInterface action. Until then, the virtual interface will be in 'Confirming' state, and will not be available for handling 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePrivateVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AllocatePrivateVirtualInterfaceInput{ ConnectionId: aws.String("ConnectionId"), // Required NewPrivateVirtualInterfaceAllocation: &directconnect.NewPrivateVirtualInterfaceAllocation{ // Required Asn: aws.Int64(1), // Required VirtualInterfaceName: aws.String("VirtualInterfaceName"), // Required Vlan: aws.Int64(1), // Required AddressFamily: aws.String("AddressFamily"), AmazonAddress: aws.String("AmazonAddress"), AuthKey: aws.String("BGPAuthKey"), CustomerAddress: aws.String("CustomerAddress"), }, OwnerAccount: aws.String("OwnerAccount"), // Required } resp, err := svc.AllocatePrivateVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AllocatePrivateVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AllocatePrivateVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 a different customer.
The owner of a connection calls this function to provision a public virtual interface which will be owned by another AWS customer.
Virtual interfaces created using this function must be confirmed by the virtual interface owner by calling ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface will be in 'Confirming' state, and will not be available for handling traffic.
When creating an IPv6 public virtual interface (addressFamily is 'ipv6'), the customer and amazon address fields should be left blank to use auto-assigned IPv6 space. Custom IPv6 Addresses are currently 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 AllocatePublicVirtualInterface for usage and error information.
Returned Error Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AllocatePublicVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AllocatePublicVirtualInterfaceInput{ ConnectionId: aws.String("ConnectionId"), // Required NewPublicVirtualInterfaceAllocation: &directconnect.NewPublicVirtualInterfaceAllocation{ // Required Asn: aws.Int64(1), // Required VirtualInterfaceName: aws.String("VirtualInterfaceName"), // Required Vlan: aws.Int64(1), // Required AddressFamily: aws.String("AddressFamily"), AmazonAddress: aws.String("AmazonAddress"), AuthKey: aws.String("BGPAuthKey"), CustomerAddress: aws.String("CustomerAddress"), RouteFilterPrefixes: []*directconnect.RouteFilterPrefix{ { // Required Cidr: aws.String("CIDR"), }, // More values... }, }, OwnerAccount: aws.String("OwnerAccount"), // Required } resp, err := svc.AllocatePublicVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AllocatePublicVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AllocatePublicVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) 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 AWS will be interrupted). The connection must be hosted on the same AWS Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can reassociate a connection that's currently associated with a different LAG; however, if removing the connection will 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLag
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AssociateConnectionWithLagInput{ ConnectionId: aws.String("ConnectionId"), // Required LagId: aws.String("LagId"), // Required } resp, err := svc.AssociateConnectionWithLag(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AssociateConnectionWithLag for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AssociateConnectionWithLag method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 AWS as it is being migrated.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateHostedConnection
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AssociateHostedConnectionInput{ ConnectionId: aws.String("ConnectionId"), // Required ParentConnectionId: aws.String("ConnectionId"), // Required } resp, err := svc.AssociateHostedConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AssociateHostedConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AssociateHostedConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) 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 AWS is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
Hosted virtual interfaces (an interface for which the owner of the connection is not the owner of physical connection) can only be reassociated by the owner of the physical 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 AssociateVirtualInterface for usage and error information.
Returned Error Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.AssociateVirtualInterfaceInput{ ConnectionId: aws.String("ConnectionId"), // Required VirtualInterfaceId: aws.String("VirtualInterfaceId"), // Required } resp, err := svc.AssociateVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AssociateVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AssociateVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
Confirm the creation of a hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the 'Ordering' state, and will remain in this state until the owner calls ConfirmConnection to confirm 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmConnection
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.ConfirmConnectionInput{ ConnectionId: aws.String("ConnectionId"), // Required } resp, err := svc.ConfirmConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ConfirmConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ConfirmConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) ConfirmPrivateVirtualInterface ¶
func (c *DirectConnect) ConfirmPrivateVirtualInterface(input *ConfirmPrivateVirtualInterfaceInput) (*ConfirmPrivateVirtualInterfaceOutput, error)
ConfirmPrivateVirtualInterface API operation for AWS Direct Connect.
Accept ownership of a private virtual interface created by another customer.
After the virtual interface owner calls this function, the virtual interface will be created and attached to the given virtual private gateway, and will be available for handling 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPrivateVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.ConfirmPrivateVirtualInterfaceInput{ VirtualGatewayId: aws.String("VirtualGatewayId"), // Required VirtualInterfaceId: aws.String("VirtualInterfaceId"), // Required } resp, err := svc.ConfirmPrivateVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ConfirmPrivateVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ConfirmPrivateVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
Accept ownership of a public virtual interface created by another customer.
After the virtual interface owner calls this function, the specified virtual interface will be created and made available for handling 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ConfirmPublicVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.ConfirmPublicVirtualInterfaceInput{ VirtualInterfaceId: aws.String("VirtualInterfaceId"), // Required } resp, err := svc.ConfirmPublicVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ConfirmPublicVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ConfirmPublicVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) CreateBGPPeer ¶ added in v1.5.13
func (c *DirectConnect) CreateBGPPeer(input *CreateBGPPeerInput) (*CreateBGPPeerOutput, error)
CreateBGPPeer API operation for AWS Direct Connect.
Creates a new BGP peer on a specified virtual interface. The BGP peer cannot be in the same address family (IPv4/IPv6) of an existing BGP peer on the virtual interface.
You must create a BGP peer for the corresponding address family in order to access AWS resources that also use that address family.
When creating a IPv6 BGP peer, the Amazon address and customer address fields must be left blank. IPv6 addresses are automatically assigned from Amazon's pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
For a public virtual interface, the Autonomous System Number (ASN) must be private or already whitelisted for the virtual interface.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateBGPPeer
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreateBGPPeerInput{ NewBGPPeer: &directconnect.NewBGPPeer{ AddressFamily: aws.String("AddressFamily"), AmazonAddress: aws.String("AmazonAddress"), Asn: aws.Int64(1), AuthKey: aws.String("BGPAuthKey"), CustomerAddress: aws.String("CustomerAddress"), }, VirtualInterfaceId: aws.String("VirtualInterfaceId"), } resp, err := svc.CreateBGPPeer(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateBGPPeer for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateBGPPeer method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 new connection between the customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.
You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection will be 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateConnection
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreateConnectionInput{ Bandwidth: aws.String("Bandwidth"), // Required ConnectionName: aws.String("ConnectionName"), // Required Location: aws.String("LocationCode"), // Required LagId: aws.String("LagId"), } resp, err := svc.CreateConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) CreateInterconnect ¶
func (c *DirectConnect) CreateInterconnect(input *CreateInterconnectInput) (*Interconnect, error)
CreateInterconnect API operation for AWS Direct Connect.
Creates a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location.
An interconnect is a connection which is capable of hosting other connections. The AWS Direct Connect partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the AWS Direct Connect partner's network to an AWS Direct Connect location over a standard 1 Gbps or 10 Gbps Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.
You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect will be created.
For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the AWS Direct Connect partner.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateInterconnect
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreateInterconnectInput{ Bandwidth: aws.String("Bandwidth"), // Required InterconnectName: aws.String("InterconnectName"), // Required Location: aws.String("LocationCode"), // Required LagId: aws.String("LagId"), } resp, err := svc.CreateInterconnect(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateInterconnect for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateInterconnect method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 new link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple 1 gigabit or 10 gigabit interfaces, allowing you to treat them as a single interface.
All connections in a LAG must use the same bandwidth (for example, 10 Gbps), and must terminate at the same AWS Direct Connect endpoint.
You can have up to 10 connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.
You can specify an existing physical connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical connection or hosted connections, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the connection terminates. Any virtual interfaces associated with the connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the AWS account used to create a LAG is a registered AWS Direct Connect partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreateLag
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreateLagInput{ ConnectionsBandwidth: aws.String("Bandwidth"), // Required LagName: aws.String("LagName"), // Required Location: aws.String("LocationCode"), // Required NumberOfConnections: aws.Int64(1), // Required ConnectionId: aws.String("ConnectionId"), } resp, err := svc.CreateLag(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateLag for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateLag method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single virtual private cloud (VPC).
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePrivateVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreatePrivateVirtualInterfaceInput{ ConnectionId: aws.String("ConnectionId"), // Required NewPrivateVirtualInterface: &directconnect.NewPrivateVirtualInterface{ // Required Asn: aws.Int64(1), // Required VirtualGatewayId: aws.String("VirtualGatewayId"), // Required VirtualInterfaceName: aws.String("VirtualInterfaceName"), // Required Vlan: aws.Int64(1), // Required AddressFamily: aws.String("AddressFamily"), AmazonAddress: aws.String("AmazonAddress"), AuthKey: aws.String("BGPAuthKey"), CustomerAddress: aws.String("CustomerAddress"), }, } resp, err := svc.CreatePrivateVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreatePrivateVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreatePrivateVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).
When creating an IPv6 public virtual interface (addressFamily is 'ipv6'), the customer and amazon address fields should be left blank to use auto-assigned IPv6 space. Custom IPv6 Addresses are currently 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.CreatePublicVirtualInterfaceInput{ ConnectionId: aws.String("ConnectionId"), // Required NewPublicVirtualInterface: &directconnect.NewPublicVirtualInterface{ // Required Asn: aws.Int64(1), // Required VirtualInterfaceName: aws.String("VirtualInterfaceName"), // Required Vlan: aws.Int64(1), // Required AddressFamily: aws.String("AddressFamily"), AmazonAddress: aws.String("AmazonAddress"), AuthKey: aws.String("BGPAuthKey"), CustomerAddress: aws.String("CustomerAddress"), RouteFilterPrefixes: []*directconnect.RouteFilterPrefix{ { // Required Cidr: aws.String("CIDR"), }, // More values... }, }, } resp, err := svc.CreatePublicVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreatePublicVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreatePublicVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) DeleteBGPPeer ¶ added in v1.5.13
func (c *DirectConnect) DeleteBGPPeer(input *DeleteBGPPeerInput) (*DeleteBGPPeerOutput, error)
DeleteBGPPeer API operation for AWS Direct Connect.
Deletes a BGP peer on the specified virtual interface that matches 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteBGPPeer
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DeleteBGPPeerInput{ Asn: aws.Int64(1), CustomerAddress: aws.String("CustomerAddress"), VirtualInterfaceId: aws.String("VirtualInterfaceId"), } resp, err := svc.DeleteBGPPeer(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteBGPPeer for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteBGPPeer method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 connection.
Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. You need to cancel separately with the providers any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteConnection
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DeleteConnectionInput{ ConnectionId: aws.String("ConnectionId"), // Required } resp, err := svc.DeleteConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) DeleteInterconnect ¶
func (c *DirectConnect) DeleteInterconnect(input *DeleteInterconnectInput) (*DeleteInterconnectOutput, error)
DeleteInterconnect API operation for AWS Direct Connect.
Deletes the specified interconnect.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteInterconnect
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DeleteInterconnectInput{ InterconnectId: aws.String("InterconnectId"), // Required } resp, err := svc.DeleteInterconnect(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteInterconnect for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteInterconnect method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 a 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteLag
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DeleteLagInput{ LagId: aws.String("LagId"), // Required } resp, err := svc.DeleteLag(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteLag for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteLag method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DeleteVirtualInterface
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DeleteVirtualInterfaceInput{ VirtualInterfaceId: aws.String("VirtualInterfaceId"), // Required } resp, err := svc.DeleteVirtualInterface(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteVirtualInterface for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteVirtualInterface method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 ¶ added in v1.2.0
func (c *DirectConnect) DescribeConnectionLoa(input *DescribeConnectionLoaInput) (*DescribeConnectionLoaOutput, error)
DescribeConnectionLoa API operation for AWS Direct Connect.
Deprecated in favor of DescribeLoa.
Returns the LOA-CFA for a Connection.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect user guide.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeConnectionLoaInput{ ConnectionId: aws.String("ConnectionId"), // Required LoaContentType: aws.String("LoaContentType"), ProviderName: aws.String("ProviderName"), } resp, err := svc.DescribeConnectionLoa(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DirectConnect) DescribeConnectionLoaRequest ¶ 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 can be used to capture response data after the request's "Send" method is called.
See DescribeConnectionLoa for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConnectionLoa method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionLoa
func (*DirectConnect) DescribeConnectionLoaWithContext ¶ 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.
func (*DirectConnect) DescribeConnections ¶
func (c *DirectConnect) DescribeConnections(input *DescribeConnectionsInput) (*Connections, error)
DescribeConnections API operation for AWS Direct Connect.
Displays all connections in this region.
If a connection ID is provided, the call returns only that particular 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 DescribeConnections for usage and error information.
Returned Error Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnections
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeConnectionsInput{ ConnectionId: aws.String("ConnectionId"), } resp, err := svc.DescribeConnections(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DirectConnect) DescribeConnectionsOnInterconnect ¶
func (c *DirectConnect) DescribeConnectionsOnInterconnect(input *DescribeConnectionsOnInterconnectInput) (*Connections, error)
DescribeConnectionsOnInterconnect API operation for AWS Direct Connect.
Deprecated in favor of DescribeHostedConnections.
Returns a list of connections that have been provisioned on the given interconnect.
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeConnectionsOnInterconnectInput{ InterconnectId: aws.String("InterconnectId"), // Required } resp, err := svc.DescribeConnectionsOnInterconnect(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DirectConnect) DescribeConnectionsOnInterconnectRequest ¶
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 can be used to capture response data after the request's "Send" method is called.
See DescribeConnectionsOnInterconnect for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConnectionsOnInterconnect method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeConnectionsOnInterconnect
func (*DirectConnect) DescribeConnectionsOnInterconnectWithContext ¶ 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.
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 can be used to capture response data after the request's "Send" method is called.
See DescribeConnections for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConnections method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) DescribeHostedConnections ¶ added in v1.6.25
func (c *DirectConnect) DescribeHostedConnections(input *DescribeHostedConnectionsInput) (*Connections, error)
DescribeHostedConnections API operation for AWS Direct Connect.
Returns a list of hosted connections that have been provisioned on the given interconnect or link aggregation group (LAG).
This is intended for use by AWS 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeHostedConnections
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeHostedConnectionsInput{ ConnectionId: aws.String("ConnectionId"), // Required } resp, err := svc.DescribeHostedConnections(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeHostedConnections for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeHostedConnections method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 ¶ added in v1.2.0
func (c *DirectConnect) DescribeInterconnectLoa(input *DescribeInterconnectLoaInput) (*DescribeInterconnectLoaOutput, error)
DescribeInterconnectLoa API operation for AWS Direct Connect.
Deprecated in favor of DescribeLoa.
Returns the LOA-CFA for an Interconnect.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect user guide.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeInterconnectLoaInput{ InterconnectId: aws.String("InterconnectId"), // Required LoaContentType: aws.String("LoaContentType"), ProviderName: aws.String("ProviderName"), } resp, err := svc.DescribeInterconnectLoa(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DirectConnect) DescribeInterconnectLoaRequest ¶ 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 can be used to capture response data after the request's "Send" method is called.
See DescribeInterconnectLoa for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeInterconnectLoa method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnectLoa
func (*DirectConnect) DescribeInterconnectLoaWithContext ¶ 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.
func (*DirectConnect) DescribeInterconnects ¶
func (c *DirectConnect) DescribeInterconnects(input *DescribeInterconnectsInput) (*DescribeInterconnectsOutput, error)
DescribeInterconnects API operation for AWS Direct Connect.
Returns a list of interconnects owned by the AWS account.
If an interconnect ID is provided, it will only return this particular 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeInterconnects
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeInterconnectsInput{ InterconnectId: aws.String("InterconnectId"), } resp, err := svc.DescribeInterconnects(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeInterconnects for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeInterconnects method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 the link aggregation groups (LAGs) in your account.
If a LAG ID is provided, only information about the specified LAG is 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 DescribeLags for usage and error information.
Returned Error Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLags
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeLagsInput{ LagId: aws.String("LagId"), } resp, err := svc.DescribeLags(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeLags for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeLags method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
Returns the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations (http://docs.aws.amazon.com/directconnect/latest/UserGuide/Colocation.html) in the AWS Direct Connect user guide.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLoa
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeLoaInput{ ConnectionId: aws.String("ConnectionId"), // Required LoaContentType: aws.String("LoaContentType"), ProviderName: aws.String("ProviderName"), } resp, err := svc.DescribeLoa(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeLoa for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeLoa method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) var params *directconnect.DescribeLocationsInput resp, err := svc.DescribeLocations(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeLocations for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeLocations method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeTags
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeTagsInput{ ResourceArns: []*string{ // Required aws.String("ResourceArn"), // Required // More values... }, } resp, err := svc.DescribeTags(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeTags for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeTags method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
Returns a list of virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html) action.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualGateways
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) var params *directconnect.DescribeVirtualGatewaysInput resp, err := svc.DescribeVirtualGateways(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeVirtualGateways for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeVirtualGateways method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.
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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeVirtualInterfaces
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DescribeVirtualInterfacesInput{ ConnectionId: aws.String("ConnectionId"), VirtualInterfaceId: aws.String("VirtualInterfaceId"), } resp, err := svc.DescribeVirtualInterfaces(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeVirtualInterfaces for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeVirtualInterfaces method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 AWS Direct Connect partner is automatically converted to an interconnect.
If disassociating the connection will 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLag
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.DisassociateConnectionFromLagInput{ ConnectionId: aws.String("ConnectionId"), // Required LagId: aws.String("LagId"), // Required } resp, err := svc.DisassociateConnectionFromLag(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DisassociateConnectionFromLag for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DisassociateConnectionFromLag method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) 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 Direct Connect 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 Direct Connect 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 Codes:
ErrCodeDuplicateTagKeysException "DuplicateTagKeysException" A tag key was specified more than once.
ErrCodeTooManyTagsException "TooManyTagsException" You have reached the limit on the number of tags that can be assigned to a Direct Connect resource.
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResource
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.TagResourceInput{ ResourceArn: aws.String("ResourceArn"), // Required Tags: []*directconnect.Tag{ // Required { // Required Key: aws.String("TagKey"), // Required Value: aws.String("TagValue"), }, // More values... }, } resp, err := svc.TagResource(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See TagResource for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the TagResource method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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 Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResource
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.UntagResourceInput{ ResourceArn: aws.String("ResourceArn"), // Required TagKeys: []*string{ // Required aws.String("TagKey"), // Required // More values... }, } resp, err := svc.UntagResource(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UntagResource for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UntagResource method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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) 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 a link aggregation group (LAG).
You can update the following 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.
When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value, and the number of operational connections falls below the specified value, the LAG will automatically go down to avoid overutilization of the remaining connections. Adjusting this value should be done with care as it could force the LAG down if the value is set higher than the current number of operational 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 UpdateLag for usage and error information.
Returned Error Codes:
ErrCodeServerException "ServerException" A server-side error occurred during the API call. The error message will contain additional details about the cause.
ErrCodeClientException "ClientException" The API was called with invalid parameters. The error message will contain additional details about the cause.
Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLag
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/directconnect" ) func main() { sess := session.Must(session.NewSession()) svc := directconnect.New(sess) params := &directconnect.UpdateLagInput{ LagId: aws.String("LagId"), // Required LagName: aws.String("LagName"), MinimumLinks: aws.Int64(1), } resp, err := svc.UpdateLag(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateLag for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateLag method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
Please also see 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.
type DisassociateConnectionFromLagInput ¶ added in v1.6.25
type DisassociateConnectionFromLagInput struct { // The ID of the connection to disassociate from the LAG. // // Example: dxcon-abc123 // // Default: None // // ConnectionId is a required field ConnectionId *string `locationName:"connectionId" type:"string" required:"true"` // The ID of the LAG. // // Example: dxlag-abc123 // // Default: None // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the DisassociateConnectionFromLag operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLagRequest
func (DisassociateConnectionFromLagInput) GoString ¶ added in v1.6.25
func (s DisassociateConnectionFromLagInput) GoString() string
GoString returns the string representation
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
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 Interconnect ¶
type Interconnect struct { // The Direct Connection endpoint which the physical connection terminates on. AwsDevice *string `locationName:"awsDevice" type:"string"` // Bandwidth of the connection. // // Example: 1Gbps // // Default: None Bandwidth *string `locationName:"bandwidth" type:"string"` // The ID of the interconnect. // // Example: dxcon-abc123 InterconnectId *string `locationName:"interconnectId" type:"string"` // The name of the interconnect. // // Example: "1G Interconnect to AWS" InterconnectName *string `locationName:"interconnectName" type:"string"` // State of the interconnect. // // * 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 has been 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 in the process of being deleted. // // * Deleted: The interconnect has been deleted. InterconnectState *string `locationName:"interconnectState" type:"string" enum:"InterconnectState"` // The ID of the LAG. // // Example: dxlag-fg5678gh LagId *string `locationName:"lagId" type:"string"` // The time of the most recent call to DescribeInterconnectLoa for this Interconnect. LoaIssueTime *time.Time `locationName:"loaIssueTime" type:"timestamp" timestampFormat:"unix"` // Where the connection is located. // // Example: EqSV5 // // Default: None Location *string `locationName:"location" type:"string"` // The AWS region where the connection is located. // // Example: us-east-1 // // Default: None Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
An interconnect is a connection that can host other connections.
Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.
The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Interconnect
func (Interconnect) GoString ¶ added in v0.6.5
func (s Interconnect) GoString() string
GoString returns the string representation
func (*Interconnect) SetAwsDevice ¶ added in v1.6.25
func (s *Interconnect) SetAwsDevice(v string) *Interconnect
SetAwsDevice sets the AwsDevice 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) 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) 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) SetRegion ¶ added in v1.5.0
func (s *Interconnect) SetRegion(v string) *Interconnect
SetRegion sets the Region field's value.
func (Interconnect) String ¶ added in v0.6.5
func (s Interconnect) String() string
String returns the string representation
type Lag ¶ added in v1.6.25
type Lag struct { // Indicates whether the LAG can host other connections. // // This is intended for use by AWS Direct Connect partners only. AllowsHostedConnections *bool `locationName:"allowsHostedConnections" type:"boolean"` // The AWS Direct Connection endpoint that hosts the LAG. AwsDevice *string `locationName:"awsDevice" type:"string"` // A list of connections bundled by this LAG. Connections []*Connection `locationName:"connections" type:"list"` // The individual bandwidth of the physical connections bundled by the LAG. // // Available values: 1Gbps, 10Gbps ConnectionsBandwidth *string `locationName:"connectionsBandwidth" type:"string"` // The ID of the LAG. // // Example: dxlag-fg5678gh LagId *string `locationName:"lagId" type:"string"` // The name of the LAG. LagName *string `locationName:"lagName" type:"string"` // The state of the LAG. // // * 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 in the process of being deleted. // // * Deleted: The LAG has been deleted. LagState *string `locationName:"lagState" type:"string" enum:"LagState"` // Where the connection is located. // // Example: EqSV5 // // Default: None Location *string `locationName:"location" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. If the number of operational connections drops // below this setting, the LAG state changes to down. This value can help to // ensure that a LAG is not overutilized if a significant number of its bundled // connections go down. MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // The number of physical connections bundled by the LAG, up to a maximum of // 10. NumberOfConnections *int64 `locationName:"numberOfConnections" type:"integer"` // The owner of the LAG. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // The AWS region where the connection is located. // // Example: us-east-1 // // Default: None Region *string `locationName:"region" type:"string"` // contains filtered or unexported fields }
Describes a link aggregation group (LAG). A LAG is a connection that uses the Link Aggregation Control Protocol (LACP) to logically aggregate a bundle of physical connections. Like an interconnect, it can host other connections. All connections in a LAG must terminate on the same physical AWS Direct Connect endpoint, and must be the same bandwidth. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Lag
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) 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) 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) 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.
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"` // A standard media type indicating the content type of the LOA-CFA document. // Currently, the only supported value is "application/pdf". // // Default: application/pdf LoaContentType *string `locationName:"loaContentType" type:"string" enum:"LoaContentType"` // contains filtered or unexported fields }
A structure containing the Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Loa
func (*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 code used to indicate the AWS Direct Connect location. LocationCode *string `locationName:"locationCode" type:"string"` // The name of the AWS Direct Connect location. The name includes the colocation // partner name and the physical site of the lit building. LocationName *string `locationName:"locationName" type:"string"` // contains filtered or unexported fields }
An AWS Direct Connect location where connections and interconnects can be requested. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location
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 NewBGPPeer ¶ added in v1.5.13
type NewBGPPeer struct { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // contains filtered or unexported fields }
A structure containing information about a new BGP peer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewBGPPeer
func (NewBGPPeer) GoString ¶ added in v1.5.13
func (s NewBGPPeer) GoString() string
GoString returns the string representation
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
type NewPrivateVirtualInterface ¶
type NewPrivateVirtualInterface struct { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // The ID of the virtual private gateway to a VPC. This only applies to private // virtual interfaces. // // Example: vgw-123er56 // // VirtualGatewayId is a required field VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string" required:"true"` // The name of the virtual interface assigned by the customer. // // Example: "My VPC" // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The VLAN ID. // // Example: 101 // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
A structure containing information about a new private virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterface
func (NewPrivateVirtualInterface) GoString ¶ added in v0.6.5
func (s NewPrivateVirtualInterface) GoString() string
GoString returns the string representation
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) 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
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 { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // The name of the virtual interface assigned by the customer. // // Example: "My VPC" // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The VLAN ID. // // Example: 101 // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
A structure containing information about a private virtual interface that will be provisioned on a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPrivateVirtualInterfaceAllocation
func (NewPrivateVirtualInterfaceAllocation) GoString ¶ added in v0.6.5
func (s NewPrivateVirtualInterfaceAllocation) GoString() string
GoString returns the string representation
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) 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
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 { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // A list of routes to be advertised to the AWS network in this region (public // virtual interface). RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The name of the virtual interface assigned by the customer. // // Example: "My VPC" // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The VLAN ID. // // Example: 101 // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
A structure containing information about a new public virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterface
func (NewPublicVirtualInterface) GoString ¶ added in v0.6.5
func (s NewPublicVirtualInterface) GoString() string
GoString returns the string representation
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) 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
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 { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 // // Asn is a required field Asn *int64 `locationName:"asn" type:"integer" required:"true"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // A list of routes to be advertised to the AWS network in this region (public // virtual interface). RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The name of the virtual interface assigned by the customer. // // Example: "My VPC" // // VirtualInterfaceName is a required field VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string" required:"true"` // The VLAN ID. // // Example: 101 // // Vlan is a required field Vlan *int64 `locationName:"vlan" type:"integer" required:"true"` // contains filtered or unexported fields }
A structure containing information about a public virtual interface that will be provisioned on a connection. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/NewPublicVirtualInterfaceAllocation
func (NewPublicVirtualInterfaceAllocation) GoString ¶ added in v0.6.5
func (s NewPublicVirtualInterfaceAllocation) GoString() string
GoString returns the string representation
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) 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
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 ResourceTag ¶ added in v1.5.2
type ResourceTag struct { // The Amazon Resource Name (ARN) of the Direct Connect resource. ResourceArn *string `locationName:"resourceArn" type:"string"` // The tags. Tags []*Tag `locationName:"tags" min:"1" type:"list"` // contains filtered or unexported fields }
The tags associated with a Direct Connect resource. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/ResourceTag
func (ResourceTag) GoString ¶ added in v1.5.2
func (s ResourceTag) GoString() string
GoString returns the string representation
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
type RouteFilterPrefix ¶
type RouteFilterPrefix struct { // CIDR notation for the advertised route. Multiple routes are separated by // commas. // // IPv6 CIDRs must be at least a /64 or shorter // // Example: 10.10.10.0/24,10.10.11.0/24,2001:db8::/64 Cidr *string `locationName:"cidr" type:"string"` // contains filtered or unexported fields }
A route filter prefix that the customer can advertise through Border Gateway Protocol (BGP) over a public virtual interface. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/RouteFilterPrefix
func (RouteFilterPrefix) GoString ¶ added in v0.6.5
func (s RouteFilterPrefix) GoString() string
GoString returns the string representation
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
type Tag ¶ added in v1.5.2
type Tag struct { // The key of the tag. // // Key is a required field Key *string `locationName:"key" min:"1" type:"string" required:"true"` // The value of the tag. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
Information about a tag. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Tag
type TagResourceInput ¶ added in v1.5.2
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the Direct Connect resource. // // Example: arn:aws:directconnect:us-east-1:123456789012:dxcon/dxcon-fg5678gh // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The list of tags to add. // // Tags is a required field Tags []*Tag `locationName:"tags" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the TagResource operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceRequest
func (TagResourceInput) GoString ¶ added in v1.5.2
func (s TagResourceInput) GoString() string
GoString returns the string representation
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
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
}
The response received when TagResource is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/TagResourceResponse
func (TagResourceOutput) GoString ¶ added in v1.5.2
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) String ¶ added in v1.5.2
func (s TagResourceOutput) String() string
String returns the string representation
type UntagResourceInput ¶ added in v1.5.2
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the Direct Connect resource. // // ResourceArn is a required field ResourceArn *string `locationName:"resourceArn" type:"string" required:"true"` // The list of tag keys to remove. // // TagKeys is a required field TagKeys []*string `locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
Container for the parameters to the UntagResource operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceRequest
func (UntagResourceInput) GoString ¶ added in v1.5.2
func (s UntagResourceInput) GoString() string
GoString returns the string representation
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
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
}
The response received when UntagResource is called. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UntagResourceResponse
func (UntagResourceOutput) GoString ¶ added in v1.5.2
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) String ¶ added in v1.5.2
func (s UntagResourceOutput) String() string
String returns the string representation
type UpdateLagInput ¶ added in v1.6.25
type UpdateLagInput struct { // The ID of the LAG to update. // // Example: dxlag-abc123 // // Default: None // // LagId is a required field LagId *string `locationName:"lagId" type:"string" required:"true"` // The name for the LAG. // // Example: "3x10G LAG to AWS" // // Default: None LagName *string `locationName:"lagName" type:"string"` // The minimum number of physical connections that must be operational for the // LAG itself to be operational. // // Default: None MinimumLinks *int64 `locationName:"minimumLinks" type:"integer"` // contains filtered or unexported fields }
Container for the parameters to the UpdateLag operation. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateLagRequest
func (UpdateLagInput) GoString ¶ added in v1.6.25
func (s UpdateLagInput) GoString() string
GoString returns the string representation
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
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 VirtualGateway ¶
type VirtualGateway struct { // The ID of the virtual private gateway to a VPC. This only applies to private // virtual interfaces. // // Example: vgw-123er56 VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // State of the virtual private gateway. // // * Pending: This is the initial state after calling CreateVpnGateway. // // * Available: Ready for use by a private virtual interface. // // * Deleting: This is the initial state after calling DeleteVpnGateway. // // * Deleted: In this state, a private virtual interface is unable to send // traffic over this gateway. VirtualGatewayState *string `locationName:"virtualGatewayState" type:"string"` // contains filtered or unexported fields }
You can create one or more AWS Direct Connect private virtual interfaces linking to your virtual private gateway.
Virtual private gateways can be managed using the Amazon Virtual Private Cloud (Amazon VPC) console or the Amazon EC2 CreateVpnGateway action (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpnGateway.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualGateway
func (VirtualGateway) GoString ¶ added in v0.6.5
func (s VirtualGateway) GoString() string
GoString returns the string representation
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
type VirtualInterface ¶
type VirtualInterface struct { // Indicates the address family for the BGP peer. // // * ipv4: IPv4 address family // // * ipv6: IPv6 address family AddressFamily *string `locationName:"addressFamily" type:"string" enum:"AddressFamily"` // IP address assigned to the Amazon interface. // // Example: 192.168.1.1/30 or 2001:db8::1/125 AmazonAddress *string `locationName:"amazonAddress" type:"string"` // The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration. // // Example: 65000 Asn *int64 `locationName:"asn" type:"integer"` // The authentication key for BGP configuration. // // Example: asdf34example AuthKey *string `locationName:"authKey" type:"string"` // A list of the BGP peers configured on this virtual interface. BgpPeers []*BGPPeer `locationName:"bgpPeers" type:"list"` // The ID of the connection. This field is also used as the ID type for operations // that use multiple connection types (LAG, interconnect, and/or connection). // // Example: dxcon-fg5678gh // // Default: None ConnectionId *string `locationName:"connectionId" type:"string"` // IP address assigned to the customer interface. // // Example: 192.168.1.2/30 or 2001:db8::2/125 CustomerAddress *string `locationName:"customerAddress" type:"string"` // Information for generating the customer router configuration. CustomerRouterConfig *string `locationName:"customerRouterConfig" type:"string"` // Where the connection is located. // // Example: EqSV5 // // Default: None Location *string `locationName:"location" type:"string"` // The AWS account that will own the new virtual interface. OwnerAccount *string `locationName:"ownerAccount" type:"string"` // A list of routes to be advertised to the AWS network in this region (public // virtual interface). RouteFilterPrefixes []*RouteFilterPrefix `locationName:"routeFilterPrefixes" type:"list"` // The ID of the virtual private gateway to a VPC. This only applies to private // virtual interfaces. // // Example: vgw-123er56 VirtualGatewayId *string `locationName:"virtualGatewayId" type:"string"` // The ID of the virtual interface. // // Example: dxvif-123dfg56 // // Default: None VirtualInterfaceId *string `locationName:"virtualInterfaceId" type:"string"` // The name of the virtual interface assigned by the customer. // // Example: "My VPC" VirtualInterfaceName *string `locationName:"virtualInterfaceName" type:"string"` // State of the virtual interface. // // * 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 will enter the 'Rejected' // state. VirtualInterfaceState *string `locationName:"virtualInterfaceState" type:"string" enum:"VirtualInterfaceState"` // The type of virtual interface. // // Example: private (Amazon VPC) or public (Amazon S3, Amazon DynamoDB, and // so on.) VirtualInterfaceType *string `locationName:"virtualInterfaceType" type:"string"` // The VLAN ID. // // Example: 101 Vlan *int64 `locationName:"vlan" type:"integer"` // contains filtered or unexported fields }
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer. Please also see https://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface
func (VirtualInterface) GoString ¶ added in v0.6.5
func (s VirtualInterface) GoString() string
GoString returns the string representation
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) 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) 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) SetLocation ¶ added in v1.5.0
func (s *VirtualInterface) SetLocation(v string) *VirtualInterface
SetLocation sets the Location 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) SetRouteFilterPrefixes ¶ added in v1.5.0
func (s *VirtualInterface) SetRouteFilterPrefixes(v []*RouteFilterPrefix) *VirtualInterface
SetRouteFilterPrefixes sets the RouteFilterPrefixes 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
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. |