func AddressType_Values() []string
AddressType_Values returns all elements of the AddressType enum
func AssetState_Values() []string
AssetState_Values returns all elements of the AssetState enum
func AssetType_Values() []string
AssetType_Values returns all elements of the AssetType enum
func CapacityTaskFailureType_Values() []string
CapacityTaskFailureType_Values returns all elements of the CapacityTaskFailureType enum
func CapacityTaskStatus_Values() []string
CapacityTaskStatus_Values returns all elements of the CapacityTaskStatus enum
func CatalogItemClass_Values() []string
CatalogItemClass_Values returns all elements of the CatalogItemClass enum
func CatalogItemStatus_Values() []string
CatalogItemStatus_Values returns all elements of the CatalogItemStatus enum
func ComputeAssetState_Values() []string
ComputeAssetState_Values returns all elements of the ComputeAssetState enum
func FiberOpticCableType_Values() []string
FiberOpticCableType_Values returns all elements of the FiberOpticCableType enum
func LineItemStatus_Values() []string
LineItemStatus_Values returns all elements of the LineItemStatus enum
func MaximumSupportedWeightLbs_Values() []string
MaximumSupportedWeightLbs_Values returns all elements of the MaximumSupportedWeightLbs enum
func OpticalStandard_Values() []string
OpticalStandard_Values returns all elements of the OpticalStandard enum
func OrderStatus_Values() []string
OrderStatus_Values returns all elements of the OrderStatus enum
func OrderType_Values() []string
OrderType_Values returns all elements of the OrderType enum
func PaymentOption_Values() []string
PaymentOption_Values returns all elements of the PaymentOption enum
func PaymentTerm_Values() []string
PaymentTerm_Values returns all elements of the PaymentTerm enum
func PowerConnector_Values() []string
PowerConnector_Values returns all elements of the PowerConnector enum
func PowerDrawKva_Values() []string
PowerDrawKva_Values returns all elements of the PowerDrawKva enum
func PowerFeedDrop_Values() []string
PowerFeedDrop_Values returns all elements of the PowerFeedDrop enum
func PowerPhase_Values() []string
PowerPhase_Values returns all elements of the PowerPhase enum
func ResourceType_Values() []string
ResourceType_Values returns all elements of the ResourceType enum
func ShipmentCarrier_Values() []string
ShipmentCarrier_Values returns all elements of the ShipmentCarrier enum
func SupportedHardwareType_Values() []string
SupportedHardwareType_Values returns all elements of the SupportedHardwareType enum
func SupportedStorageEnum_Values() []string
SupportedStorageEnum_Values returns all elements of the SupportedStorageEnum enum
func UplinkCount_Values() []string
UplinkCount_Values returns all elements of the UplinkCount enum
func UplinkGbps_Values() []string
UplinkGbps_Values returns all elements of the UplinkGbps enum
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
You do not have permission to perform this operation.
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (s *AccessDeniedException) Error() string
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Address struct { // The first line of the address. // // AddressLine1 is a required field AddressLine1 *string `min:"1" type:"string" required:"true"` // The second line of the address. AddressLine2 *string `type:"string"` // The third line of the address. AddressLine3 *string `type:"string"` // The city for the address. // // City is a required field City *string `min:"1" type:"string" required:"true"` // The name of the contact. ContactName *string `min:"1" type:"string"` // The phone number of the contact. ContactPhoneNumber *string `min:"1" type:"string"` // The ISO-3166 two-letter country code for the address. // // CountryCode is a required field CountryCode *string `min:"2" type:"string" required:"true"` // The district or county for the address. DistrictOrCounty *string `min:"1" type:"string"` // The municipality for the address. Municipality *string `type:"string"` // The postal code for the address. // // PostalCode is a required field PostalCode *string `min:"1" type:"string" required:"true"` // The state for the address. // // StateOrRegion is a required field StateOrRegion *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Information about an address.
func (s Address) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Address) SetAddressLine1(v string) *Address
SetAddressLine1 sets the AddressLine1 field's value.
func (s *Address) SetAddressLine2(v string) *Address
SetAddressLine2 sets the AddressLine2 field's value.
func (s *Address) SetAddressLine3(v string) *Address
SetAddressLine3 sets the AddressLine3 field's value.
func (s *Address) SetCity(v string) *Address
SetCity sets the City field's value.
func (s *Address) SetContactName(v string) *Address
SetContactName sets the ContactName field's value.
func (s *Address) SetContactPhoneNumber(v string) *Address
SetContactPhoneNumber sets the ContactPhoneNumber field's value.
func (s *Address) SetCountryCode(v string) *Address
SetCountryCode sets the CountryCode field's value.
func (s *Address) SetDistrictOrCounty(v string) *Address
SetDistrictOrCounty sets the DistrictOrCounty field's value.
func (s *Address) SetMunicipality(v string) *Address
SetMunicipality sets the Municipality field's value.
func (s *Address) SetPostalCode(v string) *Address
SetPostalCode sets the PostalCode field's value.
func (s *Address) SetStateOrRegion(v string) *Address
SetStateOrRegion sets the StateOrRegion field's value.
func (s Address) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Address) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssetInfo struct { // The ID of the asset. AssetId *string `min:"1" type:"string"` // The position of an asset in a rack. AssetLocation *AssetLocation `type:"structure"` // The type of the asset. AssetType *string `type:"string" enum:"AssetType"` // Information about compute hardware assets. ComputeAttributes *ComputeAttributes `type:"structure"` // The rack ID of the asset. RackId *string `min:"5" type:"string"` // contains filtered or unexported fields }
Information about hardware assets.
func (s AssetInfo) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssetInfo) SetAssetId(v string) *AssetInfo
SetAssetId sets the AssetId field's value.
func (s *AssetInfo) SetAssetLocation(v *AssetLocation) *AssetInfo
SetAssetLocation sets the AssetLocation field's value.
func (s *AssetInfo) SetAssetType(v string) *AssetInfo
SetAssetType sets the AssetType field's value.
func (s *AssetInfo) SetComputeAttributes(v *ComputeAttributes) *AssetInfo
SetComputeAttributes sets the ComputeAttributes field's value.
func (s *AssetInfo) SetRackId(v string) *AssetInfo
SetRackId sets the RackId field's value.
func (s AssetInfo) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssetLocation struct { // The position of an asset in a rack measured in rack units. RackElevation *float64 `type:"float"` // contains filtered or unexported fields }
Information about the position of the asset in a rack.
func (s AssetLocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssetLocation) SetRackElevation(v float64) *AssetLocation
SetRackElevation sets the RackElevation field's value.
func (s AssetLocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelCapacityTaskInput struct { // ID of the capacity task that you want to cancel. // // CapacityTaskId is a required field CapacityTaskId *string `location:"uri" locationName:"CapacityTaskId" min:"21" type:"string" required:"true"` // ID or ARN of the Outpost associated with the capacity task that you want // to cancel. // // OutpostIdentifier is a required field OutpostIdentifier *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CancelCapacityTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelCapacityTaskInput) SetCapacityTaskId(v string) *CancelCapacityTaskInput
SetCapacityTaskId sets the CapacityTaskId field's value.
func (s *CancelCapacityTaskInput) SetOutpostIdentifier(v string) *CancelCapacityTaskInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s CancelCapacityTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelCapacityTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelCapacityTaskOutput struct {
// contains filtered or unexported fields
}
func (s CancelCapacityTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s CancelCapacityTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelOrderInput struct { // The ID of the order. // // OrderId is a required field OrderId *string `location:"uri" locationName:"OrderId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s CancelOrderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelOrderInput) SetOrderId(v string) *CancelOrderInput
SetOrderId sets the OrderId field's value.
func (s CancelOrderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CancelOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelOrderOutput struct {
// contains filtered or unexported fields
}
func (s CancelOrderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s CancelOrderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CapacityTaskFailure struct { // The reason that the specified capacity task failed. // // Reason is a required field Reason *string `type:"string" required:"true"` // The type of failure. Type *string `type:"string" enum:"CapacityTaskFailureType"` // contains filtered or unexported fields }
The capacity tasks that failed.
func (s CapacityTaskFailure) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CapacityTaskFailure) SetReason(v string) *CapacityTaskFailure
SetReason sets the Reason field's value.
func (s *CapacityTaskFailure) SetType(v string) *CapacityTaskFailure
SetType sets the Type field's value.
func (s CapacityTaskFailure) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CapacityTaskSummary struct { // The ID of the specified capacity task. CapacityTaskId *string `min:"21" type:"string"` // The status of the capacity task. CapacityTaskStatus *string `type:"string" enum:"CapacityTaskStatus"` // The date that the specified capacity task successfully ran. CompletionDate *time.Time `type:"timestamp"` // The date that the specified capacity task was created. CreationDate *time.Time `type:"timestamp"` // The date that the specified capacity was last modified. LastModifiedDate *time.Time `type:"timestamp"` // The ID of the Amazon Web Services Outposts order of the host associated with // the capacity task. OrderId *string `min:"1" type:"string"` // The ID of the Outpost associated with the specified capacity task. OutpostId *string `min:"1" type:"string"` // contains filtered or unexported fields }
The summary of the capacity task.
func (s CapacityTaskSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CapacityTaskSummary) SetCapacityTaskId(v string) *CapacityTaskSummary
SetCapacityTaskId sets the CapacityTaskId field's value.
func (s *CapacityTaskSummary) SetCapacityTaskStatus(v string) *CapacityTaskSummary
SetCapacityTaskStatus sets the CapacityTaskStatus field's value.
func (s *CapacityTaskSummary) SetCompletionDate(v time.Time) *CapacityTaskSummary
SetCompletionDate sets the CompletionDate field's value.
func (s *CapacityTaskSummary) SetCreationDate(v time.Time) *CapacityTaskSummary
SetCreationDate sets the CreationDate field's value.
func (s *CapacityTaskSummary) SetLastModifiedDate(v time.Time) *CapacityTaskSummary
SetLastModifiedDate sets the LastModifiedDate field's value.
func (s *CapacityTaskSummary) SetOrderId(v string) *CapacityTaskSummary
SetOrderId sets the OrderId field's value.
func (s *CapacityTaskSummary) SetOutpostId(v string) *CapacityTaskSummary
SetOutpostId sets the OutpostId field's value.
func (s CapacityTaskSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CatalogItem struct { // The ID of the catalog item. CatalogItemId *string `min:"1" type:"string"` // Information about the EC2 capacity of an item. EC2Capacities []*EC2Capacity `type:"list"` // The status of a catalog item. ItemStatus *string `type:"string" enum:"CatalogItemStatus"` // Information about the power draw of an item. PowerKva *float64 `type:"float"` // The supported storage options for the catalog item. SupportedStorage []*string `type:"list" enum:"SupportedStorageEnum"` // The uplink speed this catalog item requires for the connection to the Region. SupportedUplinkGbps []*int64 `type:"list"` // The weight of the item in pounds. WeightLbs *int64 `type:"integer"` // contains filtered or unexported fields }
Information about a catalog item.
func (s CatalogItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CatalogItem) SetCatalogItemId(v string) *CatalogItem
SetCatalogItemId sets the CatalogItemId field's value.
func (s *CatalogItem) SetEC2Capacities(v []*EC2Capacity) *CatalogItem
SetEC2Capacities sets the EC2Capacities field's value.
func (s *CatalogItem) SetItemStatus(v string) *CatalogItem
SetItemStatus sets the ItemStatus field's value.
func (s *CatalogItem) SetPowerKva(v float64) *CatalogItem
SetPowerKva sets the PowerKva field's value.
func (s *CatalogItem) SetSupportedStorage(v []*string) *CatalogItem
SetSupportedStorage sets the SupportedStorage field's value.
func (s *CatalogItem) SetSupportedUplinkGbps(v []*int64) *CatalogItem
SetSupportedUplinkGbps sets the SupportedUplinkGbps field's value.
func (s *CatalogItem) SetWeightLbs(v int64) *CatalogItem
SetWeightLbs sets the WeightLbs field's value.
func (s CatalogItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ComputeAttributes struct { // The host ID of the Dedicated Host on the asset. HostId *string `min:"1" type:"string"` // A list of the names of instance families that are currently associated with // a given asset. InstanceFamilies []*string `type:"list"` // The state. // // * ACTIVE - The asset is available and can provide capacity for new compute // resources. // // * ISOLATED - The asset is undergoing maintenance and can't provide capacity // for new compute resources. Existing compute resources on the asset are // not affected. // // * RETIRING - The underlying hardware for the asset is degraded. Capacity // for new compute resources is reduced. Amazon Web Services sends notifications // for resources that must be stopped before the asset can be replaced. State *string `type:"string" enum:"ComputeAssetState"` // contains filtered or unexported fields }
Information about compute hardware assets.
func (s ComputeAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ComputeAttributes) SetHostId(v string) *ComputeAttributes
SetHostId sets the HostId field's value.
func (s *ComputeAttributes) SetInstanceFamilies(v []*string) *ComputeAttributes
SetInstanceFamilies sets the InstanceFamilies field's value.
func (s *ComputeAttributes) SetState(v string) *ComputeAttributes
SetState sets the State field's value.
func (s ComputeAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConflictException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // The ID of the resource causing the conflict. ResourceId *string `min:"1" type:"string"` // The type of the resource causing the conflict. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Updating or deleting this resource can cause an inconsistent state.
func (s *ConflictException) Code() string
Code returns the exception type name.
func (s *ConflictException) Error() string
func (s ConflictException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ConflictException) Message() string
Message returns the exception's message.
func (s *ConflictException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ConflictException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ConflictException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ConflictException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ConnectionDetails struct { // The allowed IP addresses. AllowedIps []*string `type:"list"` // The public key of the client. ClientPublicKey *string `min:"44" type:"string"` // The client tunnel address. ClientTunnelAddress *string `min:"9" type:"string"` // The endpoint for the server. ServerEndpoint *string `min:"9" type:"string"` // The public key of the server. ServerPublicKey *string `min:"44" type:"string"` // The server tunnel address. ServerTunnelAddress *string `min:"9" type:"string"` // contains filtered or unexported fields }
Information about a connection.
func (s ConnectionDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ConnectionDetails) SetAllowedIps(v []*string) *ConnectionDetails
SetAllowedIps sets the AllowedIps field's value.
func (s *ConnectionDetails) SetClientPublicKey(v string) *ConnectionDetails
SetClientPublicKey sets the ClientPublicKey field's value.
func (s *ConnectionDetails) SetClientTunnelAddress(v string) *ConnectionDetails
SetClientTunnelAddress sets the ClientTunnelAddress field's value.
func (s *ConnectionDetails) SetServerEndpoint(v string) *ConnectionDetails
SetServerEndpoint sets the ServerEndpoint field's value.
func (s *ConnectionDetails) SetServerPublicKey(v string) *ConnectionDetails
SetServerPublicKey sets the ServerPublicKey field's value.
func (s *ConnectionDetails) SetServerTunnelAddress(v string) *ConnectionDetails
SetServerTunnelAddress sets the ServerTunnelAddress field's value.
func (s ConnectionDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateOrderInput struct { // The line items that make up the order. // // LineItems is a required field LineItems []*LineItemRequest `min:"1" type:"list" required:"true"` // The ID or the Amazon Resource Name (ARN) of the Outpost. // // OutpostIdentifier is a required field OutpostIdentifier *string `min:"1" type:"string" required:"true"` // The payment option. // // PaymentOption is a required field PaymentOption *string `type:"string" required:"true" enum:"PaymentOption"` // The payment terms. PaymentTerm *string `type:"string" enum:"PaymentTerm"` // contains filtered or unexported fields }
func (s CreateOrderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOrderInput) SetLineItems(v []*LineItemRequest) *CreateOrderInput
SetLineItems sets the LineItems field's value.
func (s *CreateOrderInput) SetOutpostIdentifier(v string) *CreateOrderInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s *CreateOrderInput) SetPaymentOption(v string) *CreateOrderInput
SetPaymentOption sets the PaymentOption field's value.
func (s *CreateOrderInput) SetPaymentTerm(v string) *CreateOrderInput
SetPaymentTerm sets the PaymentTerm field's value.
func (s CreateOrderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOrderOutput struct { // Information about this order. Order *Order `type:"structure"` // contains filtered or unexported fields }
func (s CreateOrderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOrderOutput) SetOrder(v *Order) *CreateOrderOutput
SetOrder sets the Order field's value.
func (s CreateOrderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateOutpostInput struct { // The Availability Zone. AvailabilityZone *string `min:"1" type:"string"` // The ID of the Availability Zone. AvailabilityZoneId *string `min:"1" type:"string"` // The description of the Outpost. Description *string `type:"string"` // The name of the Outpost. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `min:"1" type:"string" required:"true"` // The type of hardware for this Outpost. SupportedHardwareType *string `type:"string" enum:"SupportedHardwareType"` // The tags to apply to the Outpost. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
func (s CreateOutpostInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOutpostInput) SetAvailabilityZone(v string) *CreateOutpostInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (s *CreateOutpostInput) SetAvailabilityZoneId(v string) *CreateOutpostInput
SetAvailabilityZoneId sets the AvailabilityZoneId field's value.
func (s *CreateOutpostInput) SetDescription(v string) *CreateOutpostInput
SetDescription sets the Description field's value.
func (s *CreateOutpostInput) SetName(v string) *CreateOutpostInput
SetName sets the Name field's value.
func (s *CreateOutpostInput) SetSiteId(v string) *CreateOutpostInput
SetSiteId sets the SiteId field's value.
func (s *CreateOutpostInput) SetSupportedHardwareType(v string) *CreateOutpostInput
SetSupportedHardwareType sets the SupportedHardwareType field's value.
func (s *CreateOutpostInput) SetTags(v map[string]*string) *CreateOutpostInput
SetTags sets the Tags field's value.
func (s CreateOutpostInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOutpostInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOutpostOutput struct { // Information about an Outpost. Outpost *Outpost `type:"structure"` // contains filtered or unexported fields }
func (s CreateOutpostOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateOutpostOutput) SetOutpost(v *Outpost) *CreateOutpostOutput
SetOutpost sets the Outpost field's value.
func (s CreateOutpostOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateSiteInput struct { // The description of the site. Description *string `min:"1" type:"string"` // The name of the site. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // Additional information that you provide about site access requirements, electrician // scheduling, personal protective equipment, or regulation of equipment materials // that could affect your installation process. Notes *string `min:"1" type:"string"` // The location to install and power on the hardware. This address might be // different from the shipping address. OperatingAddress *Address `type:"structure"` // Information about the physical and logistical details for the rack at this // site. For more information about hardware requirements for racks, see Network // readiness checklist (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist) // in the Amazon Web Services Outposts User Guide. RackPhysicalProperties *RackPhysicalProperties `type:"structure"` // The location to ship the hardware. This address might be different from the // operating address. ShippingAddress *Address `type:"structure"` // The tags to apply to a site. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
func (s CreateSiteInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSiteInput) SetDescription(v string) *CreateSiteInput
SetDescription sets the Description field's value.
func (s *CreateSiteInput) SetName(v string) *CreateSiteInput
SetName sets the Name field's value.
func (s *CreateSiteInput) SetNotes(v string) *CreateSiteInput
SetNotes sets the Notes field's value.
func (s *CreateSiteInput) SetOperatingAddress(v *Address) *CreateSiteInput
SetOperatingAddress sets the OperatingAddress field's value.
func (s *CreateSiteInput) SetRackPhysicalProperties(v *RackPhysicalProperties) *CreateSiteInput
SetRackPhysicalProperties sets the RackPhysicalProperties field's value.
func (s *CreateSiteInput) SetShippingAddress(v *Address) *CreateSiteInput
SetShippingAddress sets the ShippingAddress field's value.
func (s *CreateSiteInput) SetTags(v map[string]*string) *CreateSiteInput
SetTags sets the Tags field's value.
func (s CreateSiteInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSiteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSiteOutput struct { // Information about a site. Site *Site `type:"structure"` // contains filtered or unexported fields }
func (s CreateSiteOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateSiteOutput) SetSite(v *Site) *CreateSiteOutput
SetSite sets the Site field's value.
func (s CreateSiteOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteOutpostInput struct { // The ID or ARN of the Outpost. // // OutpostId is a required field OutpostId *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteOutpostInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteOutpostInput) SetOutpostId(v string) *DeleteOutpostInput
SetOutpostId sets the OutpostId field's value.
func (s DeleteOutpostInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteOutpostInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteOutpostOutput struct {
// contains filtered or unexported fields
}
func (s DeleteOutpostOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteOutpostOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteSiteInput struct { // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteSiteInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteSiteInput) SetSiteId(v string) *DeleteSiteInput
SetSiteId sets the SiteId field's value.
func (s DeleteSiteInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteSiteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSiteOutput struct {
// contains filtered or unexported fields
}
func (s DeleteSiteOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteSiteOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EC2Capacity struct { // The family of the EC2 capacity. Family *string `min:"1" type:"string"` // The maximum size of the EC2 capacity. MaxSize *string `type:"string"` // The quantity of the EC2 capacity. Quantity *string `type:"string"` // contains filtered or unexported fields }
Information about EC2 capacity.
func (s EC2Capacity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *EC2Capacity) SetFamily(v string) *EC2Capacity
SetFamily sets the Family field's value.
func (s *EC2Capacity) SetMaxSize(v string) *EC2Capacity
SetMaxSize sets the MaxSize field's value.
func (s *EC2Capacity) SetQuantity(v string) *EC2Capacity
SetQuantity sets the Quantity field's value.
func (s EC2Capacity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCapacityTaskInput struct { // ID of the capacity task. // // CapacityTaskId is a required field CapacityTaskId *string `location:"uri" locationName:"CapacityTaskId" min:"21" type:"string" required:"true"` // ID or ARN of the Outpost associated with the specified capacity task. // // OutpostIdentifier is a required field OutpostIdentifier *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetCapacityTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCapacityTaskInput) SetCapacityTaskId(v string) *GetCapacityTaskInput
SetCapacityTaskId sets the CapacityTaskId field's value.
func (s *GetCapacityTaskInput) SetOutpostIdentifier(v string) *GetCapacityTaskInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s GetCapacityTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCapacityTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCapacityTaskOutput struct { // ID of the capacity task. CapacityTaskId *string `min:"21" type:"string"` // Status of the capacity task. // // A capacity task can have one of the following statuses: // // * REQUESTED - The capacity task was created and is awaiting the next step // by Amazon Web Services Outposts. // // * IN_PROGRESS - The capacity task is running and cannot be cancelled. // // * WAITING_FOR_EVACUATION - The capacity task requires capacity to run. // You must stop the recommended EC2 running instances to free up capacity // for the task to run. CapacityTaskStatus *string `type:"string" enum:"CapacityTaskStatus"` // The date the capacity task ran successfully. CompletionDate *time.Time `type:"timestamp"` // The date the capacity task was created. CreationDate *time.Time `type:"timestamp"` // Performs a dry run to determine if you are above or below instance capacity. DryRun *bool `type:"boolean"` // Reason why the capacity task failed. Failed *CapacityTaskFailure `type:"structure"` // The date the capacity task was last modified. LastModifiedDate *time.Time `type:"timestamp"` // ID of the Amazon Web Services Outposts order associated with the specified // capacity task. OrderId *string `min:"1" type:"string"` // ID of the Outpost associated with the specified capacity task. OutpostId *string `min:"1" type:"string"` // List of instance pools requested in the capacity task. RequestedInstancePools []*InstanceTypeCapacity `type:"list"` // contains filtered or unexported fields }
func (s GetCapacityTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCapacityTaskOutput) SetCapacityTaskId(v string) *GetCapacityTaskOutput
SetCapacityTaskId sets the CapacityTaskId field's value.
func (s *GetCapacityTaskOutput) SetCapacityTaskStatus(v string) *GetCapacityTaskOutput
SetCapacityTaskStatus sets the CapacityTaskStatus field's value.
func (s *GetCapacityTaskOutput) SetCompletionDate(v time.Time) *GetCapacityTaskOutput
SetCompletionDate sets the CompletionDate field's value.
func (s *GetCapacityTaskOutput) SetCreationDate(v time.Time) *GetCapacityTaskOutput
SetCreationDate sets the CreationDate field's value.
func (s *GetCapacityTaskOutput) SetDryRun(v bool) *GetCapacityTaskOutput
SetDryRun sets the DryRun field's value.
func (s *GetCapacityTaskOutput) SetFailed(v *CapacityTaskFailure) *GetCapacityTaskOutput
SetFailed sets the Failed field's value.
func (s *GetCapacityTaskOutput) SetLastModifiedDate(v time.Time) *GetCapacityTaskOutput
SetLastModifiedDate sets the LastModifiedDate field's value.
func (s *GetCapacityTaskOutput) SetOrderId(v string) *GetCapacityTaskOutput
SetOrderId sets the OrderId field's value.
func (s *GetCapacityTaskOutput) SetOutpostId(v string) *GetCapacityTaskOutput
SetOutpostId sets the OutpostId field's value.
func (s *GetCapacityTaskOutput) SetRequestedInstancePools(v []*InstanceTypeCapacity) *GetCapacityTaskOutput
SetRequestedInstancePools sets the RequestedInstancePools field's value.
func (s GetCapacityTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCatalogItemInput struct { // The ID of the catalog item. // // CatalogItemId is a required field CatalogItemId *string `location:"uri" locationName:"CatalogItemId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetCatalogItemInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCatalogItemInput) SetCatalogItemId(v string) *GetCatalogItemInput
SetCatalogItemId sets the CatalogItemId field's value.
func (s GetCatalogItemInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCatalogItemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCatalogItemOutput struct { // Information about this catalog item. CatalogItem *CatalogItem `type:"structure"` // contains filtered or unexported fields }
func (s GetCatalogItemOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetCatalogItemOutput) SetCatalogItem(v *CatalogItem) *GetCatalogItemOutput
SetCatalogItem sets the CatalogItem field's value.
func (s GetCatalogItemOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetConnectionInput struct { // The ID of the connection. // // ConnectionId is a required field ConnectionId *string `location:"uri" locationName:"ConnectionId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetConnectionInput) SetConnectionId(v string) *GetConnectionInput
SetConnectionId sets the ConnectionId field's value.
func (s GetConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetConnectionOutput struct { // Information about the connection. ConnectionDetails *ConnectionDetails `type:"structure"` // The ID of the connection. ConnectionId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetConnectionOutput) SetConnectionDetails(v *ConnectionDetails) *GetConnectionOutput
SetConnectionDetails sets the ConnectionDetails field's value.
func (s *GetConnectionOutput) SetConnectionId(v string) *GetConnectionOutput
SetConnectionId sets the ConnectionId field's value.
func (s GetConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOrderInput struct { // The ID of the order. // // OrderId is a required field OrderId *string `location:"uri" locationName:"OrderId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetOrderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOrderInput) SetOrderId(v string) *GetOrderInput
SetOrderId sets the OrderId field's value.
func (s GetOrderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOrderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOrderOutput struct { // Information about an order. Order *Order `type:"structure"` // contains filtered or unexported fields }
func (s GetOrderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOrderOutput) SetOrder(v *Order) *GetOrderOutput
SetOrder sets the Order field's value.
func (s GetOrderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOutpostInput struct { // The ID or ARN of the Outpost. // // OutpostId is a required field OutpostId *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetOutpostInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostInput) SetOutpostId(v string) *GetOutpostInput
SetOutpostId sets the OutpostId field's value.
func (s GetOutpostInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOutpostInstanceTypesInput struct { // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // The ID or ARN of the Outpost. // // OutpostId is a required field OutpostId *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetOutpostInstanceTypesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostInstanceTypesInput) SetMaxResults(v int64) *GetOutpostInstanceTypesInput
SetMaxResults sets the MaxResults field's value.
func (s *GetOutpostInstanceTypesInput) SetNextToken(v string) *GetOutpostInstanceTypesInput
SetNextToken sets the NextToken field's value.
func (s *GetOutpostInstanceTypesInput) SetOutpostId(v string) *GetOutpostInstanceTypesInput
SetOutpostId sets the OutpostId field's value.
func (s GetOutpostInstanceTypesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostInstanceTypesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOutpostInstanceTypesOutput struct { // Information about the instance types. InstanceTypes []*InstanceTypeItem `type:"list"` // The pagination token. NextToken *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the Outpost. OutpostArn *string `min:"1" type:"string"` // The ID of the Outpost. OutpostId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetOutpostInstanceTypesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostInstanceTypesOutput) SetInstanceTypes(v []*InstanceTypeItem) *GetOutpostInstanceTypesOutput
SetInstanceTypes sets the InstanceTypes field's value.
func (s *GetOutpostInstanceTypesOutput) SetNextToken(v string) *GetOutpostInstanceTypesOutput
SetNextToken sets the NextToken field's value.
func (s *GetOutpostInstanceTypesOutput) SetOutpostArn(v string) *GetOutpostInstanceTypesOutput
SetOutpostArn sets the OutpostArn field's value.
func (s *GetOutpostInstanceTypesOutput) SetOutpostId(v string) *GetOutpostInstanceTypesOutput
SetOutpostId sets the OutpostId field's value.
func (s GetOutpostInstanceTypesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOutpostOutput struct { // Information about an Outpost. Outpost *Outpost `type:"structure"` // contains filtered or unexported fields }
func (s GetOutpostOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostOutput) SetOutpost(v *Outpost) *GetOutpostOutput
SetOutpost sets the Outpost field's value.
func (s GetOutpostOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOutpostSupportedInstanceTypesInput struct { // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // The ID for the Amazon Web Services Outposts order. // // OrderId is a required field OrderId *string `location:"querystring" locationName:"OrderId" min:"1" type:"string" required:"true"` // The ID or ARN of the Outpost. // // OutpostIdentifier is a required field OutpostIdentifier *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetOutpostSupportedInstanceTypesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostSupportedInstanceTypesInput) SetMaxResults(v int64) *GetOutpostSupportedInstanceTypesInput
SetMaxResults sets the MaxResults field's value.
func (s *GetOutpostSupportedInstanceTypesInput) SetNextToken(v string) *GetOutpostSupportedInstanceTypesInput
SetNextToken sets the NextToken field's value.
func (s *GetOutpostSupportedInstanceTypesInput) SetOrderId(v string) *GetOutpostSupportedInstanceTypesInput
SetOrderId sets the OrderId field's value.
func (s *GetOutpostSupportedInstanceTypesInput) SetOutpostIdentifier(v string) *GetOutpostSupportedInstanceTypesInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s GetOutpostSupportedInstanceTypesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostSupportedInstanceTypesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOutpostSupportedInstanceTypesOutput struct { // Information about the instance types. InstanceTypes []*InstanceTypeItem `type:"list"` // The pagination token. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetOutpostSupportedInstanceTypesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOutpostSupportedInstanceTypesOutput) SetInstanceTypes(v []*InstanceTypeItem) *GetOutpostSupportedInstanceTypesOutput
SetInstanceTypes sets the InstanceTypes field's value.
func (s *GetOutpostSupportedInstanceTypesOutput) SetNextToken(v string) *GetOutpostSupportedInstanceTypesOutput
SetNextToken sets the NextToken field's value.
func (s GetOutpostSupportedInstanceTypesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSiteAddressInput struct { // The type of the address you request. // // AddressType is a required field AddressType *string `location:"querystring" locationName:"AddressType" type:"string" required:"true" enum:"AddressType"` // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetSiteAddressInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteAddressInput) SetAddressType(v string) *GetSiteAddressInput
SetAddressType sets the AddressType field's value.
func (s *GetSiteAddressInput) SetSiteId(v string) *GetSiteAddressInput
SetSiteId sets the SiteId field's value.
func (s GetSiteAddressInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSiteAddressOutput struct { // Information about the address. Address *Address `type:"structure"` // The type of the address you receive. AddressType *string `type:"string" enum:"AddressType"` // The ID of the site. SiteId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetSiteAddressOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteAddressOutput) SetAddress(v *Address) *GetSiteAddressOutput
SetAddress sets the Address field's value.
func (s *GetSiteAddressOutput) SetAddressType(v string) *GetSiteAddressOutput
SetAddressType sets the AddressType field's value.
func (s *GetSiteAddressOutput) SetSiteId(v string) *GetSiteAddressOutput
SetSiteId sets the SiteId field's value.
func (s GetSiteAddressOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSiteInput struct { // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetSiteInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteInput) SetSiteId(v string) *GetSiteInput
SetSiteId sets the SiteId field's value.
func (s GetSiteInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSiteOutput struct { // Information about a site. Site *Site `type:"structure"` // contains filtered or unexported fields }
func (s GetSiteOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSiteOutput) SetSite(v *Site) *GetSiteOutput
SetSite sets the Site field's value.
func (s GetSiteOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InstanceTypeCapacity struct { // The number of instances for the specified instance type. // // Count is a required field Count *int64 `type:"integer" required:"true"` // The instance type of the hosts. // // InstanceType is a required field InstanceType *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
The instance type that you specify determines the combination of CPU, memory, storage, and networking capacity.
func (s InstanceTypeCapacity) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstanceTypeCapacity) SetCount(v int64) *InstanceTypeCapacity
SetCount sets the Count field's value.
func (s *InstanceTypeCapacity) SetInstanceType(v string) *InstanceTypeCapacity
SetInstanceType sets the InstanceType field's value.
func (s InstanceTypeCapacity) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstanceTypeCapacity) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InstanceTypeItem struct { // The instance type. InstanceType *string `type:"string"` // The number of default VCPUs in an instance type. VCPUs *int64 `type:"integer"` // contains filtered or unexported fields }
Information about an instance type.
func (s InstanceTypeItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InstanceTypeItem) SetInstanceType(v string) *InstanceTypeItem
SetInstanceType sets the InstanceType field's value.
func (s *InstanceTypeItem) SetVCPUs(v int64) *InstanceTypeItem
SetVCPUs sets the VCPUs field's value.
func (s InstanceTypeItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
An internal error has occurred.
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (s *InternalServerException) Error() string
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LineItem struct { // Information about assets. AssetInformationList []*LineItemAssetInformation `type:"list"` // The ID of the catalog item. CatalogItemId *string `min:"1" type:"string"` // The ID of the line item. LineItemId *string `type:"string"` // The ID of the previous line item. PreviousLineItemId *string `type:"string"` // The ID of the previous order. PreviousOrderId *string `min:"1" type:"string"` // The quantity of the line item. Quantity *int64 `min:"1" type:"integer"` // Information about a line item shipment. ShipmentInformation *ShipmentInformation `type:"structure"` // The status of the line item. Status *string `type:"string" enum:"LineItemStatus"` // contains filtered or unexported fields }
Information about a line item.
func (s LineItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *LineItem) SetAssetInformationList(v []*LineItemAssetInformation) *LineItem
SetAssetInformationList sets the AssetInformationList field's value.
func (s *LineItem) SetCatalogItemId(v string) *LineItem
SetCatalogItemId sets the CatalogItemId field's value.
func (s *LineItem) SetLineItemId(v string) *LineItem
SetLineItemId sets the LineItemId field's value.
func (s *LineItem) SetPreviousLineItemId(v string) *LineItem
SetPreviousLineItemId sets the PreviousLineItemId field's value.
func (s *LineItem) SetPreviousOrderId(v string) *LineItem
SetPreviousOrderId sets the PreviousOrderId field's value.
func (s *LineItem) SetQuantity(v int64) *LineItem
SetQuantity sets the Quantity field's value.
func (s *LineItem) SetShipmentInformation(v *ShipmentInformation) *LineItem
SetShipmentInformation sets the ShipmentInformation field's value.
func (s *LineItem) SetStatus(v string) *LineItem
SetStatus sets the Status field's value.
func (s LineItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LineItemAssetInformation struct { // The ID of the asset. AssetId *string `min:"1" type:"string"` // The MAC addresses of the asset. MacAddressList []*string `type:"list"` // contains filtered or unexported fields }
Information about a line item asset.
func (s LineItemAssetInformation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *LineItemAssetInformation) SetAssetId(v string) *LineItemAssetInformation
SetAssetId sets the AssetId field's value.
func (s *LineItemAssetInformation) SetMacAddressList(v []*string) *LineItemAssetInformation
SetMacAddressList sets the MacAddressList field's value.
func (s LineItemAssetInformation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LineItemRequest struct { // The ID of the catalog item. CatalogItemId *string `min:"1" type:"string"` // The quantity of a line item request. Quantity *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Information about a line item request.
func (s LineItemRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *LineItemRequest) SetCatalogItemId(v string) *LineItemRequest
SetCatalogItemId sets the CatalogItemId field's value.
func (s *LineItemRequest) SetQuantity(v int64) *LineItemRequest
SetQuantity sets the Quantity field's value.
func (s LineItemRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *LineItemRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssetsInput struct { // Filters the results by the host ID of a Dedicated Host. HostIdFilter []*string `location:"querystring" locationName:"HostIdFilter" type:"list"` // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // The ID or the Amazon Resource Name (ARN) of the Outpost. // // OutpostIdentifier is a required field OutpostIdentifier *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // Filters the results by state. StatusFilter []*string `location:"querystring" locationName:"StatusFilter" min:"1" type:"list" enum:"AssetState"` // contains filtered or unexported fields }
func (s ListAssetsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssetsInput) SetHostIdFilter(v []*string) *ListAssetsInput
SetHostIdFilter sets the HostIdFilter field's value.
func (s *ListAssetsInput) SetMaxResults(v int64) *ListAssetsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssetsInput) SetNextToken(v string) *ListAssetsInput
SetNextToken sets the NextToken field's value.
func (s *ListAssetsInput) SetOutpostIdentifier(v string) *ListAssetsInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s *ListAssetsInput) SetStatusFilter(v []*string) *ListAssetsInput
SetStatusFilter sets the StatusFilter field's value.
func (s ListAssetsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssetsOutput struct { // Information about the hardware assets. Assets []*AssetInfo `type:"list"` // The pagination token. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssetsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssetsOutput) SetAssets(v []*AssetInfo) *ListAssetsOutput
SetAssets sets the Assets field's value.
func (s *ListAssetsOutput) SetNextToken(v string) *ListAssetsOutput
SetNextToken sets the NextToken field's value.
func (s ListAssetsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCapacityTasksInput struct { // A list of statuses. For example, REQUESTED or WAITING_FOR_EVACUATION. CapacityTaskStatusFilter []*string `location:"querystring" locationName:"CapacityTaskStatusFilter" type:"list" enum:"CapacityTaskStatus"` // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // Filters the results by an Outpost ID or an Outpost ARN. OutpostIdentifierFilter *string `location:"querystring" locationName:"OutpostIdentifierFilter" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListCapacityTasksInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCapacityTasksInput) SetCapacityTaskStatusFilter(v []*string) *ListCapacityTasksInput
SetCapacityTaskStatusFilter sets the CapacityTaskStatusFilter field's value.
func (s *ListCapacityTasksInput) SetMaxResults(v int64) *ListCapacityTasksInput
SetMaxResults sets the MaxResults field's value.
func (s *ListCapacityTasksInput) SetNextToken(v string) *ListCapacityTasksInput
SetNextToken sets the NextToken field's value.
func (s *ListCapacityTasksInput) SetOutpostIdentifierFilter(v string) *ListCapacityTasksInput
SetOutpostIdentifierFilter sets the OutpostIdentifierFilter field's value.
func (s ListCapacityTasksInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCapacityTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCapacityTasksOutput struct { // Lists all the capacity tasks. CapacityTasks []*CapacityTaskSummary `type:"list"` // The pagination token. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListCapacityTasksOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCapacityTasksOutput) SetCapacityTasks(v []*CapacityTaskSummary) *ListCapacityTasksOutput
SetCapacityTasks sets the CapacityTasks field's value.
func (s *ListCapacityTasksOutput) SetNextToken(v string) *ListCapacityTasksOutput
SetNextToken sets the NextToken field's value.
func (s ListCapacityTasksOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCatalogItemsInput struct { // Filters the results by EC2 family (for example, M5). EC2FamilyFilter []*string `location:"querystring" locationName:"EC2FamilyFilter" type:"list"` // Filters the results by item class. ItemClassFilter []*string `location:"querystring" locationName:"ItemClassFilter" type:"list" enum:"CatalogItemClass"` // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // Filters the results by storage option. SupportedStorageFilter []*string `location:"querystring" locationName:"SupportedStorageFilter" type:"list" enum:"SupportedStorageEnum"` // contains filtered or unexported fields }
func (s ListCatalogItemsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCatalogItemsInput) SetEC2FamilyFilter(v []*string) *ListCatalogItemsInput
SetEC2FamilyFilter sets the EC2FamilyFilter field's value.
func (s *ListCatalogItemsInput) SetItemClassFilter(v []*string) *ListCatalogItemsInput
SetItemClassFilter sets the ItemClassFilter field's value.
func (s *ListCatalogItemsInput) SetMaxResults(v int64) *ListCatalogItemsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListCatalogItemsInput) SetNextToken(v string) *ListCatalogItemsInput
SetNextToken sets the NextToken field's value.
func (s *ListCatalogItemsInput) SetSupportedStorageFilter(v []*string) *ListCatalogItemsInput
SetSupportedStorageFilter sets the SupportedStorageFilter field's value.
func (s ListCatalogItemsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCatalogItemsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCatalogItemsOutput struct { // Information about the catalog items. CatalogItems []*CatalogItem `type:"list"` // The pagination token. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListCatalogItemsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCatalogItemsOutput) SetCatalogItems(v []*CatalogItem) *ListCatalogItemsOutput
SetCatalogItems sets the CatalogItems field's value.
func (s *ListCatalogItemsOutput) SetNextToken(v string) *ListCatalogItemsOutput
SetNextToken sets the NextToken field's value.
func (s ListCatalogItemsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOrdersInput struct { // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // The ID or the Amazon Resource Name (ARN) of the Outpost. OutpostIdentifierFilter *string `location:"querystring" locationName:"OutpostIdentifierFilter" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListOrdersInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOrdersInput) SetMaxResults(v int64) *ListOrdersInput
SetMaxResults sets the MaxResults field's value.
func (s *ListOrdersInput) SetNextToken(v string) *ListOrdersInput
SetNextToken sets the NextToken field's value.
func (s *ListOrdersInput) SetOutpostIdentifierFilter(v string) *ListOrdersInput
SetOutpostIdentifierFilter sets the OutpostIdentifierFilter field's value.
func (s ListOrdersInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOrdersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOrdersOutput struct { // The pagination token. NextToken *string `min:"1" type:"string"` // Information about the orders. Orders []*OrderSummary `type:"list"` // contains filtered or unexported fields }
func (s ListOrdersOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOrdersOutput) SetNextToken(v string) *ListOrdersOutput
SetNextToken sets the NextToken field's value.
func (s *ListOrdersOutput) SetOrders(v []*OrderSummary) *ListOrdersOutput
SetOrders sets the Orders field's value.
func (s ListOrdersOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOutpostsInput struct { // Filters the results by Availability Zone (for example, us-east-1a). AvailabilityZoneFilter []*string `location:"querystring" locationName:"AvailabilityZoneFilter" min:"1" type:"list"` // Filters the results by AZ ID (for example, use1-az1). AvailabilityZoneIdFilter []*string `location:"querystring" locationName:"AvailabilityZoneIdFilter" min:"1" type:"list"` // Filters the results by the lifecycle status. LifeCycleStatusFilter []*string `location:"querystring" locationName:"LifeCycleStatusFilter" min:"1" type:"list"` // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListOutpostsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOutpostsInput) SetAvailabilityZoneFilter(v []*string) *ListOutpostsInput
SetAvailabilityZoneFilter sets the AvailabilityZoneFilter field's value.
func (s *ListOutpostsInput) SetAvailabilityZoneIdFilter(v []*string) *ListOutpostsInput
SetAvailabilityZoneIdFilter sets the AvailabilityZoneIdFilter field's value.
func (s *ListOutpostsInput) SetLifeCycleStatusFilter(v []*string) *ListOutpostsInput
SetLifeCycleStatusFilter sets the LifeCycleStatusFilter field's value.
func (s *ListOutpostsInput) SetMaxResults(v int64) *ListOutpostsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListOutpostsInput) SetNextToken(v string) *ListOutpostsInput
SetNextToken sets the NextToken field's value.
func (s ListOutpostsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOutpostsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListOutpostsOutput struct { // The pagination token. NextToken *string `min:"1" type:"string"` // Information about the Outposts. Outposts []*Outpost `type:"list"` // contains filtered or unexported fields }
func (s ListOutpostsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListOutpostsOutput) SetNextToken(v string) *ListOutpostsOutput
SetNextToken sets the NextToken field's value.
func (s *ListOutpostsOutput) SetOutposts(v []*Outpost) *ListOutpostsOutput
SetOutposts sets the Outposts field's value.
func (s ListOutpostsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSitesInput struct { // The maximum page size. MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"` // The pagination token. NextToken *string `location:"querystring" locationName:"NextToken" min:"1" type:"string"` // Filters the results by city. OperatingAddressCityFilter []*string `location:"querystring" locationName:"OperatingAddressCityFilter" type:"list"` // Filters the results by country code. OperatingAddressCountryCodeFilter []*string `location:"querystring" locationName:"OperatingAddressCountryCodeFilter" type:"list"` // Filters the results by state or region. OperatingAddressStateOrRegionFilter []*string `location:"querystring" locationName:"OperatingAddressStateOrRegionFilter" type:"list"` // contains filtered or unexported fields }
func (s ListSitesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSitesInput) SetMaxResults(v int64) *ListSitesInput
SetMaxResults sets the MaxResults field's value.
func (s *ListSitesInput) SetNextToken(v string) *ListSitesInput
SetNextToken sets the NextToken field's value.
func (s *ListSitesInput) SetOperatingAddressCityFilter(v []*string) *ListSitesInput
SetOperatingAddressCityFilter sets the OperatingAddressCityFilter field's value.
func (s *ListSitesInput) SetOperatingAddressCountryCodeFilter(v []*string) *ListSitesInput
SetOperatingAddressCountryCodeFilter sets the OperatingAddressCountryCodeFilter field's value.
func (s *ListSitesInput) SetOperatingAddressStateOrRegionFilter(v []*string) *ListSitesInput
SetOperatingAddressStateOrRegionFilter sets the OperatingAddressStateOrRegionFilter field's value.
func (s ListSitesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSitesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSitesOutput struct { // The pagination token. NextToken *string `min:"1" type:"string"` // Information about the sites. Sites []*Site `type:"list"` // contains filtered or unexported fields }
func (s ListSitesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListSitesOutput) SetNextToken(v string) *ListSitesOutput
SetNextToken sets the NextToken field's value.
func (s *ListSitesOutput) SetSites(v []*Site) *ListSitesOutput
SetSites sets the Sites field's value.
func (s ListSitesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput struct { // The resource tags. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
The specified request is not valid.
func (s *NotFoundException) Code() string
Code returns the exception type name.
func (s *NotFoundException) Error() string
func (s NotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *NotFoundException) Message() string
Message returns the exception's message.
func (s *NotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *NotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *NotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s NotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Order struct { // The line items for the order LineItems []*LineItem `type:"list"` // The fulfillment date of the order. OrderFulfilledDate *time.Time `type:"timestamp"` // The ID of the order. OrderId *string `min:"1" type:"string"` // The submission date for the order. OrderSubmissionDate *time.Time `type:"timestamp"` // The type of order. OrderType *string `type:"string" enum:"OrderType"` // The ID of the Outpost in the order. OutpostId *string `min:"1" type:"string"` // The payment option for the order. PaymentOption *string `type:"string" enum:"PaymentOption"` // The payment term. PaymentTerm *string `type:"string" enum:"PaymentTerm"` // The status of the order. // // * PREPARING - Order is received and being prepared. // // * IN_PROGRESS - Order is either being built, shipped, or installed. To // get more details, see the line item status. // // * COMPLETED - Order is complete. // // * CANCELLED - Order is cancelled. // // * ERROR - Customer should contact support. // // The following status are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, // and FULFILLED. Status *string `type:"string" enum:"OrderStatus"` // contains filtered or unexported fields }
Information about an order.
func (s Order) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Order) SetLineItems(v []*LineItem) *Order
SetLineItems sets the LineItems field's value.
func (s *Order) SetOrderFulfilledDate(v time.Time) *Order
SetOrderFulfilledDate sets the OrderFulfilledDate field's value.
func (s *Order) SetOrderId(v string) *Order
SetOrderId sets the OrderId field's value.
func (s *Order) SetOrderSubmissionDate(v time.Time) *Order
SetOrderSubmissionDate sets the OrderSubmissionDate field's value.
func (s *Order) SetOrderType(v string) *Order
SetOrderType sets the OrderType field's value.
func (s *Order) SetOutpostId(v string) *Order
SetOutpostId sets the OutpostId field's value.
func (s *Order) SetPaymentOption(v string) *Order
SetPaymentOption sets the PaymentOption field's value.
func (s *Order) SetPaymentTerm(v string) *Order
SetPaymentTerm sets the PaymentTerm field's value.
func (s *Order) SetStatus(v string) *Order
SetStatus sets the Status field's value.
func (s Order) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OrderSummary struct { // The status of all line items in the order. LineItemCountsByStatus map[string]*int64 `type:"map"` // The fulfilment date for the order. OrderFulfilledDate *time.Time `type:"timestamp"` // The ID of the order. OrderId *string `min:"1" type:"string"` // The submission date for the order. OrderSubmissionDate *time.Time `type:"timestamp"` // The type of order. OrderType *string `type:"string" enum:"OrderType"` // The ID of the Outpost. OutpostId *string `min:"1" type:"string"` // The status of the order. // // * PREPARING - Order is received and is being prepared. // // * IN_PROGRESS - Order is either being built, shipped, or installed. For // more information, see the LineItem status. // // * COMPLETED - Order is complete. // // * CANCELLED - Order is cancelled. // // * ERROR - Customer should contact support. // // The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, // and FULFILLED. Status *string `type:"string" enum:"OrderStatus"` // contains filtered or unexported fields }
A summary of line items in your order.
func (s OrderSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *OrderSummary) SetLineItemCountsByStatus(v map[string]*int64) *OrderSummary
SetLineItemCountsByStatus sets the LineItemCountsByStatus field's value.
func (s *OrderSummary) SetOrderFulfilledDate(v time.Time) *OrderSummary
SetOrderFulfilledDate sets the OrderFulfilledDate field's value.
func (s *OrderSummary) SetOrderId(v string) *OrderSummary
SetOrderId sets the OrderId field's value.
func (s *OrderSummary) SetOrderSubmissionDate(v time.Time) *OrderSummary
SetOrderSubmissionDate sets the OrderSubmissionDate field's value.
func (s *OrderSummary) SetOrderType(v string) *OrderSummary
SetOrderType sets the OrderType field's value.
func (s *OrderSummary) SetOutpostId(v string) *OrderSummary
SetOutpostId sets the OutpostId field's value.
func (s *OrderSummary) SetStatus(v string) *OrderSummary
SetStatus sets the Status field's value.
func (s OrderSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Outpost struct { // The Availability Zone. AvailabilityZone *string `min:"1" type:"string"` // The ID of the Availability Zone. AvailabilityZoneId *string `min:"1" type:"string"` // The description of the Outpost. Description *string `type:"string"` // The life cycle status. LifeCycleStatus *string `min:"1" type:"string"` // The name of the Outpost. Name *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the Outpost. OutpostArn *string `min:"1" type:"string"` // The ID of the Outpost. OutpostId *string `min:"1" type:"string"` // The Amazon Web Services account ID of the Outpost owner. OwnerId *string `min:"12" type:"string"` // The Amazon Resource Name (ARN) of the site. SiteArn *string `min:"1" type:"string"` // The ID of the site. SiteId *string `min:"1" type:"string"` // The hardware type. SupportedHardwareType *string `type:"string" enum:"SupportedHardwareType"` // The Outpost tags. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
Information about an Outpost.
func (s Outpost) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Outpost) SetAvailabilityZone(v string) *Outpost
SetAvailabilityZone sets the AvailabilityZone field's value.
func (s *Outpost) SetAvailabilityZoneId(v string) *Outpost
SetAvailabilityZoneId sets the AvailabilityZoneId field's value.
func (s *Outpost) SetDescription(v string) *Outpost
SetDescription sets the Description field's value.
func (s *Outpost) SetLifeCycleStatus(v string) *Outpost
SetLifeCycleStatus sets the LifeCycleStatus field's value.
func (s *Outpost) SetName(v string) *Outpost
SetName sets the Name field's value.
func (s *Outpost) SetOutpostArn(v string) *Outpost
SetOutpostArn sets the OutpostArn field's value.
func (s *Outpost) SetOutpostId(v string) *Outpost
SetOutpostId sets the OutpostId field's value.
func (s *Outpost) SetOwnerId(v string) *Outpost
SetOwnerId sets the OwnerId field's value.
func (s *Outpost) SetSiteArn(v string) *Outpost
SetSiteArn sets the SiteArn field's value.
func (s *Outpost) SetSiteId(v string) *Outpost
SetSiteId sets the SiteId field's value.
func (s *Outpost) SetSupportedHardwareType(v string) *Outpost
SetSupportedHardwareType sets the SupportedHardwareType field's value.
func (s *Outpost) SetTags(v map[string]*string) *Outpost
SetTags sets the Tags field's value.
func (s Outpost) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Outposts struct { *client.Client }
Outposts provides the API operation methods for making requests to AWS Outposts. See this package's package overview docs for details on the service.
Outposts methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Outposts
New creates a new instance of the Outposts client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Outposts client from just a session. svc := outposts.New(mySession) // Create a Outposts client with additional configuration svc := outposts.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (c *Outposts) CancelCapacityTask(input *CancelCapacityTaskInput) (*CancelCapacityTaskOutput, error)
CancelCapacityTask API operation for AWS Outposts.
Cancels the capacity task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation CancelCapacityTask for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CancelCapacityTask
func (c *Outposts) CancelCapacityTaskRequest(input *CancelCapacityTaskInput) (req *request.Request, output *CancelCapacityTaskOutput)
CancelCapacityTaskRequest generates a "aws/request.Request" representing the client's request for the CancelCapacityTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelCapacityTask for more information on using the CancelCapacityTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelCapacityTaskRequest method. req, resp := client.CancelCapacityTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CancelCapacityTask
func (c *Outposts) CancelCapacityTaskWithContext(ctx aws.Context, input *CancelCapacityTaskInput, opts ...request.Option) (*CancelCapacityTaskOutput, error)
CancelCapacityTaskWithContext is the same as CancelCapacityTask with the addition of the ability to pass a context and additional request options.
See CancelCapacityTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) CancelOrder(input *CancelOrderInput) (*CancelOrderOutput, error)
CancelOrder API operation for AWS Outposts.
Cancels the specified order for an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation CancelOrder for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CancelOrder
func (c *Outposts) CancelOrderRequest(input *CancelOrderInput) (req *request.Request, output *CancelOrderOutput)
CancelOrderRequest generates a "aws/request.Request" representing the client's request for the CancelOrder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelOrder for more information on using the CancelOrder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelOrderRequest method. req, resp := client.CancelOrderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CancelOrder
func (c *Outposts) CancelOrderWithContext(ctx aws.Context, input *CancelOrderInput, opts ...request.Option) (*CancelOrderOutput, error)
CancelOrderWithContext is the same as CancelOrder with the addition of the ability to pass a context and additional request options.
See CancelOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) CreateOrder(input *CreateOrderInput) (*CreateOrderOutput, error)
CreateOrder API operation for AWS Outposts.
Creates an order for an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation CreateOrder for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
ServiceQuotaExceededException You have exceeded a service quota.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrder
func (c *Outposts) CreateOrderRequest(input *CreateOrderInput) (req *request.Request, output *CreateOrderOutput)
CreateOrderRequest generates a "aws/request.Request" representing the client's request for the CreateOrder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateOrder for more information on using the CreateOrder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateOrderRequest method. req, resp := client.CreateOrderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOrder
func (c *Outposts) CreateOrderWithContext(ctx aws.Context, input *CreateOrderInput, opts ...request.Option) (*CreateOrderOutput, error)
CreateOrderWithContext is the same as CreateOrder with the addition of the ability to pass a context and additional request options.
See CreateOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) CreateOutpost(input *CreateOutpostInput) (*CreateOutpostOutput, error)
CreateOutpost API operation for AWS Outposts.
Creates an Outpost.
You can specify either an Availability one or an AZ ID.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation CreateOutpost for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
ServiceQuotaExceededException You have exceeded a service quota.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpost
func (c *Outposts) CreateOutpostRequest(input *CreateOutpostInput) (req *request.Request, output *CreateOutpostOutput)
CreateOutpostRequest generates a "aws/request.Request" representing the client's request for the CreateOutpost operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateOutpost for more information on using the CreateOutpost API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateOutpostRequest method. req, resp := client.CreateOutpostRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateOutpost
func (c *Outposts) CreateOutpostWithContext(ctx aws.Context, input *CreateOutpostInput, opts ...request.Option) (*CreateOutpostOutput, error)
CreateOutpostWithContext is the same as CreateOutpost with the addition of the ability to pass a context and additional request options.
See CreateOutpost for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) CreateSite(input *CreateSiteInput) (*CreateSiteOutput, error)
CreateSite API operation for AWS Outposts.
Creates a site for an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation CreateSite for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
ServiceQuotaExceededException You have exceeded a service quota.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateSite
func (c *Outposts) CreateSiteRequest(input *CreateSiteInput) (req *request.Request, output *CreateSiteOutput)
CreateSiteRequest generates a "aws/request.Request" representing the client's request for the CreateSite operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateSite for more information on using the CreateSite API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateSiteRequest method. req, resp := client.CreateSiteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/CreateSite
func (c *Outposts) CreateSiteWithContext(ctx aws.Context, input *CreateSiteInput, opts ...request.Option) (*CreateSiteOutput, error)
CreateSiteWithContext is the same as CreateSite with the addition of the ability to pass a context and additional request options.
See CreateSite for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) DeleteOutpost(input *DeleteOutpostInput) (*DeleteOutpostOutput, error)
DeleteOutpost API operation for AWS Outposts.
Deletes the specified Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation DeleteOutpost for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpost
func (c *Outposts) DeleteOutpostRequest(input *DeleteOutpostInput) (req *request.Request, output *DeleteOutpostOutput)
DeleteOutpostRequest generates a "aws/request.Request" representing the client's request for the DeleteOutpost operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteOutpost for more information on using the DeleteOutpost API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteOutpostRequest method. req, resp := client.DeleteOutpostRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteOutpost
func (c *Outposts) DeleteOutpostWithContext(ctx aws.Context, input *DeleteOutpostInput, opts ...request.Option) (*DeleteOutpostOutput, error)
DeleteOutpostWithContext is the same as DeleteOutpost with the addition of the ability to pass a context and additional request options.
See DeleteOutpost for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) DeleteSite(input *DeleteSiteInput) (*DeleteSiteOutput, error)
DeleteSite API operation for AWS Outposts.
Deletes the specified site.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation DeleteSite for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSite
func (c *Outposts) DeleteSiteRequest(input *DeleteSiteInput) (req *request.Request, output *DeleteSiteOutput)
DeleteSiteRequest generates a "aws/request.Request" representing the client's request for the DeleteSite operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteSite for more information on using the DeleteSite API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteSiteRequest method. req, resp := client.DeleteSiteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/DeleteSite
func (c *Outposts) DeleteSiteWithContext(ctx aws.Context, input *DeleteSiteInput, opts ...request.Option) (*DeleteSiteOutput, error)
DeleteSiteWithContext is the same as DeleteSite with the addition of the ability to pass a context and additional request options.
See DeleteSite for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetCapacityTask(input *GetCapacityTaskInput) (*GetCapacityTaskOutput, error)
GetCapacityTask API operation for AWS Outposts.
Gets details of the specified capacity task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetCapacityTask for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetCapacityTask
func (c *Outposts) GetCapacityTaskRequest(input *GetCapacityTaskInput) (req *request.Request, output *GetCapacityTaskOutput)
GetCapacityTaskRequest generates a "aws/request.Request" representing the client's request for the GetCapacityTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCapacityTask for more information on using the GetCapacityTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCapacityTaskRequest method. req, resp := client.GetCapacityTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetCapacityTask
func (c *Outposts) GetCapacityTaskWithContext(ctx aws.Context, input *GetCapacityTaskInput, opts ...request.Option) (*GetCapacityTaskOutput, error)
GetCapacityTaskWithContext is the same as GetCapacityTask with the addition of the ability to pass a context and additional request options.
See GetCapacityTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetCatalogItem(input *GetCatalogItemInput) (*GetCatalogItemOutput, error)
GetCatalogItem API operation for AWS Outposts.
Gets information about the specified catalog item.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetCatalogItem for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetCatalogItem
func (c *Outposts) GetCatalogItemRequest(input *GetCatalogItemInput) (req *request.Request, output *GetCatalogItemOutput)
GetCatalogItemRequest generates a "aws/request.Request" representing the client's request for the GetCatalogItem operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCatalogItem for more information on using the GetCatalogItem API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCatalogItemRequest method. req, resp := client.GetCatalogItemRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetCatalogItem
func (c *Outposts) GetCatalogItemWithContext(ctx aws.Context, input *GetCatalogItemInput, opts ...request.Option) (*GetCatalogItemOutput, error)
GetCatalogItemWithContext is the same as GetCatalogItem with the addition of the ability to pass a context and additional request options.
See GetCatalogItem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetConnection(input *GetConnectionInput) (*GetConnectionOutput, error)
GetConnection API operation for AWS Outposts.
Amazon Web Services uses this action to install Outpost servers.
Gets information about the specified connection.
Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts (https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html) and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail (https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html) in the Amazon Web Services Outposts User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetConnection for usage and error information.
Returned Error Types:
AccessDeniedException You do not have permission to perform this operation.
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnection
func (c *Outposts) GetConnectionRequest(input *GetConnectionInput) (req *request.Request, output *GetConnectionOutput)
GetConnectionRequest generates a "aws/request.Request" representing the client's request for the GetConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetConnection for more information on using the GetConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetConnectionRequest method. req, resp := client.GetConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetConnection
func (c *Outposts) GetConnectionWithContext(ctx aws.Context, input *GetConnectionInput, opts ...request.Option) (*GetConnectionOutput, error)
GetConnectionWithContext is the same as GetConnection with the addition of the ability to pass a context and additional request options.
See GetConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOrder(input *GetOrderInput) (*GetOrderOutput, error)
GetOrder API operation for AWS Outposts.
Gets information about the specified order.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetOrder for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOrder
func (c *Outposts) GetOrderRequest(input *GetOrderInput) (req *request.Request, output *GetOrderOutput)
GetOrderRequest generates a "aws/request.Request" representing the client's request for the GetOrder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOrder for more information on using the GetOrder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOrderRequest method. req, resp := client.GetOrderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOrder
func (c *Outposts) GetOrderWithContext(ctx aws.Context, input *GetOrderInput, opts ...request.Option) (*GetOrderOutput, error)
GetOrderWithContext is the same as GetOrder with the addition of the ability to pass a context and additional request options.
See GetOrder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOutpost(input *GetOutpostInput) (*GetOutpostOutput, error)
GetOutpost API operation for AWS Outposts.
Gets information about the specified Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetOutpost for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpost
func (c *Outposts) GetOutpostInstanceTypes(input *GetOutpostInstanceTypesInput) (*GetOutpostInstanceTypesOutput, error)
GetOutpostInstanceTypes API operation for AWS Outposts.
Gets the instance types for the specified Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetOutpostInstanceTypes for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInstanceTypes
func (c *Outposts) GetOutpostInstanceTypesPages(input *GetOutpostInstanceTypesInput, fn func(*GetOutpostInstanceTypesOutput, bool) bool) error
GetOutpostInstanceTypesPages iterates over the pages of a GetOutpostInstanceTypes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetOutpostInstanceTypes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetOutpostInstanceTypes operation. pageNum := 0 err := client.GetOutpostInstanceTypesPages(params, func(page *outposts.GetOutpostInstanceTypesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) GetOutpostInstanceTypesPagesWithContext(ctx aws.Context, input *GetOutpostInstanceTypesInput, fn func(*GetOutpostInstanceTypesOutput, bool) bool, opts ...request.Option) error
GetOutpostInstanceTypesPagesWithContext same as GetOutpostInstanceTypesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOutpostInstanceTypesRequest(input *GetOutpostInstanceTypesInput) (req *request.Request, output *GetOutpostInstanceTypesOutput)
GetOutpostInstanceTypesRequest generates a "aws/request.Request" representing the client's request for the GetOutpostInstanceTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOutpostInstanceTypes for more information on using the GetOutpostInstanceTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOutpostInstanceTypesRequest method. req, resp := client.GetOutpostInstanceTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostInstanceTypes
func (c *Outposts) GetOutpostInstanceTypesWithContext(ctx aws.Context, input *GetOutpostInstanceTypesInput, opts ...request.Option) (*GetOutpostInstanceTypesOutput, error)
GetOutpostInstanceTypesWithContext is the same as GetOutpostInstanceTypes with the addition of the ability to pass a context and additional request options.
See GetOutpostInstanceTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOutpostRequest(input *GetOutpostInput) (req *request.Request, output *GetOutpostOutput)
GetOutpostRequest generates a "aws/request.Request" representing the client's request for the GetOutpost operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOutpost for more information on using the GetOutpost API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOutpostRequest method. req, resp := client.GetOutpostRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpost
func (c *Outposts) GetOutpostSupportedInstanceTypes(input *GetOutpostSupportedInstanceTypesInput) (*GetOutpostSupportedInstanceTypesOutput, error)
GetOutpostSupportedInstanceTypes API operation for AWS Outposts.
Gets the instance types that an Outpost can support in InstanceTypeCapacity. This will generally include instance types that are not currently configured and therefore cannot be launched with the current Outpost capacity configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetOutpostSupportedInstanceTypes for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostSupportedInstanceTypes
func (c *Outposts) GetOutpostSupportedInstanceTypesPages(input *GetOutpostSupportedInstanceTypesInput, fn func(*GetOutpostSupportedInstanceTypesOutput, bool) bool) error
GetOutpostSupportedInstanceTypesPages iterates over the pages of a GetOutpostSupportedInstanceTypes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetOutpostSupportedInstanceTypes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetOutpostSupportedInstanceTypes operation. pageNum := 0 err := client.GetOutpostSupportedInstanceTypesPages(params, func(page *outposts.GetOutpostSupportedInstanceTypesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) GetOutpostSupportedInstanceTypesPagesWithContext(ctx aws.Context, input *GetOutpostSupportedInstanceTypesInput, fn func(*GetOutpostSupportedInstanceTypesOutput, bool) bool, opts ...request.Option) error
GetOutpostSupportedInstanceTypesPagesWithContext same as GetOutpostSupportedInstanceTypesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOutpostSupportedInstanceTypesRequest(input *GetOutpostSupportedInstanceTypesInput) (req *request.Request, output *GetOutpostSupportedInstanceTypesOutput)
GetOutpostSupportedInstanceTypesRequest generates a "aws/request.Request" representing the client's request for the GetOutpostSupportedInstanceTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOutpostSupportedInstanceTypes for more information on using the GetOutpostSupportedInstanceTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOutpostSupportedInstanceTypesRequest method. req, resp := client.GetOutpostSupportedInstanceTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetOutpostSupportedInstanceTypes
func (c *Outposts) GetOutpostSupportedInstanceTypesWithContext(ctx aws.Context, input *GetOutpostSupportedInstanceTypesInput, opts ...request.Option) (*GetOutpostSupportedInstanceTypesOutput, error)
GetOutpostSupportedInstanceTypesWithContext is the same as GetOutpostSupportedInstanceTypes with the addition of the ability to pass a context and additional request options.
See GetOutpostSupportedInstanceTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetOutpostWithContext(ctx aws.Context, input *GetOutpostInput, opts ...request.Option) (*GetOutpostOutput, error)
GetOutpostWithContext is the same as GetOutpost with the addition of the ability to pass a context and additional request options.
See GetOutpost for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetSite(input *GetSiteInput) (*GetSiteOutput, error)
GetSite API operation for AWS Outposts.
Gets information about the specified Outpost site.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetSite for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSite
func (c *Outposts) GetSiteAddress(input *GetSiteAddressInput) (*GetSiteAddressOutput, error)
GetSiteAddress API operation for AWS Outposts.
Gets the site address of the specified site.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation GetSiteAddress for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteAddress
func (c *Outposts) GetSiteAddressRequest(input *GetSiteAddressInput) (req *request.Request, output *GetSiteAddressOutput)
GetSiteAddressRequest generates a "aws/request.Request" representing the client's request for the GetSiteAddress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSiteAddress for more information on using the GetSiteAddress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSiteAddressRequest method. req, resp := client.GetSiteAddressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSiteAddress
func (c *Outposts) GetSiteAddressWithContext(ctx aws.Context, input *GetSiteAddressInput, opts ...request.Option) (*GetSiteAddressOutput, error)
GetSiteAddressWithContext is the same as GetSiteAddress with the addition of the ability to pass a context and additional request options.
See GetSiteAddress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) GetSiteRequest(input *GetSiteInput) (req *request.Request, output *GetSiteOutput)
GetSiteRequest generates a "aws/request.Request" representing the client's request for the GetSite operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSite for more information on using the GetSite API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSiteRequest method. req, resp := client.GetSiteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/GetSite
func (c *Outposts) GetSiteWithContext(ctx aws.Context, input *GetSiteInput, opts ...request.Option) (*GetSiteOutput, error)
GetSiteWithContext is the same as GetSite with the addition of the ability to pass a context and additional request options.
See GetSite for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListAssets(input *ListAssetsInput) (*ListAssetsOutput, error)
ListAssets API operation for AWS Outposts.
Lists the hardware assets for the specified Outpost.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListAssets for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssets
func (c *Outposts) ListAssetsPages(input *ListAssetsInput, fn func(*ListAssetsOutput, bool) bool) error
ListAssetsPages iterates over the pages of a ListAssets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssets method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssets operation. pageNum := 0 err := client.ListAssetsPages(params, func(page *outposts.ListAssetsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListAssetsPagesWithContext(ctx aws.Context, input *ListAssetsInput, fn func(*ListAssetsOutput, bool) bool, opts ...request.Option) error
ListAssetsPagesWithContext same as ListAssetsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListAssetsRequest(input *ListAssetsInput) (req *request.Request, output *ListAssetsOutput)
ListAssetsRequest generates a "aws/request.Request" representing the client's request for the ListAssets operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssets for more information on using the ListAssets API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssetsRequest method. req, resp := client.ListAssetsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListAssets
func (c *Outposts) ListAssetsWithContext(ctx aws.Context, input *ListAssetsInput, opts ...request.Option) (*ListAssetsOutput, error)
ListAssetsWithContext is the same as ListAssets with the addition of the ability to pass a context and additional request options.
See ListAssets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListCapacityTasks(input *ListCapacityTasksInput) (*ListCapacityTasksOutput, error)
ListCapacityTasks API operation for AWS Outposts.
Lists the capacity tasks for your Amazon Web Services account.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListCapacityTasks for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCapacityTasks
func (c *Outposts) ListCapacityTasksPages(input *ListCapacityTasksInput, fn func(*ListCapacityTasksOutput, bool) bool) error
ListCapacityTasksPages iterates over the pages of a ListCapacityTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCapacityTasks method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCapacityTasks operation. pageNum := 0 err := client.ListCapacityTasksPages(params, func(page *outposts.ListCapacityTasksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListCapacityTasksPagesWithContext(ctx aws.Context, input *ListCapacityTasksInput, fn func(*ListCapacityTasksOutput, bool) bool, opts ...request.Option) error
ListCapacityTasksPagesWithContext same as ListCapacityTasksPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListCapacityTasksRequest(input *ListCapacityTasksInput) (req *request.Request, output *ListCapacityTasksOutput)
ListCapacityTasksRequest generates a "aws/request.Request" representing the client's request for the ListCapacityTasks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCapacityTasks for more information on using the ListCapacityTasks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCapacityTasksRequest method. req, resp := client.ListCapacityTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCapacityTasks
func (c *Outposts) ListCapacityTasksWithContext(ctx aws.Context, input *ListCapacityTasksInput, opts ...request.Option) (*ListCapacityTasksOutput, error)
ListCapacityTasksWithContext is the same as ListCapacityTasks with the addition of the ability to pass a context and additional request options.
See ListCapacityTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListCatalogItems(input *ListCatalogItemsInput) (*ListCatalogItemsOutput, error)
ListCatalogItems API operation for AWS Outposts.
Lists the items in the catalog.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListCatalogItems for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCatalogItems
func (c *Outposts) ListCatalogItemsPages(input *ListCatalogItemsInput, fn func(*ListCatalogItemsOutput, bool) bool) error
ListCatalogItemsPages iterates over the pages of a ListCatalogItems operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCatalogItems method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCatalogItems operation. pageNum := 0 err := client.ListCatalogItemsPages(params, func(page *outposts.ListCatalogItemsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListCatalogItemsPagesWithContext(ctx aws.Context, input *ListCatalogItemsInput, fn func(*ListCatalogItemsOutput, bool) bool, opts ...request.Option) error
ListCatalogItemsPagesWithContext same as ListCatalogItemsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListCatalogItemsRequest(input *ListCatalogItemsInput) (req *request.Request, output *ListCatalogItemsOutput)
ListCatalogItemsRequest generates a "aws/request.Request" representing the client's request for the ListCatalogItems operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCatalogItems for more information on using the ListCatalogItems API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCatalogItemsRequest method. req, resp := client.ListCatalogItemsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListCatalogItems
func (c *Outposts) ListCatalogItemsWithContext(ctx aws.Context, input *ListCatalogItemsInput, opts ...request.Option) (*ListCatalogItemsOutput, error)
ListCatalogItemsWithContext is the same as ListCatalogItems with the addition of the ability to pass a context and additional request options.
See ListCatalogItems for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListOrders(input *ListOrdersInput) (*ListOrdersOutput, error)
ListOrders API operation for AWS Outposts.
Lists the Outpost orders for your Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListOrders for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOrders
func (c *Outposts) ListOrdersPages(input *ListOrdersInput, fn func(*ListOrdersOutput, bool) bool) error
ListOrdersPages iterates over the pages of a ListOrders operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOrders method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOrders operation. pageNum := 0 err := client.ListOrdersPages(params, func(page *outposts.ListOrdersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListOrdersPagesWithContext(ctx aws.Context, input *ListOrdersInput, fn func(*ListOrdersOutput, bool) bool, opts ...request.Option) error
ListOrdersPagesWithContext same as ListOrdersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListOrdersRequest(input *ListOrdersInput) (req *request.Request, output *ListOrdersOutput)
ListOrdersRequest generates a "aws/request.Request" representing the client's request for the ListOrders operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOrders for more information on using the ListOrders API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOrdersRequest method. req, resp := client.ListOrdersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOrders
func (c *Outposts) ListOrdersWithContext(ctx aws.Context, input *ListOrdersInput, opts ...request.Option) (*ListOrdersOutput, error)
ListOrdersWithContext is the same as ListOrders with the addition of the ability to pass a context and additional request options.
See ListOrders for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListOutposts(input *ListOutpostsInput) (*ListOutpostsOutput, error)
ListOutposts API operation for AWS Outposts.
Lists the Outposts for your Amazon Web Services account.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListOutposts for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutposts
func (c *Outposts) ListOutpostsPages(input *ListOutpostsInput, fn func(*ListOutpostsOutput, bool) bool) error
ListOutpostsPages iterates over the pages of a ListOutposts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOutposts method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOutposts operation. pageNum := 0 err := client.ListOutpostsPages(params, func(page *outposts.ListOutpostsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListOutpostsPagesWithContext(ctx aws.Context, input *ListOutpostsInput, fn func(*ListOutpostsOutput, bool) bool, opts ...request.Option) error
ListOutpostsPagesWithContext same as ListOutpostsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListOutpostsRequest(input *ListOutpostsInput) (req *request.Request, output *ListOutpostsOutput)
ListOutpostsRequest generates a "aws/request.Request" representing the client's request for the ListOutposts operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOutposts for more information on using the ListOutposts API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOutpostsRequest method. req, resp := client.ListOutpostsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListOutposts
func (c *Outposts) ListOutpostsWithContext(ctx aws.Context, input *ListOutpostsInput, opts ...request.Option) (*ListOutpostsOutput, error)
ListOutpostsWithContext is the same as ListOutposts with the addition of the ability to pass a context and additional request options.
See ListOutposts for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListSites(input *ListSitesInput) (*ListSitesOutput, error)
ListSites API operation for AWS Outposts.
Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific results.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListSites for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListSites
func (c *Outposts) ListSitesPages(input *ListSitesInput, fn func(*ListSitesOutput, bool) bool) error
ListSitesPages iterates over the pages of a ListSites operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListSites method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListSites operation. pageNum := 0 err := client.ListSitesPages(params, func(page *outposts.ListSitesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *Outposts) ListSitesPagesWithContext(ctx aws.Context, input *ListSitesInput, fn func(*ListSitesOutput, bool) bool, opts ...request.Option) error
ListSitesPagesWithContext same as ListSitesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListSitesRequest(input *ListSitesInput) (req *request.Request, output *ListSitesOutput)
ListSitesRequest generates a "aws/request.Request" representing the client's request for the ListSites operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSites for more information on using the ListSites API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSitesRequest method. req, resp := client.ListSitesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListSites
func (c *Outposts) ListSitesWithContext(ctx aws.Context, input *ListSitesInput, opts ...request.Option) (*ListSitesOutput, error)
ListSitesWithContext is the same as ListSites with the addition of the ability to pass a context and additional request options.
See ListSites for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Outposts.
Lists the tags for the specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InternalServerException An internal error has occurred.
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListTagsForResource
func (c *Outposts) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/ListTagsForResource
func (c *Outposts) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) StartCapacityTask(input *StartCapacityTaskInput) (*StartCapacityTaskOutput, error)
StartCapacityTask API operation for AWS Outposts.
Starts the specified capacity task. You can have one active capacity task for an order.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation StartCapacityTask for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
ConflictException Updating or deleting this resource can cause an inconsistent state.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartCapacityTask
func (c *Outposts) StartCapacityTaskRequest(input *StartCapacityTaskInput) (req *request.Request, output *StartCapacityTaskOutput)
StartCapacityTaskRequest generates a "aws/request.Request" representing the client's request for the StartCapacityTask operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartCapacityTask for more information on using the StartCapacityTask API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartCapacityTaskRequest method. req, resp := client.StartCapacityTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartCapacityTask
func (c *Outposts) StartCapacityTaskWithContext(ctx aws.Context, input *StartCapacityTaskInput, opts ...request.Option) (*StartCapacityTaskOutput, error)
StartCapacityTaskWithContext is the same as StartCapacityTask with the addition of the ability to pass a context and additional request options.
See StartCapacityTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) StartConnection(input *StartConnectionInput) (*StartConnectionOutput, error)
StartConnection API operation for AWS Outposts.
Amazon Web Services uses this action to install Outpost servers.
Starts the connection required for Outpost server installation.
Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts (https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html) and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail (https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html) in the Amazon Web Services Outposts User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation StartConnection for usage and error information.
Returned Error Types:
AccessDeniedException You do not have permission to perform this operation.
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnection
func (c *Outposts) StartConnectionRequest(input *StartConnectionInput) (req *request.Request, output *StartConnectionOutput)
StartConnectionRequest generates a "aws/request.Request" representing the client's request for the StartConnection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartConnection for more information on using the StartConnection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartConnectionRequest method. req, resp := client.StartConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/StartConnection
func (c *Outposts) StartConnectionWithContext(ctx aws.Context, input *StartConnectionInput, opts ...request.Option) (*StartConnectionOutput, error)
StartConnectionWithContext is the same as StartConnection with the addition of the ability to pass a context and additional request options.
See StartConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Outposts.
Adds tags to the specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation TagResource for usage and error information.
Returned Error Types:
InternalServerException An internal error has occurred.
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/TagResource
func (c *Outposts) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/TagResource
func (c *Outposts) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Outposts.
Removes tags from the specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation UntagResource for usage and error information.
Returned Error Types:
InternalServerException An internal error has occurred.
ValidationException A parameter is not valid.
NotFoundException The specified request is not valid.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UntagResource
func (c *Outposts) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UntagResource
func (c *Outposts) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) UpdateOutpost(input *UpdateOutpostInput) (*UpdateOutpostOutput, error)
UpdateOutpost API operation for AWS Outposts.
Updates an Outpost.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation UpdateOutpost for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateOutpost
func (c *Outposts) UpdateOutpostRequest(input *UpdateOutpostInput) (req *request.Request, output *UpdateOutpostOutput)
UpdateOutpostRequest generates a "aws/request.Request" representing the client's request for the UpdateOutpost operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateOutpost for more information on using the UpdateOutpost API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateOutpostRequest method. req, resp := client.UpdateOutpostRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateOutpost
func (c *Outposts) UpdateOutpostWithContext(ctx aws.Context, input *UpdateOutpostInput, opts ...request.Option) (*UpdateOutpostOutput, error)
UpdateOutpostWithContext is the same as UpdateOutpost with the addition of the ability to pass a context and additional request options.
See UpdateOutpost for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) UpdateSite(input *UpdateSiteInput) (*UpdateSiteOutput, error)
UpdateSite API operation for AWS Outposts.
Updates the specified site.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation UpdateSite for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSite
func (c *Outposts) UpdateSiteAddress(input *UpdateSiteAddressInput) (*UpdateSiteAddressOutput, error)
UpdateSiteAddress API operation for AWS Outposts.
Updates the address of the specified site.
You can't update a site address if there is an order in progress. You must wait for the order to complete or cancel the order.
You can update the operating address before you place an order at the site, or after all Outposts that belong to the site have been deactivated.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation UpdateSiteAddress for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
AccessDeniedException You do not have permission to perform this operation.
NotFoundException The specified request is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteAddress
func (c *Outposts) UpdateSiteAddressRequest(input *UpdateSiteAddressInput) (req *request.Request, output *UpdateSiteAddressOutput)
UpdateSiteAddressRequest generates a "aws/request.Request" representing the client's request for the UpdateSiteAddress operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSiteAddress for more information on using the UpdateSiteAddress API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSiteAddressRequest method. req, resp := client.UpdateSiteAddressRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteAddress
func (c *Outposts) UpdateSiteAddressWithContext(ctx aws.Context, input *UpdateSiteAddressInput, opts ...request.Option) (*UpdateSiteAddressOutput, error)
UpdateSiteAddressWithContext is the same as UpdateSiteAddress with the addition of the ability to pass a context and additional request options.
See UpdateSiteAddress for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) UpdateSiteRackPhysicalProperties(input *UpdateSiteRackPhysicalPropertiesInput) (*UpdateSiteRackPhysicalPropertiesOutput, error)
UpdateSiteRackPhysicalProperties API operation for AWS Outposts.
Update the physical and logistical details for a rack at a site. For more information about hardware requirements for racks, see Network readiness checklist (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist) in the Amazon Web Services Outposts User Guide.
To update a rack at a site with an order of IN_PROGRESS, you must wait for the order to complete or cancel the order.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Outposts's API operation UpdateSiteRackPhysicalProperties for usage and error information.
Returned Error Types:
ValidationException A parameter is not valid.
ConflictException Updating or deleting this resource can cause an inconsistent state.
NotFoundException The specified request is not valid.
AccessDeniedException You do not have permission to perform this operation.
InternalServerException An internal error has occurred.
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteRackPhysicalProperties
func (c *Outposts) UpdateSiteRackPhysicalPropertiesRequest(input *UpdateSiteRackPhysicalPropertiesInput) (req *request.Request, output *UpdateSiteRackPhysicalPropertiesOutput)
UpdateSiteRackPhysicalPropertiesRequest generates a "aws/request.Request" representing the client's request for the UpdateSiteRackPhysicalProperties operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSiteRackPhysicalProperties for more information on using the UpdateSiteRackPhysicalProperties API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSiteRackPhysicalPropertiesRequest method. req, resp := client.UpdateSiteRackPhysicalPropertiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSiteRackPhysicalProperties
func (c *Outposts) UpdateSiteRackPhysicalPropertiesWithContext(ctx aws.Context, input *UpdateSiteRackPhysicalPropertiesInput, opts ...request.Option) (*UpdateSiteRackPhysicalPropertiesOutput, error)
UpdateSiteRackPhysicalPropertiesWithContext is the same as UpdateSiteRackPhysicalProperties with the addition of the ability to pass a context and additional request options.
See UpdateSiteRackPhysicalProperties for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *Outposts) UpdateSiteRequest(input *UpdateSiteInput) (req *request.Request, output *UpdateSiteOutput)
UpdateSiteRequest generates a "aws/request.Request" representing the client's request for the UpdateSite operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSite for more information on using the UpdateSite API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSiteRequest method. req, resp := client.UpdateSiteRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/outposts-2019-12-03/UpdateSite
func (c *Outposts) UpdateSiteWithContext(ctx aws.Context, input *UpdateSiteInput, opts ...request.Option) (*UpdateSiteOutput, error)
UpdateSiteWithContext is the same as UpdateSite with the addition of the ability to pass a context and additional request options.
See UpdateSite for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type RackPhysicalProperties struct { // The type of fiber used to attach the Outpost to the network. FiberOpticCableType *string `type:"string" enum:"FiberOpticCableType"` // The maximum rack weight that this site can support. NO_LIMIT is over 2000 // lbs (907 kg). MaximumSupportedWeightLbs *string `type:"string" enum:"MaximumSupportedWeightLbs"` // The type of optical standard used to attach the Outpost to the network. This // field is dependent on uplink speed, fiber type, and distance to the upstream // device. For more information about networking requirements for racks, see // Network (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking) // in the Amazon Web Services Outposts User Guide. OpticalStandard *string `type:"string" enum:"OpticalStandard"` // The power connector for the hardware. PowerConnector *string `type:"string" enum:"PowerConnector"` // The power draw available at the hardware placement position for the rack. PowerDrawKva *string `type:"string" enum:"PowerDrawKva"` // The position of the power feed. PowerFeedDrop *string `type:"string" enum:"PowerFeedDrop"` // The power option that you can provide for hardware. PowerPhase *string `type:"string" enum:"PowerPhase"` // The number of uplinks each Outpost network device. UplinkCount *string `type:"string" enum:"UplinkCount"` // The uplink speed the rack supports for the connection to the Region. UplinkGbps *string `type:"string" enum:"UplinkGbps"` // contains filtered or unexported fields }
Information about the physical and logistical details for racks at sites. For more information about hardware requirements for racks, see Network readiness checklist (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#checklist) in the Amazon Web Services Outposts User Guide.
func (s RackPhysicalProperties) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RackPhysicalProperties) SetFiberOpticCableType(v string) *RackPhysicalProperties
SetFiberOpticCableType sets the FiberOpticCableType field's value.
func (s *RackPhysicalProperties) SetMaximumSupportedWeightLbs(v string) *RackPhysicalProperties
SetMaximumSupportedWeightLbs sets the MaximumSupportedWeightLbs field's value.
func (s *RackPhysicalProperties) SetOpticalStandard(v string) *RackPhysicalProperties
SetOpticalStandard sets the OpticalStandard field's value.
func (s *RackPhysicalProperties) SetPowerConnector(v string) *RackPhysicalProperties
SetPowerConnector sets the PowerConnector field's value.
func (s *RackPhysicalProperties) SetPowerDrawKva(v string) *RackPhysicalProperties
SetPowerDrawKva sets the PowerDrawKva field's value.
func (s *RackPhysicalProperties) SetPowerFeedDrop(v string) *RackPhysicalProperties
SetPowerFeedDrop sets the PowerFeedDrop field's value.
func (s *RackPhysicalProperties) SetPowerPhase(v string) *RackPhysicalProperties
SetPowerPhase sets the PowerPhase field's value.
func (s *RackPhysicalProperties) SetUplinkCount(v string) *RackPhysicalProperties
SetUplinkCount sets the UplinkCount field's value.
func (s *RackPhysicalProperties) SetUplinkGbps(v string) *RackPhysicalProperties
SetUplinkGbps sets the UplinkGbps field's value.
func (s RackPhysicalProperties) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
You have exceeded a service quota.
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (s *ServiceQuotaExceededException) Error() string
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ShipmentInformation struct { // The carrier of the shipment. ShipmentCarrier *string `type:"string" enum:"ShipmentCarrier"` // The tracking number of the shipment. ShipmentTrackingNumber *string `min:"6" type:"string"` // contains filtered or unexported fields }
Information about a line item shipment.
func (s ShipmentInformation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ShipmentInformation) SetShipmentCarrier(v string) *ShipmentInformation
SetShipmentCarrier sets the ShipmentCarrier field's value.
func (s *ShipmentInformation) SetShipmentTrackingNumber(v string) *ShipmentInformation
SetShipmentTrackingNumber sets the ShipmentTrackingNumber field's value.
func (s ShipmentInformation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Site struct { // The ID of the Amazon Web Services account. AccountId *string `min:"12" type:"string"` // The description of the site. Description *string `min:"1" type:"string"` // The name of the site. Name *string `min:"1" type:"string"` // Notes about a site. Notes *string `min:"1" type:"string"` // City where the hardware is installed and powered on. OperatingAddressCity *string `min:"1" type:"string"` // The ISO-3166 two-letter country code where the hardware is installed and // powered on. OperatingAddressCountryCode *string `min:"2" type:"string"` // State or region where the hardware is installed and powered on. OperatingAddressStateOrRegion *string `min:"1" type:"string"` // Information about the physical and logistical details for a rack at the site. RackPhysicalProperties *RackPhysicalProperties `type:"structure"` // The Amazon Resource Name (ARN) of the site. SiteArn *string `min:"1" type:"string"` // The ID of the site. SiteId *string `min:"1" type:"string"` // The site tags. Tags map[string]*string `min:"1" type:"map"` // contains filtered or unexported fields }
Information about a site.
func (s Site) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Site) SetAccountId(v string) *Site
SetAccountId sets the AccountId field's value.
func (s *Site) SetDescription(v string) *Site
SetDescription sets the Description field's value.
func (s *Site) SetName(v string) *Site
SetName sets the Name field's value.
func (s *Site) SetNotes(v string) *Site
SetNotes sets the Notes field's value.
func (s *Site) SetOperatingAddressCity(v string) *Site
SetOperatingAddressCity sets the OperatingAddressCity field's value.
func (s *Site) SetOperatingAddressCountryCode(v string) *Site
SetOperatingAddressCountryCode sets the OperatingAddressCountryCode field's value.
func (s *Site) SetOperatingAddressStateOrRegion(v string) *Site
SetOperatingAddressStateOrRegion sets the OperatingAddressStateOrRegion field's value.
func (s *Site) SetRackPhysicalProperties(v *RackPhysicalProperties) *Site
SetRackPhysicalProperties sets the RackPhysicalProperties field's value.
func (s *Site) SetSiteArn(v string) *Site
SetSiteArn sets the SiteArn field's value.
func (s *Site) SetSiteId(v string) *Site
SetSiteId sets the SiteId field's value.
func (s *Site) SetTags(v map[string]*string) *Site
SetTags sets the Tags field's value.
func (s Site) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartCapacityTaskInput struct { // You can request a dry run to determine if the instance type and instance // size changes is above or below available instance capacity. Requesting a // dry run does not make any changes to your plan. DryRun *bool `type:"boolean"` // The instance pools specified in the capacity task. // // InstancePools is a required field InstancePools []*InstanceTypeCapacity `type:"list" required:"true"` // The ID of the Amazon Web Services Outposts order associated with the specified // capacity task. // // OrderId is a required field OrderId *string `min:"1" type:"string" required:"true"` // The ID or ARN of the Outposts associated with the specified capacity task. // // OutpostIdentifier is a required field OutpostIdentifier *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s StartCapacityTaskInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartCapacityTaskInput) SetDryRun(v bool) *StartCapacityTaskInput
SetDryRun sets the DryRun field's value.
func (s *StartCapacityTaskInput) SetInstancePools(v []*InstanceTypeCapacity) *StartCapacityTaskInput
SetInstancePools sets the InstancePools field's value.
func (s *StartCapacityTaskInput) SetOrderId(v string) *StartCapacityTaskInput
SetOrderId sets the OrderId field's value.
func (s *StartCapacityTaskInput) SetOutpostIdentifier(v string) *StartCapacityTaskInput
SetOutpostIdentifier sets the OutpostIdentifier field's value.
func (s StartCapacityTaskInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartCapacityTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartCapacityTaskOutput struct { // ID of the capacity task that you want to start. CapacityTaskId *string `min:"21" type:"string"` // Status of the specified capacity task. CapacityTaskStatus *string `type:"string" enum:"CapacityTaskStatus"` // Date that the specified capacity task ran successfully. CompletionDate *time.Time `type:"timestamp"` // Date that the specified capacity task was created. CreationDate *time.Time `type:"timestamp"` // Results of the dry run showing if the specified capacity task is above or // below the available instance capacity. DryRun *bool `type:"boolean"` // Reason that the specified capacity task failed. Failed *CapacityTaskFailure `type:"structure"` // Date that the specified capacity task was last modified. LastModifiedDate *time.Time `type:"timestamp"` // ID of the Amazon Web Services Outposts order of the host associated with // the capacity task. OrderId *string `min:"1" type:"string"` // ID of the Outpost associated with the capacity task. OutpostId *string `min:"1" type:"string"` // List of the instance pools requested in the specified capacity task. RequestedInstancePools []*InstanceTypeCapacity `type:"list"` // contains filtered or unexported fields }
func (s StartCapacityTaskOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartCapacityTaskOutput) SetCapacityTaskId(v string) *StartCapacityTaskOutput
SetCapacityTaskId sets the CapacityTaskId field's value.
func (s *StartCapacityTaskOutput) SetCapacityTaskStatus(v string) *StartCapacityTaskOutput
SetCapacityTaskStatus sets the CapacityTaskStatus field's value.
func (s *StartCapacityTaskOutput) SetCompletionDate(v time.Time) *StartCapacityTaskOutput
SetCompletionDate sets the CompletionDate field's value.
func (s *StartCapacityTaskOutput) SetCreationDate(v time.Time) *StartCapacityTaskOutput
SetCreationDate sets the CreationDate field's value.
func (s *StartCapacityTaskOutput) SetDryRun(v bool) *StartCapacityTaskOutput
SetDryRun sets the DryRun field's value.
func (s *StartCapacityTaskOutput) SetFailed(v *CapacityTaskFailure) *StartCapacityTaskOutput
SetFailed sets the Failed field's value.
func (s *StartCapacityTaskOutput) SetLastModifiedDate(v time.Time) *StartCapacityTaskOutput
SetLastModifiedDate sets the LastModifiedDate field's value.
func (s *StartCapacityTaskOutput) SetOrderId(v string) *StartCapacityTaskOutput
SetOrderId sets the OrderId field's value.
func (s *StartCapacityTaskOutput) SetOutpostId(v string) *StartCapacityTaskOutput
SetOutpostId sets the OutpostId field's value.
func (s *StartCapacityTaskOutput) SetRequestedInstancePools(v []*InstanceTypeCapacity) *StartCapacityTaskOutput
SetRequestedInstancePools sets the RequestedInstancePools field's value.
func (s StartCapacityTaskOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartConnectionInput struct { // The ID of the Outpost server. // // AssetId is a required field AssetId *string `min:"1" type:"string" required:"true"` // The public key of the client. // // ClientPublicKey is a required field ClientPublicKey *string `min:"44" type:"string" required:"true"` // The serial number of the dongle. DeviceSerialNumber *string `min:"1" type:"string"` // The device index of the network interface on the Outpost server. // // NetworkInterfaceDeviceIndex is a required field NetworkInterfaceDeviceIndex *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (s StartConnectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartConnectionInput) SetAssetId(v string) *StartConnectionInput
SetAssetId sets the AssetId field's value.
func (s *StartConnectionInput) SetClientPublicKey(v string) *StartConnectionInput
SetClientPublicKey sets the ClientPublicKey field's value.
func (s *StartConnectionInput) SetDeviceSerialNumber(v string) *StartConnectionInput
SetDeviceSerialNumber sets the DeviceSerialNumber field's value.
func (s *StartConnectionInput) SetNetworkInterfaceDeviceIndex(v int64) *StartConnectionInput
SetNetworkInterfaceDeviceIndex sets the NetworkInterfaceDeviceIndex field's value.
func (s StartConnectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartConnectionOutput struct { // The ID of the connection. ConnectionId *string `min:"1" type:"string"` // The underlay IP address. UnderlayIpAddress *string `min:"7" type:"string"` // contains filtered or unexported fields }
func (s StartConnectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartConnectionOutput) SetConnectionId(v string) *StartConnectionOutput
SetConnectionId sets the ConnectionId field's value.
func (s *StartConnectionOutput) SetUnderlayIpAddress(v string) *StartConnectionOutput
SetUnderlayIpAddress sets the UnderlayIpAddress field's value.
func (s StartConnectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // The tags to add to the resource. // // Tags is a required field Tags map[string]*string `min:"1" type:"map" required:"true"` // contains filtered or unexported fields }
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"ResourceArn" type:"string" required:"true"` // The tag keys. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateOutpostInput struct { // The description of the Outpost. Description *string `type:"string"` // The name of the Outpost. Name *string `min:"1" type:"string"` // The ID or ARN of the Outpost. // // OutpostId is a required field OutpostId *string `location:"uri" locationName:"OutpostId" min:"1" type:"string" required:"true"` // The type of hardware for this Outpost. SupportedHardwareType *string `type:"string" enum:"SupportedHardwareType"` // contains filtered or unexported fields }
func (s UpdateOutpostInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateOutpostInput) SetDescription(v string) *UpdateOutpostInput
SetDescription sets the Description field's value.
func (s *UpdateOutpostInput) SetName(v string) *UpdateOutpostInput
SetName sets the Name field's value.
func (s *UpdateOutpostInput) SetOutpostId(v string) *UpdateOutpostInput
SetOutpostId sets the OutpostId field's value.
func (s *UpdateOutpostInput) SetSupportedHardwareType(v string) *UpdateOutpostInput
SetSupportedHardwareType sets the SupportedHardwareType field's value.
func (s UpdateOutpostInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateOutpostInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateOutpostOutput struct { // Information about an Outpost. Outpost *Outpost `type:"structure"` // contains filtered or unexported fields }
func (s UpdateOutpostOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateOutpostOutput) SetOutpost(v *Outpost) *UpdateOutpostOutput
SetOutpost sets the Outpost field's value.
func (s UpdateOutpostOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSiteAddressInput struct { // The address for the site. // // Address is a required field Address *Address `type:"structure" required:"true"` // The type of the address. // // AddressType is a required field AddressType *string `type:"string" required:"true" enum:"AddressType"` // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s UpdateSiteAddressInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteAddressInput) SetAddress(v *Address) *UpdateSiteAddressInput
SetAddress sets the Address field's value.
func (s *UpdateSiteAddressInput) SetAddressType(v string) *UpdateSiteAddressInput
SetAddressType sets the AddressType field's value.
func (s *UpdateSiteAddressInput) SetSiteId(v string) *UpdateSiteAddressInput
SetSiteId sets the SiteId field's value.
func (s UpdateSiteAddressInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteAddressInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSiteAddressOutput struct { // Information about an address. Address *Address `type:"structure"` // The type of the address. AddressType *string `type:"string" enum:"AddressType"` // contains filtered or unexported fields }
func (s UpdateSiteAddressOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteAddressOutput) SetAddress(v *Address) *UpdateSiteAddressOutput
SetAddress sets the Address field's value.
func (s *UpdateSiteAddressOutput) SetAddressType(v string) *UpdateSiteAddressOutput
SetAddressType sets the AddressType field's value.
func (s UpdateSiteAddressOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSiteInput struct { // The description of the site. Description *string `min:"1" type:"string"` // The name of the site. Name *string `min:"1" type:"string"` // Notes about a site. Notes *string `min:"1" type:"string"` // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s UpdateSiteInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteInput) SetDescription(v string) *UpdateSiteInput
SetDescription sets the Description field's value.
func (s *UpdateSiteInput) SetName(v string) *UpdateSiteInput
SetName sets the Name field's value.
func (s *UpdateSiteInput) SetNotes(v string) *UpdateSiteInput
SetNotes sets the Notes field's value.
func (s *UpdateSiteInput) SetSiteId(v string) *UpdateSiteInput
SetSiteId sets the SiteId field's value.
func (s UpdateSiteInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSiteOutput struct { // Information about a site. Site *Site `type:"structure"` // contains filtered or unexported fields }
func (s UpdateSiteOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteOutput) SetSite(v *Site) *UpdateSiteOutput
SetSite sets the Site field's value.
func (s UpdateSiteOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSiteRackPhysicalPropertiesInput struct { // The type of fiber that you will use to attach the Outpost to your network. FiberOpticCableType *string `type:"string" enum:"FiberOpticCableType"` // The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs. MaximumSupportedWeightLbs *string `type:"string" enum:"MaximumSupportedWeightLbs"` // The type of optical standard that you will use to attach the Outpost to your // network. This field is dependent on uplink speed, fiber type, and distance // to the upstream device. For more information about networking requirements // for racks, see Network (https://docs.aws.amazon.com/outposts/latest/userguide/outposts-requirements.html#facility-networking) // in the Amazon Web Services Outposts User Guide. // // * OPTIC_10GBASE_SR: 10GBASE-SR // // * OPTIC_10GBASE_IR: 10GBASE-IR // // * OPTIC_10GBASE_LR: 10GBASE-LR // // * OPTIC_40GBASE_SR: 40GBASE-SR // // * OPTIC_40GBASE_ESR: 40GBASE-ESR // // * OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) // // * OPTIC_40GBASE_LR4: 40GBASE-LR4 // // * OPTIC_100GBASE_SR4: 100GBASE-SR4 // // * OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 // // * OPTIC_100GBASE_LR4: 100GBASE-LR4 // // * OPTIC_100G_PSM4_MSA: 100G PSM4 MSA // // * OPTIC_1000BASE_LX: 1000Base-LX // // * OPTIC_1000BASE_SX : 1000Base-SX OpticalStandard *string `type:"string" enum:"OpticalStandard"` // The power connector that Amazon Web Services should plan to provide for connections // to the hardware. Note the correlation between PowerPhase and PowerConnector. // // * Single-phase AC feed L6-30P – (common in US); 30A; single phase IEC309 // (blue) – P+N+E, 6hr; 32 A; single phase // // * Three-phase AC feed AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase // AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase PowerConnector *string `type:"string" enum:"PowerConnector"` // The power draw, in kVA, available at the hardware placement position for // the rack. PowerDrawKva *string `type:"string" enum:"PowerDrawKva"` // Indicates whether the power feed comes above or below the rack. PowerFeedDrop *string `type:"string" enum:"PowerFeedDrop"` // The power option that you can provide for hardware. // // * Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz // // * Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz PowerPhase *string `type:"string" enum:"PowerPhase"` // The ID or the Amazon Resource Name (ARN) of the site. // // SiteId is a required field SiteId *string `location:"uri" locationName:"SiteId" min:"1" type:"string" required:"true"` // Racks come with two Outpost network devices. Depending on the supported uplink // speed at the site, the Outpost network devices provide a variable number // of uplinks. Specify the number of uplinks for each Outpost network device // that you intend to use to connect the rack to your network. Note the correlation // between UplinkGbps and UplinkCount. // // * 1Gbps - Uplinks available: 1, 2, 4, 6, 8 // // * 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16 // // * 40 and 100 Gbps- Uplinks available: 1, 2, 4 UplinkCount *string `type:"string" enum:"UplinkCount"` // The uplink speed the rack should support for the connection to the Region. UplinkGbps *string `type:"string" enum:"UplinkGbps"` // contains filtered or unexported fields }
func (s UpdateSiteRackPhysicalPropertiesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteRackPhysicalPropertiesInput) SetFiberOpticCableType(v string) *UpdateSiteRackPhysicalPropertiesInput
SetFiberOpticCableType sets the FiberOpticCableType field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetMaximumSupportedWeightLbs(v string) *UpdateSiteRackPhysicalPropertiesInput
SetMaximumSupportedWeightLbs sets the MaximumSupportedWeightLbs field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetOpticalStandard(v string) *UpdateSiteRackPhysicalPropertiesInput
SetOpticalStandard sets the OpticalStandard field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetPowerConnector(v string) *UpdateSiteRackPhysicalPropertiesInput
SetPowerConnector sets the PowerConnector field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetPowerDrawKva(v string) *UpdateSiteRackPhysicalPropertiesInput
SetPowerDrawKva sets the PowerDrawKva field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetPowerFeedDrop(v string) *UpdateSiteRackPhysicalPropertiesInput
SetPowerFeedDrop sets the PowerFeedDrop field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetPowerPhase(v string) *UpdateSiteRackPhysicalPropertiesInput
SetPowerPhase sets the PowerPhase field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetSiteId(v string) *UpdateSiteRackPhysicalPropertiesInput
SetSiteId sets the SiteId field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetUplinkCount(v string) *UpdateSiteRackPhysicalPropertiesInput
SetUplinkCount sets the UplinkCount field's value.
func (s *UpdateSiteRackPhysicalPropertiesInput) SetUplinkGbps(v string) *UpdateSiteRackPhysicalPropertiesInput
SetUplinkGbps sets the UplinkGbps field's value.
func (s UpdateSiteRackPhysicalPropertiesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteRackPhysicalPropertiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSiteRackPhysicalPropertiesOutput struct { // Information about a site. Site *Site `type:"structure"` // contains filtered or unexported fields }
func (s UpdateSiteRackPhysicalPropertiesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSiteRackPhysicalPropertiesOutput) SetSite(v *Site) *UpdateSiteRackPhysicalPropertiesOutput
SetSite sets the Site field's value.
func (s UpdateSiteRackPhysicalPropertiesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" min:"1" type:"string"` // contains filtered or unexported fields }
A parameter is not valid.
func (s *ValidationException) Code() string
Code returns the exception type name.
func (s *ValidationException) Error() string
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidationException) Message() string
Message returns the exception's message.
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".