Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AttachmentStateAvailable + const AttachmentStateCreating + const AttachmentStateDeleting + const AttachmentStateFailed + const AttachmentStatePendingAttachmentAcceptance + const AttachmentStatePendingNetworkUpdate + const AttachmentStatePendingTagAcceptance + const AttachmentStateRejected + const AttachmentStateUpdating + const AttachmentTypeConnect + const AttachmentTypeSiteToSiteVpn + const AttachmentTypeTransitGatewayRouteTable + const AttachmentTypeVpc + const ChangeActionAdd + const ChangeActionModify + const ChangeActionRemove + const ChangeSetStateExecuting + const ChangeSetStateExecutionSucceeded + const ChangeSetStateFailedGeneration + const ChangeSetStateOutOfDate + const ChangeSetStatePendingGeneration + const ChangeSetStateReadyToExecute + const ChangeStatusComplete + const ChangeStatusFailed + const ChangeStatusInProgress + const ChangeStatusNotStarted + const ChangeTypeAttachmentMapping + const ChangeTypeAttachmentPoliciesConfiguration + const ChangeTypeAttachmentRoutePropagation + const ChangeTypeAttachmentRouteStatic + const ChangeTypeCoreNetworkConfiguration + const ChangeTypeCoreNetworkEdge + const ChangeTypeCoreNetworkSegment + const ChangeTypeSegmentActionsConfiguration + const ChangeTypeSegmentsConfiguration + const ConnectPeerAssociationStateAvailable + const ConnectPeerAssociationStateDeleted + const ConnectPeerAssociationStateDeleting + const ConnectPeerAssociationStatePending + const ConnectPeerStateAvailable + const ConnectPeerStateCreating + const ConnectPeerStateDeleting + const ConnectPeerStateFailed + const ConnectionStateAvailable + const ConnectionStateDeleting + const ConnectionStatePending + const ConnectionStateUpdating + const ConnectionStatusDown + const ConnectionStatusUp + const ConnectionTypeBgp + const ConnectionTypeIpsec + const CoreNetworkPolicyAliasLatest + const CoreNetworkPolicyAliasLive + const CoreNetworkStateAvailable + const CoreNetworkStateCreating + const CoreNetworkStateDeleting + const CoreNetworkStateUpdating + const CustomerGatewayAssociationStateAvailable + const CustomerGatewayAssociationStateDeleted + const CustomerGatewayAssociationStateDeleting + const CustomerGatewayAssociationStatePending + const DeviceStateAvailable + const DeviceStateDeleting + const DeviceStatePending + const DeviceStateUpdating + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeCoreNetworkPolicyException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeThrottlingException + const ErrCodeValidationException + const GlobalNetworkStateAvailable + const GlobalNetworkStateDeleting + const GlobalNetworkStatePending + const GlobalNetworkStateUpdating + const LinkAssociationStateAvailable + const LinkAssociationStateDeleted + const LinkAssociationStateDeleting + const LinkAssociationStatePending + const LinkStateAvailable + const LinkStateDeleting + const LinkStatePending + const LinkStateUpdating + const PeeringStateAvailable + const PeeringStateCreating + const PeeringStateDeleting + const PeeringStateFailed + const PeeringTypeTransitGateway + const RouteAnalysisCompletionReasonCodeBlackholeRouteForDestinationFound + const RouteAnalysisCompletionReasonCodeCyclicPathDetected + const RouteAnalysisCompletionReasonCodeInactiveRouteForDestinationFound + const RouteAnalysisCompletionReasonCodeMaxHopsExceeded + const RouteAnalysisCompletionReasonCodeNoDestinationArnProvided + const RouteAnalysisCompletionReasonCodePossibleMiddlebox + const RouteAnalysisCompletionReasonCodeRouteNotFound + const RouteAnalysisCompletionReasonCodeTransitGatewayAttachmentAttachArnNoMatch + const RouteAnalysisCompletionReasonCodeTransitGatewayAttachmentNotFound + const RouteAnalysisCompletionReasonCodeTransitGatewayAttachmentNotInTransitGateway + const RouteAnalysisCompletionReasonCodeTransitGatewayAttachmentStableRouteTableNotFound + const RouteAnalysisCompletionResultCodeConnected + const RouteAnalysisCompletionResultCodeNotConnected + const RouteAnalysisStatusCompleted + const RouteAnalysisStatusFailed + const RouteAnalysisStatusRunning + const RouteStateActive + const RouteStateBlackhole + const RouteTableTypeCoreNetworkSegment + const RouteTableTypeTransitGatewayRouteTable + const RouteTypePropagated + const RouteTypeStatic + const ServiceID + const ServiceName + const SiteStateAvailable + const SiteStateDeleting + const SiteStatePending + const SiteStateUpdating + const TransitGatewayConnectPeerAssociationStateAvailable + const TransitGatewayConnectPeerAssociationStateDeleted + const TransitGatewayConnectPeerAssociationStateDeleting + const TransitGatewayConnectPeerAssociationStatePending + const TransitGatewayRegistrationStateAvailable + const TransitGatewayRegistrationStateDeleted + const TransitGatewayRegistrationStateDeleting + const TransitGatewayRegistrationStateFailed + const TransitGatewayRegistrationStatePending + const TunnelProtocolGre + const TunnelProtocolNoEncap + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func AttachmentState_Values() []string + func AttachmentType_Values() []string + func ChangeAction_Values() []string + func ChangeSetState_Values() []string + func ChangeStatus_Values() []string + func ChangeType_Values() []string + func ConnectPeerAssociationState_Values() []string + func ConnectPeerState_Values() []string + func ConnectionState_Values() []string + func ConnectionStatus_Values() []string + func ConnectionType_Values() []string + func CoreNetworkPolicyAlias_Values() []string + func CoreNetworkState_Values() []string + func CustomerGatewayAssociationState_Values() []string + func DeviceState_Values() []string + func GlobalNetworkState_Values() []string + func LinkAssociationState_Values() []string + func LinkState_Values() []string + func PeeringState_Values() []string + func PeeringType_Values() []string + func RouteAnalysisCompletionReasonCode_Values() []string + func RouteAnalysisCompletionResultCode_Values() []string + func RouteAnalysisStatus_Values() []string + func RouteState_Values() []string + func RouteTableType_Values() []string + func RouteType_Values() []string + func SiteState_Values() []string + func TransitGatewayConnectPeerAssociationState_Values() []string + func TransitGatewayRegistrationState_Values() []string + func TunnelProtocol_Values() []string + func ValidationExceptionReason_Values() []string + type AWSLocation struct + SubnetArn *string + Zone *string + func (s *AWSLocation) SetSubnetArn(v string) *AWSLocation + func (s *AWSLocation) SetZone(v string) *AWSLocation + func (s AWSLocation) GoString() string + func (s AWSLocation) String() string + type AcceptAttachmentInput struct + AttachmentId *string + func (s *AcceptAttachmentInput) SetAttachmentId(v string) *AcceptAttachmentInput + func (s *AcceptAttachmentInput) Validate() error + func (s AcceptAttachmentInput) GoString() string + func (s AcceptAttachmentInput) String() string + type AcceptAttachmentOutput struct + Attachment *Attachment + func (s *AcceptAttachmentOutput) SetAttachment(v *Attachment) *AcceptAttachmentOutput + func (s AcceptAttachmentOutput) GoString() string + func (s AcceptAttachmentOutput) String() string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AccountStatus struct + AccountId *string + SLRDeploymentStatus *string + func (s *AccountStatus) SetAccountId(v string) *AccountStatus + func (s *AccountStatus) SetSLRDeploymentStatus(v string) *AccountStatus + func (s AccountStatus) GoString() string + func (s AccountStatus) String() string + type AssociateConnectPeerInput struct + ConnectPeerId *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + func (s *AssociateConnectPeerInput) SetConnectPeerId(v string) *AssociateConnectPeerInput + func (s *AssociateConnectPeerInput) SetDeviceId(v string) *AssociateConnectPeerInput + func (s *AssociateConnectPeerInput) SetGlobalNetworkId(v string) *AssociateConnectPeerInput + func (s *AssociateConnectPeerInput) SetLinkId(v string) *AssociateConnectPeerInput + func (s *AssociateConnectPeerInput) Validate() error + func (s AssociateConnectPeerInput) GoString() string + func (s AssociateConnectPeerInput) String() string + type AssociateConnectPeerOutput struct + ConnectPeerAssociation *ConnectPeerAssociation + func (s *AssociateConnectPeerOutput) SetConnectPeerAssociation(v *ConnectPeerAssociation) *AssociateConnectPeerOutput + func (s AssociateConnectPeerOutput) GoString() string + func (s AssociateConnectPeerOutput) String() string + type AssociateCustomerGatewayInput struct + CustomerGatewayArn *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + func (s *AssociateCustomerGatewayInput) SetCustomerGatewayArn(v string) *AssociateCustomerGatewayInput + func (s *AssociateCustomerGatewayInput) SetDeviceId(v string) *AssociateCustomerGatewayInput + func (s *AssociateCustomerGatewayInput) SetGlobalNetworkId(v string) *AssociateCustomerGatewayInput + func (s *AssociateCustomerGatewayInput) SetLinkId(v string) *AssociateCustomerGatewayInput + func (s *AssociateCustomerGatewayInput) Validate() error + func (s AssociateCustomerGatewayInput) GoString() string + func (s AssociateCustomerGatewayInput) String() string + type AssociateCustomerGatewayOutput struct + CustomerGatewayAssociation *CustomerGatewayAssociation + func (s *AssociateCustomerGatewayOutput) SetCustomerGatewayAssociation(v *CustomerGatewayAssociation) *AssociateCustomerGatewayOutput + func (s AssociateCustomerGatewayOutput) GoString() string + func (s AssociateCustomerGatewayOutput) String() string + type AssociateLinkInput struct + DeviceId *string + GlobalNetworkId *string + LinkId *string + func (s *AssociateLinkInput) SetDeviceId(v string) *AssociateLinkInput + func (s *AssociateLinkInput) SetGlobalNetworkId(v string) *AssociateLinkInput + func (s *AssociateLinkInput) SetLinkId(v string) *AssociateLinkInput + func (s *AssociateLinkInput) Validate() error + func (s AssociateLinkInput) GoString() string + func (s AssociateLinkInput) String() string + type AssociateLinkOutput struct + LinkAssociation *LinkAssociation + func (s *AssociateLinkOutput) SetLinkAssociation(v *LinkAssociation) *AssociateLinkOutput + func (s AssociateLinkOutput) GoString() string + func (s AssociateLinkOutput) String() string + type AssociateTransitGatewayConnectPeerInput struct + DeviceId *string + GlobalNetworkId *string + LinkId *string + TransitGatewayConnectPeerArn *string + func (s *AssociateTransitGatewayConnectPeerInput) SetDeviceId(v string) *AssociateTransitGatewayConnectPeerInput + func (s *AssociateTransitGatewayConnectPeerInput) SetGlobalNetworkId(v string) *AssociateTransitGatewayConnectPeerInput + func (s *AssociateTransitGatewayConnectPeerInput) SetLinkId(v string) *AssociateTransitGatewayConnectPeerInput + func (s *AssociateTransitGatewayConnectPeerInput) SetTransitGatewayConnectPeerArn(v string) *AssociateTransitGatewayConnectPeerInput + func (s *AssociateTransitGatewayConnectPeerInput) Validate() error + func (s AssociateTransitGatewayConnectPeerInput) GoString() string + func (s AssociateTransitGatewayConnectPeerInput) String() string + type AssociateTransitGatewayConnectPeerOutput struct + TransitGatewayConnectPeerAssociation *TransitGatewayConnectPeerAssociation + func (s *AssociateTransitGatewayConnectPeerOutput) SetTransitGatewayConnectPeerAssociation(v *TransitGatewayConnectPeerAssociation) *AssociateTransitGatewayConnectPeerOutput + func (s AssociateTransitGatewayConnectPeerOutput) GoString() string + func (s AssociateTransitGatewayConnectPeerOutput) String() string + type Attachment struct + AttachmentId *string + AttachmentPolicyRuleNumber *int64 + AttachmentType *string + CoreNetworkArn *string + CoreNetworkId *string + CreatedAt *time.Time + EdgeLocation *string + OwnerAccountId *string + ProposedSegmentChange *ProposedSegmentChange + ResourceArn *string + SegmentName *string + State *string + Tags []*Tag + UpdatedAt *time.Time + func (s *Attachment) SetAttachmentId(v string) *Attachment + func (s *Attachment) SetAttachmentPolicyRuleNumber(v int64) *Attachment + func (s *Attachment) SetAttachmentType(v string) *Attachment + func (s *Attachment) SetCoreNetworkArn(v string) *Attachment + func (s *Attachment) SetCoreNetworkId(v string) *Attachment + func (s *Attachment) SetCreatedAt(v time.Time) *Attachment + func (s *Attachment) SetEdgeLocation(v string) *Attachment + func (s *Attachment) SetOwnerAccountId(v string) *Attachment + func (s *Attachment) SetProposedSegmentChange(v *ProposedSegmentChange) *Attachment + func (s *Attachment) SetResourceArn(v string) *Attachment + func (s *Attachment) SetSegmentName(v string) *Attachment + func (s *Attachment) SetState(v string) *Attachment + func (s *Attachment) SetTags(v []*Tag) *Attachment + func (s *Attachment) SetUpdatedAt(v time.Time) *Attachment + func (s Attachment) GoString() string + func (s Attachment) String() string + type Bandwidth struct + DownloadSpeed *int64 + UploadSpeed *int64 + func (s *Bandwidth) SetDownloadSpeed(v int64) *Bandwidth + func (s *Bandwidth) SetUploadSpeed(v int64) *Bandwidth + func (s Bandwidth) GoString() string + func (s Bandwidth) String() string + type BgpOptions struct + PeerAsn *int64 + func (s *BgpOptions) SetPeerAsn(v int64) *BgpOptions + func (s BgpOptions) GoString() string + func (s BgpOptions) String() string + type ConflictException struct + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type ConnectAttachment struct + Attachment *Attachment + Options *ConnectAttachmentOptions + TransportAttachmentId *string + func (s *ConnectAttachment) SetAttachment(v *Attachment) *ConnectAttachment + func (s *ConnectAttachment) SetOptions(v *ConnectAttachmentOptions) *ConnectAttachment + func (s *ConnectAttachment) SetTransportAttachmentId(v string) *ConnectAttachment + func (s ConnectAttachment) GoString() string + func (s ConnectAttachment) String() string + type ConnectAttachmentOptions struct + Protocol *string + func (s *ConnectAttachmentOptions) SetProtocol(v string) *ConnectAttachmentOptions + func (s ConnectAttachmentOptions) GoString() string + func (s ConnectAttachmentOptions) String() string + type ConnectPeer struct + Configuration *ConnectPeerConfiguration + ConnectAttachmentId *string + ConnectPeerId *string + CoreNetworkId *string + CreatedAt *time.Time + EdgeLocation *string + State *string + SubnetArn *string + Tags []*Tag + func (s *ConnectPeer) SetConfiguration(v *ConnectPeerConfiguration) *ConnectPeer + func (s *ConnectPeer) SetConnectAttachmentId(v string) *ConnectPeer + func (s *ConnectPeer) SetConnectPeerId(v string) *ConnectPeer + func (s *ConnectPeer) SetCoreNetworkId(v string) *ConnectPeer + func (s *ConnectPeer) SetCreatedAt(v time.Time) *ConnectPeer + func (s *ConnectPeer) SetEdgeLocation(v string) *ConnectPeer + func (s *ConnectPeer) SetState(v string) *ConnectPeer + func (s *ConnectPeer) SetSubnetArn(v string) *ConnectPeer + func (s *ConnectPeer) SetTags(v []*Tag) *ConnectPeer + func (s ConnectPeer) GoString() string + func (s ConnectPeer) String() string + type ConnectPeerAssociation struct + ConnectPeerId *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + State *string + func (s *ConnectPeerAssociation) SetConnectPeerId(v string) *ConnectPeerAssociation + func (s *ConnectPeerAssociation) SetDeviceId(v string) *ConnectPeerAssociation + func (s *ConnectPeerAssociation) SetGlobalNetworkId(v string) *ConnectPeerAssociation + func (s *ConnectPeerAssociation) SetLinkId(v string) *ConnectPeerAssociation + func (s *ConnectPeerAssociation) SetState(v string) *ConnectPeerAssociation + func (s ConnectPeerAssociation) GoString() string + func (s ConnectPeerAssociation) String() string + type ConnectPeerBgpConfiguration struct + CoreNetworkAddress *string + CoreNetworkAsn *int64 + PeerAddress *string + PeerAsn *int64 + func (s *ConnectPeerBgpConfiguration) SetCoreNetworkAddress(v string) *ConnectPeerBgpConfiguration + func (s *ConnectPeerBgpConfiguration) SetCoreNetworkAsn(v int64) *ConnectPeerBgpConfiguration + func (s *ConnectPeerBgpConfiguration) SetPeerAddress(v string) *ConnectPeerBgpConfiguration + func (s *ConnectPeerBgpConfiguration) SetPeerAsn(v int64) *ConnectPeerBgpConfiguration + func (s ConnectPeerBgpConfiguration) GoString() string + func (s ConnectPeerBgpConfiguration) String() string + type ConnectPeerConfiguration struct + BgpConfigurations []*ConnectPeerBgpConfiguration + CoreNetworkAddress *string + InsideCidrBlocks []*string + PeerAddress *string + Protocol *string + func (s *ConnectPeerConfiguration) SetBgpConfigurations(v []*ConnectPeerBgpConfiguration) *ConnectPeerConfiguration + func (s *ConnectPeerConfiguration) SetCoreNetworkAddress(v string) *ConnectPeerConfiguration + func (s *ConnectPeerConfiguration) SetInsideCidrBlocks(v []*string) *ConnectPeerConfiguration + func (s *ConnectPeerConfiguration) SetPeerAddress(v string) *ConnectPeerConfiguration + func (s *ConnectPeerConfiguration) SetProtocol(v string) *ConnectPeerConfiguration + func (s ConnectPeerConfiguration) GoString() string + func (s ConnectPeerConfiguration) String() string + type ConnectPeerSummary struct + ConnectAttachmentId *string + ConnectPeerId *string + ConnectPeerState *string + CoreNetworkId *string + CreatedAt *time.Time + EdgeLocation *string + SubnetArn *string + Tags []*Tag + func (s *ConnectPeerSummary) SetConnectAttachmentId(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetConnectPeerId(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetConnectPeerState(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetCoreNetworkId(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetCreatedAt(v time.Time) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetEdgeLocation(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetSubnetArn(v string) *ConnectPeerSummary + func (s *ConnectPeerSummary) SetTags(v []*Tag) *ConnectPeerSummary + func (s ConnectPeerSummary) GoString() string + func (s ConnectPeerSummary) String() string + type Connection struct + ConnectedDeviceId *string + ConnectedLinkId *string + ConnectionArn *string + ConnectionId *string + CreatedAt *time.Time + Description *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + State *string + Tags []*Tag + func (s *Connection) SetConnectedDeviceId(v string) *Connection + func (s *Connection) SetConnectedLinkId(v string) *Connection + func (s *Connection) SetConnectionArn(v string) *Connection + func (s *Connection) SetConnectionId(v string) *Connection + func (s *Connection) SetCreatedAt(v time.Time) *Connection + func (s *Connection) SetDescription(v string) *Connection + func (s *Connection) SetDeviceId(v string) *Connection + func (s *Connection) SetGlobalNetworkId(v string) *Connection + func (s *Connection) SetLinkId(v string) *Connection + func (s *Connection) SetState(v string) *Connection + func (s *Connection) SetTags(v []*Tag) *Connection + func (s Connection) GoString() string + func (s Connection) String() string + type ConnectionHealth struct + Status *string + Timestamp *time.Time + Type *string + func (s *ConnectionHealth) SetStatus(v string) *ConnectionHealth + func (s *ConnectionHealth) SetTimestamp(v time.Time) *ConnectionHealth + func (s *ConnectionHealth) SetType(v string) *ConnectionHealth + func (s ConnectionHealth) GoString() string + func (s ConnectionHealth) String() string + type CoreNetwork struct + CoreNetworkArn *string + CoreNetworkId *string + CreatedAt *time.Time + Description *string + Edges []*CoreNetworkEdge + GlobalNetworkId *string + Segments []*CoreNetworkSegment + State *string + Tags []*Tag + func (s *CoreNetwork) SetCoreNetworkArn(v string) *CoreNetwork + func (s *CoreNetwork) SetCoreNetworkId(v string) *CoreNetwork + func (s *CoreNetwork) SetCreatedAt(v time.Time) *CoreNetwork + func (s *CoreNetwork) SetDescription(v string) *CoreNetwork + func (s *CoreNetwork) SetEdges(v []*CoreNetworkEdge) *CoreNetwork + func (s *CoreNetwork) SetGlobalNetworkId(v string) *CoreNetwork + func (s *CoreNetwork) SetSegments(v []*CoreNetworkSegment) *CoreNetwork + func (s *CoreNetwork) SetState(v string) *CoreNetwork + func (s *CoreNetwork) SetTags(v []*Tag) *CoreNetwork + func (s CoreNetwork) GoString() string + func (s CoreNetwork) String() string + type CoreNetworkChange struct + Action *string + Identifier *string + IdentifierPath *string + NewValues *CoreNetworkChangeValues + PreviousValues *CoreNetworkChangeValues + Type *string + func (s *CoreNetworkChange) SetAction(v string) *CoreNetworkChange + func (s *CoreNetworkChange) SetIdentifier(v string) *CoreNetworkChange + func (s *CoreNetworkChange) SetIdentifierPath(v string) *CoreNetworkChange + func (s *CoreNetworkChange) SetNewValues(v *CoreNetworkChangeValues) *CoreNetworkChange + func (s *CoreNetworkChange) SetPreviousValues(v *CoreNetworkChangeValues) *CoreNetworkChange + func (s *CoreNetworkChange) SetType(v string) *CoreNetworkChange + func (s CoreNetworkChange) GoString() string + func (s CoreNetworkChange) String() string + type CoreNetworkChangeEvent struct + Action *string + EventTime *time.Time + IdentifierPath *string + Status *string + Type *string + Values *CoreNetworkChangeEventValues + func (s *CoreNetworkChangeEvent) SetAction(v string) *CoreNetworkChangeEvent + func (s *CoreNetworkChangeEvent) SetEventTime(v time.Time) *CoreNetworkChangeEvent + func (s *CoreNetworkChangeEvent) SetIdentifierPath(v string) *CoreNetworkChangeEvent + func (s *CoreNetworkChangeEvent) SetStatus(v string) *CoreNetworkChangeEvent + func (s *CoreNetworkChangeEvent) SetType(v string) *CoreNetworkChangeEvent + func (s *CoreNetworkChangeEvent) SetValues(v *CoreNetworkChangeEventValues) *CoreNetworkChangeEvent + func (s CoreNetworkChangeEvent) GoString() string + func (s CoreNetworkChangeEvent) String() string + type CoreNetworkChangeEventValues struct + AttachmentId *string + Cidr *string + EdgeLocation *string + SegmentName *string + func (s *CoreNetworkChangeEventValues) SetAttachmentId(v string) *CoreNetworkChangeEventValues + func (s *CoreNetworkChangeEventValues) SetCidr(v string) *CoreNetworkChangeEventValues + func (s *CoreNetworkChangeEventValues) SetEdgeLocation(v string) *CoreNetworkChangeEventValues + func (s *CoreNetworkChangeEventValues) SetSegmentName(v string) *CoreNetworkChangeEventValues + func (s CoreNetworkChangeEventValues) GoString() string + func (s CoreNetworkChangeEventValues) String() string + type CoreNetworkChangeValues struct + Asn *int64 + Cidr *string + DestinationIdentifier *string + EdgeLocations []*string + InsideCidrBlocks []*string + SegmentName *string + SharedSegments []*string + func (s *CoreNetworkChangeValues) SetAsn(v int64) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetCidr(v string) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetDestinationIdentifier(v string) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetEdgeLocations(v []*string) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetInsideCidrBlocks(v []*string) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetSegmentName(v string) *CoreNetworkChangeValues + func (s *CoreNetworkChangeValues) SetSharedSegments(v []*string) *CoreNetworkChangeValues + func (s CoreNetworkChangeValues) GoString() string + func (s CoreNetworkChangeValues) String() string + type CoreNetworkEdge struct + Asn *int64 + EdgeLocation *string + InsideCidrBlocks []*string + func (s *CoreNetworkEdge) SetAsn(v int64) *CoreNetworkEdge + func (s *CoreNetworkEdge) SetEdgeLocation(v string) *CoreNetworkEdge + func (s *CoreNetworkEdge) SetInsideCidrBlocks(v []*string) *CoreNetworkEdge + func (s CoreNetworkEdge) GoString() string + func (s CoreNetworkEdge) String() string + type CoreNetworkPolicy struct + Alias *string + ChangeSetState *string + CoreNetworkId *string + CreatedAt *time.Time + Description *string + PolicyDocument aws.JSONValue + PolicyErrors []*CoreNetworkPolicyError + PolicyVersionId *int64 + func (s *CoreNetworkPolicy) SetAlias(v string) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetChangeSetState(v string) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetCoreNetworkId(v string) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetCreatedAt(v time.Time) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetDescription(v string) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetPolicyDocument(v aws.JSONValue) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetPolicyErrors(v []*CoreNetworkPolicyError) *CoreNetworkPolicy + func (s *CoreNetworkPolicy) SetPolicyVersionId(v int64) *CoreNetworkPolicy + func (s CoreNetworkPolicy) GoString() string + func (s CoreNetworkPolicy) String() string + type CoreNetworkPolicyError struct + ErrorCode *string + Message *string + Path *string + func (s *CoreNetworkPolicyError) SetErrorCode(v string) *CoreNetworkPolicyError + func (s *CoreNetworkPolicyError) SetMessage(v string) *CoreNetworkPolicyError + func (s *CoreNetworkPolicyError) SetPath(v string) *CoreNetworkPolicyError + func (s CoreNetworkPolicyError) GoString() string + func (s CoreNetworkPolicyError) String() string + type CoreNetworkPolicyException struct + Errors []*CoreNetworkPolicyError + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *CoreNetworkPolicyException) Code() string + func (s *CoreNetworkPolicyException) Error() string + func (s *CoreNetworkPolicyException) Message() string + func (s *CoreNetworkPolicyException) OrigErr() error + func (s *CoreNetworkPolicyException) RequestID() string + func (s *CoreNetworkPolicyException) StatusCode() int + func (s CoreNetworkPolicyException) GoString() string + func (s CoreNetworkPolicyException) String() string + type CoreNetworkPolicyVersion struct + Alias *string + ChangeSetState *string + CoreNetworkId *string + CreatedAt *time.Time + Description *string + PolicyVersionId *int64 + func (s *CoreNetworkPolicyVersion) SetAlias(v string) *CoreNetworkPolicyVersion + func (s *CoreNetworkPolicyVersion) SetChangeSetState(v string) *CoreNetworkPolicyVersion + func (s *CoreNetworkPolicyVersion) SetCoreNetworkId(v string) *CoreNetworkPolicyVersion + func (s *CoreNetworkPolicyVersion) SetCreatedAt(v time.Time) *CoreNetworkPolicyVersion + func (s *CoreNetworkPolicyVersion) SetDescription(v string) *CoreNetworkPolicyVersion + func (s *CoreNetworkPolicyVersion) SetPolicyVersionId(v int64) *CoreNetworkPolicyVersion + func (s CoreNetworkPolicyVersion) GoString() string + func (s CoreNetworkPolicyVersion) String() string + type CoreNetworkSegment struct + EdgeLocations []*string + Name *string + SharedSegments []*string + func (s *CoreNetworkSegment) SetEdgeLocations(v []*string) *CoreNetworkSegment + func (s *CoreNetworkSegment) SetName(v string) *CoreNetworkSegment + func (s *CoreNetworkSegment) SetSharedSegments(v []*string) *CoreNetworkSegment + func (s CoreNetworkSegment) GoString() string + func (s CoreNetworkSegment) String() string + type CoreNetworkSegmentEdgeIdentifier struct + CoreNetworkId *string + EdgeLocation *string + SegmentName *string + func (s *CoreNetworkSegmentEdgeIdentifier) SetCoreNetworkId(v string) *CoreNetworkSegmentEdgeIdentifier + func (s *CoreNetworkSegmentEdgeIdentifier) SetEdgeLocation(v string) *CoreNetworkSegmentEdgeIdentifier + func (s *CoreNetworkSegmentEdgeIdentifier) SetSegmentName(v string) *CoreNetworkSegmentEdgeIdentifier + func (s *CoreNetworkSegmentEdgeIdentifier) Validate() error + func (s CoreNetworkSegmentEdgeIdentifier) GoString() string + func (s CoreNetworkSegmentEdgeIdentifier) String() string + type CoreNetworkSummary struct + CoreNetworkArn *string + CoreNetworkId *string + Description *string + GlobalNetworkId *string + OwnerAccountId *string + State *string + Tags []*Tag + func (s *CoreNetworkSummary) SetCoreNetworkArn(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetCoreNetworkId(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetDescription(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetGlobalNetworkId(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetOwnerAccountId(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetState(v string) *CoreNetworkSummary + func (s *CoreNetworkSummary) SetTags(v []*Tag) *CoreNetworkSummary + func (s CoreNetworkSummary) GoString() string + func (s CoreNetworkSummary) String() string + type CreateConnectAttachmentInput struct + ClientToken *string + CoreNetworkId *string + EdgeLocation *string + Options *ConnectAttachmentOptions + Tags []*Tag + TransportAttachmentId *string + func (s *CreateConnectAttachmentInput) SetClientToken(v string) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) SetCoreNetworkId(v string) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) SetEdgeLocation(v string) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) SetOptions(v *ConnectAttachmentOptions) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) SetTags(v []*Tag) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) SetTransportAttachmentId(v string) *CreateConnectAttachmentInput + func (s *CreateConnectAttachmentInput) Validate() error + func (s CreateConnectAttachmentInput) GoString() string + func (s CreateConnectAttachmentInput) String() string + type CreateConnectAttachmentOutput struct + ConnectAttachment *ConnectAttachment + func (s *CreateConnectAttachmentOutput) SetConnectAttachment(v *ConnectAttachment) *CreateConnectAttachmentOutput + func (s CreateConnectAttachmentOutput) GoString() string + func (s CreateConnectAttachmentOutput) String() string + type CreateConnectPeerInput struct + BgpOptions *BgpOptions + ClientToken *string + ConnectAttachmentId *string + CoreNetworkAddress *string + InsideCidrBlocks []*string + PeerAddress *string + SubnetArn *string + Tags []*Tag + func (s *CreateConnectPeerInput) SetBgpOptions(v *BgpOptions) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetClientToken(v string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetConnectAttachmentId(v string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetCoreNetworkAddress(v string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetInsideCidrBlocks(v []*string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetPeerAddress(v string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetSubnetArn(v string) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) SetTags(v []*Tag) *CreateConnectPeerInput + func (s *CreateConnectPeerInput) Validate() error + func (s CreateConnectPeerInput) GoString() string + func (s CreateConnectPeerInput) String() string + type CreateConnectPeerOutput struct + ConnectPeer *ConnectPeer + func (s *CreateConnectPeerOutput) SetConnectPeer(v *ConnectPeer) *CreateConnectPeerOutput + func (s CreateConnectPeerOutput) GoString() string + func (s CreateConnectPeerOutput) String() string + type CreateConnectionInput struct + ConnectedDeviceId *string + ConnectedLinkId *string + Description *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + Tags []*Tag + func (s *CreateConnectionInput) SetConnectedDeviceId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetConnectedLinkId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetDescription(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetDeviceId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetGlobalNetworkId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetLinkId(v string) *CreateConnectionInput + func (s *CreateConnectionInput) SetTags(v []*Tag) *CreateConnectionInput + func (s *CreateConnectionInput) Validate() error + func (s CreateConnectionInput) GoString() string + func (s CreateConnectionInput) String() string + type CreateConnectionOutput struct + Connection *Connection + func (s *CreateConnectionOutput) SetConnection(v *Connection) *CreateConnectionOutput + func (s CreateConnectionOutput) GoString() string + func (s CreateConnectionOutput) String() string + type CreateCoreNetworkInput struct + ClientToken *string + Description *string + GlobalNetworkId *string + PolicyDocument *string + Tags []*Tag + func (s *CreateCoreNetworkInput) SetClientToken(v string) *CreateCoreNetworkInput + func (s *CreateCoreNetworkInput) SetDescription(v string) *CreateCoreNetworkInput + func (s *CreateCoreNetworkInput) SetGlobalNetworkId(v string) *CreateCoreNetworkInput + func (s *CreateCoreNetworkInput) SetPolicyDocument(v string) *CreateCoreNetworkInput + func (s *CreateCoreNetworkInput) SetTags(v []*Tag) *CreateCoreNetworkInput + func (s *CreateCoreNetworkInput) Validate() error + func (s CreateCoreNetworkInput) GoString() string + func (s CreateCoreNetworkInput) String() string + type CreateCoreNetworkOutput struct + CoreNetwork *CoreNetwork + func (s *CreateCoreNetworkOutput) SetCoreNetwork(v *CoreNetwork) *CreateCoreNetworkOutput + func (s CreateCoreNetworkOutput) GoString() string + func (s CreateCoreNetworkOutput) String() string + type CreateDeviceInput struct + AWSLocation *AWSLocation + Description *string + GlobalNetworkId *string + Location *Location + Model *string + SerialNumber *string + SiteId *string + Tags []*Tag + Type *string + Vendor *string + func (s *CreateDeviceInput) SetAWSLocation(v *AWSLocation) *CreateDeviceInput + func (s *CreateDeviceInput) SetDescription(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetGlobalNetworkId(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetLocation(v *Location) *CreateDeviceInput + func (s *CreateDeviceInput) SetModel(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetSerialNumber(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetSiteId(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetTags(v []*Tag) *CreateDeviceInput + func (s *CreateDeviceInput) SetType(v string) *CreateDeviceInput + func (s *CreateDeviceInput) SetVendor(v string) *CreateDeviceInput + func (s *CreateDeviceInput) Validate() error + func (s CreateDeviceInput) GoString() string + func (s CreateDeviceInput) String() string + type CreateDeviceOutput struct + Device *Device + func (s *CreateDeviceOutput) SetDevice(v *Device) *CreateDeviceOutput + func (s CreateDeviceOutput) GoString() string + func (s CreateDeviceOutput) String() string + type CreateGlobalNetworkInput struct + Description *string + Tags []*Tag + func (s *CreateGlobalNetworkInput) SetDescription(v string) *CreateGlobalNetworkInput + func (s *CreateGlobalNetworkInput) SetTags(v []*Tag) *CreateGlobalNetworkInput + func (s CreateGlobalNetworkInput) GoString() string + func (s CreateGlobalNetworkInput) String() string + type CreateGlobalNetworkOutput struct + GlobalNetwork *GlobalNetwork + func (s *CreateGlobalNetworkOutput) SetGlobalNetwork(v *GlobalNetwork) *CreateGlobalNetworkOutput + func (s CreateGlobalNetworkOutput) GoString() string + func (s CreateGlobalNetworkOutput) String() string + type CreateLinkInput struct + Bandwidth *Bandwidth + Description *string + GlobalNetworkId *string + Provider *string + SiteId *string + Tags []*Tag + Type *string + func (s *CreateLinkInput) SetBandwidth(v *Bandwidth) *CreateLinkInput + func (s *CreateLinkInput) SetDescription(v string) *CreateLinkInput + func (s *CreateLinkInput) SetGlobalNetworkId(v string) *CreateLinkInput + func (s *CreateLinkInput) SetProvider(v string) *CreateLinkInput + func (s *CreateLinkInput) SetSiteId(v string) *CreateLinkInput + func (s *CreateLinkInput) SetTags(v []*Tag) *CreateLinkInput + func (s *CreateLinkInput) SetType(v string) *CreateLinkInput + func (s *CreateLinkInput) Validate() error + func (s CreateLinkInput) GoString() string + func (s CreateLinkInput) String() string + type CreateLinkOutput struct + Link *Link + func (s *CreateLinkOutput) SetLink(v *Link) *CreateLinkOutput + func (s CreateLinkOutput) GoString() string + func (s CreateLinkOutput) String() string + type CreateSiteInput struct + Description *string + GlobalNetworkId *string + Location *Location + Tags []*Tag + func (s *CreateSiteInput) SetDescription(v string) *CreateSiteInput + func (s *CreateSiteInput) SetGlobalNetworkId(v string) *CreateSiteInput + func (s *CreateSiteInput) SetLocation(v *Location) *CreateSiteInput + func (s *CreateSiteInput) SetTags(v []*Tag) *CreateSiteInput + func (s *CreateSiteInput) Validate() error + func (s CreateSiteInput) GoString() string + func (s CreateSiteInput) String() string + type CreateSiteOutput struct + Site *Site + func (s *CreateSiteOutput) SetSite(v *Site) *CreateSiteOutput + func (s CreateSiteOutput) GoString() string + func (s CreateSiteOutput) String() string + type CreateSiteToSiteVpnAttachmentInput struct + ClientToken *string + CoreNetworkId *string + Tags []*Tag + VpnConnectionArn *string + func (s *CreateSiteToSiteVpnAttachmentInput) SetClientToken(v string) *CreateSiteToSiteVpnAttachmentInput + func (s *CreateSiteToSiteVpnAttachmentInput) SetCoreNetworkId(v string) *CreateSiteToSiteVpnAttachmentInput + func (s *CreateSiteToSiteVpnAttachmentInput) SetTags(v []*Tag) *CreateSiteToSiteVpnAttachmentInput + func (s *CreateSiteToSiteVpnAttachmentInput) SetVpnConnectionArn(v string) *CreateSiteToSiteVpnAttachmentInput + func (s *CreateSiteToSiteVpnAttachmentInput) Validate() error + func (s CreateSiteToSiteVpnAttachmentInput) GoString() string + func (s CreateSiteToSiteVpnAttachmentInput) String() string + type CreateSiteToSiteVpnAttachmentOutput struct + SiteToSiteVpnAttachment *SiteToSiteVpnAttachment + func (s *CreateSiteToSiteVpnAttachmentOutput) SetSiteToSiteVpnAttachment(v *SiteToSiteVpnAttachment) *CreateSiteToSiteVpnAttachmentOutput + func (s CreateSiteToSiteVpnAttachmentOutput) GoString() string + func (s CreateSiteToSiteVpnAttachmentOutput) String() string + type CreateTransitGatewayPeeringInput struct + ClientToken *string + CoreNetworkId *string + Tags []*Tag + TransitGatewayArn *string + func (s *CreateTransitGatewayPeeringInput) SetClientToken(v string) *CreateTransitGatewayPeeringInput + func (s *CreateTransitGatewayPeeringInput) SetCoreNetworkId(v string) *CreateTransitGatewayPeeringInput + func (s *CreateTransitGatewayPeeringInput) SetTags(v []*Tag) *CreateTransitGatewayPeeringInput + func (s *CreateTransitGatewayPeeringInput) SetTransitGatewayArn(v string) *CreateTransitGatewayPeeringInput + func (s *CreateTransitGatewayPeeringInput) Validate() error + func (s CreateTransitGatewayPeeringInput) GoString() string + func (s CreateTransitGatewayPeeringInput) String() string + type CreateTransitGatewayPeeringOutput struct + TransitGatewayPeering *TransitGatewayPeering + func (s *CreateTransitGatewayPeeringOutput) SetTransitGatewayPeering(v *TransitGatewayPeering) *CreateTransitGatewayPeeringOutput + func (s CreateTransitGatewayPeeringOutput) GoString() string + func (s CreateTransitGatewayPeeringOutput) String() string + type CreateTransitGatewayRouteTableAttachmentInput struct + ClientToken *string + PeeringId *string + Tags []*Tag + TransitGatewayRouteTableArn *string + func (s *CreateTransitGatewayRouteTableAttachmentInput) SetClientToken(v string) *CreateTransitGatewayRouteTableAttachmentInput + func (s *CreateTransitGatewayRouteTableAttachmentInput) SetPeeringId(v string) *CreateTransitGatewayRouteTableAttachmentInput + func (s *CreateTransitGatewayRouteTableAttachmentInput) SetTags(v []*Tag) *CreateTransitGatewayRouteTableAttachmentInput + func (s *CreateTransitGatewayRouteTableAttachmentInput) SetTransitGatewayRouteTableArn(v string) *CreateTransitGatewayRouteTableAttachmentInput + func (s *CreateTransitGatewayRouteTableAttachmentInput) Validate() error + func (s CreateTransitGatewayRouteTableAttachmentInput) GoString() string + func (s CreateTransitGatewayRouteTableAttachmentInput) String() string + type CreateTransitGatewayRouteTableAttachmentOutput struct + TransitGatewayRouteTableAttachment *TransitGatewayRouteTableAttachment + func (s *CreateTransitGatewayRouteTableAttachmentOutput) SetTransitGatewayRouteTableAttachment(v *TransitGatewayRouteTableAttachment) *CreateTransitGatewayRouteTableAttachmentOutput + func (s CreateTransitGatewayRouteTableAttachmentOutput) GoString() string + func (s CreateTransitGatewayRouteTableAttachmentOutput) String() string + type CreateVpcAttachmentInput struct + ClientToken *string + CoreNetworkId *string + Options *VpcOptions + SubnetArns []*string + Tags []*Tag + VpcArn *string + func (s *CreateVpcAttachmentInput) SetClientToken(v string) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) SetCoreNetworkId(v string) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) SetOptions(v *VpcOptions) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) SetSubnetArns(v []*string) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) SetTags(v []*Tag) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) SetVpcArn(v string) *CreateVpcAttachmentInput + func (s *CreateVpcAttachmentInput) Validate() error + func (s CreateVpcAttachmentInput) GoString() string + func (s CreateVpcAttachmentInput) String() string + type CreateVpcAttachmentOutput struct + VpcAttachment *VpcAttachment + func (s *CreateVpcAttachmentOutput) SetVpcAttachment(v *VpcAttachment) *CreateVpcAttachmentOutput + func (s CreateVpcAttachmentOutput) GoString() string + func (s CreateVpcAttachmentOutput) String() string + type CustomerGatewayAssociation struct + CustomerGatewayArn *string + DeviceId *string + GlobalNetworkId *string + LinkId *string + State *string + func (s *CustomerGatewayAssociation) SetCustomerGatewayArn(v string) *CustomerGatewayAssociation + func (s *CustomerGatewayAssociation) SetDeviceId(v string) *CustomerGatewayAssociation + func (s *CustomerGatewayAssociation) SetGlobalNetworkId(v string) *CustomerGatewayAssociation + func (s *CustomerGatewayAssociation) SetLinkId(v string) *CustomerGatewayAssociation + func (s *CustomerGatewayAssociation) SetState(v string) *CustomerGatewayAssociation + func (s CustomerGatewayAssociation) GoString() string + func (s CustomerGatewayAssociation) String() string + type DeleteAttachmentInput struct + AttachmentId *string + func (s *DeleteAttachmentInput) SetAttachmentId(v string) *DeleteAttachmentInput + func (s *DeleteAttachmentInput) Validate() error + func (s DeleteAttachmentInput) GoString() string + func (s DeleteAttachmentInput) String() string + type DeleteAttachmentOutput struct + Attachment *Attachment + func (s *DeleteAttachmentOutput) SetAttachment(v *Attachment) *DeleteAttachmentOutput + func (s DeleteAttachmentOutput) GoString() string + func (s DeleteAttachmentOutput) String() string + type DeleteConnectPeerInput struct + ConnectPeerId *string + func (s *DeleteConnectPeerInput) SetConnectPeerId(v string) *DeleteConnectPeerInput + func (s *DeleteConnectPeerInput) Validate() error + func (s DeleteConnectPeerInput) GoString() string + func (s DeleteConnectPeerInput) String() string + type DeleteConnectPeerOutput struct + ConnectPeer *ConnectPeer + func (s *DeleteConnectPeerOutput) SetConnectPeer(v *ConnectPeer) *DeleteConnectPeerOutput + func (s DeleteConnectPeerOutput) GoString() string + func (s DeleteConnectPeerOutput) String() string + type DeleteConnectionInput struct + ConnectionId *string + GlobalNetworkId *string + func (s *DeleteConnectionInput) SetConnectionId(v string) *DeleteConnectionInput + func (s *DeleteConnectionInput) SetGlobalNetworkId(v string) *DeleteConnectionInput + func (s *DeleteConnectionInput) Validate() error + func (s DeleteConnectionInput) GoString() string + func (s DeleteConnectionInput) String() string + type DeleteConnectionOutput struct + Connection *Connection + func (s *DeleteConnectionOutput) SetConnection(v *Connection) *DeleteConnectionOutput + func (s DeleteConnectionOutput) GoString() string + func (s DeleteConnectionOutput) String() string + type DeleteCoreNetworkInput struct + CoreNetworkId *string + func (s *DeleteCoreNetworkInput) SetCoreNetworkId(v string) *DeleteCoreNetworkInput + func (s *DeleteCoreNetworkInput) Validate() error + func (s DeleteCoreNetworkInput) GoString() string + func (s DeleteCoreNetworkInput) String() string + type DeleteCoreNetworkOutput struct + CoreNetwork *CoreNetwork + func (s *DeleteCoreNetworkOutput) SetCoreNetwork(v *CoreNetwork) *DeleteCoreNetworkOutput + func (s DeleteCoreNetworkOutput) GoString() string + func (s DeleteCoreNetworkOutput) String() string + type DeleteCoreNetworkPolicyVersionInput struct + CoreNetworkId *string + PolicyVersionId *int64 + func (s *DeleteCoreNetworkPolicyVersionInput) SetCoreNetworkId(v string) *DeleteCoreNetworkPolicyVersionInput + func (s *DeleteCoreNetworkPolicyVersionInput) SetPolicyVersionId(v int64) *DeleteCoreNetworkPolicyVersionInput + func (s *DeleteCoreNetworkPolicyVersionInput) Validate() error + func (s DeleteCoreNetworkPolicyVersionInput) GoString() string + func (s DeleteCoreNetworkPolicyVersionInput) String() string + type DeleteCoreNetworkPolicyVersionOutput struct + CoreNetworkPolicy *CoreNetworkPolicy + func (s *DeleteCoreNetworkPolicyVersionOutput) SetCoreNetworkPolicy(v *CoreNetworkPolicy) *DeleteCoreNetworkPolicyVersionOutput + func (s DeleteCoreNetworkPolicyVersionOutput) GoString() string + func (s DeleteCoreNetworkPolicyVersionOutput) String() string + type DeleteDeviceInput struct + DeviceId *string + GlobalNetworkId *string + func (s *DeleteDeviceInput) SetDeviceId(v string) *DeleteDeviceInput + func (s *DeleteDeviceInput) SetGlobalNetworkId(v string) *DeleteDeviceInput + func (s *DeleteDeviceInput) Validate() error + func (s DeleteDeviceInput) GoString() string + func (s DeleteDeviceInput) String() string + type DeleteDeviceOutput struct + Device *Device + func (s *DeleteDeviceOutput) SetDevice(v *Device) *DeleteDeviceOutput + func (s DeleteDeviceOutput) GoString() string + func (s DeleteDeviceOutput) String() string + type DeleteGlobalNetworkInput struct + GlobalNetworkId *string + func (s *DeleteGlobalNetworkInput) SetGlobalNetworkId(v string) *DeleteGlobalNetworkInput + func (s *DeleteGlobalNetworkInput) Validate() error + func (s DeleteGlobalNetworkInput) GoString() string + func (s DeleteGlobalNetworkInput) String() string + type DeleteGlobalNetworkOutput struct + GlobalNetwork *GlobalNetwork + func (s *DeleteGlobalNetworkOutput) SetGlobalNetwork(v *GlobalNetwork) *DeleteGlobalNetworkOutput + func (s DeleteGlobalNetworkOutput) GoString() string + func (s DeleteGlobalNetworkOutput) String() string + type DeleteLinkInput struct + GlobalNetworkId *string + LinkId *string + func (s *DeleteLinkInput) SetGlobalNetworkId(v string) *DeleteLinkInput + func (s *DeleteLinkInput) SetLinkId(v string) *DeleteLinkInput + func (s *DeleteLinkInput) Validate() error + func (s DeleteLinkInput) GoString() string + func (s DeleteLinkInput) String() string + type DeleteLinkOutput struct + Link *Link + func (s *DeleteLinkOutput) SetLink(v *Link) *DeleteLinkOutput + func (s DeleteLinkOutput) GoString() string + func (s DeleteLinkOutput) String() string + type DeletePeeringInput struct + PeeringId *string + func (s *DeletePeeringInput) SetPeeringId(v string) *DeletePeeringInput + func (s *DeletePeeringInput) Validate() error + func (s DeletePeeringInput) GoString() string + func (s DeletePeeringInput) String() string + type DeletePeeringOutput struct + Peering *Peering + func (s *DeletePeeringOutput) SetPeering(v *Peering) *DeletePeeringOutput + func (s DeletePeeringOutput) GoString() string + func (s DeletePeeringOutput) String() string + type DeleteResourcePolicyInput struct + ResourceArn *string + func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput + func (s *DeleteResourcePolicyInput) Validate() error + func (s DeleteResourcePolicyInput) GoString() string + func (s DeleteResourcePolicyInput) String() string + type DeleteResourcePolicyOutput struct + func (s DeleteResourcePolicyOutput) GoString() string + func (s DeleteResourcePolicyOutput) String() string + type DeleteSiteInput struct + GlobalNetworkId *string + SiteId *string + func (s *DeleteSiteInput) SetGlobalNetworkId(v string) *DeleteSiteInput + func (s *DeleteSiteInput) SetSiteId(v string) *DeleteSiteInput + func (s *DeleteSiteInput) Validate() error + func (s DeleteSiteInput) GoString() string + func (s DeleteSiteInput) String() string + type DeleteSiteOutput struct + Site *Site + func (s *DeleteSiteOutput) SetSite(v *Site) *DeleteSiteOutput + func (s DeleteSiteOutput) GoString() string + func (s DeleteSiteOutput) String() string + type DeregisterTransitGatewayInput struct + GlobalNetworkId *string + TransitGatewayArn *string + func (s *DeregisterTransitGatewayInput) SetGlobalNetworkId(v string) *DeregisterTransitGatewayInput + func (s *DeregisterTransitGatewayInput) SetTransitGatewayArn(v string) *DeregisterTransitGatewayInput + func (s *DeregisterTransitGatewayInput) Validate() error + func (s DeregisterTransitGatewayInput) GoString() string + func (s DeregisterTransitGatewayInput) String() string + type DeregisterTransitGatewayOutput struct + TransitGatewayRegistration *TransitGatewayRegistration + func (s *DeregisterTransitGatewayOutput) SetTransitGatewayRegistration(v *TransitGatewayRegistration) *DeregisterTransitGatewayOutput + func (s DeregisterTransitGatewayOutput) GoString() string + func (s DeregisterTransitGatewayOutput) String() string + type DescribeGlobalNetworksInput struct + GlobalNetworkIds []*string + MaxResults *int64 + NextToken *string + func (s *DescribeGlobalNetworksInput) SetGlobalNetworkIds(v []*string) *DescribeGlobalNetworksInput + func (s *DescribeGlobalNetworksInput) SetMaxResults(v int64) *DescribeGlobalNetworksInput + func (s *DescribeGlobalNetworksInput) SetNextToken(v string) *DescribeGlobalNetworksInput + func (s *DescribeGlobalNetworksInput) Validate() error + func (s DescribeGlobalNetworksInput) GoString() string + func (s DescribeGlobalNetworksInput) String() string + type DescribeGlobalNetworksOutput struct + GlobalNetworks []*GlobalNetwork + NextToken *string + func (s *DescribeGlobalNetworksOutput) SetGlobalNetworks(v []*GlobalNetwork) *DescribeGlobalNetworksOutput + func (s *DescribeGlobalNetworksOutput) SetNextToken(v string) *DescribeGlobalNetworksOutput + func (s DescribeGlobalNetworksOutput) GoString() string + func (s DescribeGlobalNetworksOutput) String() string + type Device struct + AWSLocation *AWSLocation + CreatedAt *time.Time + Description *string + DeviceArn *string + DeviceId *string + GlobalNetworkId *string + Location *Location + Model *string + SerialNumber *string + SiteId *string + State *string + Tags []*Tag + Type *string + Vendor *string + func (s *Device) SetAWSLocation(v *AWSLocation) *Device + func (s *Device) SetCreatedAt(v time.Time) *Device + func (s *Device) SetDescription(v string) *Device + func (s *Device) SetDeviceArn(v string) *Device + func (s *Device) SetDeviceId(v string) *Device + func (s *Device) SetGlobalNetworkId(v string) *Device + func (s *Device) SetLocation(v *Location) *Device + func (s *Device) SetModel(v string) *Device + func (s *Device) SetSerialNumber(v string) *Device + func (s *Device) SetSiteId(v string) *Device + func (s *Device) SetState(v string) *Device + func (s *Device) SetTags(v []*Tag) *Device + func (s *Device) SetType(v string) *Device + func (s *Device) SetVendor(v string) *Device + func (s Device) GoString() string + func (s Device) String() string + type DisassociateConnectPeerInput struct + ConnectPeerId *string + GlobalNetworkId *string + func (s *DisassociateConnectPeerInput) SetConnectPeerId(v string) *DisassociateConnectPeerInput + func (s *DisassociateConnectPeerInput) SetGlobalNetworkId(v string) *DisassociateConnectPeerInput + func (s *DisassociateConnectPeerInput) Validate() error + func (s DisassociateConnectPeerInput) GoString() string + func (s DisassociateConnectPeerInput) String() string + type DisassociateConnectPeerOutput struct + ConnectPeerAssociation *ConnectPeerAssociation + func (s *DisassociateConnectPeerOutput) SetConnectPeerAssociation(v *ConnectPeerAssociation) *DisassociateConnectPeerOutput + func (s DisassociateConnectPeerOutput) GoString() string + func (s DisassociateConnectPeerOutput) String() string + type DisassociateCustomerGatewayInput struct + CustomerGatewayArn *string + GlobalNetworkId *string + func (s *DisassociateCustomerGatewayInput) SetCustomerGatewayArn(v string) *DisassociateCustomerGatewayInput + func (s *DisassociateCustomerGatewayInput) SetGlobalNetworkId(v string) *DisassociateCustomerGatewayInput + func (s *DisassociateCustomerGatewayInput) Validate() error + func (s DisassociateCustomerGatewayInput) GoString() string + func (s DisassociateCustomerGatewayInput) String() string + type DisassociateCustomerGatewayOutput struct + CustomerGatewayAssociation *CustomerGatewayAssociation + func (s *DisassociateCustomerGatewayOutput) SetCustomerGatewayAssociation(v *CustomerGatewayAssociation) *DisassociateCustomerGatewayOutput + func (s DisassociateCustomerGatewayOutput) GoString() string + func (s DisassociateCustomerGatewayOutput) String() string + type DisassociateLinkInput struct + DeviceId *string + GlobalNetworkId *string + LinkId *string + func (s *DisassociateLinkInput) SetDeviceId(v string) *DisassociateLinkInput + func (s *DisassociateLinkInput) SetGlobalNetworkId(v string) *DisassociateLinkInput + func (s *DisassociateLinkInput) SetLinkId(v string) *DisassociateLinkInput + func (s *DisassociateLinkInput) Validate() error + func (s DisassociateLinkInput) GoString() string + func (s DisassociateLinkInput) String() string + type DisassociateLinkOutput struct + LinkAssociation *LinkAssociation + func (s *DisassociateLinkOutput) SetLinkAssociation(v *LinkAssociation) *DisassociateLinkOutput + func (s DisassociateLinkOutput) GoString() string + func (s DisassociateLinkOutput) String() string + type DisassociateTransitGatewayConnectPeerInput struct + GlobalNetworkId *string + TransitGatewayConnectPeerArn *string + func (s *DisassociateTransitGatewayConnectPeerInput) SetGlobalNetworkId(v string) *DisassociateTransitGatewayConnectPeerInput + func (s *DisassociateTransitGatewayConnectPeerInput) SetTransitGatewayConnectPeerArn(v string) *DisassociateTransitGatewayConnectPeerInput + func (s *DisassociateTransitGatewayConnectPeerInput) Validate() error + func (s DisassociateTransitGatewayConnectPeerInput) GoString() string + func (s DisassociateTransitGatewayConnectPeerInput) String() string + type DisassociateTransitGatewayConnectPeerOutput struct + TransitGatewayConnectPeerAssociation *TransitGatewayConnectPeerAssociation + func (s *DisassociateTransitGatewayConnectPeerOutput) SetTransitGatewayConnectPeerAssociation(v *TransitGatewayConnectPeerAssociation) *DisassociateTransitGatewayConnectPeerOutput + func (s DisassociateTransitGatewayConnectPeerOutput) GoString() string + func (s DisassociateTransitGatewayConnectPeerOutput) String() string + type ExecuteCoreNetworkChangeSetInput struct + CoreNetworkId *string + PolicyVersionId *int64 + func (s *ExecuteCoreNetworkChangeSetInput) SetCoreNetworkId(v string) *ExecuteCoreNetworkChangeSetInput + func (s *ExecuteCoreNetworkChangeSetInput) SetPolicyVersionId(v int64) *ExecuteCoreNetworkChangeSetInput + func (s *ExecuteCoreNetworkChangeSetInput) Validate() error + func (s ExecuteCoreNetworkChangeSetInput) GoString() string + func (s ExecuteCoreNetworkChangeSetInput) String() string + type ExecuteCoreNetworkChangeSetOutput struct + func (s ExecuteCoreNetworkChangeSetOutput) GoString() string + func (s ExecuteCoreNetworkChangeSetOutput) String() string + type GetConnectAttachmentInput struct + AttachmentId *string + func (s *GetConnectAttachmentInput) SetAttachmentId(v string) *GetConnectAttachmentInput + func (s *GetConnectAttachmentInput) Validate() error + func (s GetConnectAttachmentInput) GoString() string + func (s GetConnectAttachmentInput) String() string + type GetConnectAttachmentOutput struct + ConnectAttachment *ConnectAttachment + func (s *GetConnectAttachmentOutput) SetConnectAttachment(v *ConnectAttachment) *GetConnectAttachmentOutput + func (s GetConnectAttachmentOutput) GoString() string + func (s GetConnectAttachmentOutput) String() string + type GetConnectPeerAssociationsInput struct + ConnectPeerIds []*string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + func (s *GetConnectPeerAssociationsInput) SetConnectPeerIds(v []*string) *GetConnectPeerAssociationsInput + func (s *GetConnectPeerAssociationsInput) SetGlobalNetworkId(v string) *GetConnectPeerAssociationsInput + func (s *GetConnectPeerAssociationsInput) SetMaxResults(v int64) *GetConnectPeerAssociationsInput + func (s *GetConnectPeerAssociationsInput) SetNextToken(v string) *GetConnectPeerAssociationsInput + func (s *GetConnectPeerAssociationsInput) Validate() error + func (s GetConnectPeerAssociationsInput) GoString() string + func (s GetConnectPeerAssociationsInput) String() string + type GetConnectPeerAssociationsOutput struct + ConnectPeerAssociations []*ConnectPeerAssociation + NextToken *string + func (s *GetConnectPeerAssociationsOutput) SetConnectPeerAssociations(v []*ConnectPeerAssociation) *GetConnectPeerAssociationsOutput + func (s *GetConnectPeerAssociationsOutput) SetNextToken(v string) *GetConnectPeerAssociationsOutput + func (s GetConnectPeerAssociationsOutput) GoString() string + func (s GetConnectPeerAssociationsOutput) String() string + type GetConnectPeerInput struct + ConnectPeerId *string + func (s *GetConnectPeerInput) SetConnectPeerId(v string) *GetConnectPeerInput + func (s *GetConnectPeerInput) Validate() error + func (s GetConnectPeerInput) GoString() string + func (s GetConnectPeerInput) String() string + type GetConnectPeerOutput struct + ConnectPeer *ConnectPeer + func (s *GetConnectPeerOutput) SetConnectPeer(v *ConnectPeer) *GetConnectPeerOutput + func (s GetConnectPeerOutput) GoString() string + func (s GetConnectPeerOutput) String() string + type GetConnectionsInput struct + ConnectionIds []*string + DeviceId *string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + func (s *GetConnectionsInput) SetConnectionIds(v []*string) *GetConnectionsInput + func (s *GetConnectionsInput) SetDeviceId(v string) *GetConnectionsInput + func (s *GetConnectionsInput) SetGlobalNetworkId(v string) *GetConnectionsInput + func (s *GetConnectionsInput) SetMaxResults(v int64) *GetConnectionsInput + func (s *GetConnectionsInput) SetNextToken(v string) *GetConnectionsInput + func (s *GetConnectionsInput) Validate() error + func (s GetConnectionsInput) GoString() string + func (s GetConnectionsInput) String() string + type GetConnectionsOutput struct + Connections []*Connection + NextToken *string + func (s *GetConnectionsOutput) SetConnections(v []*Connection) *GetConnectionsOutput + func (s *GetConnectionsOutput) SetNextToken(v string) *GetConnectionsOutput + func (s GetConnectionsOutput) GoString() string + func (s GetConnectionsOutput) String() string + type GetCoreNetworkChangeEventsInput struct + CoreNetworkId *string + MaxResults *int64 + NextToken *string + PolicyVersionId *int64 + func (s *GetCoreNetworkChangeEventsInput) SetCoreNetworkId(v string) *GetCoreNetworkChangeEventsInput + func (s *GetCoreNetworkChangeEventsInput) SetMaxResults(v int64) *GetCoreNetworkChangeEventsInput + func (s *GetCoreNetworkChangeEventsInput) SetNextToken(v string) *GetCoreNetworkChangeEventsInput + func (s *GetCoreNetworkChangeEventsInput) SetPolicyVersionId(v int64) *GetCoreNetworkChangeEventsInput + func (s *GetCoreNetworkChangeEventsInput) Validate() error + func (s GetCoreNetworkChangeEventsInput) GoString() string + func (s GetCoreNetworkChangeEventsInput) String() string + type GetCoreNetworkChangeEventsOutput struct + CoreNetworkChangeEvents []*CoreNetworkChangeEvent + NextToken *string + func (s *GetCoreNetworkChangeEventsOutput) SetCoreNetworkChangeEvents(v []*CoreNetworkChangeEvent) *GetCoreNetworkChangeEventsOutput + func (s *GetCoreNetworkChangeEventsOutput) SetNextToken(v string) *GetCoreNetworkChangeEventsOutput + func (s GetCoreNetworkChangeEventsOutput) GoString() string + func (s GetCoreNetworkChangeEventsOutput) String() string + type GetCoreNetworkChangeSetInput struct + CoreNetworkId *string + MaxResults *int64 + NextToken *string + PolicyVersionId *int64 + func (s *GetCoreNetworkChangeSetInput) SetCoreNetworkId(v string) *GetCoreNetworkChangeSetInput + func (s *GetCoreNetworkChangeSetInput) SetMaxResults(v int64) *GetCoreNetworkChangeSetInput + func (s *GetCoreNetworkChangeSetInput) SetNextToken(v string) *GetCoreNetworkChangeSetInput + func (s *GetCoreNetworkChangeSetInput) SetPolicyVersionId(v int64) *GetCoreNetworkChangeSetInput + func (s *GetCoreNetworkChangeSetInput) Validate() error + func (s GetCoreNetworkChangeSetInput) GoString() string + func (s GetCoreNetworkChangeSetInput) String() string + type GetCoreNetworkChangeSetOutput struct + CoreNetworkChanges []*CoreNetworkChange + NextToken *string + func (s *GetCoreNetworkChangeSetOutput) SetCoreNetworkChanges(v []*CoreNetworkChange) *GetCoreNetworkChangeSetOutput + func (s *GetCoreNetworkChangeSetOutput) SetNextToken(v string) *GetCoreNetworkChangeSetOutput + func (s GetCoreNetworkChangeSetOutput) GoString() string + func (s GetCoreNetworkChangeSetOutput) String() string + type GetCoreNetworkInput struct + CoreNetworkId *string + func (s *GetCoreNetworkInput) SetCoreNetworkId(v string) *GetCoreNetworkInput + func (s *GetCoreNetworkInput) Validate() error + func (s GetCoreNetworkInput) GoString() string + func (s GetCoreNetworkInput) String() string + type GetCoreNetworkOutput struct + CoreNetwork *CoreNetwork + func (s *GetCoreNetworkOutput) SetCoreNetwork(v *CoreNetwork) *GetCoreNetworkOutput + func (s GetCoreNetworkOutput) GoString() string + func (s GetCoreNetworkOutput) String() string + type GetCoreNetworkPolicyInput struct + Alias *string + CoreNetworkId *string + PolicyVersionId *int64 + func (s *GetCoreNetworkPolicyInput) SetAlias(v string) *GetCoreNetworkPolicyInput + func (s *GetCoreNetworkPolicyInput) SetCoreNetworkId(v string) *GetCoreNetworkPolicyInput + func (s *GetCoreNetworkPolicyInput) SetPolicyVersionId(v int64) *GetCoreNetworkPolicyInput + func (s *GetCoreNetworkPolicyInput) Validate() error + func (s GetCoreNetworkPolicyInput) GoString() string + func (s GetCoreNetworkPolicyInput) String() string + type GetCoreNetworkPolicyOutput struct + CoreNetworkPolicy *CoreNetworkPolicy + func (s *GetCoreNetworkPolicyOutput) SetCoreNetworkPolicy(v *CoreNetworkPolicy) *GetCoreNetworkPolicyOutput + func (s GetCoreNetworkPolicyOutput) GoString() string + func (s GetCoreNetworkPolicyOutput) String() string + type GetCustomerGatewayAssociationsInput struct + CustomerGatewayArns []*string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + func (s *GetCustomerGatewayAssociationsInput) SetCustomerGatewayArns(v []*string) *GetCustomerGatewayAssociationsInput + func (s *GetCustomerGatewayAssociationsInput) SetGlobalNetworkId(v string) *GetCustomerGatewayAssociationsInput + func (s *GetCustomerGatewayAssociationsInput) SetMaxResults(v int64) *GetCustomerGatewayAssociationsInput + func (s *GetCustomerGatewayAssociationsInput) SetNextToken(v string) *GetCustomerGatewayAssociationsInput + func (s *GetCustomerGatewayAssociationsInput) Validate() error + func (s GetCustomerGatewayAssociationsInput) GoString() string + func (s GetCustomerGatewayAssociationsInput) String() string + type GetCustomerGatewayAssociationsOutput struct + CustomerGatewayAssociations []*CustomerGatewayAssociation + NextToken *string + func (s *GetCustomerGatewayAssociationsOutput) SetCustomerGatewayAssociations(v []*CustomerGatewayAssociation) *GetCustomerGatewayAssociationsOutput + func (s *GetCustomerGatewayAssociationsOutput) SetNextToken(v string) *GetCustomerGatewayAssociationsOutput + func (s GetCustomerGatewayAssociationsOutput) GoString() string + func (s GetCustomerGatewayAssociationsOutput) String() string + type GetDevicesInput struct + DeviceIds []*string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + SiteId *string + func (s *GetDevicesInput) SetDeviceIds(v []*string) *GetDevicesInput + func (s *GetDevicesInput) SetGlobalNetworkId(v string) *GetDevicesInput + func (s *GetDevicesInput) SetMaxResults(v int64) *GetDevicesInput + func (s *GetDevicesInput) SetNextToken(v string) *GetDevicesInput + func (s *GetDevicesInput) SetSiteId(v string) *GetDevicesInput + func (s *GetDevicesInput) Validate() error + func (s GetDevicesInput) GoString() string + func (s GetDevicesInput) String() string + type GetDevicesOutput struct + Devices []*Device + NextToken *string + func (s *GetDevicesOutput) SetDevices(v []*Device) *GetDevicesOutput + func (s *GetDevicesOutput) SetNextToken(v string) *GetDevicesOutput + func (s GetDevicesOutput) GoString() string + func (s GetDevicesOutput) String() string + type GetLinkAssociationsInput struct + DeviceId *string + GlobalNetworkId *string + LinkId *string + MaxResults *int64 + NextToken *string + func (s *GetLinkAssociationsInput) SetDeviceId(v string) *GetLinkAssociationsInput + func (s *GetLinkAssociationsInput) SetGlobalNetworkId(v string) *GetLinkAssociationsInput + func (s *GetLinkAssociationsInput) SetLinkId(v string) *GetLinkAssociationsInput + func (s *GetLinkAssociationsInput) SetMaxResults(v int64) *GetLinkAssociationsInput + func (s *GetLinkAssociationsInput) SetNextToken(v string) *GetLinkAssociationsInput + func (s *GetLinkAssociationsInput) Validate() error + func (s GetLinkAssociationsInput) GoString() string + func (s GetLinkAssociationsInput) String() string + type GetLinkAssociationsOutput struct + LinkAssociations []*LinkAssociation + NextToken *string + func (s *GetLinkAssociationsOutput) SetLinkAssociations(v []*LinkAssociation) *GetLinkAssociationsOutput + func (s *GetLinkAssociationsOutput) SetNextToken(v string) *GetLinkAssociationsOutput + func (s GetLinkAssociationsOutput) GoString() string + func (s GetLinkAssociationsOutput) String() string + type GetLinksInput struct + GlobalNetworkId *string + LinkIds []*string + MaxResults *int64 + NextToken *string + Provider *string + SiteId *string + Type *string + func (s *GetLinksInput) SetGlobalNetworkId(v string) *GetLinksInput + func (s *GetLinksInput) SetLinkIds(v []*string) *GetLinksInput + func (s *GetLinksInput) SetMaxResults(v int64) *GetLinksInput + func (s *GetLinksInput) SetNextToken(v string) *GetLinksInput + func (s *GetLinksInput) SetProvider(v string) *GetLinksInput + func (s *GetLinksInput) SetSiteId(v string) *GetLinksInput + func (s *GetLinksInput) SetType(v string) *GetLinksInput + func (s *GetLinksInput) Validate() error + func (s GetLinksInput) GoString() string + func (s GetLinksInput) String() string + type GetLinksOutput struct + Links []*Link + NextToken *string + func (s *GetLinksOutput) SetLinks(v []*Link) *GetLinksOutput + func (s *GetLinksOutput) SetNextToken(v string) *GetLinksOutput + func (s GetLinksOutput) GoString() string + func (s GetLinksOutput) String() string + type GetNetworkResourceCountsInput struct + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + ResourceType *string + func (s *GetNetworkResourceCountsInput) SetGlobalNetworkId(v string) *GetNetworkResourceCountsInput + func (s *GetNetworkResourceCountsInput) SetMaxResults(v int64) *GetNetworkResourceCountsInput + func (s *GetNetworkResourceCountsInput) SetNextToken(v string) *GetNetworkResourceCountsInput + func (s *GetNetworkResourceCountsInput) SetResourceType(v string) *GetNetworkResourceCountsInput + func (s *GetNetworkResourceCountsInput) Validate() error + func (s GetNetworkResourceCountsInput) GoString() string + func (s GetNetworkResourceCountsInput) String() string + type GetNetworkResourceCountsOutput struct + NetworkResourceCounts []*NetworkResourceCount + NextToken *string + func (s *GetNetworkResourceCountsOutput) SetNetworkResourceCounts(v []*NetworkResourceCount) *GetNetworkResourceCountsOutput + func (s *GetNetworkResourceCountsOutput) SetNextToken(v string) *GetNetworkResourceCountsOutput + func (s GetNetworkResourceCountsOutput) GoString() string + func (s GetNetworkResourceCountsOutput) String() string + type GetNetworkResourceRelationshipsInput struct + AccountId *string + AwsRegion *string + CoreNetworkId *string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + RegisteredGatewayArn *string + ResourceArn *string + ResourceType *string + func (s *GetNetworkResourceRelationshipsInput) SetAccountId(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetAwsRegion(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetCoreNetworkId(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetGlobalNetworkId(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetMaxResults(v int64) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetNextToken(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetRegisteredGatewayArn(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetResourceArn(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) SetResourceType(v string) *GetNetworkResourceRelationshipsInput + func (s *GetNetworkResourceRelationshipsInput) Validate() error + func (s GetNetworkResourceRelationshipsInput) GoString() string + func (s GetNetworkResourceRelationshipsInput) String() string + type GetNetworkResourceRelationshipsOutput struct + NextToken *string + Relationships []*Relationship + func (s *GetNetworkResourceRelationshipsOutput) SetNextToken(v string) *GetNetworkResourceRelationshipsOutput + func (s *GetNetworkResourceRelationshipsOutput) SetRelationships(v []*Relationship) *GetNetworkResourceRelationshipsOutput + func (s GetNetworkResourceRelationshipsOutput) GoString() string + func (s GetNetworkResourceRelationshipsOutput) String() string + type GetNetworkResourcesInput struct + AccountId *string + AwsRegion *string + CoreNetworkId *string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + RegisteredGatewayArn *string + ResourceArn *string + ResourceType *string + func (s *GetNetworkResourcesInput) SetAccountId(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetAwsRegion(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetCoreNetworkId(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetGlobalNetworkId(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetMaxResults(v int64) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetNextToken(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetRegisteredGatewayArn(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetResourceArn(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) SetResourceType(v string) *GetNetworkResourcesInput + func (s *GetNetworkResourcesInput) Validate() error + func (s GetNetworkResourcesInput) GoString() string + func (s GetNetworkResourcesInput) String() string + type GetNetworkResourcesOutput struct + NetworkResources []*NetworkResource + NextToken *string + func (s *GetNetworkResourcesOutput) SetNetworkResources(v []*NetworkResource) *GetNetworkResourcesOutput + func (s *GetNetworkResourcesOutput) SetNextToken(v string) *GetNetworkResourcesOutput + func (s GetNetworkResourcesOutput) GoString() string + func (s GetNetworkResourcesOutput) String() string + type GetNetworkRoutesInput struct + DestinationFilters map[string][]*string + ExactCidrMatches []*string + GlobalNetworkId *string + LongestPrefixMatches []*string + PrefixListIds []*string + RouteTableIdentifier *RouteTableIdentifier + States []*string + SubnetOfMatches []*string + SupernetOfMatches []*string + Types []*string + func (s *GetNetworkRoutesInput) SetDestinationFilters(v map[string][]*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetExactCidrMatches(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetGlobalNetworkId(v string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetLongestPrefixMatches(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetPrefixListIds(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetRouteTableIdentifier(v *RouteTableIdentifier) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetStates(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetSubnetOfMatches(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetSupernetOfMatches(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) SetTypes(v []*string) *GetNetworkRoutesInput + func (s *GetNetworkRoutesInput) Validate() error + func (s GetNetworkRoutesInput) GoString() string + func (s GetNetworkRoutesInput) String() string + type GetNetworkRoutesOutput struct + CoreNetworkSegmentEdge *CoreNetworkSegmentEdgeIdentifier + NetworkRoutes []*NetworkRoute + RouteTableArn *string + RouteTableTimestamp *time.Time + RouteTableType *string + func (s *GetNetworkRoutesOutput) SetCoreNetworkSegmentEdge(v *CoreNetworkSegmentEdgeIdentifier) *GetNetworkRoutesOutput + func (s *GetNetworkRoutesOutput) SetNetworkRoutes(v []*NetworkRoute) *GetNetworkRoutesOutput + func (s *GetNetworkRoutesOutput) SetRouteTableArn(v string) *GetNetworkRoutesOutput + func (s *GetNetworkRoutesOutput) SetRouteTableTimestamp(v time.Time) *GetNetworkRoutesOutput + func (s *GetNetworkRoutesOutput) SetRouteTableType(v string) *GetNetworkRoutesOutput + func (s GetNetworkRoutesOutput) GoString() string + func (s GetNetworkRoutesOutput) String() string + type GetNetworkTelemetryInput struct + AccountId *string + AwsRegion *string + CoreNetworkId *string + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + RegisteredGatewayArn *string + ResourceArn *string + ResourceType *string + func (s *GetNetworkTelemetryInput) SetAccountId(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetAwsRegion(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetCoreNetworkId(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetGlobalNetworkId(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetMaxResults(v int64) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetNextToken(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetRegisteredGatewayArn(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetResourceArn(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) SetResourceType(v string) *GetNetworkTelemetryInput + func (s *GetNetworkTelemetryInput) Validate() error + func (s GetNetworkTelemetryInput) GoString() string + func (s GetNetworkTelemetryInput) String() string + type GetNetworkTelemetryOutput struct + NetworkTelemetry []*NetworkTelemetry + NextToken *string + func (s *GetNetworkTelemetryOutput) SetNetworkTelemetry(v []*NetworkTelemetry) *GetNetworkTelemetryOutput + func (s *GetNetworkTelemetryOutput) SetNextToken(v string) *GetNetworkTelemetryOutput + func (s GetNetworkTelemetryOutput) GoString() string + func (s GetNetworkTelemetryOutput) String() string + type GetResourcePolicyInput struct + ResourceArn *string + func (s *GetResourcePolicyInput) SetResourceArn(v string) *GetResourcePolicyInput + func (s *GetResourcePolicyInput) Validate() error + func (s GetResourcePolicyInput) GoString() string + func (s GetResourcePolicyInput) String() string + type GetResourcePolicyOutput struct + PolicyDocument aws.JSONValue + func (s *GetResourcePolicyOutput) SetPolicyDocument(v aws.JSONValue) *GetResourcePolicyOutput + func (s GetResourcePolicyOutput) GoString() string + func (s GetResourcePolicyOutput) String() string + type GetRouteAnalysisInput struct + GlobalNetworkId *string + RouteAnalysisId *string + func (s *GetRouteAnalysisInput) SetGlobalNetworkId(v string) *GetRouteAnalysisInput + func (s *GetRouteAnalysisInput) SetRouteAnalysisId(v string) *GetRouteAnalysisInput + func (s *GetRouteAnalysisInput) Validate() error + func (s GetRouteAnalysisInput) GoString() string + func (s GetRouteAnalysisInput) String() string + type GetRouteAnalysisOutput struct + RouteAnalysis *RouteAnalysis + func (s *GetRouteAnalysisOutput) SetRouteAnalysis(v *RouteAnalysis) *GetRouteAnalysisOutput + func (s GetRouteAnalysisOutput) GoString() string + func (s GetRouteAnalysisOutput) String() string + type GetSiteToSiteVpnAttachmentInput struct + AttachmentId *string + func (s *GetSiteToSiteVpnAttachmentInput) SetAttachmentId(v string) *GetSiteToSiteVpnAttachmentInput + func (s *GetSiteToSiteVpnAttachmentInput) Validate() error + func (s GetSiteToSiteVpnAttachmentInput) GoString() string + func (s GetSiteToSiteVpnAttachmentInput) String() string + type GetSiteToSiteVpnAttachmentOutput struct + SiteToSiteVpnAttachment *SiteToSiteVpnAttachment + func (s *GetSiteToSiteVpnAttachmentOutput) SetSiteToSiteVpnAttachment(v *SiteToSiteVpnAttachment) *GetSiteToSiteVpnAttachmentOutput + func (s GetSiteToSiteVpnAttachmentOutput) GoString() string + func (s GetSiteToSiteVpnAttachmentOutput) String() string + type GetSitesInput struct + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + SiteIds []*string + func (s *GetSitesInput) SetGlobalNetworkId(v string) *GetSitesInput + func (s *GetSitesInput) SetMaxResults(v int64) *GetSitesInput + func (s *GetSitesInput) SetNextToken(v string) *GetSitesInput + func (s *GetSitesInput) SetSiteIds(v []*string) *GetSitesInput + func (s *GetSitesInput) Validate() error + func (s GetSitesInput) GoString() string + func (s GetSitesInput) String() string + type GetSitesOutput struct + NextToken *string + Sites []*Site + func (s *GetSitesOutput) SetNextToken(v string) *GetSitesOutput + func (s *GetSitesOutput) SetSites(v []*Site) *GetSitesOutput + func (s GetSitesOutput) GoString() string + func (s GetSitesOutput) String() string + type GetTransitGatewayConnectPeerAssociationsInput struct + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + TransitGatewayConnectPeerArns []*string + func (s *GetTransitGatewayConnectPeerAssociationsInput) SetGlobalNetworkId(v string) *GetTransitGatewayConnectPeerAssociationsInput + func (s *GetTransitGatewayConnectPeerAssociationsInput) SetMaxResults(v int64) *GetTransitGatewayConnectPeerAssociationsInput + func (s *GetTransitGatewayConnectPeerAssociationsInput) SetNextToken(v string) *GetTransitGatewayConnectPeerAssociationsInput + func (s *GetTransitGatewayConnectPeerAssociationsInput) SetTransitGatewayConnectPeerArns(v []*string) *GetTransitGatewayConnectPeerAssociationsInput + func (s *GetTransitGatewayConnectPeerAssociationsInput) Validate() error + func (s GetTransitGatewayConnectPeerAssociationsInput) GoString() string + func (s GetTransitGatewayConnectPeerAssociationsInput) String() string + type GetTransitGatewayConnectPeerAssociationsOutput struct + NextToken *string + TransitGatewayConnectPeerAssociations []*TransitGatewayConnectPeerAssociation + func (s *GetTransitGatewayConnectPeerAssociationsOutput) SetNextToken(v string) *GetTransitGatewayConnectPeerAssociationsOutput + func (s *GetTransitGatewayConnectPeerAssociationsOutput) SetTransitGatewayConnectPeerAssociations(v []*TransitGatewayConnectPeerAssociation) *GetTransitGatewayConnectPeerAssociationsOutput + func (s GetTransitGatewayConnectPeerAssociationsOutput) GoString() string + func (s GetTransitGatewayConnectPeerAssociationsOutput) String() string + type GetTransitGatewayPeeringInput struct + PeeringId *string + func (s *GetTransitGatewayPeeringInput) SetPeeringId(v string) *GetTransitGatewayPeeringInput + func (s *GetTransitGatewayPeeringInput) Validate() error + func (s GetTransitGatewayPeeringInput) GoString() string + func (s GetTransitGatewayPeeringInput) String() string + type GetTransitGatewayPeeringOutput struct + TransitGatewayPeering *TransitGatewayPeering + func (s *GetTransitGatewayPeeringOutput) SetTransitGatewayPeering(v *TransitGatewayPeering) *GetTransitGatewayPeeringOutput + func (s GetTransitGatewayPeeringOutput) GoString() string + func (s GetTransitGatewayPeeringOutput) String() string + type GetTransitGatewayRegistrationsInput struct + GlobalNetworkId *string + MaxResults *int64 + NextToken *string + TransitGatewayArns []*string + func (s *GetTransitGatewayRegistrationsInput) SetGlobalNetworkId(v string) *GetTransitGatewayRegistrationsInput + func (s *GetTransitGatewayRegistrationsInput) SetMaxResults(v int64) *GetTransitGatewayRegistrationsInput + func (s *GetTransitGatewayRegistrationsInput) SetNextToken(v string) *GetTransitGatewayRegistrationsInput + func (s *GetTransitGatewayRegistrationsInput) SetTransitGatewayArns(v []*string) *GetTransitGatewayRegistrationsInput + func (s *GetTransitGatewayRegistrationsInput) Validate() error + func (s GetTransitGatewayRegistrationsInput) GoString() string + func (s GetTransitGatewayRegistrationsInput) String() string + type GetTransitGatewayRegistrationsOutput struct + NextToken *string + TransitGatewayRegistrations []*TransitGatewayRegistration + func (s *GetTransitGatewayRegistrationsOutput) SetNextToken(v string) *GetTransitGatewayRegistrationsOutput + func (s *GetTransitGatewayRegistrationsOutput) SetTransitGatewayRegistrations(v []*TransitGatewayRegistration) *GetTransitGatewayRegistrationsOutput + func (s GetTransitGatewayRegistrationsOutput) GoString() string + func (s GetTransitGatewayRegistrationsOutput) String() string + type GetTransitGatewayRouteTableAttachmentInput struct + AttachmentId *string + func (s *GetTransitGatewayRouteTableAttachmentInput) SetAttachmentId(v string) *GetTransitGatewayRouteTableAttachmentInput + func (s *GetTransitGatewayRouteTableAttachmentInput) Validate() error + func (s GetTransitGatewayRouteTableAttachmentInput) GoString() string + func (s GetTransitGatewayRouteTableAttachmentInput) String() string + type GetTransitGatewayRouteTableAttachmentOutput struct + TransitGatewayRouteTableAttachment *TransitGatewayRouteTableAttachment + func (s *GetTransitGatewayRouteTableAttachmentOutput) SetTransitGatewayRouteTableAttachment(v *TransitGatewayRouteTableAttachment) *GetTransitGatewayRouteTableAttachmentOutput + func (s GetTransitGatewayRouteTableAttachmentOutput) GoString() string + func (s GetTransitGatewayRouteTableAttachmentOutput) String() string + type GetVpcAttachmentInput struct + AttachmentId *string + func (s *GetVpcAttachmentInput) SetAttachmentId(v string) *GetVpcAttachmentInput + func (s *GetVpcAttachmentInput) Validate() error + func (s GetVpcAttachmentInput) GoString() string + func (s GetVpcAttachmentInput) String() string + type GetVpcAttachmentOutput struct + VpcAttachment *VpcAttachment + func (s *GetVpcAttachmentOutput) SetVpcAttachment(v *VpcAttachment) *GetVpcAttachmentOutput + func (s GetVpcAttachmentOutput) GoString() string + func (s GetVpcAttachmentOutput) String() string + type GlobalNetwork struct + CreatedAt *time.Time + Description *string + GlobalNetworkArn *string + GlobalNetworkId *string + State *string + Tags []*Tag + func (s *GlobalNetwork) SetCreatedAt(v time.Time) *GlobalNetwork + func (s *GlobalNetwork) SetDescription(v string) *GlobalNetwork + func (s *GlobalNetwork) SetGlobalNetworkArn(v string) *GlobalNetwork + func (s *GlobalNetwork) SetGlobalNetworkId(v string) *GlobalNetwork + func (s *GlobalNetwork) SetState(v string) *GlobalNetwork + func (s *GlobalNetwork) SetTags(v []*Tag) *GlobalNetwork + func (s GlobalNetwork) GoString() string + func (s GlobalNetwork) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type Link struct + Bandwidth *Bandwidth + CreatedAt *time.Time + Description *string + GlobalNetworkId *string + LinkArn *string + LinkId *string + Provider *string + SiteId *string + State *string + Tags []*Tag + Type *string + func (s *Link) SetBandwidth(v *Bandwidth) *Link + func (s *Link) SetCreatedAt(v time.Time) *Link + func (s *Link) SetDescription(v string) *Link + func (s *Link) SetGlobalNetworkId(v string) *Link + func (s *Link) SetLinkArn(v string) *Link + func (s *Link) SetLinkId(v string) *Link + func (s *Link) SetProvider(v string) *Link + func (s *Link) SetSiteId(v string) *Link + func (s *Link) SetState(v string) *Link + func (s *Link) SetTags(v []*Tag) *Link + func (s *Link) SetType(v string) *Link + func (s Link) GoString() string + func (s Link) String() string + type LinkAssociation struct + DeviceId *string + GlobalNetworkId *string + LinkAssociationState *string + LinkId *string + func (s *LinkAssociation) SetDeviceId(v string) *LinkAssociation + func (s *LinkAssociation) SetGlobalNetworkId(v string) *LinkAssociation + func (s *LinkAssociation) SetLinkAssociationState(v string) *LinkAssociation + func (s *LinkAssociation) SetLinkId(v string) *LinkAssociation + func (s LinkAssociation) GoString() string + func (s LinkAssociation) String() string + type ListAttachmentsInput struct + AttachmentType *string + CoreNetworkId *string + EdgeLocation *string + MaxResults *int64 + NextToken *string + State *string + func (s *ListAttachmentsInput) SetAttachmentType(v string) *ListAttachmentsInput + func (s *ListAttachmentsInput) SetCoreNetworkId(v string) *ListAttachmentsInput + func (s *ListAttachmentsInput) SetEdgeLocation(v string) *ListAttachmentsInput + func (s *ListAttachmentsInput) SetMaxResults(v int64) *ListAttachmentsInput + func (s *ListAttachmentsInput) SetNextToken(v string) *ListAttachmentsInput + func (s *ListAttachmentsInput) SetState(v string) *ListAttachmentsInput + func (s *ListAttachmentsInput) Validate() error + func (s ListAttachmentsInput) GoString() string + func (s ListAttachmentsInput) String() string + type ListAttachmentsOutput struct + Attachments []*Attachment + NextToken *string + func (s *ListAttachmentsOutput) SetAttachments(v []*Attachment) *ListAttachmentsOutput + func (s *ListAttachmentsOutput) SetNextToken(v string) *ListAttachmentsOutput + func (s ListAttachmentsOutput) GoString() string + func (s ListAttachmentsOutput) String() string + type ListConnectPeersInput struct + ConnectAttachmentId *string + CoreNetworkId *string + MaxResults *int64 + NextToken *string + func (s *ListConnectPeersInput) SetConnectAttachmentId(v string) *ListConnectPeersInput + func (s *ListConnectPeersInput) SetCoreNetworkId(v string) *ListConnectPeersInput + func (s *ListConnectPeersInput) SetMaxResults(v int64) *ListConnectPeersInput + func (s *ListConnectPeersInput) SetNextToken(v string) *ListConnectPeersInput + func (s *ListConnectPeersInput) Validate() error + func (s ListConnectPeersInput) GoString() string + func (s ListConnectPeersInput) String() string + type ListConnectPeersOutput struct + ConnectPeers []*ConnectPeerSummary + NextToken *string + func (s *ListConnectPeersOutput) SetConnectPeers(v []*ConnectPeerSummary) *ListConnectPeersOutput + func (s *ListConnectPeersOutput) SetNextToken(v string) *ListConnectPeersOutput + func (s ListConnectPeersOutput) GoString() string + func (s ListConnectPeersOutput) String() string + type ListCoreNetworkPolicyVersionsInput struct + CoreNetworkId *string + MaxResults *int64 + NextToken *string + func (s *ListCoreNetworkPolicyVersionsInput) SetCoreNetworkId(v string) *ListCoreNetworkPolicyVersionsInput + func (s *ListCoreNetworkPolicyVersionsInput) SetMaxResults(v int64) *ListCoreNetworkPolicyVersionsInput + func (s *ListCoreNetworkPolicyVersionsInput) SetNextToken(v string) *ListCoreNetworkPolicyVersionsInput + func (s *ListCoreNetworkPolicyVersionsInput) Validate() error + func (s ListCoreNetworkPolicyVersionsInput) GoString() string + func (s ListCoreNetworkPolicyVersionsInput) String() string + type ListCoreNetworkPolicyVersionsOutput struct + CoreNetworkPolicyVersions []*CoreNetworkPolicyVersion + NextToken *string + func (s *ListCoreNetworkPolicyVersionsOutput) SetCoreNetworkPolicyVersions(v []*CoreNetworkPolicyVersion) *ListCoreNetworkPolicyVersionsOutput + func (s *ListCoreNetworkPolicyVersionsOutput) SetNextToken(v string) *ListCoreNetworkPolicyVersionsOutput + func (s ListCoreNetworkPolicyVersionsOutput) GoString() string + func (s ListCoreNetworkPolicyVersionsOutput) String() string + type ListCoreNetworksInput struct + MaxResults *int64 + NextToken *string + func (s *ListCoreNetworksInput) SetMaxResults(v int64) *ListCoreNetworksInput + func (s *ListCoreNetworksInput) SetNextToken(v string) *ListCoreNetworksInput + func (s *ListCoreNetworksInput) Validate() error + func (s ListCoreNetworksInput) GoString() string + func (s ListCoreNetworksInput) String() string + type ListCoreNetworksOutput struct + CoreNetworks []*CoreNetworkSummary + NextToken *string + func (s *ListCoreNetworksOutput) SetCoreNetworks(v []*CoreNetworkSummary) *ListCoreNetworksOutput + func (s *ListCoreNetworksOutput) SetNextToken(v string) *ListCoreNetworksOutput + func (s ListCoreNetworksOutput) GoString() string + func (s ListCoreNetworksOutput) String() string + type ListOrganizationServiceAccessStatusInput struct + MaxResults *int64 + NextToken *string + func (s *ListOrganizationServiceAccessStatusInput) SetMaxResults(v int64) *ListOrganizationServiceAccessStatusInput + func (s *ListOrganizationServiceAccessStatusInput) SetNextToken(v string) *ListOrganizationServiceAccessStatusInput + func (s *ListOrganizationServiceAccessStatusInput) Validate() error + func (s ListOrganizationServiceAccessStatusInput) GoString() string + func (s ListOrganizationServiceAccessStatusInput) String() string + type ListOrganizationServiceAccessStatusOutput struct + NextToken *string + OrganizationStatus *OrganizationStatus + func (s *ListOrganizationServiceAccessStatusOutput) SetNextToken(v string) *ListOrganizationServiceAccessStatusOutput + func (s *ListOrganizationServiceAccessStatusOutput) SetOrganizationStatus(v *OrganizationStatus) *ListOrganizationServiceAccessStatusOutput + func (s ListOrganizationServiceAccessStatusOutput) GoString() string + func (s ListOrganizationServiceAccessStatusOutput) String() string + type ListPeeringsInput struct + CoreNetworkId *string + EdgeLocation *string + MaxResults *int64 + NextToken *string + PeeringType *string + State *string + func (s *ListPeeringsInput) SetCoreNetworkId(v string) *ListPeeringsInput + func (s *ListPeeringsInput) SetEdgeLocation(v string) *ListPeeringsInput + func (s *ListPeeringsInput) SetMaxResults(v int64) *ListPeeringsInput + func (s *ListPeeringsInput) SetNextToken(v string) *ListPeeringsInput + func (s *ListPeeringsInput) SetPeeringType(v string) *ListPeeringsInput + func (s *ListPeeringsInput) SetState(v string) *ListPeeringsInput + func (s *ListPeeringsInput) Validate() error + func (s ListPeeringsInput) GoString() string + func (s ListPeeringsInput) String() string + type ListPeeringsOutput struct + NextToken *string + Peerings []*Peering + func (s *ListPeeringsOutput) SetNextToken(v string) *ListPeeringsOutput + func (s *ListPeeringsOutput) SetPeerings(v []*Peering) *ListPeeringsOutput + func (s ListPeeringsOutput) GoString() string + func (s ListPeeringsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + TagList []*Tag + func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type Location struct + Address *string + Latitude *string + Longitude *string + func (s *Location) SetAddress(v string) *Location + func (s *Location) SetLatitude(v string) *Location + func (s *Location) SetLongitude(v string) *Location + func (s Location) GoString() string + func (s Location) String() string + type NetworkManager struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *NetworkManager + func (c *NetworkManager) AcceptAttachment(input *AcceptAttachmentInput) (*AcceptAttachmentOutput, error) + func (c *NetworkManager) AcceptAttachmentRequest(input *AcceptAttachmentInput) (req *request.Request, output *AcceptAttachmentOutput) + func (c *NetworkManager) AcceptAttachmentWithContext(ctx aws.Context, input *AcceptAttachmentInput, opts ...request.Option) (*AcceptAttachmentOutput, error) + func (c *NetworkManager) AssociateConnectPeer(input *AssociateConnectPeerInput) (*AssociateConnectPeerOutput, error) + func (c *NetworkManager) AssociateConnectPeerRequest(input *AssociateConnectPeerInput) (req *request.Request, output *AssociateConnectPeerOutput) + func (c *NetworkManager) AssociateConnectPeerWithContext(ctx aws.Context, input *AssociateConnectPeerInput, opts ...request.Option) (*AssociateConnectPeerOutput, error) + func (c *NetworkManager) AssociateCustomerGateway(input *AssociateCustomerGatewayInput) (*AssociateCustomerGatewayOutput, error) + func (c *NetworkManager) AssociateCustomerGatewayRequest(input *AssociateCustomerGatewayInput) (req *request.Request, output *AssociateCustomerGatewayOutput) + func (c *NetworkManager) AssociateCustomerGatewayWithContext(ctx aws.Context, input *AssociateCustomerGatewayInput, opts ...request.Option) (*AssociateCustomerGatewayOutput, error) + func (c *NetworkManager) AssociateLink(input *AssociateLinkInput) (*AssociateLinkOutput, error) + func (c *NetworkManager) AssociateLinkRequest(input *AssociateLinkInput) (req *request.Request, output *AssociateLinkOutput) + func (c *NetworkManager) AssociateLinkWithContext(ctx aws.Context, input *AssociateLinkInput, opts ...request.Option) (*AssociateLinkOutput, error) + func (c *NetworkManager) AssociateTransitGatewayConnectPeer(input *AssociateTransitGatewayConnectPeerInput) (*AssociateTransitGatewayConnectPeerOutput, error) + func (c *NetworkManager) AssociateTransitGatewayConnectPeerRequest(input *AssociateTransitGatewayConnectPeerInput) (req *request.Request, output *AssociateTransitGatewayConnectPeerOutput) + func (c *NetworkManager) AssociateTransitGatewayConnectPeerWithContext(ctx aws.Context, input *AssociateTransitGatewayConnectPeerInput, ...) (*AssociateTransitGatewayConnectPeerOutput, error) + func (c *NetworkManager) CreateConnectAttachment(input *CreateConnectAttachmentInput) (*CreateConnectAttachmentOutput, error) + func (c *NetworkManager) CreateConnectAttachmentRequest(input *CreateConnectAttachmentInput) (req *request.Request, output *CreateConnectAttachmentOutput) + func (c *NetworkManager) CreateConnectAttachmentWithContext(ctx aws.Context, input *CreateConnectAttachmentInput, opts ...request.Option) (*CreateConnectAttachmentOutput, error) + func (c *NetworkManager) CreateConnectPeer(input *CreateConnectPeerInput) (*CreateConnectPeerOutput, error) + func (c *NetworkManager) CreateConnectPeerRequest(input *CreateConnectPeerInput) (req *request.Request, output *CreateConnectPeerOutput) + func (c *NetworkManager) CreateConnectPeerWithContext(ctx aws.Context, input *CreateConnectPeerInput, opts ...request.Option) (*CreateConnectPeerOutput, error) + func (c *NetworkManager) CreateConnection(input *CreateConnectionInput) (*CreateConnectionOutput, error) + func (c *NetworkManager) CreateConnectionRequest(input *CreateConnectionInput) (req *request.Request, output *CreateConnectionOutput) + func (c *NetworkManager) CreateConnectionWithContext(ctx aws.Context, input *CreateConnectionInput, opts ...request.Option) (*CreateConnectionOutput, error) + func (c *NetworkManager) CreateCoreNetwork(input *CreateCoreNetworkInput) (*CreateCoreNetworkOutput, error) + func (c *NetworkManager) CreateCoreNetworkRequest(input *CreateCoreNetworkInput) (req *request.Request, output *CreateCoreNetworkOutput) + func (c *NetworkManager) CreateCoreNetworkWithContext(ctx aws.Context, input *CreateCoreNetworkInput, opts ...request.Option) (*CreateCoreNetworkOutput, error) + func (c *NetworkManager) CreateDevice(input *CreateDeviceInput) (*CreateDeviceOutput, error) + func (c *NetworkManager) CreateDeviceRequest(input *CreateDeviceInput) (req *request.Request, output *CreateDeviceOutput) + func (c *NetworkManager) CreateDeviceWithContext(ctx aws.Context, input *CreateDeviceInput, opts ...request.Option) (*CreateDeviceOutput, error) + func (c *NetworkManager) CreateGlobalNetwork(input *CreateGlobalNetworkInput) (*CreateGlobalNetworkOutput, error) + func (c *NetworkManager) CreateGlobalNetworkRequest(input *CreateGlobalNetworkInput) (req *request.Request, output *CreateGlobalNetworkOutput) + func (c *NetworkManager) CreateGlobalNetworkWithContext(ctx aws.Context, input *CreateGlobalNetworkInput, opts ...request.Option) (*CreateGlobalNetworkOutput, error) + func (c *NetworkManager) CreateLink(input *CreateLinkInput) (*CreateLinkOutput, error) + func (c *NetworkManager) CreateLinkRequest(input *CreateLinkInput) (req *request.Request, output *CreateLinkOutput) + func (c *NetworkManager) CreateLinkWithContext(ctx aws.Context, input *CreateLinkInput, opts ...request.Option) (*CreateLinkOutput, error) + func (c *NetworkManager) CreateSite(input *CreateSiteInput) (*CreateSiteOutput, error) + func (c *NetworkManager) CreateSiteRequest(input *CreateSiteInput) (req *request.Request, output *CreateSiteOutput) + func (c *NetworkManager) CreateSiteToSiteVpnAttachment(input *CreateSiteToSiteVpnAttachmentInput) (*CreateSiteToSiteVpnAttachmentOutput, error) + func (c *NetworkManager) CreateSiteToSiteVpnAttachmentRequest(input *CreateSiteToSiteVpnAttachmentInput) (req *request.Request, output *CreateSiteToSiteVpnAttachmentOutput) + func (c *NetworkManager) CreateSiteToSiteVpnAttachmentWithContext(ctx aws.Context, input *CreateSiteToSiteVpnAttachmentInput, ...) (*CreateSiteToSiteVpnAttachmentOutput, error) + func (c *NetworkManager) CreateSiteWithContext(ctx aws.Context, input *CreateSiteInput, opts ...request.Option) (*CreateSiteOutput, error) + func (c *NetworkManager) CreateTransitGatewayPeering(input *CreateTransitGatewayPeeringInput) (*CreateTransitGatewayPeeringOutput, error) + func (c *NetworkManager) CreateTransitGatewayPeeringRequest(input *CreateTransitGatewayPeeringInput) (req *request.Request, output *CreateTransitGatewayPeeringOutput) + func (c *NetworkManager) CreateTransitGatewayPeeringWithContext(ctx aws.Context, input *CreateTransitGatewayPeeringInput, ...) (*CreateTransitGatewayPeeringOutput, error) + func (c *NetworkManager) CreateTransitGatewayRouteTableAttachment(input *CreateTransitGatewayRouteTableAttachmentInput) (*CreateTransitGatewayRouteTableAttachmentOutput, error) + func (c *NetworkManager) CreateTransitGatewayRouteTableAttachmentRequest(input *CreateTransitGatewayRouteTableAttachmentInput) (req *request.Request, output *CreateTransitGatewayRouteTableAttachmentOutput) + func (c *NetworkManager) CreateTransitGatewayRouteTableAttachmentWithContext(ctx aws.Context, input *CreateTransitGatewayRouteTableAttachmentInput, ...) (*CreateTransitGatewayRouteTableAttachmentOutput, error) + func (c *NetworkManager) CreateVpcAttachment(input *CreateVpcAttachmentInput) (*CreateVpcAttachmentOutput, error) + func (c *NetworkManager) CreateVpcAttachmentRequest(input *CreateVpcAttachmentInput) (req *request.Request, output *CreateVpcAttachmentOutput) + func (c *NetworkManager) CreateVpcAttachmentWithContext(ctx aws.Context, input *CreateVpcAttachmentInput, opts ...request.Option) (*CreateVpcAttachmentOutput, error) + func (c *NetworkManager) DeleteAttachment(input *DeleteAttachmentInput) (*DeleteAttachmentOutput, error) + func (c *NetworkManager) DeleteAttachmentRequest(input *DeleteAttachmentInput) (req *request.Request, output *DeleteAttachmentOutput) + func (c *NetworkManager) DeleteAttachmentWithContext(ctx aws.Context, input *DeleteAttachmentInput, opts ...request.Option) (*DeleteAttachmentOutput, error) + func (c *NetworkManager) DeleteConnectPeer(input *DeleteConnectPeerInput) (*DeleteConnectPeerOutput, error) + func (c *NetworkManager) DeleteConnectPeerRequest(input *DeleteConnectPeerInput) (req *request.Request, output *DeleteConnectPeerOutput) + func (c *NetworkManager) DeleteConnectPeerWithContext(ctx aws.Context, input *DeleteConnectPeerInput, opts ...request.Option) (*DeleteConnectPeerOutput, error) + func (c *NetworkManager) DeleteConnection(input *DeleteConnectionInput) (*DeleteConnectionOutput, error) + func (c *NetworkManager) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput) + func (c *NetworkManager) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error) + func (c *NetworkManager) DeleteCoreNetwork(input *DeleteCoreNetworkInput) (*DeleteCoreNetworkOutput, error) + func (c *NetworkManager) DeleteCoreNetworkPolicyVersion(input *DeleteCoreNetworkPolicyVersionInput) (*DeleteCoreNetworkPolicyVersionOutput, error) + func (c *NetworkManager) DeleteCoreNetworkPolicyVersionRequest(input *DeleteCoreNetworkPolicyVersionInput) (req *request.Request, output *DeleteCoreNetworkPolicyVersionOutput) + func (c *NetworkManager) DeleteCoreNetworkPolicyVersionWithContext(ctx aws.Context, input *DeleteCoreNetworkPolicyVersionInput, ...) (*DeleteCoreNetworkPolicyVersionOutput, error) + func (c *NetworkManager) DeleteCoreNetworkRequest(input *DeleteCoreNetworkInput) (req *request.Request, output *DeleteCoreNetworkOutput) + func (c *NetworkManager) DeleteCoreNetworkWithContext(ctx aws.Context, input *DeleteCoreNetworkInput, opts ...request.Option) (*DeleteCoreNetworkOutput, error) + func (c *NetworkManager) DeleteDevice(input *DeleteDeviceInput) (*DeleteDeviceOutput, error) + func (c *NetworkManager) DeleteDeviceRequest(input *DeleteDeviceInput) (req *request.Request, output *DeleteDeviceOutput) + func (c *NetworkManager) DeleteDeviceWithContext(ctx aws.Context, input *DeleteDeviceInput, opts ...request.Option) (*DeleteDeviceOutput, error) + func (c *NetworkManager) DeleteGlobalNetwork(input *DeleteGlobalNetworkInput) (*DeleteGlobalNetworkOutput, error) + func (c *NetworkManager) DeleteGlobalNetworkRequest(input *DeleteGlobalNetworkInput) (req *request.Request, output *DeleteGlobalNetworkOutput) + func (c *NetworkManager) DeleteGlobalNetworkWithContext(ctx aws.Context, input *DeleteGlobalNetworkInput, opts ...request.Option) (*DeleteGlobalNetworkOutput, error) + func (c *NetworkManager) DeleteLink(input *DeleteLinkInput) (*DeleteLinkOutput, error) + func (c *NetworkManager) DeleteLinkRequest(input *DeleteLinkInput) (req *request.Request, output *DeleteLinkOutput) + func (c *NetworkManager) DeleteLinkWithContext(ctx aws.Context, input *DeleteLinkInput, opts ...request.Option) (*DeleteLinkOutput, error) + func (c *NetworkManager) DeletePeering(input *DeletePeeringInput) (*DeletePeeringOutput, error) + func (c *NetworkManager) DeletePeeringRequest(input *DeletePeeringInput) (req *request.Request, output *DeletePeeringOutput) + func (c *NetworkManager) DeletePeeringWithContext(ctx aws.Context, input *DeletePeeringInput, opts ...request.Option) (*DeletePeeringOutput, error) + func (c *NetworkManager) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error) + func (c *NetworkManager) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput) + func (c *NetworkManager) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error) + func (c *NetworkManager) DeleteSite(input *DeleteSiteInput) (*DeleteSiteOutput, error) + func (c *NetworkManager) DeleteSiteRequest(input *DeleteSiteInput) (req *request.Request, output *DeleteSiteOutput) + func (c *NetworkManager) DeleteSiteWithContext(ctx aws.Context, input *DeleteSiteInput, opts ...request.Option) (*DeleteSiteOutput, error) + func (c *NetworkManager) DeregisterTransitGateway(input *DeregisterTransitGatewayInput) (*DeregisterTransitGatewayOutput, error) + func (c *NetworkManager) DeregisterTransitGatewayRequest(input *DeregisterTransitGatewayInput) (req *request.Request, output *DeregisterTransitGatewayOutput) + func (c *NetworkManager) DeregisterTransitGatewayWithContext(ctx aws.Context, input *DeregisterTransitGatewayInput, opts ...request.Option) (*DeregisterTransitGatewayOutput, error) + func (c *NetworkManager) DescribeGlobalNetworks(input *DescribeGlobalNetworksInput) (*DescribeGlobalNetworksOutput, error) + func (c *NetworkManager) DescribeGlobalNetworksPages(input *DescribeGlobalNetworksInput, ...) error + func (c *NetworkManager) DescribeGlobalNetworksPagesWithContext(ctx aws.Context, input *DescribeGlobalNetworksInput, ...) error + func (c *NetworkManager) DescribeGlobalNetworksRequest(input *DescribeGlobalNetworksInput) (req *request.Request, output *DescribeGlobalNetworksOutput) + func (c *NetworkManager) DescribeGlobalNetworksWithContext(ctx aws.Context, input *DescribeGlobalNetworksInput, opts ...request.Option) (*DescribeGlobalNetworksOutput, error) + func (c *NetworkManager) DisassociateConnectPeer(input *DisassociateConnectPeerInput) (*DisassociateConnectPeerOutput, error) + func (c *NetworkManager) DisassociateConnectPeerRequest(input *DisassociateConnectPeerInput) (req *request.Request, output *DisassociateConnectPeerOutput) + func (c *NetworkManager) DisassociateConnectPeerWithContext(ctx aws.Context, input *DisassociateConnectPeerInput, opts ...request.Option) (*DisassociateConnectPeerOutput, error) + func (c *NetworkManager) DisassociateCustomerGateway(input *DisassociateCustomerGatewayInput) (*DisassociateCustomerGatewayOutput, error) + func (c *NetworkManager) DisassociateCustomerGatewayRequest(input *DisassociateCustomerGatewayInput) (req *request.Request, output *DisassociateCustomerGatewayOutput) + func (c *NetworkManager) DisassociateCustomerGatewayWithContext(ctx aws.Context, input *DisassociateCustomerGatewayInput, ...) (*DisassociateCustomerGatewayOutput, error) + func (c *NetworkManager) DisassociateLink(input *DisassociateLinkInput) (*DisassociateLinkOutput, error) + func (c *NetworkManager) DisassociateLinkRequest(input *DisassociateLinkInput) (req *request.Request, output *DisassociateLinkOutput) + func (c *NetworkManager) DisassociateLinkWithContext(ctx aws.Context, input *DisassociateLinkInput, opts ...request.Option) (*DisassociateLinkOutput, error) + func (c *NetworkManager) DisassociateTransitGatewayConnectPeer(input *DisassociateTransitGatewayConnectPeerInput) (*DisassociateTransitGatewayConnectPeerOutput, error) + func (c *NetworkManager) DisassociateTransitGatewayConnectPeerRequest(input *DisassociateTransitGatewayConnectPeerInput) (req *request.Request, output *DisassociateTransitGatewayConnectPeerOutput) + func (c *NetworkManager) DisassociateTransitGatewayConnectPeerWithContext(ctx aws.Context, input *DisassociateTransitGatewayConnectPeerInput, ...) (*DisassociateTransitGatewayConnectPeerOutput, error) + func (c *NetworkManager) ExecuteCoreNetworkChangeSet(input *ExecuteCoreNetworkChangeSetInput) (*ExecuteCoreNetworkChangeSetOutput, error) + func (c *NetworkManager) ExecuteCoreNetworkChangeSetRequest(input *ExecuteCoreNetworkChangeSetInput) (req *request.Request, output *ExecuteCoreNetworkChangeSetOutput) + func (c *NetworkManager) ExecuteCoreNetworkChangeSetWithContext(ctx aws.Context, input *ExecuteCoreNetworkChangeSetInput, ...) (*ExecuteCoreNetworkChangeSetOutput, error) + func (c *NetworkManager) GetConnectAttachment(input *GetConnectAttachmentInput) (*GetConnectAttachmentOutput, error) + func (c *NetworkManager) GetConnectAttachmentRequest(input *GetConnectAttachmentInput) (req *request.Request, output *GetConnectAttachmentOutput) + func (c *NetworkManager) GetConnectAttachmentWithContext(ctx aws.Context, input *GetConnectAttachmentInput, opts ...request.Option) (*GetConnectAttachmentOutput, error) + func (c *NetworkManager) GetConnectPeer(input *GetConnectPeerInput) (*GetConnectPeerOutput, error) + func (c *NetworkManager) GetConnectPeerAssociations(input *GetConnectPeerAssociationsInput) (*GetConnectPeerAssociationsOutput, error) + func (c *NetworkManager) GetConnectPeerAssociationsPages(input *GetConnectPeerAssociationsInput, ...) error + func (c *NetworkManager) GetConnectPeerAssociationsPagesWithContext(ctx aws.Context, input *GetConnectPeerAssociationsInput, ...) error + func (c *NetworkManager) GetConnectPeerAssociationsRequest(input *GetConnectPeerAssociationsInput) (req *request.Request, output *GetConnectPeerAssociationsOutput) + func (c *NetworkManager) GetConnectPeerAssociationsWithContext(ctx aws.Context, input *GetConnectPeerAssociationsInput, ...) (*GetConnectPeerAssociationsOutput, error) + func (c *NetworkManager) GetConnectPeerRequest(input *GetConnectPeerInput) (req *request.Request, output *GetConnectPeerOutput) + func (c *NetworkManager) GetConnectPeerWithContext(ctx aws.Context, input *GetConnectPeerInput, opts ...request.Option) (*GetConnectPeerOutput, error) + func (c *NetworkManager) GetConnections(input *GetConnectionsInput) (*GetConnectionsOutput, error) + func (c *NetworkManager) GetConnectionsPages(input *GetConnectionsInput, fn func(*GetConnectionsOutput, bool) bool) error + func (c *NetworkManager) GetConnectionsPagesWithContext(ctx aws.Context, input *GetConnectionsInput, ...) error + func (c *NetworkManager) GetConnectionsRequest(input *GetConnectionsInput) (req *request.Request, output *GetConnectionsOutput) + func (c *NetworkManager) GetConnectionsWithContext(ctx aws.Context, input *GetConnectionsInput, opts ...request.Option) (*GetConnectionsOutput, error) + func (c *NetworkManager) GetCoreNetwork(input *GetCoreNetworkInput) (*GetCoreNetworkOutput, error) + func (c *NetworkManager) GetCoreNetworkChangeEvents(input *GetCoreNetworkChangeEventsInput) (*GetCoreNetworkChangeEventsOutput, error) + func (c *NetworkManager) GetCoreNetworkChangeEventsPages(input *GetCoreNetworkChangeEventsInput, ...) error + func (c *NetworkManager) GetCoreNetworkChangeEventsPagesWithContext(ctx aws.Context, input *GetCoreNetworkChangeEventsInput, ...) error + func (c *NetworkManager) GetCoreNetworkChangeEventsRequest(input *GetCoreNetworkChangeEventsInput) (req *request.Request, output *GetCoreNetworkChangeEventsOutput) + func (c *NetworkManager) GetCoreNetworkChangeEventsWithContext(ctx aws.Context, input *GetCoreNetworkChangeEventsInput, ...) (*GetCoreNetworkChangeEventsOutput, error) + func (c *NetworkManager) GetCoreNetworkChangeSet(input *GetCoreNetworkChangeSetInput) (*GetCoreNetworkChangeSetOutput, error) + func (c *NetworkManager) GetCoreNetworkChangeSetPages(input *GetCoreNetworkChangeSetInput, ...) error + func (c *NetworkManager) GetCoreNetworkChangeSetPagesWithContext(ctx aws.Context, input *GetCoreNetworkChangeSetInput, ...) error + func (c *NetworkManager) GetCoreNetworkChangeSetRequest(input *GetCoreNetworkChangeSetInput) (req *request.Request, output *GetCoreNetworkChangeSetOutput) + func (c *NetworkManager) GetCoreNetworkChangeSetWithContext(ctx aws.Context, input *GetCoreNetworkChangeSetInput, opts ...request.Option) (*GetCoreNetworkChangeSetOutput, error) + func (c *NetworkManager) GetCoreNetworkPolicy(input *GetCoreNetworkPolicyInput) (*GetCoreNetworkPolicyOutput, error) + func (c *NetworkManager) GetCoreNetworkPolicyRequest(input *GetCoreNetworkPolicyInput) (req *request.Request, output *GetCoreNetworkPolicyOutput) + func (c *NetworkManager) GetCoreNetworkPolicyWithContext(ctx aws.Context, input *GetCoreNetworkPolicyInput, opts ...request.Option) (*GetCoreNetworkPolicyOutput, error) + func (c *NetworkManager) GetCoreNetworkRequest(input *GetCoreNetworkInput) (req *request.Request, output *GetCoreNetworkOutput) + func (c *NetworkManager) GetCoreNetworkWithContext(ctx aws.Context, input *GetCoreNetworkInput, opts ...request.Option) (*GetCoreNetworkOutput, error) + func (c *NetworkManager) GetCustomerGatewayAssociations(input *GetCustomerGatewayAssociationsInput) (*GetCustomerGatewayAssociationsOutput, error) + func (c *NetworkManager) GetCustomerGatewayAssociationsPages(input *GetCustomerGatewayAssociationsInput, ...) error + func (c *NetworkManager) GetCustomerGatewayAssociationsPagesWithContext(ctx aws.Context, input *GetCustomerGatewayAssociationsInput, ...) error + func (c *NetworkManager) GetCustomerGatewayAssociationsRequest(input *GetCustomerGatewayAssociationsInput) (req *request.Request, output *GetCustomerGatewayAssociationsOutput) + func (c *NetworkManager) GetCustomerGatewayAssociationsWithContext(ctx aws.Context, input *GetCustomerGatewayAssociationsInput, ...) (*GetCustomerGatewayAssociationsOutput, error) + func (c *NetworkManager) GetDevices(input *GetDevicesInput) (*GetDevicesOutput, error) + func (c *NetworkManager) GetDevicesPages(input *GetDevicesInput, fn func(*GetDevicesOutput, bool) bool) error + func (c *NetworkManager) GetDevicesPagesWithContext(ctx aws.Context, input *GetDevicesInput, fn func(*GetDevicesOutput, bool) bool, ...) error + func (c *NetworkManager) GetDevicesRequest(input *GetDevicesInput) (req *request.Request, output *GetDevicesOutput) + func (c *NetworkManager) GetDevicesWithContext(ctx aws.Context, input *GetDevicesInput, opts ...request.Option) (*GetDevicesOutput, error) + func (c *NetworkManager) GetLinkAssociations(input *GetLinkAssociationsInput) (*GetLinkAssociationsOutput, error) + func (c *NetworkManager) GetLinkAssociationsPages(input *GetLinkAssociationsInput, ...) error + func (c *NetworkManager) GetLinkAssociationsPagesWithContext(ctx aws.Context, input *GetLinkAssociationsInput, ...) error + func (c *NetworkManager) GetLinkAssociationsRequest(input *GetLinkAssociationsInput) (req *request.Request, output *GetLinkAssociationsOutput) + func (c *NetworkManager) GetLinkAssociationsWithContext(ctx aws.Context, input *GetLinkAssociationsInput, opts ...request.Option) (*GetLinkAssociationsOutput, error) + func (c *NetworkManager) GetLinks(input *GetLinksInput) (*GetLinksOutput, error) + func (c *NetworkManager) GetLinksPages(input *GetLinksInput, fn func(*GetLinksOutput, bool) bool) error + func (c *NetworkManager) GetLinksPagesWithContext(ctx aws.Context, input *GetLinksInput, fn func(*GetLinksOutput, bool) bool, ...) error + func (c *NetworkManager) GetLinksRequest(input *GetLinksInput) (req *request.Request, output *GetLinksOutput) + func (c *NetworkManager) GetLinksWithContext(ctx aws.Context, input *GetLinksInput, opts ...request.Option) (*GetLinksOutput, error) + func (c *NetworkManager) GetNetworkResourceCounts(input *GetNetworkResourceCountsInput) (*GetNetworkResourceCountsOutput, error) + func (c *NetworkManager) GetNetworkResourceCountsPages(input *GetNetworkResourceCountsInput, ...) error + func (c *NetworkManager) GetNetworkResourceCountsPagesWithContext(ctx aws.Context, input *GetNetworkResourceCountsInput, ...) error + func (c *NetworkManager) GetNetworkResourceCountsRequest(input *GetNetworkResourceCountsInput) (req *request.Request, output *GetNetworkResourceCountsOutput) + func (c *NetworkManager) GetNetworkResourceCountsWithContext(ctx aws.Context, input *GetNetworkResourceCountsInput, opts ...request.Option) (*GetNetworkResourceCountsOutput, error) + func (c *NetworkManager) GetNetworkResourceRelationships(input *GetNetworkResourceRelationshipsInput) (*GetNetworkResourceRelationshipsOutput, error) + func (c *NetworkManager) GetNetworkResourceRelationshipsPages(input *GetNetworkResourceRelationshipsInput, ...) error + func (c *NetworkManager) GetNetworkResourceRelationshipsPagesWithContext(ctx aws.Context, input *GetNetworkResourceRelationshipsInput, ...) error + func (c *NetworkManager) GetNetworkResourceRelationshipsRequest(input *GetNetworkResourceRelationshipsInput) (req *request.Request, output *GetNetworkResourceRelationshipsOutput) + func (c *NetworkManager) GetNetworkResourceRelationshipsWithContext(ctx aws.Context, input *GetNetworkResourceRelationshipsInput, ...) (*GetNetworkResourceRelationshipsOutput, error) + func (c *NetworkManager) GetNetworkResources(input *GetNetworkResourcesInput) (*GetNetworkResourcesOutput, error) + func (c *NetworkManager) GetNetworkResourcesPages(input *GetNetworkResourcesInput, ...) error + func (c *NetworkManager) GetNetworkResourcesPagesWithContext(ctx aws.Context, input *GetNetworkResourcesInput, ...) error + func (c *NetworkManager) GetNetworkResourcesRequest(input *GetNetworkResourcesInput) (req *request.Request, output *GetNetworkResourcesOutput) + func (c *NetworkManager) GetNetworkResourcesWithContext(ctx aws.Context, input *GetNetworkResourcesInput, opts ...request.Option) (*GetNetworkResourcesOutput, error) + func (c *NetworkManager) GetNetworkRoutes(input *GetNetworkRoutesInput) (*GetNetworkRoutesOutput, error) + func (c *NetworkManager) GetNetworkRoutesRequest(input *GetNetworkRoutesInput) (req *request.Request, output *GetNetworkRoutesOutput) + func (c *NetworkManager) GetNetworkRoutesWithContext(ctx aws.Context, input *GetNetworkRoutesInput, opts ...request.Option) (*GetNetworkRoutesOutput, error) + func (c *NetworkManager) GetNetworkTelemetry(input *GetNetworkTelemetryInput) (*GetNetworkTelemetryOutput, error) + func (c *NetworkManager) GetNetworkTelemetryPages(input *GetNetworkTelemetryInput, ...) error + func (c *NetworkManager) GetNetworkTelemetryPagesWithContext(ctx aws.Context, input *GetNetworkTelemetryInput, ...) error + func (c *NetworkManager) GetNetworkTelemetryRequest(input *GetNetworkTelemetryInput) (req *request.Request, output *GetNetworkTelemetryOutput) + func (c *NetworkManager) GetNetworkTelemetryWithContext(ctx aws.Context, input *GetNetworkTelemetryInput, opts ...request.Option) (*GetNetworkTelemetryOutput, error) + func (c *NetworkManager) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error) + func (c *NetworkManager) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput) + func (c *NetworkManager) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error) + func (c *NetworkManager) GetRouteAnalysis(input *GetRouteAnalysisInput) (*GetRouteAnalysisOutput, error) + func (c *NetworkManager) GetRouteAnalysisRequest(input *GetRouteAnalysisInput) (req *request.Request, output *GetRouteAnalysisOutput) + func (c *NetworkManager) GetRouteAnalysisWithContext(ctx aws.Context, input *GetRouteAnalysisInput, opts ...request.Option) (*GetRouteAnalysisOutput, error) + func (c *NetworkManager) GetSiteToSiteVpnAttachment(input *GetSiteToSiteVpnAttachmentInput) (*GetSiteToSiteVpnAttachmentOutput, error) + func (c *NetworkManager) GetSiteToSiteVpnAttachmentRequest(input *GetSiteToSiteVpnAttachmentInput) (req *request.Request, output *GetSiteToSiteVpnAttachmentOutput) + func (c *NetworkManager) GetSiteToSiteVpnAttachmentWithContext(ctx aws.Context, input *GetSiteToSiteVpnAttachmentInput, ...) (*GetSiteToSiteVpnAttachmentOutput, error) + func (c *NetworkManager) GetSites(input *GetSitesInput) (*GetSitesOutput, error) + func (c *NetworkManager) GetSitesPages(input *GetSitesInput, fn func(*GetSitesOutput, bool) bool) error + func (c *NetworkManager) GetSitesPagesWithContext(ctx aws.Context, input *GetSitesInput, fn func(*GetSitesOutput, bool) bool, ...) error + func (c *NetworkManager) GetSitesRequest(input *GetSitesInput) (req *request.Request, output *GetSitesOutput) + func (c *NetworkManager) GetSitesWithContext(ctx aws.Context, input *GetSitesInput, opts ...request.Option) (*GetSitesOutput, error) + func (c *NetworkManager) GetTransitGatewayConnectPeerAssociations(input *GetTransitGatewayConnectPeerAssociationsInput) (*GetTransitGatewayConnectPeerAssociationsOutput, error) + func (c *NetworkManager) GetTransitGatewayConnectPeerAssociationsPages(input *GetTransitGatewayConnectPeerAssociationsInput, ...) error + func (c *NetworkManager) GetTransitGatewayConnectPeerAssociationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayConnectPeerAssociationsInput, ...) error + func (c *NetworkManager) GetTransitGatewayConnectPeerAssociationsRequest(input *GetTransitGatewayConnectPeerAssociationsInput) (req *request.Request, output *GetTransitGatewayConnectPeerAssociationsOutput) + func (c *NetworkManager) GetTransitGatewayConnectPeerAssociationsWithContext(ctx aws.Context, input *GetTransitGatewayConnectPeerAssociationsInput, ...) (*GetTransitGatewayConnectPeerAssociationsOutput, error) + func (c *NetworkManager) GetTransitGatewayPeering(input *GetTransitGatewayPeeringInput) (*GetTransitGatewayPeeringOutput, error) + func (c *NetworkManager) GetTransitGatewayPeeringRequest(input *GetTransitGatewayPeeringInput) (req *request.Request, output *GetTransitGatewayPeeringOutput) + func (c *NetworkManager) GetTransitGatewayPeeringWithContext(ctx aws.Context, input *GetTransitGatewayPeeringInput, opts ...request.Option) (*GetTransitGatewayPeeringOutput, error) + func (c *NetworkManager) GetTransitGatewayRegistrations(input *GetTransitGatewayRegistrationsInput) (*GetTransitGatewayRegistrationsOutput, error) + func (c *NetworkManager) GetTransitGatewayRegistrationsPages(input *GetTransitGatewayRegistrationsInput, ...) error + func (c *NetworkManager) GetTransitGatewayRegistrationsPagesWithContext(ctx aws.Context, input *GetTransitGatewayRegistrationsInput, ...) error + func (c *NetworkManager) GetTransitGatewayRegistrationsRequest(input *GetTransitGatewayRegistrationsInput) (req *request.Request, output *GetTransitGatewayRegistrationsOutput) + func (c *NetworkManager) GetTransitGatewayRegistrationsWithContext(ctx aws.Context, input *GetTransitGatewayRegistrationsInput, ...) (*GetTransitGatewayRegistrationsOutput, error) + func (c *NetworkManager) GetTransitGatewayRouteTableAttachment(input *GetTransitGatewayRouteTableAttachmentInput) (*GetTransitGatewayRouteTableAttachmentOutput, error) + func (c *NetworkManager) GetTransitGatewayRouteTableAttachmentRequest(input *GetTransitGatewayRouteTableAttachmentInput) (req *request.Request, output *GetTransitGatewayRouteTableAttachmentOutput) + func (c *NetworkManager) GetTransitGatewayRouteTableAttachmentWithContext(ctx aws.Context, input *GetTransitGatewayRouteTableAttachmentInput, ...) (*GetTransitGatewayRouteTableAttachmentOutput, error) + func (c *NetworkManager) GetVpcAttachment(input *GetVpcAttachmentInput) (*GetVpcAttachmentOutput, error) + func (c *NetworkManager) GetVpcAttachmentRequest(input *GetVpcAttachmentInput) (req *request.Request, output *GetVpcAttachmentOutput) + func (c *NetworkManager) GetVpcAttachmentWithContext(ctx aws.Context, input *GetVpcAttachmentInput, opts ...request.Option) (*GetVpcAttachmentOutput, error) + func (c *NetworkManager) ListAttachments(input *ListAttachmentsInput) (*ListAttachmentsOutput, error) + func (c *NetworkManager) ListAttachmentsPages(input *ListAttachmentsInput, fn func(*ListAttachmentsOutput, bool) bool) error + func (c *NetworkManager) ListAttachmentsPagesWithContext(ctx aws.Context, input *ListAttachmentsInput, ...) error + func (c *NetworkManager) ListAttachmentsRequest(input *ListAttachmentsInput) (req *request.Request, output *ListAttachmentsOutput) + func (c *NetworkManager) ListAttachmentsWithContext(ctx aws.Context, input *ListAttachmentsInput, opts ...request.Option) (*ListAttachmentsOutput, error) + func (c *NetworkManager) ListConnectPeers(input *ListConnectPeersInput) (*ListConnectPeersOutput, error) + func (c *NetworkManager) ListConnectPeersPages(input *ListConnectPeersInput, fn func(*ListConnectPeersOutput, bool) bool) error + func (c *NetworkManager) ListConnectPeersPagesWithContext(ctx aws.Context, input *ListConnectPeersInput, ...) error + func (c *NetworkManager) ListConnectPeersRequest(input *ListConnectPeersInput) (req *request.Request, output *ListConnectPeersOutput) + func (c *NetworkManager) ListConnectPeersWithContext(ctx aws.Context, input *ListConnectPeersInput, opts ...request.Option) (*ListConnectPeersOutput, error) + func (c *NetworkManager) ListCoreNetworkPolicyVersions(input *ListCoreNetworkPolicyVersionsInput) (*ListCoreNetworkPolicyVersionsOutput, error) + func (c *NetworkManager) ListCoreNetworkPolicyVersionsPages(input *ListCoreNetworkPolicyVersionsInput, ...) error + func (c *NetworkManager) ListCoreNetworkPolicyVersionsPagesWithContext(ctx aws.Context, input *ListCoreNetworkPolicyVersionsInput, ...) error + func (c *NetworkManager) ListCoreNetworkPolicyVersionsRequest(input *ListCoreNetworkPolicyVersionsInput) (req *request.Request, output *ListCoreNetworkPolicyVersionsOutput) + func (c *NetworkManager) ListCoreNetworkPolicyVersionsWithContext(ctx aws.Context, input *ListCoreNetworkPolicyVersionsInput, ...) (*ListCoreNetworkPolicyVersionsOutput, error) + func (c *NetworkManager) ListCoreNetworks(input *ListCoreNetworksInput) (*ListCoreNetworksOutput, error) + func (c *NetworkManager) ListCoreNetworksPages(input *ListCoreNetworksInput, fn func(*ListCoreNetworksOutput, bool) bool) error + func (c *NetworkManager) ListCoreNetworksPagesWithContext(ctx aws.Context, input *ListCoreNetworksInput, ...) error + func (c *NetworkManager) ListCoreNetworksRequest(input *ListCoreNetworksInput) (req *request.Request, output *ListCoreNetworksOutput) + func (c *NetworkManager) ListCoreNetworksWithContext(ctx aws.Context, input *ListCoreNetworksInput, opts ...request.Option) (*ListCoreNetworksOutput, error) + func (c *NetworkManager) ListOrganizationServiceAccessStatus(input *ListOrganizationServiceAccessStatusInput) (*ListOrganizationServiceAccessStatusOutput, error) + func (c *NetworkManager) ListOrganizationServiceAccessStatusRequest(input *ListOrganizationServiceAccessStatusInput) (req *request.Request, output *ListOrganizationServiceAccessStatusOutput) + func (c *NetworkManager) ListOrganizationServiceAccessStatusWithContext(ctx aws.Context, input *ListOrganizationServiceAccessStatusInput, ...) (*ListOrganizationServiceAccessStatusOutput, error) + func (c *NetworkManager) ListPeerings(input *ListPeeringsInput) (*ListPeeringsOutput, error) + func (c *NetworkManager) ListPeeringsPages(input *ListPeeringsInput, fn func(*ListPeeringsOutput, bool) bool) error + func (c *NetworkManager) ListPeeringsPagesWithContext(ctx aws.Context, input *ListPeeringsInput, ...) error + func (c *NetworkManager) ListPeeringsRequest(input *ListPeeringsInput) (req *request.Request, output *ListPeeringsOutput) + func (c *NetworkManager) ListPeeringsWithContext(ctx aws.Context, input *ListPeeringsInput, opts ...request.Option) (*ListPeeringsOutput, error) + func (c *NetworkManager) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *NetworkManager) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *NetworkManager) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *NetworkManager) PutCoreNetworkPolicy(input *PutCoreNetworkPolicyInput) (*PutCoreNetworkPolicyOutput, error) + func (c *NetworkManager) PutCoreNetworkPolicyRequest(input *PutCoreNetworkPolicyInput) (req *request.Request, output *PutCoreNetworkPolicyOutput) + func (c *NetworkManager) PutCoreNetworkPolicyWithContext(ctx aws.Context, input *PutCoreNetworkPolicyInput, opts ...request.Option) (*PutCoreNetworkPolicyOutput, error) + func (c *NetworkManager) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error) + func (c *NetworkManager) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput) + func (c *NetworkManager) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error) + func (c *NetworkManager) RegisterTransitGateway(input *RegisterTransitGatewayInput) (*RegisterTransitGatewayOutput, error) + func (c *NetworkManager) RegisterTransitGatewayRequest(input *RegisterTransitGatewayInput) (req *request.Request, output *RegisterTransitGatewayOutput) + func (c *NetworkManager) RegisterTransitGatewayWithContext(ctx aws.Context, input *RegisterTransitGatewayInput, opts ...request.Option) (*RegisterTransitGatewayOutput, error) + func (c *NetworkManager) RejectAttachment(input *RejectAttachmentInput) (*RejectAttachmentOutput, error) + func (c *NetworkManager) RejectAttachmentRequest(input *RejectAttachmentInput) (req *request.Request, output *RejectAttachmentOutput) + func (c *NetworkManager) RejectAttachmentWithContext(ctx aws.Context, input *RejectAttachmentInput, opts ...request.Option) (*RejectAttachmentOutput, error) + func (c *NetworkManager) RestoreCoreNetworkPolicyVersion(input *RestoreCoreNetworkPolicyVersionInput) (*RestoreCoreNetworkPolicyVersionOutput, error) + func (c *NetworkManager) RestoreCoreNetworkPolicyVersionRequest(input *RestoreCoreNetworkPolicyVersionInput) (req *request.Request, output *RestoreCoreNetworkPolicyVersionOutput) + func (c *NetworkManager) RestoreCoreNetworkPolicyVersionWithContext(ctx aws.Context, input *RestoreCoreNetworkPolicyVersionInput, ...) (*RestoreCoreNetworkPolicyVersionOutput, error) + func (c *NetworkManager) StartOrganizationServiceAccessUpdate(input *StartOrganizationServiceAccessUpdateInput) (*StartOrganizationServiceAccessUpdateOutput, error) + func (c *NetworkManager) StartOrganizationServiceAccessUpdateRequest(input *StartOrganizationServiceAccessUpdateInput) (req *request.Request, output *StartOrganizationServiceAccessUpdateOutput) + func (c *NetworkManager) StartOrganizationServiceAccessUpdateWithContext(ctx aws.Context, input *StartOrganizationServiceAccessUpdateInput, ...) (*StartOrganizationServiceAccessUpdateOutput, error) + func (c *NetworkManager) StartRouteAnalysis(input *StartRouteAnalysisInput) (*StartRouteAnalysisOutput, error) + func (c *NetworkManager) StartRouteAnalysisRequest(input *StartRouteAnalysisInput) (req *request.Request, output *StartRouteAnalysisOutput) + func (c *NetworkManager) StartRouteAnalysisWithContext(ctx aws.Context, input *StartRouteAnalysisInput, opts ...request.Option) (*StartRouteAnalysisOutput, error) + func (c *NetworkManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *NetworkManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *NetworkManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *NetworkManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *NetworkManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *NetworkManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *NetworkManager) UpdateConnection(input *UpdateConnectionInput) (*UpdateConnectionOutput, error) + func (c *NetworkManager) UpdateConnectionRequest(input *UpdateConnectionInput) (req *request.Request, output *UpdateConnectionOutput) + func (c *NetworkManager) UpdateConnectionWithContext(ctx aws.Context, input *UpdateConnectionInput, opts ...request.Option) (*UpdateConnectionOutput, error) + func (c *NetworkManager) UpdateCoreNetwork(input *UpdateCoreNetworkInput) (*UpdateCoreNetworkOutput, error) + func (c *NetworkManager) UpdateCoreNetworkRequest(input *UpdateCoreNetworkInput) (req *request.Request, output *UpdateCoreNetworkOutput) + func (c *NetworkManager) UpdateCoreNetworkWithContext(ctx aws.Context, input *UpdateCoreNetworkInput, opts ...request.Option) (*UpdateCoreNetworkOutput, error) + func (c *NetworkManager) UpdateDevice(input *UpdateDeviceInput) (*UpdateDeviceOutput, error) + func (c *NetworkManager) UpdateDeviceRequest(input *UpdateDeviceInput) (req *request.Request, output *UpdateDeviceOutput) + func (c *NetworkManager) UpdateDeviceWithContext(ctx aws.Context, input *UpdateDeviceInput, opts ...request.Option) (*UpdateDeviceOutput, error) + func (c *NetworkManager) UpdateGlobalNetwork(input *UpdateGlobalNetworkInput) (*UpdateGlobalNetworkOutput, error) + func (c *NetworkManager) UpdateGlobalNetworkRequest(input *UpdateGlobalNetworkInput) (req *request.Request, output *UpdateGlobalNetworkOutput) + func (c *NetworkManager) UpdateGlobalNetworkWithContext(ctx aws.Context, input *UpdateGlobalNetworkInput, opts ...request.Option) (*UpdateGlobalNetworkOutput, error) + func (c *NetworkManager) UpdateLink(input *UpdateLinkInput) (*UpdateLinkOutput, error) + func (c *NetworkManager) UpdateLinkRequest(input *UpdateLinkInput) (req *request.Request, output *UpdateLinkOutput) + func (c *NetworkManager) UpdateLinkWithContext(ctx aws.Context, input *UpdateLinkInput, opts ...request.Option) (*UpdateLinkOutput, error) + func (c *NetworkManager) UpdateNetworkResourceMetadata(input *UpdateNetworkResourceMetadataInput) (*UpdateNetworkResourceMetadataOutput, error) + func (c *NetworkManager) UpdateNetworkResourceMetadataRequest(input *UpdateNetworkResourceMetadataInput) (req *request.Request, output *UpdateNetworkResourceMetadataOutput) + func (c *NetworkManager) UpdateNetworkResourceMetadataWithContext(ctx aws.Context, input *UpdateNetworkResourceMetadataInput, ...) (*UpdateNetworkResourceMetadataOutput, error) + func (c *NetworkManager) UpdateSite(input *UpdateSiteInput) (*UpdateSiteOutput, error) + func (c *NetworkManager) UpdateSiteRequest(input *UpdateSiteInput) (req *request.Request, output *UpdateSiteOutput) + func (c *NetworkManager) UpdateSiteWithContext(ctx aws.Context, input *UpdateSiteInput, opts ...request.Option) (*UpdateSiteOutput, error) + func (c *NetworkManager) UpdateVpcAttachment(input *UpdateVpcAttachmentInput) (*UpdateVpcAttachmentOutput, error) + func (c *NetworkManager) UpdateVpcAttachmentRequest(input *UpdateVpcAttachmentInput) (req *request.Request, output *UpdateVpcAttachmentOutput) + func (c *NetworkManager) UpdateVpcAttachmentWithContext(ctx aws.Context, input *UpdateVpcAttachmentInput, opts ...request.Option) (*UpdateVpcAttachmentOutput, error) + type NetworkResource struct + AccountId *string + AwsRegion *string + CoreNetworkId *string + Definition *string + DefinitionTimestamp *time.Time + Metadata map[string]*string + RegisteredGatewayArn *string + ResourceArn *string + ResourceId *string + ResourceType *string + Tags []*Tag + func (s *NetworkResource) SetAccountId(v string) *NetworkResource + func (s *NetworkResource) SetAwsRegion(v string) *NetworkResource + func (s *NetworkResource) SetCoreNetworkId(v string) *NetworkResource + func (s *NetworkResource) SetDefinition(v string) *NetworkResource + func (s *NetworkResource) SetDefinitionTimestamp(v time.Time) *NetworkResource + func (s *NetworkResource) SetMetadata(v map[string]*string) *NetworkResource + func (s *NetworkResource) SetRegisteredGatewayArn(v string) *NetworkResource + func (s *NetworkResource) SetResourceArn(v string) *NetworkResource + func (s *NetworkResource) SetResourceId(v string) *NetworkResource + func (s *NetworkResource) SetResourceType(v string) *NetworkResource + func (s *NetworkResource) SetTags(v []*Tag) *NetworkResource + func (s NetworkResource) GoString() string + func (s NetworkResource) String() string + type NetworkResourceCount struct + Count *int64 + ResourceType *string + func (s *NetworkResourceCount) SetCount(v int64) *NetworkResourceCount + func (s *NetworkResourceCount) SetResourceType(v string) *NetworkResourceCount + func (s NetworkResourceCount) GoString() string + func (s NetworkResourceCount) String() string + type NetworkResourceSummary struct + Definition *string + IsMiddlebox *bool + NameTag *string + RegisteredGatewayArn *string + ResourceArn *string + ResourceType *string + func (s *NetworkResourceSummary) SetDefinition(v string) *NetworkResourceSummary + func (s *NetworkResourceSummary) SetIsMiddlebox(v bool) *NetworkResourceSummary + func (s *NetworkResourceSummary) SetNameTag(v string) *NetworkResourceSummary + func (s *NetworkResourceSummary) SetRegisteredGatewayArn(v string) *NetworkResourceSummary + func (s *NetworkResourceSummary) SetResourceArn(v string) *NetworkResourceSummary + func (s *NetworkResourceSummary) SetResourceType(v string) *NetworkResourceSummary + func (s NetworkResourceSummary) GoString() string + func (s NetworkResourceSummary) String() string + type NetworkRoute struct + DestinationCidrBlock *string + Destinations []*NetworkRouteDestination + PrefixListId *string + State *string + Type *string + func (s *NetworkRoute) SetDestinationCidrBlock(v string) *NetworkRoute + func (s *NetworkRoute) SetDestinations(v []*NetworkRouteDestination) *NetworkRoute + func (s *NetworkRoute) SetPrefixListId(v string) *NetworkRoute + func (s *NetworkRoute) SetState(v string) *NetworkRoute + func (s *NetworkRoute) SetType(v string) *NetworkRoute + func (s NetworkRoute) GoString() string + func (s NetworkRoute) String() string + type NetworkRouteDestination struct + CoreNetworkAttachmentId *string + EdgeLocation *string + ResourceId *string + ResourceType *string + SegmentName *string + TransitGatewayAttachmentId *string + func (s *NetworkRouteDestination) SetCoreNetworkAttachmentId(v string) *NetworkRouteDestination + func (s *NetworkRouteDestination) SetEdgeLocation(v string) *NetworkRouteDestination + func (s *NetworkRouteDestination) SetResourceId(v string) *NetworkRouteDestination + func (s *NetworkRouteDestination) SetResourceType(v string) *NetworkRouteDestination + func (s *NetworkRouteDestination) SetSegmentName(v string) *NetworkRouteDestination + func (s *NetworkRouteDestination) SetTransitGatewayAttachmentId(v string) *NetworkRouteDestination + func (s NetworkRouteDestination) GoString() string + func (s NetworkRouteDestination) String() string + type NetworkTelemetry struct + AccountId *string + Address *string + AwsRegion *string + CoreNetworkId *string + Health *ConnectionHealth + RegisteredGatewayArn *string + ResourceArn *string + ResourceId *string + ResourceType *string + func (s *NetworkTelemetry) SetAccountId(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetAddress(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetAwsRegion(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetCoreNetworkId(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetHealth(v *ConnectionHealth) *NetworkTelemetry + func (s *NetworkTelemetry) SetRegisteredGatewayArn(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetResourceArn(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetResourceId(v string) *NetworkTelemetry + func (s *NetworkTelemetry) SetResourceType(v string) *NetworkTelemetry + func (s NetworkTelemetry) GoString() string + func (s NetworkTelemetry) String() string + type OrganizationStatus struct + AccountStatusList []*AccountStatus + OrganizationAwsServiceAccessStatus *string + OrganizationId *string + SLRDeploymentStatus *string + func (s *OrganizationStatus) SetAccountStatusList(v []*AccountStatus) *OrganizationStatus + func (s *OrganizationStatus) SetOrganizationAwsServiceAccessStatus(v string) *OrganizationStatus + func (s *OrganizationStatus) SetOrganizationId(v string) *OrganizationStatus + func (s *OrganizationStatus) SetSLRDeploymentStatus(v string) *OrganizationStatus + func (s OrganizationStatus) GoString() string + func (s OrganizationStatus) String() string + type PathComponent struct + DestinationCidrBlock *string + Resource *NetworkResourceSummary + Sequence *int64 + func (s *PathComponent) SetDestinationCidrBlock(v string) *PathComponent + func (s *PathComponent) SetResource(v *NetworkResourceSummary) *PathComponent + func (s *PathComponent) SetSequence(v int64) *PathComponent + func (s PathComponent) GoString() string + func (s PathComponent) String() string + type Peering struct + CoreNetworkArn *string + CoreNetworkId *string + CreatedAt *time.Time + EdgeLocation *string + OwnerAccountId *string + PeeringId *string + PeeringType *string + ResourceArn *string + State *string + Tags []*Tag + func (s *Peering) SetCoreNetworkArn(v string) *Peering + func (s *Peering) SetCoreNetworkId(v string) *Peering + func (s *Peering) SetCreatedAt(v time.Time) *Peering + func (s *Peering) SetEdgeLocation(v string) *Peering + func (s *Peering) SetOwnerAccountId(v string) *Peering + func (s *Peering) SetPeeringId(v string) *Peering + func (s *Peering) SetPeeringType(v string) *Peering + func (s *Peering) SetResourceArn(v string) *Peering + func (s *Peering) SetState(v string) *Peering + func (s *Peering) SetTags(v []*Tag) *Peering + func (s Peering) GoString() string + func (s Peering) String() string + type ProposedSegmentChange struct + AttachmentPolicyRuleNumber *int64 + SegmentName *string + Tags []*Tag + func (s *ProposedSegmentChange) SetAttachmentPolicyRuleNumber(v int64) *ProposedSegmentChange + func (s *ProposedSegmentChange) SetSegmentName(v string) *ProposedSegmentChange + func (s *ProposedSegmentChange) SetTags(v []*Tag) *ProposedSegmentChange + func (s ProposedSegmentChange) GoString() string + func (s ProposedSegmentChange) String() string + type PutCoreNetworkPolicyInput struct + ClientToken *string + CoreNetworkId *string + Description *string + LatestVersionId *int64 + PolicyDocument aws.JSONValue + func (s *PutCoreNetworkPolicyInput) SetClientToken(v string) *PutCoreNetworkPolicyInput + func (s *PutCoreNetworkPolicyInput) SetCoreNetworkId(v string) *PutCoreNetworkPolicyInput + func (s *PutCoreNetworkPolicyInput) SetDescription(v string) *PutCoreNetworkPolicyInput + func (s *PutCoreNetworkPolicyInput) SetLatestVersionId(v int64) *PutCoreNetworkPolicyInput + func (s *PutCoreNetworkPolicyInput) SetPolicyDocument(v aws.JSONValue) *PutCoreNetworkPolicyInput + func (s *PutCoreNetworkPolicyInput) Validate() error + func (s PutCoreNetworkPolicyInput) GoString() string + func (s PutCoreNetworkPolicyInput) String() string + type PutCoreNetworkPolicyOutput struct + CoreNetworkPolicy *CoreNetworkPolicy + func (s *PutCoreNetworkPolicyOutput) SetCoreNetworkPolicy(v *CoreNetworkPolicy) *PutCoreNetworkPolicyOutput + func (s PutCoreNetworkPolicyOutput) GoString() string + func (s PutCoreNetworkPolicyOutput) String() string + type PutResourcePolicyInput struct + PolicyDocument aws.JSONValue + ResourceArn *string + func (s *PutResourcePolicyInput) SetPolicyDocument(v aws.JSONValue) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetResourceArn(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) Validate() error + func (s PutResourcePolicyInput) GoString() string + func (s PutResourcePolicyInput) String() string + type PutResourcePolicyOutput struct + func (s PutResourcePolicyOutput) GoString() string + func (s PutResourcePolicyOutput) String() string + type RegisterTransitGatewayInput struct + GlobalNetworkId *string + TransitGatewayArn *string + func (s *RegisterTransitGatewayInput) SetGlobalNetworkId(v string) *RegisterTransitGatewayInput + func (s *RegisterTransitGatewayInput) SetTransitGatewayArn(v string) *RegisterTransitGatewayInput + func (s *RegisterTransitGatewayInput) Validate() error + func (s RegisterTransitGatewayInput) GoString() string + func (s RegisterTransitGatewayInput) String() string + type RegisterTransitGatewayOutput struct + TransitGatewayRegistration *TransitGatewayRegistration + func (s *RegisterTransitGatewayOutput) SetTransitGatewayRegistration(v *TransitGatewayRegistration) *RegisterTransitGatewayOutput + func (s RegisterTransitGatewayOutput) GoString() string + func (s RegisterTransitGatewayOutput) String() string + type RejectAttachmentInput struct + AttachmentId *string + func (s *RejectAttachmentInput) SetAttachmentId(v string) *RejectAttachmentInput + func (s *RejectAttachmentInput) Validate() error + func (s RejectAttachmentInput) GoString() string + func (s RejectAttachmentInput) String() string + type RejectAttachmentOutput struct + Attachment *Attachment + func (s *RejectAttachmentOutput) SetAttachment(v *Attachment) *RejectAttachmentOutput + func (s RejectAttachmentOutput) GoString() string + func (s RejectAttachmentOutput) String() string + type Relationship struct + From *string + To *string + func (s *Relationship) SetFrom(v string) *Relationship + func (s *Relationship) SetTo(v string) *Relationship + func (s Relationship) GoString() string + func (s Relationship) String() string + type ResourceNotFoundException struct + Context map[string]*string + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RestoreCoreNetworkPolicyVersionInput struct + CoreNetworkId *string + PolicyVersionId *int64 + func (s *RestoreCoreNetworkPolicyVersionInput) SetCoreNetworkId(v string) *RestoreCoreNetworkPolicyVersionInput + func (s *RestoreCoreNetworkPolicyVersionInput) SetPolicyVersionId(v int64) *RestoreCoreNetworkPolicyVersionInput + func (s *RestoreCoreNetworkPolicyVersionInput) Validate() error + func (s RestoreCoreNetworkPolicyVersionInput) GoString() string + func (s RestoreCoreNetworkPolicyVersionInput) String() string + type RestoreCoreNetworkPolicyVersionOutput struct + CoreNetworkPolicy *CoreNetworkPolicy + func (s *RestoreCoreNetworkPolicyVersionOutput) SetCoreNetworkPolicy(v *CoreNetworkPolicy) *RestoreCoreNetworkPolicyVersionOutput + func (s RestoreCoreNetworkPolicyVersionOutput) GoString() string + func (s RestoreCoreNetworkPolicyVersionOutput) String() string + type RouteAnalysis struct + Destination *RouteAnalysisEndpointOptions + ForwardPath *RouteAnalysisPath + GlobalNetworkId *string + IncludeReturnPath *bool + OwnerAccountId *string + ReturnPath *RouteAnalysisPath + RouteAnalysisId *string + Source *RouteAnalysisEndpointOptions + StartTimestamp *time.Time + Status *string + UseMiddleboxes *bool + func (s *RouteAnalysis) SetDestination(v *RouteAnalysisEndpointOptions) *RouteAnalysis + func (s *RouteAnalysis) SetForwardPath(v *RouteAnalysisPath) *RouteAnalysis + func (s *RouteAnalysis) SetGlobalNetworkId(v string) *RouteAnalysis + func (s *RouteAnalysis) SetIncludeReturnPath(v bool) *RouteAnalysis + func (s *RouteAnalysis) SetOwnerAccountId(v string) *RouteAnalysis + func (s *RouteAnalysis) SetReturnPath(v *RouteAnalysisPath) *RouteAnalysis + func (s *RouteAnalysis) SetRouteAnalysisId(v string) *RouteAnalysis + func (s *RouteAnalysis) SetSource(v *RouteAnalysisEndpointOptions) *RouteAnalysis + func (s *RouteAnalysis) SetStartTimestamp(v time.Time) *RouteAnalysis + func (s *RouteAnalysis) SetStatus(v string) *RouteAnalysis + func (s *RouteAnalysis) SetUseMiddleboxes(v bool) *RouteAnalysis + func (s RouteAnalysis) GoString() string + func (s RouteAnalysis) String() string + type RouteAnalysisCompletion struct + ReasonCode *string + ReasonContext map[string]*string + ResultCode *string + func (s *RouteAnalysisCompletion) SetReasonCode(v string) *RouteAnalysisCompletion + func (s *RouteAnalysisCompletion) SetReasonContext(v map[string]*string) *RouteAnalysisCompletion + func (s *RouteAnalysisCompletion) SetResultCode(v string) *RouteAnalysisCompletion + func (s RouteAnalysisCompletion) GoString() string + func (s RouteAnalysisCompletion) String() string + type RouteAnalysisEndpointOptions struct + IpAddress *string + TransitGatewayArn *string + TransitGatewayAttachmentArn *string + func (s *RouteAnalysisEndpointOptions) SetIpAddress(v string) *RouteAnalysisEndpointOptions + func (s *RouteAnalysisEndpointOptions) SetTransitGatewayArn(v string) *RouteAnalysisEndpointOptions + func (s *RouteAnalysisEndpointOptions) SetTransitGatewayAttachmentArn(v string) *RouteAnalysisEndpointOptions + func (s RouteAnalysisEndpointOptions) GoString() string + func (s RouteAnalysisEndpointOptions) String() string + type RouteAnalysisEndpointOptionsSpecification struct + IpAddress *string + TransitGatewayAttachmentArn *string + func (s *RouteAnalysisEndpointOptionsSpecification) SetIpAddress(v string) *RouteAnalysisEndpointOptionsSpecification + func (s *RouteAnalysisEndpointOptionsSpecification) SetTransitGatewayAttachmentArn(v string) *RouteAnalysisEndpointOptionsSpecification + func (s *RouteAnalysisEndpointOptionsSpecification) Validate() error + func (s RouteAnalysisEndpointOptionsSpecification) GoString() string + func (s RouteAnalysisEndpointOptionsSpecification) String() string + type RouteAnalysisPath struct + CompletionStatus *RouteAnalysisCompletion + Path []*PathComponent + func (s *RouteAnalysisPath) SetCompletionStatus(v *RouteAnalysisCompletion) *RouteAnalysisPath + func (s *RouteAnalysisPath) SetPath(v []*PathComponent) *RouteAnalysisPath + func (s RouteAnalysisPath) GoString() string + func (s RouteAnalysisPath) String() string + type RouteTableIdentifier struct + CoreNetworkSegmentEdge *CoreNetworkSegmentEdgeIdentifier + TransitGatewayRouteTableArn *string + func (s *RouteTableIdentifier) SetCoreNetworkSegmentEdge(v *CoreNetworkSegmentEdgeIdentifier) *RouteTableIdentifier + func (s *RouteTableIdentifier) SetTransitGatewayRouteTableArn(v string) *RouteTableIdentifier + func (s *RouteTableIdentifier) Validate() error + func (s RouteTableIdentifier) GoString() string + func (s RouteTableIdentifier) String() string + type ServiceQuotaExceededException struct + LimitCode *string + Message_ *string + ResourceId *string + ResourceType *string + RespMetadata protocol.ResponseMetadata + ServiceCode *string + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type Site struct + CreatedAt *time.Time + Description *string + GlobalNetworkId *string + Location *Location + SiteArn *string + SiteId *string + State *string + Tags []*Tag + func (s *Site) SetCreatedAt(v time.Time) *Site + func (s *Site) SetDescription(v string) *Site + func (s *Site) SetGlobalNetworkId(v string) *Site + func (s *Site) SetLocation(v *Location) *Site + func (s *Site) SetSiteArn(v string) *Site + func (s *Site) SetSiteId(v string) *Site + func (s *Site) SetState(v string) *Site + func (s *Site) SetTags(v []*Tag) *Site + func (s Site) GoString() string + func (s Site) String() string + type SiteToSiteVpnAttachment struct + Attachment *Attachment + VpnConnectionArn *string + func (s *SiteToSiteVpnAttachment) SetAttachment(v *Attachment) *SiteToSiteVpnAttachment + func (s *SiteToSiteVpnAttachment) SetVpnConnectionArn(v string) *SiteToSiteVpnAttachment + func (s SiteToSiteVpnAttachment) GoString() string + func (s SiteToSiteVpnAttachment) String() string + type StartOrganizationServiceAccessUpdateInput struct + Action *string + func (s *StartOrganizationServiceAccessUpdateInput) SetAction(v string) *StartOrganizationServiceAccessUpdateInput + func (s *StartOrganizationServiceAccessUpdateInput) Validate() error + func (s StartOrganizationServiceAccessUpdateInput) GoString() string + func (s StartOrganizationServiceAccessUpdateInput) String() string + type StartOrganizationServiceAccessUpdateOutput struct + OrganizationStatus *OrganizationStatus + func (s *StartOrganizationServiceAccessUpdateOutput) SetOrganizationStatus(v *OrganizationStatus) *StartOrganizationServiceAccessUpdateOutput + func (s StartOrganizationServiceAccessUpdateOutput) GoString() string + func (s StartOrganizationServiceAccessUpdateOutput) String() string + type StartRouteAnalysisInput struct + Destination *RouteAnalysisEndpointOptionsSpecification + GlobalNetworkId *string + IncludeReturnPath *bool + Source *RouteAnalysisEndpointOptionsSpecification + UseMiddleboxes *bool + func (s *StartRouteAnalysisInput) SetDestination(v *RouteAnalysisEndpointOptionsSpecification) *StartRouteAnalysisInput + func (s *StartRouteAnalysisInput) SetGlobalNetworkId(v string) *StartRouteAnalysisInput + func (s *StartRouteAnalysisInput) SetIncludeReturnPath(v bool) *StartRouteAnalysisInput + func (s *StartRouteAnalysisInput) SetSource(v *RouteAnalysisEndpointOptionsSpecification) *StartRouteAnalysisInput + func (s *StartRouteAnalysisInput) SetUseMiddleboxes(v bool) *StartRouteAnalysisInput + func (s *StartRouteAnalysisInput) Validate() error + func (s StartRouteAnalysisInput) GoString() string + func (s StartRouteAnalysisInput) String() string + type StartRouteAnalysisOutput struct + RouteAnalysis *RouteAnalysis + func (s *StartRouteAnalysisOutput) SetRouteAnalysis(v *RouteAnalysis) *StartRouteAnalysisOutput + func (s StartRouteAnalysisOutput) GoString() string + func (s StartRouteAnalysisOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *int64 + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type TransitGatewayConnectPeerAssociation struct + DeviceId *string + GlobalNetworkId *string + LinkId *string + State *string + TransitGatewayConnectPeerArn *string + func (s *TransitGatewayConnectPeerAssociation) SetDeviceId(v string) *TransitGatewayConnectPeerAssociation + func (s *TransitGatewayConnectPeerAssociation) SetGlobalNetworkId(v string) *TransitGatewayConnectPeerAssociation + func (s *TransitGatewayConnectPeerAssociation) SetLinkId(v string) *TransitGatewayConnectPeerAssociation + func (s *TransitGatewayConnectPeerAssociation) SetState(v string) *TransitGatewayConnectPeerAssociation + func (s *TransitGatewayConnectPeerAssociation) SetTransitGatewayConnectPeerArn(v string) *TransitGatewayConnectPeerAssociation + func (s TransitGatewayConnectPeerAssociation) GoString() string + func (s TransitGatewayConnectPeerAssociation) String() string + type TransitGatewayPeering struct + Peering *Peering + TransitGatewayArn *string + TransitGatewayPeeringAttachmentId *string + func (s *TransitGatewayPeering) SetPeering(v *Peering) *TransitGatewayPeering + func (s *TransitGatewayPeering) SetTransitGatewayArn(v string) *TransitGatewayPeering + func (s *TransitGatewayPeering) SetTransitGatewayPeeringAttachmentId(v string) *TransitGatewayPeering + func (s TransitGatewayPeering) GoString() string + func (s TransitGatewayPeering) String() string + type TransitGatewayRegistration struct + GlobalNetworkId *string + State *TransitGatewayRegistrationStateReason + TransitGatewayArn *string + func (s *TransitGatewayRegistration) SetGlobalNetworkId(v string) *TransitGatewayRegistration + func (s *TransitGatewayRegistration) SetState(v *TransitGatewayRegistrationStateReason) *TransitGatewayRegistration + func (s *TransitGatewayRegistration) SetTransitGatewayArn(v string) *TransitGatewayRegistration + func (s TransitGatewayRegistration) GoString() string + func (s TransitGatewayRegistration) String() string + type TransitGatewayRegistrationStateReason struct + Code *string + Message *string + func (s *TransitGatewayRegistrationStateReason) SetCode(v string) *TransitGatewayRegistrationStateReason + func (s *TransitGatewayRegistrationStateReason) SetMessage(v string) *TransitGatewayRegistrationStateReason + func (s TransitGatewayRegistrationStateReason) GoString() string + func (s TransitGatewayRegistrationStateReason) String() string + type TransitGatewayRouteTableAttachment struct + Attachment *Attachment + PeeringId *string + TransitGatewayRouteTableArn *string + func (s *TransitGatewayRouteTableAttachment) SetAttachment(v *Attachment) *TransitGatewayRouteTableAttachment + func (s *TransitGatewayRouteTableAttachment) SetPeeringId(v string) *TransitGatewayRouteTableAttachment + func (s *TransitGatewayRouteTableAttachment) SetTransitGatewayRouteTableArn(v string) *TransitGatewayRouteTableAttachment + func (s TransitGatewayRouteTableAttachment) GoString() string + func (s TransitGatewayRouteTableAttachment) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateConnectionInput struct + ConnectedLinkId *string + ConnectionId *string + Description *string + GlobalNetworkId *string + LinkId *string + func (s *UpdateConnectionInput) SetConnectedLinkId(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetConnectionId(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetDescription(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetGlobalNetworkId(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) SetLinkId(v string) *UpdateConnectionInput + func (s *UpdateConnectionInput) Validate() error + func (s UpdateConnectionInput) GoString() string + func (s UpdateConnectionInput) String() string + type UpdateConnectionOutput struct + Connection *Connection + func (s *UpdateConnectionOutput) SetConnection(v *Connection) *UpdateConnectionOutput + func (s UpdateConnectionOutput) GoString() string + func (s UpdateConnectionOutput) String() string + type UpdateCoreNetworkInput struct + CoreNetworkId *string + Description *string + func (s *UpdateCoreNetworkInput) SetCoreNetworkId(v string) *UpdateCoreNetworkInput + func (s *UpdateCoreNetworkInput) SetDescription(v string) *UpdateCoreNetworkInput + func (s *UpdateCoreNetworkInput) Validate() error + func (s UpdateCoreNetworkInput) GoString() string + func (s UpdateCoreNetworkInput) String() string + type UpdateCoreNetworkOutput struct + CoreNetwork *CoreNetwork + func (s *UpdateCoreNetworkOutput) SetCoreNetwork(v *CoreNetwork) *UpdateCoreNetworkOutput + func (s UpdateCoreNetworkOutput) GoString() string + func (s UpdateCoreNetworkOutput) String() string + type UpdateDeviceInput struct + AWSLocation *AWSLocation + Description *string + DeviceId *string + GlobalNetworkId *string + Location *Location + Model *string + SerialNumber *string + SiteId *string + Type *string + Vendor *string + func (s *UpdateDeviceInput) SetAWSLocation(v *AWSLocation) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetDescription(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetDeviceId(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetGlobalNetworkId(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetLocation(v *Location) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetModel(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetSerialNumber(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetSiteId(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetType(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) SetVendor(v string) *UpdateDeviceInput + func (s *UpdateDeviceInput) Validate() error + func (s UpdateDeviceInput) GoString() string + func (s UpdateDeviceInput) String() string + type UpdateDeviceOutput struct + Device *Device + func (s *UpdateDeviceOutput) SetDevice(v *Device) *UpdateDeviceOutput + func (s UpdateDeviceOutput) GoString() string + func (s UpdateDeviceOutput) String() string + type UpdateGlobalNetworkInput struct + Description *string + GlobalNetworkId *string + func (s *UpdateGlobalNetworkInput) SetDescription(v string) *UpdateGlobalNetworkInput + func (s *UpdateGlobalNetworkInput) SetGlobalNetworkId(v string) *UpdateGlobalNetworkInput + func (s *UpdateGlobalNetworkInput) Validate() error + func (s UpdateGlobalNetworkInput) GoString() string + func (s UpdateGlobalNetworkInput) String() string + type UpdateGlobalNetworkOutput struct + GlobalNetwork *GlobalNetwork + func (s *UpdateGlobalNetworkOutput) SetGlobalNetwork(v *GlobalNetwork) *UpdateGlobalNetworkOutput + func (s UpdateGlobalNetworkOutput) GoString() string + func (s UpdateGlobalNetworkOutput) String() string + type UpdateLinkInput struct + Bandwidth *Bandwidth + Description *string + GlobalNetworkId *string + LinkId *string + Provider *string + Type *string + func (s *UpdateLinkInput) SetBandwidth(v *Bandwidth) *UpdateLinkInput + func (s *UpdateLinkInput) SetDescription(v string) *UpdateLinkInput + func (s *UpdateLinkInput) SetGlobalNetworkId(v string) *UpdateLinkInput + func (s *UpdateLinkInput) SetLinkId(v string) *UpdateLinkInput + func (s *UpdateLinkInput) SetProvider(v string) *UpdateLinkInput + func (s *UpdateLinkInput) SetType(v string) *UpdateLinkInput + func (s *UpdateLinkInput) Validate() error + func (s UpdateLinkInput) GoString() string + func (s UpdateLinkInput) String() string + type UpdateLinkOutput struct + Link *Link + func (s *UpdateLinkOutput) SetLink(v *Link) *UpdateLinkOutput + func (s UpdateLinkOutput) GoString() string + func (s UpdateLinkOutput) String() string + type UpdateNetworkResourceMetadataInput struct + GlobalNetworkId *string + Metadata map[string]*string + ResourceArn *string + func (s *UpdateNetworkResourceMetadataInput) SetGlobalNetworkId(v string) *UpdateNetworkResourceMetadataInput + func (s *UpdateNetworkResourceMetadataInput) SetMetadata(v map[string]*string) *UpdateNetworkResourceMetadataInput + func (s *UpdateNetworkResourceMetadataInput) SetResourceArn(v string) *UpdateNetworkResourceMetadataInput + func (s *UpdateNetworkResourceMetadataInput) Validate() error + func (s UpdateNetworkResourceMetadataInput) GoString() string + func (s UpdateNetworkResourceMetadataInput) String() string + type UpdateNetworkResourceMetadataOutput struct + Metadata map[string]*string + ResourceArn *string + func (s *UpdateNetworkResourceMetadataOutput) SetMetadata(v map[string]*string) *UpdateNetworkResourceMetadataOutput + func (s *UpdateNetworkResourceMetadataOutput) SetResourceArn(v string) *UpdateNetworkResourceMetadataOutput + func (s UpdateNetworkResourceMetadataOutput) GoString() string + func (s UpdateNetworkResourceMetadataOutput) String() string + type UpdateSiteInput struct + Description *string + GlobalNetworkId *string + Location *Location + SiteId *string + func (s *UpdateSiteInput) SetDescription(v string) *UpdateSiteInput + func (s *UpdateSiteInput) SetGlobalNetworkId(v string) *UpdateSiteInput + func (s *UpdateSiteInput) SetLocation(v *Location) *UpdateSiteInput + func (s *UpdateSiteInput) SetSiteId(v string) *UpdateSiteInput + func (s *UpdateSiteInput) Validate() error + func (s UpdateSiteInput) GoString() string + func (s UpdateSiteInput) String() string + type UpdateSiteOutput struct + Site *Site + func (s *UpdateSiteOutput) SetSite(v *Site) *UpdateSiteOutput + func (s UpdateSiteOutput) GoString() string + func (s UpdateSiteOutput) String() string + type UpdateVpcAttachmentInput struct + AddSubnetArns []*string + AttachmentId *string + Options *VpcOptions + RemoveSubnetArns []*string + func (s *UpdateVpcAttachmentInput) SetAddSubnetArns(v []*string) *UpdateVpcAttachmentInput + func (s *UpdateVpcAttachmentInput) SetAttachmentId(v string) *UpdateVpcAttachmentInput + func (s *UpdateVpcAttachmentInput) SetOptions(v *VpcOptions) *UpdateVpcAttachmentInput + func (s *UpdateVpcAttachmentInput) SetRemoveSubnetArns(v []*string) *UpdateVpcAttachmentInput + func (s *UpdateVpcAttachmentInput) Validate() error + func (s UpdateVpcAttachmentInput) GoString() string + func (s UpdateVpcAttachmentInput) String() string + type UpdateVpcAttachmentOutput struct + VpcAttachment *VpcAttachment + func (s *UpdateVpcAttachmentOutput) SetVpcAttachment(v *VpcAttachment) *UpdateVpcAttachmentOutput + func (s UpdateVpcAttachmentOutput) GoString() string + func (s UpdateVpcAttachmentOutput) String() string + type ValidationException struct + Fields []*ValidationExceptionField + Message_ *string + Reason *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string + type ValidationExceptionField struct + Message *string + Name *string + func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField + func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField + func (s ValidationExceptionField) GoString() string + func (s ValidationExceptionField) String() string + type VpcAttachment struct + Attachment *Attachment + Options *VpcOptions + SubnetArns []*string + func (s *VpcAttachment) SetAttachment(v *Attachment) *VpcAttachment + func (s *VpcAttachment) SetOptions(v *VpcOptions) *VpcAttachment + func (s *VpcAttachment) SetSubnetArns(v []*string) *VpcAttachment + func (s VpcAttachment) GoString() string + func (s VpcAttachment) String() string + type VpcOptions struct + ApplianceModeSupport *bool + Ipv6Support *bool + func (s *VpcOptions) SetApplianceModeSupport(v bool) *VpcOptions + func (s *VpcOptions) SetIpv6Support(v bool) *VpcOptions + func (s VpcOptions) GoString() string + func (s VpcOptions) String() string