Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const AcknowledgmentStatusAcknowledged + const AcknowledgmentStatusAcknowledging + const AcknowledgmentStatusUnacknowledged + const CommitmentLengthOneYear + const CommitmentLengthSixtyDays + const CommitmentLengthThreeYears + const DeviceIdentifierFilterKeysOrder + const DeviceIdentifierFilterKeysStatus + const DeviceIdentifierFilterKeysTrafficGroup + const DeviceIdentifierStatusActive + const DeviceIdentifierStatusInactive + const ElevationReferenceAgl + const ElevationReferenceAmsl + const ElevationUnitFeet + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeInternalServerException + const ErrCodeLimitExceededException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const HealthStatusHealthy + const HealthStatusInitial + const HealthStatusUnhealthy + const NetworkFilterKeysStatus + const NetworkResourceDefinitionTypeDeviceIdentifier + const NetworkResourceDefinitionTypeRadioUnit + const NetworkResourceFilterKeysOrder + const NetworkResourceFilterKeysStatus + const NetworkResourceStatusAvailable + const NetworkResourceStatusCreatingShippingLabel + const NetworkResourceStatusDeleted + const NetworkResourceStatusDeleting + const NetworkResourceStatusPending + const NetworkResourceStatusPendingReturn + const NetworkResourceStatusProvisioned + const NetworkResourceStatusProvisioning + const NetworkResourceStatusShipped + const NetworkResourceTypeRadioUnit + const NetworkSiteFilterKeysStatus + const NetworkSiteStatusAvailable + const NetworkSiteStatusCreated + const NetworkSiteStatusDeleted + const NetworkSiteStatusDeprovisioning + const NetworkSiteStatusProvisioning + const NetworkStatusAvailable + const NetworkStatusCreated + const NetworkStatusDeleted + const NetworkStatusDeprovisioning + const NetworkStatusProvisioning + const OrderFilterKeysNetworkSite + const OrderFilterKeysStatus + const ServiceID + const ServiceName + const UpdateTypeCommitment + const UpdateTypeReplace + const UpdateTypeReturn + const ValidationExceptionReasonCannotAssumeRole + const ValidationExceptionReasonCannotParse + const ValidationExceptionReasonFieldValidationFailed + const ValidationExceptionReasonOther + const ValidationExceptionReasonUnknownOperation + func AcknowledgmentStatus_Values() []string + func CommitmentLength_Values() []string + func DeviceIdentifierFilterKeys_Values() []string + func DeviceIdentifierStatus_Values() []string + func ElevationReference_Values() []string + func ElevationUnit_Values() []string + func HealthStatus_Values() []string + func NetworkFilterKeys_Values() []string + func NetworkResourceDefinitionType_Values() []string + func NetworkResourceFilterKeys_Values() []string + func NetworkResourceStatus_Values() []string + func NetworkResourceType_Values() []string + func NetworkSiteFilterKeys_Values() []string + func NetworkSiteStatus_Values() []string + func NetworkStatus_Values() []string + func OrderFilterKeys_Values() []string + func UpdateType_Values() []string + func ValidationExceptionReason_Values() []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 AcknowledgeOrderReceiptInput struct + OrderArn *string + func (s *AcknowledgeOrderReceiptInput) SetOrderArn(v string) *AcknowledgeOrderReceiptInput + func (s *AcknowledgeOrderReceiptInput) Validate() error + func (s AcknowledgeOrderReceiptInput) GoString() string + func (s AcknowledgeOrderReceiptInput) String() string + type AcknowledgeOrderReceiptOutput struct + Order *Order + func (s *AcknowledgeOrderReceiptOutput) SetOrder(v *Order) *AcknowledgeOrderReceiptOutput + func (s AcknowledgeOrderReceiptOutput) GoString() string + func (s AcknowledgeOrderReceiptOutput) String() string + type ActivateDeviceIdentifierInput struct + ClientToken *string + DeviceIdentifierArn *string + func (s *ActivateDeviceIdentifierInput) SetClientToken(v string) *ActivateDeviceIdentifierInput + func (s *ActivateDeviceIdentifierInput) SetDeviceIdentifierArn(v string) *ActivateDeviceIdentifierInput + func (s *ActivateDeviceIdentifierInput) Validate() error + func (s ActivateDeviceIdentifierInput) GoString() string + func (s ActivateDeviceIdentifierInput) String() string + type ActivateDeviceIdentifierOutput struct + DeviceIdentifier *DeviceIdentifier + Tags map[string]*string + func (s *ActivateDeviceIdentifierOutput) SetDeviceIdentifier(v *DeviceIdentifier) *ActivateDeviceIdentifierOutput + func (s *ActivateDeviceIdentifierOutput) SetTags(v map[string]*string) *ActivateDeviceIdentifierOutput + func (s ActivateDeviceIdentifierOutput) GoString() string + func (s ActivateDeviceIdentifierOutput) String() string + type ActivateNetworkSiteInput struct + ClientToken *string + CommitmentConfiguration *CommitmentConfiguration + NetworkSiteArn *string + ShippingAddress *Address + func (s *ActivateNetworkSiteInput) SetClientToken(v string) *ActivateNetworkSiteInput + func (s *ActivateNetworkSiteInput) SetCommitmentConfiguration(v *CommitmentConfiguration) *ActivateNetworkSiteInput + func (s *ActivateNetworkSiteInput) SetNetworkSiteArn(v string) *ActivateNetworkSiteInput + func (s *ActivateNetworkSiteInput) SetShippingAddress(v *Address) *ActivateNetworkSiteInput + func (s *ActivateNetworkSiteInput) Validate() error + func (s ActivateNetworkSiteInput) GoString() string + func (s ActivateNetworkSiteInput) String() string + type ActivateNetworkSiteOutput struct + NetworkSite *NetworkSite + func (s *ActivateNetworkSiteOutput) SetNetworkSite(v *NetworkSite) *ActivateNetworkSiteOutput + func (s ActivateNetworkSiteOutput) GoString() string + func (s ActivateNetworkSiteOutput) String() string + type Address struct + City *string + Company *string + Country *string + EmailAddress *string + Name *string + PhoneNumber *string + PostalCode *string + StateOrProvince *string + Street1 *string + Street2 *string + Street3 *string + func (s *Address) SetCity(v string) *Address + func (s *Address) SetCompany(v string) *Address + func (s *Address) SetCountry(v string) *Address + func (s *Address) SetEmailAddress(v string) *Address + func (s *Address) SetName(v string) *Address + func (s *Address) SetPhoneNumber(v string) *Address + func (s *Address) SetPostalCode(v string) *Address + func (s *Address) SetStateOrProvince(v string) *Address + func (s *Address) SetStreet1(v string) *Address + func (s *Address) SetStreet2(v string) *Address + func (s *Address) SetStreet3(v string) *Address + func (s *Address) Validate() error + func (s Address) GoString() string + func (s Address) String() string + type CommitmentConfiguration struct + AutomaticRenewal *bool + CommitmentLength *string + func (s *CommitmentConfiguration) SetAutomaticRenewal(v bool) *CommitmentConfiguration + func (s *CommitmentConfiguration) SetCommitmentLength(v string) *CommitmentConfiguration + func (s *CommitmentConfiguration) Validate() error + func (s CommitmentConfiguration) GoString() string + func (s CommitmentConfiguration) String() string + type CommitmentInformation struct + CommitmentConfiguration *CommitmentConfiguration + ExpiresOn *time.Time + StartAt *time.Time + func (s *CommitmentInformation) SetCommitmentConfiguration(v *CommitmentConfiguration) *CommitmentInformation + func (s *CommitmentInformation) SetExpiresOn(v time.Time) *CommitmentInformation + func (s *CommitmentInformation) SetStartAt(v time.Time) *CommitmentInformation + func (s CommitmentInformation) GoString() string + func (s CommitmentInformation) String() string + type ConfigureAccessPointInput struct + AccessPointArn *string + CpiSecretKey *string + CpiUserId *string + CpiUserPassword *string + CpiUsername *string + Position *Position + func (s *ConfigureAccessPointInput) SetAccessPointArn(v string) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) SetCpiSecretKey(v string) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) SetCpiUserId(v string) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) SetCpiUserPassword(v string) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) SetCpiUsername(v string) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) SetPosition(v *Position) *ConfigureAccessPointInput + func (s *ConfigureAccessPointInput) Validate() error + func (s ConfigureAccessPointInput) GoString() string + func (s ConfigureAccessPointInput) String() string + type ConfigureAccessPointOutput struct + AccessPoint *NetworkResource + func (s *ConfigureAccessPointOutput) SetAccessPoint(v *NetworkResource) *ConfigureAccessPointOutput + func (s ConfigureAccessPointOutput) GoString() string + func (s ConfigureAccessPointOutput) String() string + type CreateNetworkInput struct + ClientToken *string + Description *string + NetworkName *string + Tags map[string]*string + func (s *CreateNetworkInput) SetClientToken(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetDescription(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetNetworkName(v string) *CreateNetworkInput + func (s *CreateNetworkInput) SetTags(v map[string]*string) *CreateNetworkInput + func (s *CreateNetworkInput) Validate() error + func (s CreateNetworkInput) GoString() string + func (s CreateNetworkInput) String() string + type CreateNetworkOutput struct + Network *Network + Tags map[string]*string + func (s *CreateNetworkOutput) SetNetwork(v *Network) *CreateNetworkOutput + func (s *CreateNetworkOutput) SetTags(v map[string]*string) *CreateNetworkOutput + func (s CreateNetworkOutput) GoString() string + func (s CreateNetworkOutput) String() string + type CreateNetworkSiteInput struct + AvailabilityZone *string + AvailabilityZoneId *string + ClientToken *string + Description *string + NetworkArn *string + NetworkSiteName *string + PendingPlan *SitePlan + Tags map[string]*string + func (s *CreateNetworkSiteInput) SetAvailabilityZone(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetAvailabilityZoneId(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetClientToken(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetDescription(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetNetworkArn(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetNetworkSiteName(v string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetPendingPlan(v *SitePlan) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) SetTags(v map[string]*string) *CreateNetworkSiteInput + func (s *CreateNetworkSiteInput) Validate() error + func (s CreateNetworkSiteInput) GoString() string + func (s CreateNetworkSiteInput) String() string + type CreateNetworkSiteOutput struct + NetworkSite *NetworkSite + Tags map[string]*string + func (s *CreateNetworkSiteOutput) SetNetworkSite(v *NetworkSite) *CreateNetworkSiteOutput + func (s *CreateNetworkSiteOutput) SetTags(v map[string]*string) *CreateNetworkSiteOutput + func (s CreateNetworkSiteOutput) GoString() string + func (s CreateNetworkSiteOutput) String() string + type DeactivateDeviceIdentifierInput struct + ClientToken *string + DeviceIdentifierArn *string + func (s *DeactivateDeviceIdentifierInput) SetClientToken(v string) *DeactivateDeviceIdentifierInput + func (s *DeactivateDeviceIdentifierInput) SetDeviceIdentifierArn(v string) *DeactivateDeviceIdentifierInput + func (s *DeactivateDeviceIdentifierInput) Validate() error + func (s DeactivateDeviceIdentifierInput) GoString() string + func (s DeactivateDeviceIdentifierInput) String() string + type DeactivateDeviceIdentifierOutput struct + DeviceIdentifier *DeviceIdentifier + func (s *DeactivateDeviceIdentifierOutput) SetDeviceIdentifier(v *DeviceIdentifier) *DeactivateDeviceIdentifierOutput + func (s DeactivateDeviceIdentifierOutput) GoString() string + func (s DeactivateDeviceIdentifierOutput) String() string + type DeleteNetworkInput struct + ClientToken *string + NetworkArn *string + func (s *DeleteNetworkInput) SetClientToken(v string) *DeleteNetworkInput + func (s *DeleteNetworkInput) SetNetworkArn(v string) *DeleteNetworkInput + func (s *DeleteNetworkInput) Validate() error + func (s DeleteNetworkInput) GoString() string + func (s DeleteNetworkInput) String() string + type DeleteNetworkOutput struct + Network *Network + func (s *DeleteNetworkOutput) SetNetwork(v *Network) *DeleteNetworkOutput + func (s DeleteNetworkOutput) GoString() string + func (s DeleteNetworkOutput) String() string + type DeleteNetworkSiteInput struct + ClientToken *string + NetworkSiteArn *string + func (s *DeleteNetworkSiteInput) SetClientToken(v string) *DeleteNetworkSiteInput + func (s *DeleteNetworkSiteInput) SetNetworkSiteArn(v string) *DeleteNetworkSiteInput + func (s *DeleteNetworkSiteInput) Validate() error + func (s DeleteNetworkSiteInput) GoString() string + func (s DeleteNetworkSiteInput) String() string + type DeleteNetworkSiteOutput struct + NetworkSite *NetworkSite + func (s *DeleteNetworkSiteOutput) SetNetworkSite(v *NetworkSite) *DeleteNetworkSiteOutput + func (s DeleteNetworkSiteOutput) GoString() string + func (s DeleteNetworkSiteOutput) String() string + type DeviceIdentifier struct + CreatedAt *time.Time + DeviceIdentifierArn *string + Iccid *string + Imsi *string + NetworkArn *string + OrderArn *string + Status *string + TrafficGroupArn *string + Vendor *string + func (s *DeviceIdentifier) SetCreatedAt(v time.Time) *DeviceIdentifier + func (s *DeviceIdentifier) SetDeviceIdentifierArn(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetIccid(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetImsi(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetNetworkArn(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetOrderArn(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetStatus(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetTrafficGroupArn(v string) *DeviceIdentifier + func (s *DeviceIdentifier) SetVendor(v string) *DeviceIdentifier + func (s DeviceIdentifier) GoString() string + func (s DeviceIdentifier) String() string + type GetDeviceIdentifierInput struct + DeviceIdentifierArn *string + func (s *GetDeviceIdentifierInput) SetDeviceIdentifierArn(v string) *GetDeviceIdentifierInput + func (s *GetDeviceIdentifierInput) Validate() error + func (s GetDeviceIdentifierInput) GoString() string + func (s GetDeviceIdentifierInput) String() string + type GetDeviceIdentifierOutput struct + DeviceIdentifier *DeviceIdentifier + Tags map[string]*string + func (s *GetDeviceIdentifierOutput) SetDeviceIdentifier(v *DeviceIdentifier) *GetDeviceIdentifierOutput + func (s *GetDeviceIdentifierOutput) SetTags(v map[string]*string) *GetDeviceIdentifierOutput + func (s GetDeviceIdentifierOutput) GoString() string + func (s GetDeviceIdentifierOutput) String() string + type GetNetworkInput struct + NetworkArn *string + func (s *GetNetworkInput) SetNetworkArn(v string) *GetNetworkInput + func (s *GetNetworkInput) Validate() error + func (s GetNetworkInput) GoString() string + func (s GetNetworkInput) String() string + type GetNetworkOutput struct + Network *Network + Tags map[string]*string + func (s *GetNetworkOutput) SetNetwork(v *Network) *GetNetworkOutput + func (s *GetNetworkOutput) SetTags(v map[string]*string) *GetNetworkOutput + func (s GetNetworkOutput) GoString() string + func (s GetNetworkOutput) String() string + type GetNetworkResourceInput struct + NetworkResourceArn *string + func (s *GetNetworkResourceInput) SetNetworkResourceArn(v string) *GetNetworkResourceInput + func (s *GetNetworkResourceInput) Validate() error + func (s GetNetworkResourceInput) GoString() string + func (s GetNetworkResourceInput) String() string + type GetNetworkResourceOutput struct + NetworkResource *NetworkResource + Tags map[string]*string + func (s *GetNetworkResourceOutput) SetNetworkResource(v *NetworkResource) *GetNetworkResourceOutput + func (s *GetNetworkResourceOutput) SetTags(v map[string]*string) *GetNetworkResourceOutput + func (s GetNetworkResourceOutput) GoString() string + func (s GetNetworkResourceOutput) String() string + type GetNetworkSiteInput struct + NetworkSiteArn *string + func (s *GetNetworkSiteInput) SetNetworkSiteArn(v string) *GetNetworkSiteInput + func (s *GetNetworkSiteInput) Validate() error + func (s GetNetworkSiteInput) GoString() string + func (s GetNetworkSiteInput) String() string + type GetNetworkSiteOutput struct + NetworkSite *NetworkSite + Tags map[string]*string + func (s *GetNetworkSiteOutput) SetNetworkSite(v *NetworkSite) *GetNetworkSiteOutput + func (s *GetNetworkSiteOutput) SetTags(v map[string]*string) *GetNetworkSiteOutput + func (s GetNetworkSiteOutput) GoString() string + func (s GetNetworkSiteOutput) String() string + type GetOrderInput struct + OrderArn *string + func (s *GetOrderInput) SetOrderArn(v string) *GetOrderInput + func (s *GetOrderInput) Validate() error + func (s GetOrderInput) GoString() string + func (s GetOrderInput) String() string + type GetOrderOutput struct + Order *Order + Tags map[string]*string + func (s *GetOrderOutput) SetOrder(v *Order) *GetOrderOutput + func (s *GetOrderOutput) SetTags(v map[string]*string) *GetOrderOutput + func (s GetOrderOutput) GoString() string + func (s GetOrderOutput) 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 LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListDeviceIdentifiersInput struct + Filters map[string][]*string + MaxResults *int64 + NetworkArn *string + StartToken *string + func (s *ListDeviceIdentifiersInput) SetFilters(v map[string][]*string) *ListDeviceIdentifiersInput + func (s *ListDeviceIdentifiersInput) SetMaxResults(v int64) *ListDeviceIdentifiersInput + func (s *ListDeviceIdentifiersInput) SetNetworkArn(v string) *ListDeviceIdentifiersInput + func (s *ListDeviceIdentifiersInput) SetStartToken(v string) *ListDeviceIdentifiersInput + func (s *ListDeviceIdentifiersInput) Validate() error + func (s ListDeviceIdentifiersInput) GoString() string + func (s ListDeviceIdentifiersInput) String() string + type ListDeviceIdentifiersOutput struct + DeviceIdentifiers []*DeviceIdentifier + NextToken *string + func (s *ListDeviceIdentifiersOutput) SetDeviceIdentifiers(v []*DeviceIdentifier) *ListDeviceIdentifiersOutput + func (s *ListDeviceIdentifiersOutput) SetNextToken(v string) *ListDeviceIdentifiersOutput + func (s ListDeviceIdentifiersOutput) GoString() string + func (s ListDeviceIdentifiersOutput) String() string + type ListNetworkResourcesInput struct + Filters map[string][]*string + MaxResults *int64 + NetworkArn *string + StartToken *string + func (s *ListNetworkResourcesInput) SetFilters(v map[string][]*string) *ListNetworkResourcesInput + func (s *ListNetworkResourcesInput) SetMaxResults(v int64) *ListNetworkResourcesInput + func (s *ListNetworkResourcesInput) SetNetworkArn(v string) *ListNetworkResourcesInput + func (s *ListNetworkResourcesInput) SetStartToken(v string) *ListNetworkResourcesInput + func (s *ListNetworkResourcesInput) Validate() error + func (s ListNetworkResourcesInput) GoString() string + func (s ListNetworkResourcesInput) String() string + type ListNetworkResourcesOutput struct + NetworkResources []*NetworkResource + NextToken *string + func (s *ListNetworkResourcesOutput) SetNetworkResources(v []*NetworkResource) *ListNetworkResourcesOutput + func (s *ListNetworkResourcesOutput) SetNextToken(v string) *ListNetworkResourcesOutput + func (s ListNetworkResourcesOutput) GoString() string + func (s ListNetworkResourcesOutput) String() string + type ListNetworkSitesInput struct + Filters map[string][]*string + MaxResults *int64 + NetworkArn *string + StartToken *string + func (s *ListNetworkSitesInput) SetFilters(v map[string][]*string) *ListNetworkSitesInput + func (s *ListNetworkSitesInput) SetMaxResults(v int64) *ListNetworkSitesInput + func (s *ListNetworkSitesInput) SetNetworkArn(v string) *ListNetworkSitesInput + func (s *ListNetworkSitesInput) SetStartToken(v string) *ListNetworkSitesInput + func (s *ListNetworkSitesInput) Validate() error + func (s ListNetworkSitesInput) GoString() string + func (s ListNetworkSitesInput) String() string + type ListNetworkSitesOutput struct + NetworkSites []*NetworkSite + NextToken *string + func (s *ListNetworkSitesOutput) SetNetworkSites(v []*NetworkSite) *ListNetworkSitesOutput + func (s *ListNetworkSitesOutput) SetNextToken(v string) *ListNetworkSitesOutput + func (s ListNetworkSitesOutput) GoString() string + func (s ListNetworkSitesOutput) String() string + type ListNetworksInput struct + Filters map[string][]*string + MaxResults *int64 + StartToken *string + func (s *ListNetworksInput) SetFilters(v map[string][]*string) *ListNetworksInput + func (s *ListNetworksInput) SetMaxResults(v int64) *ListNetworksInput + func (s *ListNetworksInput) SetStartToken(v string) *ListNetworksInput + func (s *ListNetworksInput) Validate() error + func (s ListNetworksInput) GoString() string + func (s ListNetworksInput) String() string + type ListNetworksOutput struct + Networks []*Network + NextToken *string + func (s *ListNetworksOutput) SetNetworks(v []*Network) *ListNetworksOutput + func (s *ListNetworksOutput) SetNextToken(v string) *ListNetworksOutput + func (s ListNetworksOutput) GoString() string + func (s ListNetworksOutput) String() string + type ListOrdersInput struct + Filters map[string][]*string + MaxResults *int64 + NetworkArn *string + StartToken *string + func (s *ListOrdersInput) SetFilters(v map[string][]*string) *ListOrdersInput + func (s *ListOrdersInput) SetMaxResults(v int64) *ListOrdersInput + func (s *ListOrdersInput) SetNetworkArn(v string) *ListOrdersInput + func (s *ListOrdersInput) SetStartToken(v string) *ListOrdersInput + func (s *ListOrdersInput) Validate() error + func (s ListOrdersInput) GoString() string + func (s ListOrdersInput) String() string + type ListOrdersOutput struct + NextToken *string + Orders []*Order + func (s *ListOrdersOutput) SetNextToken(v string) *ListOrdersOutput + func (s *ListOrdersOutput) SetOrders(v []*Order) *ListOrdersOutput + func (s ListOrdersOutput) GoString() string + func (s ListOrdersOutput) 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 + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type NameValuePair struct + Name *string + Value *string + func (s *NameValuePair) SetName(v string) *NameValuePair + func (s *NameValuePair) SetValue(v string) *NameValuePair + func (s *NameValuePair) Validate() error + func (s NameValuePair) GoString() string + func (s NameValuePair) String() string + type Network struct + CreatedAt *time.Time + Description *string + NetworkArn *string + NetworkName *string + Status *string + StatusReason *string + func (s *Network) SetCreatedAt(v time.Time) *Network + func (s *Network) SetDescription(v string) *Network + func (s *Network) SetNetworkArn(v string) *Network + func (s *Network) SetNetworkName(v string) *Network + func (s *Network) SetStatus(v string) *Network + func (s *Network) SetStatusReason(v string) *Network + func (s Network) GoString() string + func (s Network) String() string + type NetworkResource struct + Attributes []*NameValuePair + CommitmentInformation *CommitmentInformation + CreatedAt *time.Time + Description *string + Health *string + Model *string + NetworkArn *string + NetworkResourceArn *string + NetworkSiteArn *string + OrderArn *string + Position *Position + ReturnInformation *ReturnInformation + SerialNumber *string + Status *string + StatusReason *string + Type *string + Vendor *string + func (s *NetworkResource) SetAttributes(v []*NameValuePair) *NetworkResource + func (s *NetworkResource) SetCommitmentInformation(v *CommitmentInformation) *NetworkResource + func (s *NetworkResource) SetCreatedAt(v time.Time) *NetworkResource + func (s *NetworkResource) SetDescription(v string) *NetworkResource + func (s *NetworkResource) SetHealth(v string) *NetworkResource + func (s *NetworkResource) SetModel(v string) *NetworkResource + func (s *NetworkResource) SetNetworkArn(v string) *NetworkResource + func (s *NetworkResource) SetNetworkResourceArn(v string) *NetworkResource + func (s *NetworkResource) SetNetworkSiteArn(v string) *NetworkResource + func (s *NetworkResource) SetOrderArn(v string) *NetworkResource + func (s *NetworkResource) SetPosition(v *Position) *NetworkResource + func (s *NetworkResource) SetReturnInformation(v *ReturnInformation) *NetworkResource + func (s *NetworkResource) SetSerialNumber(v string) *NetworkResource + func (s *NetworkResource) SetStatus(v string) *NetworkResource + func (s *NetworkResource) SetStatusReason(v string) *NetworkResource + func (s *NetworkResource) SetType(v string) *NetworkResource + func (s *NetworkResource) SetVendor(v string) *NetworkResource + func (s NetworkResource) GoString() string + func (s NetworkResource) String() string + type NetworkResourceDefinition struct + Count *int64 + Options []*NameValuePair + Type *string + func (s *NetworkResourceDefinition) SetCount(v int64) *NetworkResourceDefinition + func (s *NetworkResourceDefinition) SetOptions(v []*NameValuePair) *NetworkResourceDefinition + func (s *NetworkResourceDefinition) SetType(v string) *NetworkResourceDefinition + func (s *NetworkResourceDefinition) Validate() error + func (s NetworkResourceDefinition) GoString() string + func (s NetworkResourceDefinition) String() string + type NetworkSite struct + AvailabilityZone *string + AvailabilityZoneId *string + CreatedAt *time.Time + CurrentPlan *SitePlan + Description *string + NetworkArn *string + NetworkSiteArn *string + NetworkSiteName *string + PendingPlan *SitePlan + Status *string + StatusReason *string + func (s *NetworkSite) SetAvailabilityZone(v string) *NetworkSite + func (s *NetworkSite) SetAvailabilityZoneId(v string) *NetworkSite + func (s *NetworkSite) SetCreatedAt(v time.Time) *NetworkSite + func (s *NetworkSite) SetCurrentPlan(v *SitePlan) *NetworkSite + func (s *NetworkSite) SetDescription(v string) *NetworkSite + func (s *NetworkSite) SetNetworkArn(v string) *NetworkSite + func (s *NetworkSite) SetNetworkSiteArn(v string) *NetworkSite + func (s *NetworkSite) SetNetworkSiteName(v string) *NetworkSite + func (s *NetworkSite) SetPendingPlan(v *SitePlan) *NetworkSite + func (s *NetworkSite) SetStatus(v string) *NetworkSite + func (s *NetworkSite) SetStatusReason(v string) *NetworkSite + func (s NetworkSite) GoString() string + func (s NetworkSite) String() string + type Order struct + AcknowledgmentStatus *string + CreatedAt *time.Time + NetworkArn *string + NetworkSiteArn *string + OrderArn *string + OrderedResources []*OrderedResourceDefinition + ShippingAddress *Address + TrackingInformation []*TrackingInformation + func (s *Order) SetAcknowledgmentStatus(v string) *Order + func (s *Order) SetCreatedAt(v time.Time) *Order + func (s *Order) SetNetworkArn(v string) *Order + func (s *Order) SetNetworkSiteArn(v string) *Order + func (s *Order) SetOrderArn(v string) *Order + func (s *Order) SetOrderedResources(v []*OrderedResourceDefinition) *Order + func (s *Order) SetShippingAddress(v *Address) *Order + func (s *Order) SetTrackingInformation(v []*TrackingInformation) *Order + func (s Order) GoString() string + func (s Order) String() string + type OrderedResourceDefinition struct + CommitmentConfiguration *CommitmentConfiguration + Count *int64 + Type *string + func (s *OrderedResourceDefinition) SetCommitmentConfiguration(v *CommitmentConfiguration) *OrderedResourceDefinition + func (s *OrderedResourceDefinition) SetCount(v int64) *OrderedResourceDefinition + func (s *OrderedResourceDefinition) SetType(v string) *OrderedResourceDefinition + func (s OrderedResourceDefinition) GoString() string + func (s OrderedResourceDefinition) String() string + type PingInput struct + func (s PingInput) GoString() string + func (s PingInput) String() string + type PingOutput struct + Status *string + func (s *PingOutput) SetStatus(v string) *PingOutput + func (s PingOutput) GoString() string + func (s PingOutput) String() string + type Position struct + Elevation *float64 + ElevationReference *string + ElevationUnit *string + Latitude *float64 + Longitude *float64 + func (s *Position) SetElevation(v float64) *Position + func (s *Position) SetElevationReference(v string) *Position + func (s *Position) SetElevationUnit(v string) *Position + func (s *Position) SetLatitude(v float64) *Position + func (s *Position) SetLongitude(v float64) *Position + func (s Position) GoString() string + func (s Position) String() string + type PrivateNetworks struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *PrivateNetworks + func (c *PrivateNetworks) AcknowledgeOrderReceipt(input *AcknowledgeOrderReceiptInput) (*AcknowledgeOrderReceiptOutput, error) + func (c *PrivateNetworks) AcknowledgeOrderReceiptRequest(input *AcknowledgeOrderReceiptInput) (req *request.Request, output *AcknowledgeOrderReceiptOutput) + func (c *PrivateNetworks) AcknowledgeOrderReceiptWithContext(ctx aws.Context, input *AcknowledgeOrderReceiptInput, opts ...request.Option) (*AcknowledgeOrderReceiptOutput, error) + func (c *PrivateNetworks) ActivateDeviceIdentifier(input *ActivateDeviceIdentifierInput) (*ActivateDeviceIdentifierOutput, error) + func (c *PrivateNetworks) ActivateDeviceIdentifierRequest(input *ActivateDeviceIdentifierInput) (req *request.Request, output *ActivateDeviceIdentifierOutput) + func (c *PrivateNetworks) ActivateDeviceIdentifierWithContext(ctx aws.Context, input *ActivateDeviceIdentifierInput, opts ...request.Option) (*ActivateDeviceIdentifierOutput, error) + func (c *PrivateNetworks) ActivateNetworkSite(input *ActivateNetworkSiteInput) (*ActivateNetworkSiteOutput, error) + func (c *PrivateNetworks) ActivateNetworkSiteRequest(input *ActivateNetworkSiteInput) (req *request.Request, output *ActivateNetworkSiteOutput) + func (c *PrivateNetworks) ActivateNetworkSiteWithContext(ctx aws.Context, input *ActivateNetworkSiteInput, opts ...request.Option) (*ActivateNetworkSiteOutput, error) + func (c *PrivateNetworks) ConfigureAccessPoint(input *ConfigureAccessPointInput) (*ConfigureAccessPointOutput, error) + func (c *PrivateNetworks) ConfigureAccessPointRequest(input *ConfigureAccessPointInput) (req *request.Request, output *ConfigureAccessPointOutput) + func (c *PrivateNetworks) ConfigureAccessPointWithContext(ctx aws.Context, input *ConfigureAccessPointInput, opts ...request.Option) (*ConfigureAccessPointOutput, error) + func (c *PrivateNetworks) CreateNetwork(input *CreateNetworkInput) (*CreateNetworkOutput, error) + func (c *PrivateNetworks) CreateNetworkRequest(input *CreateNetworkInput) (req *request.Request, output *CreateNetworkOutput) + func (c *PrivateNetworks) CreateNetworkSite(input *CreateNetworkSiteInput) (*CreateNetworkSiteOutput, error) + func (c *PrivateNetworks) CreateNetworkSiteRequest(input *CreateNetworkSiteInput) (req *request.Request, output *CreateNetworkSiteOutput) + func (c *PrivateNetworks) CreateNetworkSiteWithContext(ctx aws.Context, input *CreateNetworkSiteInput, opts ...request.Option) (*CreateNetworkSiteOutput, error) + func (c *PrivateNetworks) CreateNetworkWithContext(ctx aws.Context, input *CreateNetworkInput, opts ...request.Option) (*CreateNetworkOutput, error) + func (c *PrivateNetworks) DeactivateDeviceIdentifier(input *DeactivateDeviceIdentifierInput) (*DeactivateDeviceIdentifierOutput, error) + func (c *PrivateNetworks) DeactivateDeviceIdentifierRequest(input *DeactivateDeviceIdentifierInput) (req *request.Request, output *DeactivateDeviceIdentifierOutput) + func (c *PrivateNetworks) DeactivateDeviceIdentifierWithContext(ctx aws.Context, input *DeactivateDeviceIdentifierInput, ...) (*DeactivateDeviceIdentifierOutput, error) + func (c *PrivateNetworks) DeleteNetwork(input *DeleteNetworkInput) (*DeleteNetworkOutput, error) + func (c *PrivateNetworks) DeleteNetworkRequest(input *DeleteNetworkInput) (req *request.Request, output *DeleteNetworkOutput) + func (c *PrivateNetworks) DeleteNetworkSite(input *DeleteNetworkSiteInput) (*DeleteNetworkSiteOutput, error) + func (c *PrivateNetworks) DeleteNetworkSiteRequest(input *DeleteNetworkSiteInput) (req *request.Request, output *DeleteNetworkSiteOutput) + func (c *PrivateNetworks) DeleteNetworkSiteWithContext(ctx aws.Context, input *DeleteNetworkSiteInput, opts ...request.Option) (*DeleteNetworkSiteOutput, error) + func (c *PrivateNetworks) DeleteNetworkWithContext(ctx aws.Context, input *DeleteNetworkInput, opts ...request.Option) (*DeleteNetworkOutput, error) + func (c *PrivateNetworks) GetDeviceIdentifier(input *GetDeviceIdentifierInput) (*GetDeviceIdentifierOutput, error) + func (c *PrivateNetworks) GetDeviceIdentifierRequest(input *GetDeviceIdentifierInput) (req *request.Request, output *GetDeviceIdentifierOutput) + func (c *PrivateNetworks) GetDeviceIdentifierWithContext(ctx aws.Context, input *GetDeviceIdentifierInput, opts ...request.Option) (*GetDeviceIdentifierOutput, error) + func (c *PrivateNetworks) GetNetwork(input *GetNetworkInput) (*GetNetworkOutput, error) + func (c *PrivateNetworks) GetNetworkRequest(input *GetNetworkInput) (req *request.Request, output *GetNetworkOutput) + func (c *PrivateNetworks) GetNetworkResource(input *GetNetworkResourceInput) (*GetNetworkResourceOutput, error) + func (c *PrivateNetworks) GetNetworkResourceRequest(input *GetNetworkResourceInput) (req *request.Request, output *GetNetworkResourceOutput) + func (c *PrivateNetworks) GetNetworkResourceWithContext(ctx aws.Context, input *GetNetworkResourceInput, opts ...request.Option) (*GetNetworkResourceOutput, error) + func (c *PrivateNetworks) GetNetworkSite(input *GetNetworkSiteInput) (*GetNetworkSiteOutput, error) + func (c *PrivateNetworks) GetNetworkSiteRequest(input *GetNetworkSiteInput) (req *request.Request, output *GetNetworkSiteOutput) + func (c *PrivateNetworks) GetNetworkSiteWithContext(ctx aws.Context, input *GetNetworkSiteInput, opts ...request.Option) (*GetNetworkSiteOutput, error) + func (c *PrivateNetworks) GetNetworkWithContext(ctx aws.Context, input *GetNetworkInput, opts ...request.Option) (*GetNetworkOutput, error) + func (c *PrivateNetworks) GetOrder(input *GetOrderInput) (*GetOrderOutput, error) + func (c *PrivateNetworks) GetOrderRequest(input *GetOrderInput) (req *request.Request, output *GetOrderOutput) + func (c *PrivateNetworks) GetOrderWithContext(ctx aws.Context, input *GetOrderInput, opts ...request.Option) (*GetOrderOutput, error) + func (c *PrivateNetworks) ListDeviceIdentifiers(input *ListDeviceIdentifiersInput) (*ListDeviceIdentifiersOutput, error) + func (c *PrivateNetworks) ListDeviceIdentifiersPages(input *ListDeviceIdentifiersInput, ...) error + func (c *PrivateNetworks) ListDeviceIdentifiersPagesWithContext(ctx aws.Context, input *ListDeviceIdentifiersInput, ...) error + func (c *PrivateNetworks) ListDeviceIdentifiersRequest(input *ListDeviceIdentifiersInput) (req *request.Request, output *ListDeviceIdentifiersOutput) + func (c *PrivateNetworks) ListDeviceIdentifiersWithContext(ctx aws.Context, input *ListDeviceIdentifiersInput, opts ...request.Option) (*ListDeviceIdentifiersOutput, error) + func (c *PrivateNetworks) ListNetworkResources(input *ListNetworkResourcesInput) (*ListNetworkResourcesOutput, error) + func (c *PrivateNetworks) ListNetworkResourcesPages(input *ListNetworkResourcesInput, ...) error + func (c *PrivateNetworks) ListNetworkResourcesPagesWithContext(ctx aws.Context, input *ListNetworkResourcesInput, ...) error + func (c *PrivateNetworks) ListNetworkResourcesRequest(input *ListNetworkResourcesInput) (req *request.Request, output *ListNetworkResourcesOutput) + func (c *PrivateNetworks) ListNetworkResourcesWithContext(ctx aws.Context, input *ListNetworkResourcesInput, opts ...request.Option) (*ListNetworkResourcesOutput, error) + func (c *PrivateNetworks) ListNetworkSites(input *ListNetworkSitesInput) (*ListNetworkSitesOutput, error) + func (c *PrivateNetworks) ListNetworkSitesPages(input *ListNetworkSitesInput, fn func(*ListNetworkSitesOutput, bool) bool) error + func (c *PrivateNetworks) ListNetworkSitesPagesWithContext(ctx aws.Context, input *ListNetworkSitesInput, ...) error + func (c *PrivateNetworks) ListNetworkSitesRequest(input *ListNetworkSitesInput) (req *request.Request, output *ListNetworkSitesOutput) + func (c *PrivateNetworks) ListNetworkSitesWithContext(ctx aws.Context, input *ListNetworkSitesInput, opts ...request.Option) (*ListNetworkSitesOutput, error) + func (c *PrivateNetworks) ListNetworks(input *ListNetworksInput) (*ListNetworksOutput, error) + func (c *PrivateNetworks) ListNetworksPages(input *ListNetworksInput, fn func(*ListNetworksOutput, bool) bool) error + func (c *PrivateNetworks) ListNetworksPagesWithContext(ctx aws.Context, input *ListNetworksInput, ...) error + func (c *PrivateNetworks) ListNetworksRequest(input *ListNetworksInput) (req *request.Request, output *ListNetworksOutput) + func (c *PrivateNetworks) ListNetworksWithContext(ctx aws.Context, input *ListNetworksInput, opts ...request.Option) (*ListNetworksOutput, error) + func (c *PrivateNetworks) ListOrders(input *ListOrdersInput) (*ListOrdersOutput, error) + func (c *PrivateNetworks) ListOrdersPages(input *ListOrdersInput, fn func(*ListOrdersOutput, bool) bool) error + func (c *PrivateNetworks) ListOrdersPagesWithContext(ctx aws.Context, input *ListOrdersInput, fn func(*ListOrdersOutput, bool) bool, ...) error + func (c *PrivateNetworks) ListOrdersRequest(input *ListOrdersInput) (req *request.Request, output *ListOrdersOutput) + func (c *PrivateNetworks) ListOrdersWithContext(ctx aws.Context, input *ListOrdersInput, opts ...request.Option) (*ListOrdersOutput, error) + func (c *PrivateNetworks) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *PrivateNetworks) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *PrivateNetworks) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *PrivateNetworks) Ping(input *PingInput) (*PingOutput, error) + func (c *PrivateNetworks) PingRequest(input *PingInput) (req *request.Request, output *PingOutput) + func (c *PrivateNetworks) PingWithContext(ctx aws.Context, input *PingInput, opts ...request.Option) (*PingOutput, error) + func (c *PrivateNetworks) StartNetworkResourceUpdate(input *StartNetworkResourceUpdateInput) (*StartNetworkResourceUpdateOutput, error) + func (c *PrivateNetworks) StartNetworkResourceUpdateRequest(input *StartNetworkResourceUpdateInput) (req *request.Request, output *StartNetworkResourceUpdateOutput) + func (c *PrivateNetworks) StartNetworkResourceUpdateWithContext(ctx aws.Context, input *StartNetworkResourceUpdateInput, ...) (*StartNetworkResourceUpdateOutput, error) + func (c *PrivateNetworks) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *PrivateNetworks) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *PrivateNetworks) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *PrivateNetworks) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *PrivateNetworks) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *PrivateNetworks) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *PrivateNetworks) UpdateNetworkSite(input *UpdateNetworkSiteInput) (*UpdateNetworkSiteOutput, error) + func (c *PrivateNetworks) UpdateNetworkSitePlan(input *UpdateNetworkSitePlanInput) (*UpdateNetworkSitePlanOutput, error) + func (c *PrivateNetworks) UpdateNetworkSitePlanRequest(input *UpdateNetworkSitePlanInput) (req *request.Request, output *UpdateNetworkSitePlanOutput) + func (c *PrivateNetworks) UpdateNetworkSitePlanWithContext(ctx aws.Context, input *UpdateNetworkSitePlanInput, opts ...request.Option) (*UpdateNetworkSitePlanOutput, error) + func (c *PrivateNetworks) UpdateNetworkSiteRequest(input *UpdateNetworkSiteInput) (req *request.Request, output *UpdateNetworkSiteOutput) + func (c *PrivateNetworks) UpdateNetworkSiteWithContext(ctx aws.Context, input *UpdateNetworkSiteInput, opts ...request.Option) (*UpdateNetworkSiteOutput, error) + type ResourceNotFoundException struct + 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 ReturnInformation struct + ReplacementOrderArn *string + ReturnReason *string + ShippingAddress *Address + ShippingLabel *string + func (s *ReturnInformation) SetReplacementOrderArn(v string) *ReturnInformation + func (s *ReturnInformation) SetReturnReason(v string) *ReturnInformation + func (s *ReturnInformation) SetShippingAddress(v *Address) *ReturnInformation + func (s *ReturnInformation) SetShippingLabel(v string) *ReturnInformation + func (s ReturnInformation) GoString() string + func (s ReturnInformation) String() string + type SitePlan struct + Options []*NameValuePair + ResourceDefinitions []*NetworkResourceDefinition + func (s *SitePlan) SetOptions(v []*NameValuePair) *SitePlan + func (s *SitePlan) SetResourceDefinitions(v []*NetworkResourceDefinition) *SitePlan + func (s *SitePlan) Validate() error + func (s SitePlan) GoString() string + func (s SitePlan) String() string + type StartNetworkResourceUpdateInput struct + CommitmentConfiguration *CommitmentConfiguration + NetworkResourceArn *string + ReturnReason *string + ShippingAddress *Address + UpdateType *string + func (s *StartNetworkResourceUpdateInput) SetCommitmentConfiguration(v *CommitmentConfiguration) *StartNetworkResourceUpdateInput + func (s *StartNetworkResourceUpdateInput) SetNetworkResourceArn(v string) *StartNetworkResourceUpdateInput + func (s *StartNetworkResourceUpdateInput) SetReturnReason(v string) *StartNetworkResourceUpdateInput + func (s *StartNetworkResourceUpdateInput) SetShippingAddress(v *Address) *StartNetworkResourceUpdateInput + func (s *StartNetworkResourceUpdateInput) SetUpdateType(v string) *StartNetworkResourceUpdateInput + func (s *StartNetworkResourceUpdateInput) Validate() error + func (s StartNetworkResourceUpdateInput) GoString() string + func (s StartNetworkResourceUpdateInput) String() string + type StartNetworkResourceUpdateOutput struct + NetworkResource *NetworkResource + func (s *StartNetworkResourceUpdateOutput) SetNetworkResource(v *NetworkResource) *StartNetworkResourceUpdateOutput + func (s StartNetworkResourceUpdateOutput) GoString() string + func (s StartNetworkResourceUpdateOutput) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *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 + 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 TrackingInformation struct + TrackingNumber *string + func (s *TrackingInformation) SetTrackingNumber(v string) *TrackingInformation + func (s TrackingInformation) GoString() string + func (s TrackingInformation) 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 UpdateNetworkSiteInput struct + ClientToken *string + Description *string + NetworkSiteArn *string + func (s *UpdateNetworkSiteInput) SetClientToken(v string) *UpdateNetworkSiteInput + func (s *UpdateNetworkSiteInput) SetDescription(v string) *UpdateNetworkSiteInput + func (s *UpdateNetworkSiteInput) SetNetworkSiteArn(v string) *UpdateNetworkSiteInput + func (s *UpdateNetworkSiteInput) Validate() error + func (s UpdateNetworkSiteInput) GoString() string + func (s UpdateNetworkSiteInput) String() string + type UpdateNetworkSiteOutput struct + NetworkSite *NetworkSite + Tags map[string]*string + func (s *UpdateNetworkSiteOutput) SetNetworkSite(v *NetworkSite) *UpdateNetworkSiteOutput + func (s *UpdateNetworkSiteOutput) SetTags(v map[string]*string) *UpdateNetworkSiteOutput + func (s UpdateNetworkSiteOutput) GoString() string + func (s UpdateNetworkSiteOutput) String() string + type UpdateNetworkSitePlanInput struct + ClientToken *string + NetworkSiteArn *string + PendingPlan *SitePlan + func (s *UpdateNetworkSitePlanInput) SetClientToken(v string) *UpdateNetworkSitePlanInput + func (s *UpdateNetworkSitePlanInput) SetNetworkSiteArn(v string) *UpdateNetworkSitePlanInput + func (s *UpdateNetworkSitePlanInput) SetPendingPlan(v *SitePlan) *UpdateNetworkSitePlanInput + func (s *UpdateNetworkSitePlanInput) Validate() error + func (s UpdateNetworkSitePlanInput) GoString() string + func (s UpdateNetworkSitePlanInput) String() string + type UpdateNetworkSitePlanOutput struct + NetworkSite *NetworkSite + Tags map[string]*string + func (s *UpdateNetworkSitePlanOutput) SetNetworkSite(v *NetworkSite) *UpdateNetworkSitePlanOutput + func (s *UpdateNetworkSitePlanOutput) SetTags(v map[string]*string) *UpdateNetworkSitePlanOutput + func (s UpdateNetworkSitePlanOutput) GoString() string + func (s UpdateNetworkSitePlanOutput) String() string + type ValidationException struct + FieldList []*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