snowball

package
v1.38.63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2021 License: Apache-2.0 Imports: 10 Imported by: 24

Documentation

Overview

Package snowball provides the client and types for making API requests to Amazon Import/Export Snowball.

AWS Snow Family is a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snow commands described here provide access to the same functionality that is available in the AWS Snow Family Management Console, which enables you to create and manage jobs for a Snow device. To transfer data locally with a Snow device, you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or AWS OpsHub for Snow Family. For more information, see the User Guide (https://docs.aws.amazon.com/AWSImportExport/latest/ug/api-reference.html).

See https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30 for more information on this service.

See snowball package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/snowball/

Using the Client

To contact Amazon Import/Export Snowball with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Import/Export Snowball client Snowball for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/snowball/#New

Index

Examples

Constants

View Source
const (
	// CapacityT50 is a Capacity enum value
	CapacityT50 = "T50"

	// CapacityT80 is a Capacity enum value
	CapacityT80 = "T80"

	// CapacityT100 is a Capacity enum value
	CapacityT100 = "T100"

	// CapacityT42 is a Capacity enum value
	CapacityT42 = "T42"

	// CapacityT98 is a Capacity enum value
	CapacityT98 = "T98"

	// CapacityT8 is a Capacity enum value
	CapacityT8 = "T8"

	// CapacityT14 is a Capacity enum value
	CapacityT14 = "T14"

	// CapacityNoPreference is a Capacity enum value
	CapacityNoPreference = "NoPreference"
)
View Source
const (
	// ClusterStateAwaitingQuorum is a ClusterState enum value
	ClusterStateAwaitingQuorum = "AwaitingQuorum"

	// ClusterStatePending is a ClusterState enum value
	ClusterStatePending = "Pending"

	// ClusterStateInUse is a ClusterState enum value
	ClusterStateInUse = "InUse"

	// ClusterStateComplete is a ClusterState enum value
	ClusterStateComplete = "Complete"

	// ClusterStateCancelled is a ClusterState enum value
	ClusterStateCancelled = "Cancelled"
)
View Source
const (
	// JobStateNew is a JobState enum value
	JobStateNew = "New"

	// JobStatePreparingAppliance is a JobState enum value
	JobStatePreparingAppliance = "PreparingAppliance"

	// JobStatePreparingShipment is a JobState enum value
	JobStatePreparingShipment = "PreparingShipment"

	// JobStateInTransitToCustomer is a JobState enum value
	JobStateInTransitToCustomer = "InTransitToCustomer"

	// JobStateWithCustomer is a JobState enum value
	JobStateWithCustomer = "WithCustomer"

	// JobStateInTransitToAws is a JobState enum value
	JobStateInTransitToAws = "InTransitToAWS"

	// JobStateWithAwssortingFacility is a JobState enum value
	JobStateWithAwssortingFacility = "WithAWSSortingFacility"

	// JobStateWithAws is a JobState enum value
	JobStateWithAws = "WithAWS"

	// JobStateInProgress is a JobState enum value
	JobStateInProgress = "InProgress"

	// JobStateComplete is a JobState enum value
	JobStateComplete = "Complete"

	// JobStateCancelled is a JobState enum value
	JobStateCancelled = "Cancelled"

	// JobStateListing is a JobState enum value
	JobStateListing = "Listing"

	// JobStatePending is a JobState enum value
	JobStatePending = "Pending"
)
View Source
const (
	// JobTypeImport is a JobType enum value
	JobTypeImport = "IMPORT"

	// JobTypeExport is a JobType enum value
	JobTypeExport = "EXPORT"

	// JobTypeLocalUse is a JobType enum value
	JobTypeLocalUse = "LOCAL_USE"
)
View Source
const (
	// LongTermPricingTypeOneYear is a LongTermPricingType enum value
	LongTermPricingTypeOneYear = "OneYear"

	// LongTermPricingTypeThreeYear is a LongTermPricingType enum value
	LongTermPricingTypeThreeYear = "ThreeYear"
)
View Source
const (
	// ShipmentStateReceived is a ShipmentState enum value
	ShipmentStateReceived = "RECEIVED"

	// ShipmentStateReturned is a ShipmentState enum value
	ShipmentStateReturned = "RETURNED"
)
View Source
const (
	// ShippingLabelStatusInProgress is a ShippingLabelStatus enum value
	ShippingLabelStatusInProgress = "InProgress"

	// ShippingLabelStatusTimedOut is a ShippingLabelStatus enum value
	ShippingLabelStatusTimedOut = "TimedOut"

	// ShippingLabelStatusSucceeded is a ShippingLabelStatus enum value
	ShippingLabelStatusSucceeded = "Succeeded"

	// ShippingLabelStatusFailed is a ShippingLabelStatus enum value
	ShippingLabelStatusFailed = "Failed"
)
View Source
const (
	// ShippingOptionSecondDay is a ShippingOption enum value
	ShippingOptionSecondDay = "SECOND_DAY"

	// ShippingOptionNextDay is a ShippingOption enum value
	ShippingOptionNextDay = "NEXT_DAY"

	// ShippingOptionExpress is a ShippingOption enum value
	ShippingOptionExpress = "EXPRESS"

	// ShippingOptionStandard is a ShippingOption enum value
	ShippingOptionStandard = "STANDARD"
)
View Source
const (
	// TypeStandard is a Type enum value
	TypeStandard = "STANDARD"

	// TypeEdge is a Type enum value
	TypeEdge = "EDGE"

	// TypeEdgeC is a Type enum value
	TypeEdgeC = "EDGE_C"

	// TypeEdgeCg is a Type enum value
	TypeEdgeCg = "EDGE_CG"

	// TypeEdgeS is a Type enum value
	TypeEdgeS = "EDGE_S"

	// TypeSnc1Hdd is a Type enum value
	TypeSnc1Hdd = "SNC1_HDD"

	// TypeSnc1Ssd is a Type enum value
	TypeSnc1Ssd = "SNC1_SSD"
)
View Source
const (

	// ErrCodeClusterLimitExceededException for service response error code
	// "ClusterLimitExceededException".
	//
	// Job creation failed. Currently, clusters support five nodes. If you have
	// less than five nodes for your cluster and you have more nodes to create for
	// this cluster, try again and create jobs until your cluster has exactly five
	// notes.
	ErrCodeClusterLimitExceededException = "ClusterLimitExceededException"

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// You get this exception when you call CreateReturnShippingLabel more than
	// once when other requests are not completed.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeEc2RequestFailedException for service response error code
	// "Ec2RequestFailedException".
	//
	// Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted
	// action.
	ErrCodeEc2RequestFailedException = "Ec2RequestFailedException"

	// ErrCodeInvalidAddressException for service response error code
	// "InvalidAddressException".
	//
	// The address provided was invalid. Check the address with your region's carrier,
	// and try again.
	ErrCodeInvalidAddressException = "InvalidAddressException"

	// ErrCodeInvalidInputCombinationException for service response error code
	// "InvalidInputCombinationException".
	//
	// Job or cluster creation failed. One or more inputs were invalid. Confirm
	// that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType,
	// and try again.
	ErrCodeInvalidInputCombinationException = "InvalidInputCombinationException"

	// ErrCodeInvalidJobStateException for service response error code
	// "InvalidJobStateException".
	//
	// The action can't be performed because the job's current state doesn't allow
	// that action to be performed.
	ErrCodeInvalidJobStateException = "InvalidJobStateException"

	// ErrCodeInvalidNextTokenException for service response error code
	// "InvalidNextTokenException".
	//
	// The NextToken string was altered unexpectedly, and the operation has stopped.
	// Run the operation without changing the NextToken string, and try again.
	ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

	// ErrCodeInvalidResourceException for service response error code
	// "InvalidResourceException".
	//
	// The specified resource can't be found. Check the information you provided
	// in your last request, and try again.
	ErrCodeInvalidResourceException = "InvalidResourceException"

	// ErrCodeKMSRequestFailedException for service response error code
	// "KMSRequestFailedException".
	//
	// The provided AWS Key Management Service key lacks the permissions to perform
	// the specified CreateJob or UpdateJob action.
	ErrCodeKMSRequestFailedException = "KMSRequestFailedException"

	// ErrCodeReturnShippingLabelAlreadyExistsException for service response error code
	// "ReturnShippingLabelAlreadyExistsException".
	//
	// You get this exception if you call CreateReturnShippingLabel and a valid
	// return shipping label already exists. In this case, use DescribeReturnShippingLabel
	// to get the url.
	ErrCodeReturnShippingLabelAlreadyExistsException = "ReturnShippingLabelAlreadyExistsException"

	// ErrCodeUnsupportedAddressException for service response error code
	// "UnsupportedAddressException".
	//
	// The address is either outside the serviceable area for your region, or an
	// error occurred. Check the address with your region's carrier and try again.
	// If the issue persists, contact AWS Support.
	ErrCodeUnsupportedAddressException = "UnsupportedAddressException"
)
View Source
const (
	ServiceName = "snowball"  // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "Snowball"  // ServiceID is a unique identifier of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

func Capacity_Values added in v1.34.3

func Capacity_Values() []string

Capacity_Values returns all elements of the Capacity enum

func ClusterState_Values added in v1.34.3

func ClusterState_Values() []string

ClusterState_Values returns all elements of the ClusterState enum

func JobState_Values added in v1.34.3

func JobState_Values() []string

JobState_Values returns all elements of the JobState enum

func JobType_Values added in v1.34.3

func JobType_Values() []string

JobType_Values returns all elements of the JobType enum

func LongTermPricingType_Values added in v1.38.35

func LongTermPricingType_Values() []string

LongTermPricingType_Values returns all elements of the LongTermPricingType enum

func ShipmentState_Values added in v1.35.7

func ShipmentState_Values() []string

ShipmentState_Values returns all elements of the ShipmentState enum

func ShippingLabelStatus_Values added in v1.35.7

func ShippingLabelStatus_Values() []string

ShippingLabelStatus_Values returns all elements of the ShippingLabelStatus enum

func ShippingOption_Values added in v1.34.3

func ShippingOption_Values() []string

ShippingOption_Values returns all elements of the ShippingOption enum

func Type_Values added in v1.34.3

func Type_Values() []string

Type_Values returns all elements of the Type enum

Types

type Address

type Address struct {

	// The unique ID for an address.
	AddressId *string `min:"40" type:"string"`

	// The city in an address that a Snow device is to be delivered to.
	City *string `min:"1" type:"string"`

	// The name of the company to receive a Snow device at an address.
	Company *string `min:"1" type:"string"`

	// The country in an address that a Snow device is to be delivered to.
	Country *string `min:"1" type:"string"`

	// If the address you are creating is a primary address, then set this option
	// to true. This field is not supported in most regions.
	IsRestricted *bool `type:"boolean"`

	// This field is no longer used and the value is ignored.
	Landmark *string `min:"1" type:"string"`

	// The name of a person to receive a Snow device at an address.
	Name *string `min:"1" type:"string"`

	// The phone number associated with an address that a Snow device is to be delivered
	// to.
	PhoneNumber *string `min:"1" type:"string"`

	// The postal code in an address that a Snow device is to be delivered to.
	PostalCode *string `min:"1" type:"string"`

	// This field is no longer used and the value is ignored.
	PrefectureOrDistrict *string `min:"1" type:"string"`

	// The state or province in an address that a Snow device is to be delivered
	// to.
	StateOrProvince *string `min:"1" type:"string"`

	// The first line in a street address that a Snow device is to be delivered
	// to.
	Street1 *string `min:"1" type:"string"`

	// The second line in a street address that a Snow device is to be delivered
	// to.
	Street2 *string `min:"1" type:"string"`

	// The third line in a street address that a Snow device is to be delivered
	// to.
	Street3 *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The address that you want the Snow device(s) associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.

func (Address) GoString

func (s Address) GoString() string

GoString returns the string representation

func (*Address) SetAddressId added in v1.5.0

func (s *Address) SetAddressId(v string) *Address

SetAddressId sets the AddressId field's value.

func (*Address) SetCity added in v1.5.0

func (s *Address) SetCity(v string) *Address

SetCity sets the City field's value.

func (*Address) SetCompany added in v1.5.0

func (s *Address) SetCompany(v string) *Address

SetCompany sets the Company field's value.

func (*Address) SetCountry added in v1.5.0

func (s *Address) SetCountry(v string) *Address

SetCountry sets the Country field's value.

func (*Address) SetIsRestricted added in v1.8.18

func (s *Address) SetIsRestricted(v bool) *Address

SetIsRestricted sets the IsRestricted field's value.

func (*Address) SetLandmark added in v1.5.0

func (s *Address) SetLandmark(v string) *Address

SetLandmark sets the Landmark field's value.

func (*Address) SetName added in v1.5.0

func (s *Address) SetName(v string) *Address

SetName sets the Name field's value.

func (*Address) SetPhoneNumber added in v1.5.0

func (s *Address) SetPhoneNumber(v string) *Address

SetPhoneNumber sets the PhoneNumber field's value.

func (*Address) SetPostalCode added in v1.5.0

func (s *Address) SetPostalCode(v string) *Address

SetPostalCode sets the PostalCode field's value.

func (*Address) SetPrefectureOrDistrict added in v1.5.0

func (s *Address) SetPrefectureOrDistrict(v string) *Address

SetPrefectureOrDistrict sets the PrefectureOrDistrict field's value.

func (*Address) SetStateOrProvince added in v1.5.0

func (s *Address) SetStateOrProvince(v string) *Address

SetStateOrProvince sets the StateOrProvince field's value.

func (*Address) SetStreet1 added in v1.5.0

func (s *Address) SetStreet1(v string) *Address

SetStreet1 sets the Street1 field's value.

func (*Address) SetStreet2 added in v1.5.0

func (s *Address) SetStreet2(v string) *Address

SetStreet2 sets the Street2 field's value.

func (*Address) SetStreet3 added in v1.5.0

func (s *Address) SetStreet3(v string) *Address

SetStreet3 sets the Street3 field's value.

func (Address) String

func (s Address) String() string

String returns the string representation

func (*Address) Validate

func (s *Address) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelClusterInput added in v1.5.12

type CancelClusterInput struct {

	// The 39-character ID for the cluster that you want to cancel, for example
	// CID123e4567-e89b-12d3-a456-426655440000.
	//
	// ClusterId is a required field
	ClusterId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelClusterInput) GoString added in v1.5.12

func (s CancelClusterInput) GoString() string

GoString returns the string representation

func (*CancelClusterInput) SetClusterId added in v1.5.12

func (s *CancelClusterInput) SetClusterId(v string) *CancelClusterInput

SetClusterId sets the ClusterId field's value.

func (CancelClusterInput) String added in v1.5.12

func (s CancelClusterInput) String() string

String returns the string representation

func (*CancelClusterInput) Validate added in v1.5.12

func (s *CancelClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelClusterOutput added in v1.5.12

type CancelClusterOutput struct {
	// contains filtered or unexported fields
}

func (CancelClusterOutput) GoString added in v1.5.12

func (s CancelClusterOutput) GoString() string

GoString returns the string representation

func (CancelClusterOutput) String added in v1.5.12

func (s CancelClusterOutput) String() string

String returns the string representation

type CancelJobInput

type CancelJobInput struct {

	// The 39-character job ID for the job that you want to cancel, for example
	// JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CancelJobInput) GoString

func (s CancelJobInput) GoString() string

GoString returns the string representation

func (*CancelJobInput) SetJobId added in v1.5.0

func (s *CancelJobInput) SetJobId(v string) *CancelJobInput

SetJobId sets the JobId field's value.

func (CancelJobInput) String

func (s CancelJobInput) String() string

String returns the string representation

func (*CancelJobInput) Validate

func (s *CancelJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelJobOutput

type CancelJobOutput struct {
	// contains filtered or unexported fields
}

func (CancelJobOutput) GoString

func (s CancelJobOutput) GoString() string

GoString returns the string representation

func (CancelJobOutput) String

func (s CancelJobOutput) String() string

String returns the string representation

type ClusterLimitExceededException added in v1.28.0

type ClusterLimitExceededException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Job creation failed. Currently, clusters support five nodes. If you have less than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five notes.

func (*ClusterLimitExceededException) Code added in v1.28.0

Code returns the exception type name.

func (*ClusterLimitExceededException) Error added in v1.28.0

func (ClusterLimitExceededException) GoString added in v1.28.0

GoString returns the string representation

func (*ClusterLimitExceededException) Message added in v1.28.0

Message returns the exception's message.

func (*ClusterLimitExceededException) OrigErr added in v1.28.0

func (s *ClusterLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ClusterLimitExceededException) RequestID added in v1.28.0

func (s *ClusterLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ClusterLimitExceededException) StatusCode added in v1.28.0

func (s *ClusterLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ClusterLimitExceededException) String added in v1.28.0

String returns the string representation

type ClusterListEntry added in v1.5.12

type ClusterListEntry struct {

	// The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
	ClusterId *string `min:"1" type:"string"`

	// The current state of this cluster. For information about the state of a specific
	// node, see JobListEntry$JobState.
	ClusterState *string `type:"string" enum:"ClusterState"`

	// The creation date for this cluster.
	CreationDate *time.Time `type:"timestamp"`

	// Defines an optional description of the cluster, for example Environmental
	// Data Cluster-01.
	Description *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Contains a cluster's state, a cluster's ID, and other important information.

func (ClusterListEntry) GoString added in v1.5.12

func (s ClusterListEntry) GoString() string

GoString returns the string representation

func (*ClusterListEntry) SetClusterId added in v1.5.12

func (s *ClusterListEntry) SetClusterId(v string) *ClusterListEntry

SetClusterId sets the ClusterId field's value.

func (*ClusterListEntry) SetClusterState added in v1.5.12

func (s *ClusterListEntry) SetClusterState(v string) *ClusterListEntry

SetClusterState sets the ClusterState field's value.

func (*ClusterListEntry) SetCreationDate added in v1.5.12

func (s *ClusterListEntry) SetCreationDate(v time.Time) *ClusterListEntry

SetCreationDate sets the CreationDate field's value.

func (*ClusterListEntry) SetDescription added in v1.5.12

func (s *ClusterListEntry) SetDescription(v string) *ClusterListEntry

SetDescription sets the Description field's value.

func (ClusterListEntry) String added in v1.5.12

func (s ClusterListEntry) String() string

String returns the string representation

type ClusterMetadata added in v1.5.12

type ClusterMetadata struct {

	// The automatically generated ID for a specific address.
	AddressId *string `min:"40" type:"string"`

	// The automatically generated ID for a cluster.
	ClusterId *string `min:"1" type:"string"`

	// The current status of the cluster.
	ClusterState *string `type:"string" enum:"ClusterState"`

	// The creation date for this cluster.
	CreationDate *time.Time `type:"timestamp"`

	// The optional description of the cluster.
	Description *string `min:"1" type:"string"`

	// The ID of the address that you want a cluster shipped to, after it will be
	// shipped to its primary address. This field is not supported in most regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// The type of job for this cluster. Currently, the only job type supported
	// for clusters is LOCAL_USE.
	JobType *string `type:"string" enum:"JobType"`

	// The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This
	// ARN was created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html)
	// API action in AWS Key Management Service (AWS KMS).
	KmsKeyARN *string `type:"string"`

	// The Amazon Simple Notification Service (Amazon SNS) notification settings
	// for this cluster.
	Notification *Notification `type:"structure"`

	// The arrays of JobResource objects that can include updated S3Resource objects
	// or LambdaResource objects.
	Resources *JobResource `type:"structure"`

	// The role ARN associated with this cluster. This ARN was created using the
	// CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)
	// API action in AWS Identity and Access Management (IAM).
	RoleARN *string `type:"string"`

	// The shipping speed for each node in this cluster. This speed doesn't dictate
	// how soon you'll get each device, rather it represents how quickly each device
	// moves to its destination while in transit. Regional shipping speeds are as
	// follows:
	//
	//    * In Australia, you have access to express shipping. Typically, devices
	//    shipped express are delivered in about a day.
	//
	//    * In the European Union (EU), you have access to express shipping. Typically,
	//    Snow devices shipped express are delivered in about a day. In addition,
	//    most countries in the EU have access to standard shipping, which typically
	//    takes less than a week, one way.
	//
	//    * In India, Snow devices are delivered in one to seven days.
	//
	//    * In the US, you have access to one-day shipping and two-day shipping.
	ShippingOption *string `type:"string" enum:"ShippingOption"`

	// The type of AWS Snow device to use for this cluster.
	//
	// For cluster jobs, AWS Snow Family currently supports only the EDGE device
	// type.
	SnowballType *string `type:"string" enum:"Type"`

	// The tax documents required in your AWS Region.
	TaxDocuments *TaxDocuments `type:"structure"`
	// contains filtered or unexported fields
}

Contains metadata about a specific cluster.

func (ClusterMetadata) GoString added in v1.5.12

func (s ClusterMetadata) GoString() string

GoString returns the string representation

func (*ClusterMetadata) SetAddressId added in v1.5.12

func (s *ClusterMetadata) SetAddressId(v string) *ClusterMetadata

SetAddressId sets the AddressId field's value.

func (*ClusterMetadata) SetClusterId added in v1.5.12

func (s *ClusterMetadata) SetClusterId(v string) *ClusterMetadata

SetClusterId sets the ClusterId field's value.

func (*ClusterMetadata) SetClusterState added in v1.5.12

func (s *ClusterMetadata) SetClusterState(v string) *ClusterMetadata

SetClusterState sets the ClusterState field's value.

func (*ClusterMetadata) SetCreationDate added in v1.5.12

func (s *ClusterMetadata) SetCreationDate(v time.Time) *ClusterMetadata

SetCreationDate sets the CreationDate field's value.

func (*ClusterMetadata) SetDescription added in v1.5.12

func (s *ClusterMetadata) SetDescription(v string) *ClusterMetadata

SetDescription sets the Description field's value.

func (*ClusterMetadata) SetForwardingAddressId added in v1.8.18

func (s *ClusterMetadata) SetForwardingAddressId(v string) *ClusterMetadata

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*ClusterMetadata) SetJobType added in v1.5.12

func (s *ClusterMetadata) SetJobType(v string) *ClusterMetadata

SetJobType sets the JobType field's value.

func (*ClusterMetadata) SetKmsKeyARN added in v1.5.12

func (s *ClusterMetadata) SetKmsKeyARN(v string) *ClusterMetadata

SetKmsKeyARN sets the KmsKeyARN field's value.

func (*ClusterMetadata) SetNotification added in v1.5.12

func (s *ClusterMetadata) SetNotification(v *Notification) *ClusterMetadata

SetNotification sets the Notification field's value.

func (*ClusterMetadata) SetResources added in v1.5.12

func (s *ClusterMetadata) SetResources(v *JobResource) *ClusterMetadata

SetResources sets the Resources field's value.

func (*ClusterMetadata) SetRoleARN added in v1.5.12

func (s *ClusterMetadata) SetRoleARN(v string) *ClusterMetadata

SetRoleARN sets the RoleARN field's value.

func (*ClusterMetadata) SetShippingOption added in v1.5.12

func (s *ClusterMetadata) SetShippingOption(v string) *ClusterMetadata

SetShippingOption sets the ShippingOption field's value.

func (*ClusterMetadata) SetSnowballType added in v1.5.12

func (s *ClusterMetadata) SetSnowballType(v string) *ClusterMetadata

SetSnowballType sets the SnowballType field's value.

func (*ClusterMetadata) SetTaxDocuments added in v1.29.9

func (s *ClusterMetadata) SetTaxDocuments(v *TaxDocuments) *ClusterMetadata

SetTaxDocuments sets the TaxDocuments field's value.

func (ClusterMetadata) String added in v1.5.12

func (s ClusterMetadata) String() string

String returns the string representation

type CompatibleImage added in v1.14.28

type CompatibleImage struct {

	// The unique identifier for an individual Snow device AMI.
	AmiId *string `min:"1" type:"string"`

	// The optional name of a compatible image.
	Name *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.

func (CompatibleImage) GoString added in v1.14.28

func (s CompatibleImage) GoString() string

GoString returns the string representation

func (*CompatibleImage) SetAmiId added in v1.14.28

func (s *CompatibleImage) SetAmiId(v string) *CompatibleImage

SetAmiId sets the AmiId field's value.

func (*CompatibleImage) SetName added in v1.14.28

func (s *CompatibleImage) SetName(v string) *CompatibleImage

SetName sets the Name field's value.

func (CompatibleImage) String added in v1.14.28

func (s CompatibleImage) String() string

String returns the string representation

type ConflictException added in v1.35.7

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	ConflictResource *string `min:"1" type:"string"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

You get this exception when you call CreateReturnShippingLabel more than once when other requests are not completed.

func (*ConflictException) Code added in v1.35.7

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error added in v1.35.7

func (s *ConflictException) Error() string

func (ConflictException) GoString added in v1.35.7

func (s ConflictException) GoString() string

GoString returns the string representation

func (*ConflictException) Message added in v1.35.7

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr added in v1.35.7

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID added in v1.35.7

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode added in v1.35.7

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String added in v1.35.7

func (s ConflictException) String() string

String returns the string representation

type CreateAddressInput

type CreateAddressInput struct {

	// The address that you want the Snow device shipped to.
	//
	// Address is a required field
	Address *Address `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAddressInput) GoString

func (s CreateAddressInput) GoString() string

GoString returns the string representation

func (*CreateAddressInput) SetAddress added in v1.5.0

func (s *CreateAddressInput) SetAddress(v *Address) *CreateAddressInput

SetAddress sets the Address field's value.

func (CreateAddressInput) String

func (s CreateAddressInput) String() string

String returns the string representation

func (*CreateAddressInput) Validate

func (s *CreateAddressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAddressOutput

type CreateAddressOutput struct {

	// The automatically generated ID for a specific address. You'll use this ID
	// when you create a job to specify which address you want the Snow device for
	// that job shipped to.
	AddressId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateAddressOutput) GoString

func (s CreateAddressOutput) GoString() string

GoString returns the string representation

func (*CreateAddressOutput) SetAddressId added in v1.5.0

func (s *CreateAddressOutput) SetAddressId(v string) *CreateAddressOutput

SetAddressId sets the AddressId field's value.

func (CreateAddressOutput) String

func (s CreateAddressOutput) String() string

String returns the string representation

type CreateClusterInput added in v1.5.12

type CreateClusterInput struct {

	// The ID for the address that you want the cluster shipped to.
	//
	// AddressId is a required field
	AddressId *string `min:"40" type:"string" required:"true"`

	// An optional description of this specific cluster, for example Environmental
	// Data Cluster-01.
	Description *string `min:"1" type:"string"`

	// The forwarding address ID for a cluster. This field is not supported in most
	// regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// The type of job for this cluster. Currently, the only job type supported
	// for clusters is LOCAL_USE.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	//
	// JobType is a required field
	JobType *string `type:"string" required:"true" enum:"JobType"`

	// The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN
	// values are created by using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html)
	// API action in AWS Key Management Service (AWS KMS).
	KmsKeyARN *string `type:"string"`

	// The Amazon Simple Notification Service (Amazon SNS) notification settings
	// for this cluster.
	Notification *Notification `type:"structure"`

	// The resources associated with the cluster job. These resources include Amazon
	// S3 buckets and optional AWS Lambda functions written in the Python language.
	//
	// Resources is a required field
	Resources *JobResource `type:"structure" required:"true"`

	// The RoleARN that you want to associate with this cluster. RoleArn values
	// are created by using the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)
	// API action in AWS Identity and Access Management (IAM).
	//
	// RoleARN is a required field
	RoleARN *string `type:"string" required:"true"`

	// The shipping speed for each node in this cluster. This speed doesn't dictate
	// how soon you'll get each Snowball Edge device, rather it represents how quickly
	// each device moves to its destination while in transit. Regional shipping
	// speeds are as follows:
	//
	//    * In Australia, you have access to express shipping. Typically, Snow devices
	//    shipped express are delivered in about a day.
	//
	//    * In the European Union (EU), you have access to express shipping. Typically,
	//    Snow devices shipped express are delivered in about a day. In addition,
	//    most countries in the EU have access to standard shipping, which typically
	//    takes less than a week, one way.
	//
	//    * In India, Snow device are delivered in one to seven days.
	//
	//    * In the United States of America (US), you have access to one-day shipping
	//    and two-day shipping.
	//
	//    * In Australia, you have access to express shipping. Typically, devices
	//    shipped express are delivered in about a day.
	//
	//    * In the European Union (EU), you have access to express shipping. Typically,
	//    Snow devices shipped express are delivered in about a day. In addition,
	//    most countries in the EU have access to standard shipping, which typically
	//    takes less than a week, one way.
	//
	//    * In India, Snow device are delivered in one to seven days.
	//
	//    * In the US, you have access to one-day shipping and two-day shipping.
	//
	// ShippingOption is a required field
	ShippingOption *string `type:"string" required:"true" enum:"ShippingOption"`

	// The type of AWS Snow Family device to use for this cluster.
	//
	// For cluster jobs, AWS Snow Family currently supports only the EDGE device
	// type.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	//
	// SnowballType is a required field
	SnowballType *string `type:"string" required:"true" enum:"Type"`

	// The tax documents required in your AWS Region.
	TaxDocuments *TaxDocuments `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateClusterInput) GoString added in v1.5.12

func (s CreateClusterInput) GoString() string

GoString returns the string representation

func (*CreateClusterInput) SetAddressId added in v1.5.12

func (s *CreateClusterInput) SetAddressId(v string) *CreateClusterInput

SetAddressId sets the AddressId field's value.

func (*CreateClusterInput) SetDescription added in v1.5.12

func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput

SetDescription sets the Description field's value.

func (*CreateClusterInput) SetForwardingAddressId added in v1.8.18

func (s *CreateClusterInput) SetForwardingAddressId(v string) *CreateClusterInput

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*CreateClusterInput) SetJobType added in v1.5.12

func (s *CreateClusterInput) SetJobType(v string) *CreateClusterInput

SetJobType sets the JobType field's value.

func (*CreateClusterInput) SetKmsKeyARN added in v1.5.12

func (s *CreateClusterInput) SetKmsKeyARN(v string) *CreateClusterInput

SetKmsKeyARN sets the KmsKeyARN field's value.

func (*CreateClusterInput) SetNotification added in v1.5.12

func (s *CreateClusterInput) SetNotification(v *Notification) *CreateClusterInput

SetNotification sets the Notification field's value.

func (*CreateClusterInput) SetResources added in v1.5.12

func (s *CreateClusterInput) SetResources(v *JobResource) *CreateClusterInput

SetResources sets the Resources field's value.

func (*CreateClusterInput) SetRoleARN added in v1.5.12

func (s *CreateClusterInput) SetRoleARN(v string) *CreateClusterInput

SetRoleARN sets the RoleARN field's value.

func (*CreateClusterInput) SetShippingOption added in v1.5.12

func (s *CreateClusterInput) SetShippingOption(v string) *CreateClusterInput

SetShippingOption sets the ShippingOption field's value.

func (*CreateClusterInput) SetSnowballType added in v1.5.12

func (s *CreateClusterInput) SetSnowballType(v string) *CreateClusterInput

SetSnowballType sets the SnowballType field's value.

func (*CreateClusterInput) SetTaxDocuments added in v1.29.9

func (s *CreateClusterInput) SetTaxDocuments(v *TaxDocuments) *CreateClusterInput

SetTaxDocuments sets the TaxDocuments field's value.

func (CreateClusterInput) String added in v1.5.12

func (s CreateClusterInput) String() string

String returns the string representation

func (*CreateClusterInput) Validate added in v1.5.12

func (s *CreateClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateClusterOutput added in v1.5.12

type CreateClusterOutput struct {

	// The automatically generated ID for a cluster.
	ClusterId *string `min:"39" type:"string"`
	// contains filtered or unexported fields
}

func (CreateClusterOutput) GoString added in v1.5.12

func (s CreateClusterOutput) GoString() string

GoString returns the string representation

func (*CreateClusterOutput) SetClusterId added in v1.5.12

func (s *CreateClusterOutput) SetClusterId(v string) *CreateClusterOutput

SetClusterId sets the ClusterId field's value.

func (CreateClusterOutput) String added in v1.5.12

func (s CreateClusterOutput) String() string

String returns the string representation

type CreateJobInput

type CreateJobInput struct {

	// The ID for the address that you want the Snow device shipped to.
	AddressId *string `min:"40" type:"string"`

	// The ID of a cluster. If you're creating a job for a node in a cluster, you
	// need to provide only this clusterId value. The other job attributes are inherited
	// from the cluster.
	ClusterId *string `min:"39" type:"string"`

	// Defines an optional description of this specific job, for example Important
	// Photos 2016-08-11.
	Description *string `min:"1" type:"string"`

	// Defines the device configuration for an AWS Snowcone job.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	DeviceConfiguration *DeviceConfiguration `type:"structure"`

	// The forwarding address ID for a job. This field is not supported in most
	// regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// Defines the type of job that you're creating.
	JobType *string `type:"string" enum:"JobType"`

	// The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created
	// using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html)
	// AWS Key Management Service (KMS) API action.
	KmsKeyARN *string `type:"string"`

	// The ID of the long term pricing type for the device.
	LongTermPricingId *string `min:"41" type:"string"`

	// Defines the Amazon Simple Notification Service (Amazon SNS) notification
	// settings for this job.
	Notification *Notification `type:"structure"`

	// Defines the Amazon S3 buckets associated with this job.
	//
	// With IMPORT jobs, you specify the bucket or buckets that your transferred
	// data will be imported into.
	//
	// With EXPORT jobs, you specify the bucket or buckets that your transferred
	// data will be exported from. Optionally, you can also specify a KeyRange value.
	// If you choose to export a range, you define the length of the range by providing
	// either an inclusive BeginMarker value, an inclusive EndMarker value, or both.
	// Ranges are UTF-8 binary sorted.
	Resources *JobResource `type:"structure"`

	// The RoleARN that you want to associate with this job. RoleArns are created
	// using the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)
	// AWS Identity and Access Management (IAM) API action.
	RoleARN *string `type:"string"`

	// The shipping speed for this job. This speed doesn't dictate how soon you'll
	// get the Snow device, rather it represents how quickly the Snow device moves
	// to its destination while in transit. Regional shipping speeds are as follows:
	//
	//    * In Australia, you have access to express shipping. Typically, Snow devices
	//    shipped express are delivered in about a day.
	//
	//    * In the European Union (EU), you have access to express shipping. Typically,
	//    Snow devices shipped express are delivered in about a day. In addition,
	//    most countries in the EU have access to standard shipping, which typically
	//    takes less than a week, one way.
	//
	//    * In India, Snow devices are delivered in one to seven days.
	//
	//    * In the US, you have access to one-day shipping and two-day shipping.
	ShippingOption *string `type:"string" enum:"ShippingOption"`

	// If your job is being created in one of the US regions, you have the option
	// of specifying what size Snow device you'd like for this job. In all other
	// regions, Snowballs come with 80 TB in storage capacity.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	SnowballCapacityPreference *string `type:"string" enum:"Capacity"`

	// The type of AWS Snow Family device to use for this job.
	//
	// For cluster jobs, AWS Snow Family currently supports only the EDGE device
	// type.
	//
	// The type of AWS Snow device to use for this job. Currently, the only supported
	// device type for cluster jobs is EDGE.
	//
	// For more information, see Snowball Edge Device Options (https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html)
	// in the Snowball Edge Developer Guide.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	SnowballType *string `type:"string" enum:"Type"`

	// The tax documents required in your AWS Region.
	TaxDocuments *TaxDocuments `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateJobInput) GoString

func (s CreateJobInput) GoString() string

GoString returns the string representation

func (*CreateJobInput) SetAddressId added in v1.5.0

func (s *CreateJobInput) SetAddressId(v string) *CreateJobInput

SetAddressId sets the AddressId field's value.

func (*CreateJobInput) SetClusterId added in v1.5.12

func (s *CreateJobInput) SetClusterId(v string) *CreateJobInput

SetClusterId sets the ClusterId field's value.

func (*CreateJobInput) SetDescription added in v1.5.0

func (s *CreateJobInput) SetDescription(v string) *CreateJobInput

SetDescription sets the Description field's value.

func (*CreateJobInput) SetDeviceConfiguration added in v1.32.4

func (s *CreateJobInput) SetDeviceConfiguration(v *DeviceConfiguration) *CreateJobInput

SetDeviceConfiguration sets the DeviceConfiguration field's value.

func (*CreateJobInput) SetForwardingAddressId added in v1.8.18

func (s *CreateJobInput) SetForwardingAddressId(v string) *CreateJobInput

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*CreateJobInput) SetJobType added in v1.5.0

func (s *CreateJobInput) SetJobType(v string) *CreateJobInput

SetJobType sets the JobType field's value.

func (*CreateJobInput) SetKmsKeyARN added in v1.5.0

func (s *CreateJobInput) SetKmsKeyARN(v string) *CreateJobInput

SetKmsKeyARN sets the KmsKeyARN field's value.

func (*CreateJobInput) SetLongTermPricingId added in v1.38.35

func (s *CreateJobInput) SetLongTermPricingId(v string) *CreateJobInput

SetLongTermPricingId sets the LongTermPricingId field's value.

func (*CreateJobInput) SetNotification added in v1.5.0

func (s *CreateJobInput) SetNotification(v *Notification) *CreateJobInput

SetNotification sets the Notification field's value.

func (*CreateJobInput) SetResources added in v1.5.0

func (s *CreateJobInput) SetResources(v *JobResource) *CreateJobInput

SetResources sets the Resources field's value.

func (*CreateJobInput) SetRoleARN added in v1.5.0

func (s *CreateJobInput) SetRoleARN(v string) *CreateJobInput

SetRoleARN sets the RoleARN field's value.

func (*CreateJobInput) SetShippingOption added in v1.5.0

func (s *CreateJobInput) SetShippingOption(v string) *CreateJobInput

SetShippingOption sets the ShippingOption field's value.

func (*CreateJobInput) SetSnowballCapacityPreference added in v1.5.0

func (s *CreateJobInput) SetSnowballCapacityPreference(v string) *CreateJobInput

SetSnowballCapacityPreference sets the SnowballCapacityPreference field's value.

func (*CreateJobInput) SetSnowballType added in v1.5.12

func (s *CreateJobInput) SetSnowballType(v string) *CreateJobInput

SetSnowballType sets the SnowballType field's value.

func (*CreateJobInput) SetTaxDocuments added in v1.29.9

func (s *CreateJobInput) SetTaxDocuments(v *TaxDocuments) *CreateJobInput

SetTaxDocuments sets the TaxDocuments field's value.

func (CreateJobInput) String

func (s CreateJobInput) String() string

String returns the string representation

func (*CreateJobInput) Validate

func (s *CreateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobOutput

type CreateJobOutput struct {

	// The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
	JobId *string `min:"39" type:"string"`
	// contains filtered or unexported fields
}

func (CreateJobOutput) GoString

func (s CreateJobOutput) GoString() string

GoString returns the string representation

func (*CreateJobOutput) SetJobId added in v1.5.0

func (s *CreateJobOutput) SetJobId(v string) *CreateJobOutput

SetJobId sets the JobId field's value.

func (CreateJobOutput) String

func (s CreateJobOutput) String() string

String returns the string representation

type CreateLongTermPricingInput added in v1.38.35

type CreateLongTermPricingInput struct {

	// Specifies whether the current long term pricing type for the device should
	// be renewed.
	IsLongTermPricingAutoRenew *bool `type:"boolean"`

	// The type of long term pricing option you want for the device - one year or
	// three year long term pricing.
	//
	// LongTermPricingType is a required field
	LongTermPricingType *string `type:"string" required:"true" enum:"LongTermPricingType"`

	// The type of AWS Snow Family device to use for the long term pricing job.
	SnowballType *string `type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

func (CreateLongTermPricingInput) GoString added in v1.38.35

func (s CreateLongTermPricingInput) GoString() string

GoString returns the string representation

func (*CreateLongTermPricingInput) SetIsLongTermPricingAutoRenew added in v1.38.35

func (s *CreateLongTermPricingInput) SetIsLongTermPricingAutoRenew(v bool) *CreateLongTermPricingInput

SetIsLongTermPricingAutoRenew sets the IsLongTermPricingAutoRenew field's value.

func (*CreateLongTermPricingInput) SetLongTermPricingType added in v1.38.35

func (s *CreateLongTermPricingInput) SetLongTermPricingType(v string) *CreateLongTermPricingInput

SetLongTermPricingType sets the LongTermPricingType field's value.

func (*CreateLongTermPricingInput) SetSnowballType added in v1.38.35

SetSnowballType sets the SnowballType field's value.

func (CreateLongTermPricingInput) String added in v1.38.35

String returns the string representation

func (*CreateLongTermPricingInput) Validate added in v1.38.35

func (s *CreateLongTermPricingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLongTermPricingOutput added in v1.38.35

type CreateLongTermPricingOutput struct {

	// The ID of the long term pricing type for the device.
	LongTermPricingId *string `min:"41" type:"string"`
	// contains filtered or unexported fields
}

func (CreateLongTermPricingOutput) GoString added in v1.38.35

func (s CreateLongTermPricingOutput) GoString() string

GoString returns the string representation

func (*CreateLongTermPricingOutput) SetLongTermPricingId added in v1.38.35

SetLongTermPricingId sets the LongTermPricingId field's value.

func (CreateLongTermPricingOutput) String added in v1.38.35

String returns the string representation

type CreateReturnShippingLabelInput added in v1.35.7

type CreateReturnShippingLabelInput struct {

	// The ID for a job that you want to create the return shipping label for. For
	// example JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`

	// The shipping speed for a particular job. This speed doesn't dictate how soon
	// the device is returned to AWS. This speed represents how quickly it moves
	// to its destination while in transit. Regional shipping speeds are as follows:
	ShippingOption *string `type:"string" enum:"ShippingOption"`
	// contains filtered or unexported fields
}

func (CreateReturnShippingLabelInput) GoString added in v1.35.7

GoString returns the string representation

func (*CreateReturnShippingLabelInput) SetJobId added in v1.35.7

SetJobId sets the JobId field's value.

func (*CreateReturnShippingLabelInput) SetShippingOption added in v1.35.7

SetShippingOption sets the ShippingOption field's value.

func (CreateReturnShippingLabelInput) String added in v1.35.7

String returns the string representation

func (*CreateReturnShippingLabelInput) Validate added in v1.35.7

func (s *CreateReturnShippingLabelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReturnShippingLabelOutput added in v1.35.7

type CreateReturnShippingLabelOutput struct {

	// The status information of the task on a Snow device that is being returned
	// to AWS.
	Status *string `type:"string" enum:"ShippingLabelStatus"`
	// contains filtered or unexported fields
}

func (CreateReturnShippingLabelOutput) GoString added in v1.35.7

GoString returns the string representation

func (*CreateReturnShippingLabelOutput) SetStatus added in v1.35.7

SetStatus sets the Status field's value.

func (CreateReturnShippingLabelOutput) String added in v1.35.7

String returns the string representation

type DataTransfer

type DataTransfer struct {

	// The number of bytes transferred between a Snow device and Amazon S3.
	BytesTransferred *int64 `type:"long"`

	// The number of objects transferred between a Snow device and Amazon S3.
	ObjectsTransferred *int64 `type:"long"`

	// The total bytes of data for a transfer between a Snow device and Amazon S3.
	// This value is set to 0 (zero) until all the keys that will be transferred
	// have been listed.
	TotalBytes *int64 `type:"long"`

	// The total number of objects for a transfer between a Snow device and Amazon
	// S3. This value is set to 0 (zero) until all the keys that will be transferred
	// have been listed.
	TotalObjects *int64 `type:"long"`
	// contains filtered or unexported fields
}

Defines the real-time status of a Snow device's data transfer while the device is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.

func (DataTransfer) GoString

func (s DataTransfer) GoString() string

GoString returns the string representation

func (*DataTransfer) SetBytesTransferred added in v1.5.0

func (s *DataTransfer) SetBytesTransferred(v int64) *DataTransfer

SetBytesTransferred sets the BytesTransferred field's value.

func (*DataTransfer) SetObjectsTransferred added in v1.5.0

func (s *DataTransfer) SetObjectsTransferred(v int64) *DataTransfer

SetObjectsTransferred sets the ObjectsTransferred field's value.

func (*DataTransfer) SetTotalBytes added in v1.5.0

func (s *DataTransfer) SetTotalBytes(v int64) *DataTransfer

SetTotalBytes sets the TotalBytes field's value.

func (*DataTransfer) SetTotalObjects added in v1.5.0

func (s *DataTransfer) SetTotalObjects(v int64) *DataTransfer

SetTotalObjects sets the TotalObjects field's value.

func (DataTransfer) String

func (s DataTransfer) String() string

String returns the string representation

type DescribeAddressInput

type DescribeAddressInput struct {

	// The automatically generated ID for a specific address.
	//
	// AddressId is a required field
	AddressId *string `min:"40" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAddressInput) GoString

func (s DescribeAddressInput) GoString() string

GoString returns the string representation

func (*DescribeAddressInput) SetAddressId added in v1.5.0

func (s *DescribeAddressInput) SetAddressId(v string) *DescribeAddressInput

SetAddressId sets the AddressId field's value.

func (DescribeAddressInput) String

func (s DescribeAddressInput) String() string

String returns the string representation

func (*DescribeAddressInput) Validate

func (s *DescribeAddressInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAddressOutput

type DescribeAddressOutput struct {

	// The address that you want the Snow device(s) associated with a specific job
	// to be shipped to.
	Address *Address `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeAddressOutput) GoString

func (s DescribeAddressOutput) GoString() string

GoString returns the string representation

func (*DescribeAddressOutput) SetAddress added in v1.5.0

SetAddress sets the Address field's value.

func (DescribeAddressOutput) String

func (s DescribeAddressOutput) String() string

String returns the string representation

type DescribeAddressesInput

type DescribeAddressesInput struct {

	// The number of ADDRESS objects to return.
	MaxResults *int64 `type:"integer"`

	// HTTP requests are stateless. To identify what object comes "next" in the
	// list of ADDRESS objects, you have the option of specifying a value for NextToken
	// as the starting point for your list of returned addresses.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAddressesInput) GoString

func (s DescribeAddressesInput) GoString() string

GoString returns the string representation

func (*DescribeAddressesInput) SetMaxResults added in v1.5.0

SetMaxResults sets the MaxResults field's value.

func (*DescribeAddressesInput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeAddressesInput) String

func (s DescribeAddressesInput) String() string

String returns the string representation

func (*DescribeAddressesInput) Validate

func (s *DescribeAddressesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAddressesOutput

type DescribeAddressesOutput struct {

	// The Snow device shipping addresses that were created for this account.
	Addresses []*Address `type:"list"`

	// HTTP requests are stateless. If you use the automatically generated NextToken
	// value in your next DescribeAddresses call, your list of returned addresses
	// will start from this point in the array.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAddressesOutput) GoString

func (s DescribeAddressesOutput) GoString() string

GoString returns the string representation

func (*DescribeAddressesOutput) SetAddresses added in v1.5.0

SetAddresses sets the Addresses field's value.

func (*DescribeAddressesOutput) SetNextToken added in v1.5.0

SetNextToken sets the NextToken field's value.

func (DescribeAddressesOutput) String

func (s DescribeAddressesOutput) String() string

String returns the string representation

type DescribeClusterInput added in v1.5.12

type DescribeClusterInput struct {

	// The automatically generated ID for a cluster.
	//
	// ClusterId is a required field
	ClusterId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeClusterInput) GoString added in v1.5.12

func (s DescribeClusterInput) GoString() string

GoString returns the string representation

func (*DescribeClusterInput) SetClusterId added in v1.5.12

func (s *DescribeClusterInput) SetClusterId(v string) *DescribeClusterInput

SetClusterId sets the ClusterId field's value.

func (DescribeClusterInput) String added in v1.5.12

func (s DescribeClusterInput) String() string

String returns the string representation

func (*DescribeClusterInput) Validate added in v1.5.12

func (s *DescribeClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeClusterOutput added in v1.5.12

type DescribeClusterOutput struct {

	// Information about a specific cluster, including shipping information, cluster
	// status, and other important metadata.
	ClusterMetadata *ClusterMetadata `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeClusterOutput) GoString added in v1.5.12

func (s DescribeClusterOutput) GoString() string

GoString returns the string representation

func (*DescribeClusterOutput) SetClusterMetadata added in v1.5.12

func (s *DescribeClusterOutput) SetClusterMetadata(v *ClusterMetadata) *DescribeClusterOutput

SetClusterMetadata sets the ClusterMetadata field's value.

func (DescribeClusterOutput) String added in v1.5.12

func (s DescribeClusterOutput) String() string

String returns the string representation

type DescribeJobInput

type DescribeJobInput struct {

	// The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeJobInput) GoString

func (s DescribeJobInput) GoString() string

GoString returns the string representation

func (*DescribeJobInput) SetJobId added in v1.5.0

func (s *DescribeJobInput) SetJobId(v string) *DescribeJobInput

SetJobId sets the JobId field's value.

func (DescribeJobInput) String

func (s DescribeJobInput) String() string

String returns the string representation

func (*DescribeJobInput) Validate

func (s *DescribeJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeJobOutput

type DescribeJobOutput struct {

	// Information about a specific job, including shipping information, job status,
	// and other important metadata.
	JobMetadata *JobMetadata `type:"structure"`

	// Information about a specific job part (in the case of an export job), including
	// shipping information, job status, and other important metadata.
	SubJobMetadata []*JobMetadata `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeJobOutput) GoString

func (s DescribeJobOutput) GoString() string

GoString returns the string representation

func (*DescribeJobOutput) SetJobMetadata added in v1.5.0

func (s *DescribeJobOutput) SetJobMetadata(v *JobMetadata) *DescribeJobOutput

SetJobMetadata sets the JobMetadata field's value.

func (*DescribeJobOutput) SetSubJobMetadata added in v1.5.0

func (s *DescribeJobOutput) SetSubJobMetadata(v []*JobMetadata) *DescribeJobOutput

SetSubJobMetadata sets the SubJobMetadata field's value.

func (DescribeJobOutput) String

func (s DescribeJobOutput) String() string

String returns the string representation

type DescribeReturnShippingLabelInput added in v1.35.7

type DescribeReturnShippingLabelInput struct {

	// The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeReturnShippingLabelInput) GoString added in v1.35.7

GoString returns the string representation

func (*DescribeReturnShippingLabelInput) SetJobId added in v1.35.7

SetJobId sets the JobId field's value.

func (DescribeReturnShippingLabelInput) String added in v1.35.7

String returns the string representation

func (*DescribeReturnShippingLabelInput) Validate added in v1.35.7

Validate inspects the fields of the type to determine if they are valid.

type DescribeReturnShippingLabelOutput added in v1.35.7

type DescribeReturnShippingLabelOutput struct {

	// The expiration date of the current return shipping label.
	ExpirationDate *time.Time `type:"timestamp"`

	// The status information of the task on a Snow device that is being returned
	// to AWS.
	Status *string `type:"string" enum:"ShippingLabelStatus"`
	// contains filtered or unexported fields
}

func (DescribeReturnShippingLabelOutput) GoString added in v1.35.7

GoString returns the string representation

func (*DescribeReturnShippingLabelOutput) SetExpirationDate added in v1.35.7

SetExpirationDate sets the ExpirationDate field's value.

func (*DescribeReturnShippingLabelOutput) SetStatus added in v1.35.7

SetStatus sets the Status field's value.

func (DescribeReturnShippingLabelOutput) String added in v1.35.7

String returns the string representation

type DeviceConfiguration added in v1.32.4

type DeviceConfiguration struct {

	// Returns information about the device configuration for an AWS Snowcone job.
	SnowconeDeviceConfiguration *SnowconeDeviceConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

The container for SnowconeDeviceConfiguration.

func (DeviceConfiguration) GoString added in v1.32.4

func (s DeviceConfiguration) GoString() string

GoString returns the string representation

func (*DeviceConfiguration) SetSnowconeDeviceConfiguration added in v1.32.4

func (s *DeviceConfiguration) SetSnowconeDeviceConfiguration(v *SnowconeDeviceConfiguration) *DeviceConfiguration

SetSnowconeDeviceConfiguration sets the SnowconeDeviceConfiguration field's value.

func (DeviceConfiguration) String added in v1.32.4

func (s DeviceConfiguration) String() string

String returns the string representation

type Ec2AmiResource added in v1.14.28

type Ec2AmiResource struct {

	// The ID of the AMI in Amazon EC2.
	//
	// AmiId is a required field
	AmiId *string `min:"12" type:"string" required:"true"`

	// The ID of the AMI on the Snow device.
	SnowballAmiId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the AWS Cloud and on the device.

func (Ec2AmiResource) GoString added in v1.14.28

func (s Ec2AmiResource) GoString() string

GoString returns the string representation

func (*Ec2AmiResource) SetAmiId added in v1.14.28

func (s *Ec2AmiResource) SetAmiId(v string) *Ec2AmiResource

SetAmiId sets the AmiId field's value.

func (*Ec2AmiResource) SetSnowballAmiId added in v1.14.28

func (s *Ec2AmiResource) SetSnowballAmiId(v string) *Ec2AmiResource

SetSnowballAmiId sets the SnowballAmiId field's value.

func (Ec2AmiResource) String added in v1.14.28

func (s Ec2AmiResource) String() string

String returns the string representation

func (*Ec2AmiResource) Validate added in v1.14.28

func (s *Ec2AmiResource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Ec2RequestFailedException added in v1.28.0

type Ec2RequestFailedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

func (*Ec2RequestFailedException) Code added in v1.28.0

Code returns the exception type name.

func (*Ec2RequestFailedException) Error added in v1.28.0

func (s *Ec2RequestFailedException) Error() string

func (Ec2RequestFailedException) GoString added in v1.28.0

func (s Ec2RequestFailedException) GoString() string

GoString returns the string representation

func (*Ec2RequestFailedException) Message added in v1.28.0

func (s *Ec2RequestFailedException) Message() string

Message returns the exception's message.

func (*Ec2RequestFailedException) OrigErr added in v1.28.0

func (s *Ec2RequestFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*Ec2RequestFailedException) RequestID added in v1.28.0

func (s *Ec2RequestFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*Ec2RequestFailedException) StatusCode added in v1.28.0

func (s *Ec2RequestFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (Ec2RequestFailedException) String added in v1.28.0

func (s Ec2RequestFailedException) String() string

String returns the string representation

type EventTriggerDefinition added in v1.5.12

type EventTriggerDefinition struct {

	// The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an
	// AWS Lambda function's event trigger associated with this job.
	EventResourceARN *string `type:"string"`
	// contains filtered or unexported fields
}

The container for the EventTriggerDefinition$EventResourceARN.

func (EventTriggerDefinition) GoString added in v1.5.12

func (s EventTriggerDefinition) GoString() string

GoString returns the string representation

func (*EventTriggerDefinition) SetEventResourceARN added in v1.5.12

func (s *EventTriggerDefinition) SetEventResourceARN(v string) *EventTriggerDefinition

SetEventResourceARN sets the EventResourceARN field's value.

func (EventTriggerDefinition) String added in v1.5.12

func (s EventTriggerDefinition) String() string

String returns the string representation

type GetJobManifestInput

type GetJobManifestInput struct {

	// The ID for a job that you want to get the manifest file for, for example
	// JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetJobManifestInput) GoString

func (s GetJobManifestInput) GoString() string

GoString returns the string representation

func (*GetJobManifestInput) SetJobId added in v1.5.0

SetJobId sets the JobId field's value.

func (GetJobManifestInput) String

func (s GetJobManifestInput) String() string

String returns the string representation

func (*GetJobManifestInput) Validate

func (s *GetJobManifestInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobManifestOutput

type GetJobManifestOutput struct {

	// The Amazon S3 presigned URL for the manifest file associated with the specified
	// JobId value.
	ManifestURI *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetJobManifestOutput) GoString

func (s GetJobManifestOutput) GoString() string

GoString returns the string representation

func (*GetJobManifestOutput) SetManifestURI added in v1.5.0

func (s *GetJobManifestOutput) SetManifestURI(v string) *GetJobManifestOutput

SetManifestURI sets the ManifestURI field's value.

func (GetJobManifestOutput) String

func (s GetJobManifestOutput) String() string

String returns the string representation

type GetJobUnlockCodeInput

type GetJobUnlockCodeInput struct {

	// The ID for the job that you want to get the UnlockCode value for, for example
	// JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetJobUnlockCodeInput) GoString

func (s GetJobUnlockCodeInput) GoString() string

GoString returns the string representation

func (*GetJobUnlockCodeInput) SetJobId added in v1.5.0

SetJobId sets the JobId field's value.

func (GetJobUnlockCodeInput) String

func (s GetJobUnlockCodeInput) String() string

String returns the string representation

func (*GetJobUnlockCodeInput) Validate

func (s *GetJobUnlockCodeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobUnlockCodeOutput

type GetJobUnlockCodeOutput struct {

	// The UnlockCode value for the specified job. The UnlockCode value can be accessed
	// for up to 360 days after the job has been created.
	UnlockCode *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetJobUnlockCodeOutput) GoString

func (s GetJobUnlockCodeOutput) GoString() string

GoString returns the string representation

func (*GetJobUnlockCodeOutput) SetUnlockCode added in v1.5.0

SetUnlockCode sets the UnlockCode field's value.

func (GetJobUnlockCodeOutput) String

func (s GetJobUnlockCodeOutput) String() string

String returns the string representation

type GetSnowballUsageInput

type GetSnowballUsageInput struct {
	// contains filtered or unexported fields
}

func (GetSnowballUsageInput) GoString

func (s GetSnowballUsageInput) GoString() string

GoString returns the string representation

func (GetSnowballUsageInput) String

func (s GetSnowballUsageInput) String() string

String returns the string representation

type GetSnowballUsageOutput

type GetSnowballUsageOutput struct {

	// The service limit for number of Snow devices this account can have at once.
	// The default service limit is 1 (one).
	SnowballLimit *int64 `type:"integer"`

	// The number of Snow devices that this account is currently using.
	SnowballsInUse *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (GetSnowballUsageOutput) GoString

func (s GetSnowballUsageOutput) GoString() string

GoString returns the string representation

func (*GetSnowballUsageOutput) SetSnowballLimit added in v1.5.0

func (s *GetSnowballUsageOutput) SetSnowballLimit(v int64) *GetSnowballUsageOutput

SetSnowballLimit sets the SnowballLimit field's value.

func (*GetSnowballUsageOutput) SetSnowballsInUse added in v1.5.0

func (s *GetSnowballUsageOutput) SetSnowballsInUse(v int64) *GetSnowballUsageOutput

SetSnowballsInUse sets the SnowballsInUse field's value.

func (GetSnowballUsageOutput) String

func (s GetSnowballUsageOutput) String() string

String returns the string representation

type GetSoftwareUpdatesInput added in v1.25.7

type GetSoftwareUpdatesInput struct {

	// The ID for a job that you want to get the software update file for, for example
	// JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetSoftwareUpdatesInput) GoString added in v1.25.7

func (s GetSoftwareUpdatesInput) GoString() string

GoString returns the string representation

func (*GetSoftwareUpdatesInput) SetJobId added in v1.25.7

SetJobId sets the JobId field's value.

func (GetSoftwareUpdatesInput) String added in v1.25.7

func (s GetSoftwareUpdatesInput) String() string

String returns the string representation

func (*GetSoftwareUpdatesInput) Validate added in v1.25.7

func (s *GetSoftwareUpdatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSoftwareUpdatesOutput added in v1.25.7

type GetSoftwareUpdatesOutput struct {

	// The Amazon S3 presigned URL for the update file associated with the specified
	// JobId value. The software update will be available for 2 days after this
	// request is made. To access an update after the 2 days have passed, you'll
	// have to make another call to GetSoftwareUpdates.
	UpdatesURI *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetSoftwareUpdatesOutput) GoString added in v1.25.7

func (s GetSoftwareUpdatesOutput) GoString() string

GoString returns the string representation

func (*GetSoftwareUpdatesOutput) SetUpdatesURI added in v1.25.7

SetUpdatesURI sets the UpdatesURI field's value.

func (GetSoftwareUpdatesOutput) String added in v1.25.7

func (s GetSoftwareUpdatesOutput) String() string

String returns the string representation

type INDTaxDocuments added in v1.29.9

type INDTaxDocuments struct {

	// The Goods and Services Tax (GST) documents required in AWS Regions in India.
	GSTIN *string `type:"string"`
	// contains filtered or unexported fields
}

The tax documents required in AWS Regions in India.

func (INDTaxDocuments) GoString added in v1.29.9

func (s INDTaxDocuments) GoString() string

GoString returns the string representation

func (*INDTaxDocuments) SetGSTIN added in v1.29.9

func (s *INDTaxDocuments) SetGSTIN(v string) *INDTaxDocuments

SetGSTIN sets the GSTIN field's value.

func (INDTaxDocuments) String added in v1.29.9

func (s INDTaxDocuments) String() string

String returns the string representation

type InvalidAddressException added in v1.28.0

type InvalidAddressException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The address provided was invalid. Check the address with your region's carrier, and try again.

func (*InvalidAddressException) Code added in v1.28.0

func (s *InvalidAddressException) Code() string

Code returns the exception type name.

func (*InvalidAddressException) Error added in v1.28.0

func (s *InvalidAddressException) Error() string

func (InvalidAddressException) GoString added in v1.28.0

func (s InvalidAddressException) GoString() string

GoString returns the string representation

func (*InvalidAddressException) Message added in v1.28.0

func (s *InvalidAddressException) Message() string

Message returns the exception's message.

func (*InvalidAddressException) OrigErr added in v1.28.0

func (s *InvalidAddressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidAddressException) RequestID added in v1.28.0

func (s *InvalidAddressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidAddressException) StatusCode added in v1.28.0

func (s *InvalidAddressException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidAddressException) String added in v1.28.0

func (s InvalidAddressException) String() string

String returns the string representation

type InvalidInputCombinationException added in v1.28.0

type InvalidInputCombinationException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

func (*InvalidInputCombinationException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidInputCombinationException) Error added in v1.28.0

func (InvalidInputCombinationException) GoString added in v1.28.0

GoString returns the string representation

func (*InvalidInputCombinationException) Message added in v1.28.0

Message returns the exception's message.

func (*InvalidInputCombinationException) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidInputCombinationException) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InvalidInputCombinationException) StatusCode added in v1.28.0

func (s *InvalidInputCombinationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidInputCombinationException) String added in v1.28.0

String returns the string representation

type InvalidJobStateException added in v1.28.0

type InvalidJobStateException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The action can't be performed because the job's current state doesn't allow that action to be performed.

func (*InvalidJobStateException) Code added in v1.28.0

func (s *InvalidJobStateException) Code() string

Code returns the exception type name.

func (*InvalidJobStateException) Error added in v1.28.0

func (s *InvalidJobStateException) Error() string

func (InvalidJobStateException) GoString added in v1.28.0

func (s InvalidJobStateException) GoString() string

GoString returns the string representation

func (*InvalidJobStateException) Message added in v1.28.0

func (s *InvalidJobStateException) Message() string

Message returns the exception's message.

func (*InvalidJobStateException) OrigErr added in v1.28.0

func (s *InvalidJobStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidJobStateException) RequestID added in v1.28.0

func (s *InvalidJobStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidJobStateException) StatusCode added in v1.28.0

func (s *InvalidJobStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidJobStateException) String added in v1.28.0

func (s InvalidJobStateException) String() string

String returns the string representation

type InvalidNextTokenException added in v1.28.0

type InvalidNextTokenException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

func (*InvalidNextTokenException) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidNextTokenException) Error added in v1.28.0

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString added in v1.28.0

func (s InvalidNextTokenException) GoString() string

GoString returns the string representation

func (*InvalidNextTokenException) Message added in v1.28.0

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr added in v1.28.0

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID added in v1.28.0

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode added in v1.28.0

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String added in v1.28.0

func (s InvalidNextTokenException) String() string

String returns the string representation

type InvalidResourceException added in v1.28.0

type InvalidResourceException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`

	// The provided resource value is invalid.
	ResourceType *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The specified resource can't be found. Check the information you provided in your last request, and try again.

func (*InvalidResourceException) Code added in v1.28.0

func (s *InvalidResourceException) Code() string

Code returns the exception type name.

func (*InvalidResourceException) Error added in v1.28.0

func (s *InvalidResourceException) Error() string

func (InvalidResourceException) GoString added in v1.28.0

func (s InvalidResourceException) GoString() string

GoString returns the string representation

func (*InvalidResourceException) Message added in v1.28.0

func (s *InvalidResourceException) Message() string

Message returns the exception's message.

func (*InvalidResourceException) OrigErr added in v1.28.0

func (s *InvalidResourceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceException) RequestID added in v1.28.0

func (s *InvalidResourceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceException) StatusCode added in v1.28.0

func (s *InvalidResourceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidResourceException) String added in v1.28.0

func (s InvalidResourceException) String() string

String returns the string representation

type JobListEntry

type JobListEntry struct {

	// The creation date for this job.
	CreationDate *time.Time `type:"timestamp"`

	// The optional description of this specific job, for example Important Photos
	// 2016-08-11.
	Description *string `min:"1" type:"string"`

	// A value that indicates that this job is a main job. A main job represents
	// a successful request to create an export job. Main jobs aren't associated
	// with any Snowballs. Instead, each main job will have at least one job part,
	// and each job part is associated with a Snowball. It might take some time
	// before the job parts associated with a particular main job are listed, because
	// they are created after the main job is created.
	IsMaster *bool `type:"boolean"`

	// The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
	JobId *string `min:"1" type:"string"`

	// The current state of this job.
	JobState *string `type:"string" enum:"JobState"`

	// The type of job.
	JobType *string `type:"string" enum:"JobType"`

	// The type of device used with this job.
	SnowballType *string `type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of an export job.

func (JobListEntry) GoString

func (s JobListEntry) GoString() string

GoString returns the string representation

func (*JobListEntry) SetCreationDate added in v1.5.12

func (s *JobListEntry) SetCreationDate(v time.Time) *JobListEntry

SetCreationDate sets the CreationDate field's value.

func (*JobListEntry) SetDescription added in v1.5.12

func (s *JobListEntry) SetDescription(v string) *JobListEntry

SetDescription sets the Description field's value.

func (*JobListEntry) SetIsMaster added in v1.5.0

func (s *JobListEntry) SetIsMaster(v bool) *JobListEntry

SetIsMaster sets the IsMaster field's value.

func (*JobListEntry) SetJobId added in v1.5.0

func (s *JobListEntry) SetJobId(v string) *JobListEntry

SetJobId sets the JobId field's value.

func (*JobListEntry) SetJobState added in v1.5.0

func (s *JobListEntry) SetJobState(v string) *JobListEntry

SetJobState sets the JobState field's value.

func (*JobListEntry) SetJobType added in v1.5.12

func (s *JobListEntry) SetJobType(v string) *JobListEntry

SetJobType sets the JobType field's value.

func (*JobListEntry) SetSnowballType added in v1.5.12

func (s *JobListEntry) SetSnowballType(v string) *JobListEntry

SetSnowballType sets the SnowballType field's value.

func (JobListEntry) String

func (s JobListEntry) String() string

String returns the string representation

type JobLogs

type JobLogs struct {

	// A link to an Amazon S3 presigned URL where the job completion report is located.
	JobCompletionReportURI *string `min:"1" type:"string"`

	// A link to an Amazon S3 presigned URL where the job failure log is located.
	JobFailureLogURI *string `min:"1" type:"string"`

	// A link to an Amazon S3 presigned URL where the job success log is located.
	JobSuccessLogURI *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Contains job logs. Whenever a Snow device is used to import data into or export data out of Amazon S3, you'll have the option of downloading a PDF job report. Job logs are returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type. The job logs can be accessed for up to 60 minutes after this request has been made. To access any of the job logs after 60 minutes have passed, you'll have to make another call to the DescribeJob action.

For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.

The job report provides you insight into the state of your Amazon S3 data transfer. The report includes details about your job or job part for your records.

For deeper visibility into the status of your transferred objects, you can look at the two associated logs: a success log and a failure log. The logs are saved in comma-separated value (CSV) format, and the name of each log includes the ID of the job or job part that the log describes.

func (JobLogs) GoString

func (s JobLogs) GoString() string

GoString returns the string representation

func (*JobLogs) SetJobCompletionReportURI added in v1.5.0

func (s *JobLogs) SetJobCompletionReportURI(v string) *JobLogs

SetJobCompletionReportURI sets the JobCompletionReportURI field's value.

func (*JobLogs) SetJobFailureLogURI added in v1.5.0

func (s *JobLogs) SetJobFailureLogURI(v string) *JobLogs

SetJobFailureLogURI sets the JobFailureLogURI field's value.

func (*JobLogs) SetJobSuccessLogURI added in v1.5.0

func (s *JobLogs) SetJobSuccessLogURI(v string) *JobLogs

SetJobSuccessLogURI sets the JobSuccessLogURI field's value.

func (JobLogs) String

func (s JobLogs) String() string

String returns the string representation

type JobMetadata

type JobMetadata struct {

	// The ID for the address that you want the Snow device shipped to.
	AddressId *string `min:"40" type:"string"`

	// The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.
	ClusterId *string `min:"1" type:"string"`

	// The creation date for this job.
	CreationDate *time.Time `type:"timestamp"`

	// A value that defines the real-time status of a Snow device's data transfer
	// while the device is at AWS. This data is only available while a job has a
	// JobState value of InProgress, for both import and export jobs.
	DataTransferProgress *DataTransfer `type:"structure"`

	// The description of the job, provided at job creation.
	Description *string `min:"1" type:"string"`

	// The container for SnowconeDeviceConfiguration.
	DeviceConfiguration *DeviceConfiguration `type:"structure"`

	// The ID of the address that you want a job shipped to, after it will be shipped
	// to its primary address. This field is not supported in most regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.
	JobId *string `min:"1" type:"string"`

	// Links to Amazon S3 presigned URLs for the job report and logs. For import
	// jobs, the PDF job report becomes available at the end of the import process.
	// For export jobs, your job report typically becomes available while the Snow
	// device for your job part is being delivered to you.
	JobLogInfo *JobLogs `type:"structure"`

	// The current status of the jobs.
	JobState *string `type:"string" enum:"JobState"`

	// The type of job.
	JobType *string `type:"string" enum:"JobType"`

	// The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS)
	// key associated with this job. This ARN was created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html)
	// API action in AWS KMS.
	KmsKeyARN *string `type:"string"`

	// The ID of the long term pricing type for the device.
	LongTermPricingId *string `min:"41" type:"string"`

	// The Amazon Simple Notification Service (Amazon SNS) notification settings
	// associated with a specific job. The Notification object is returned as a
	// part of the response syntax of the DescribeJob action in the JobMetadata
	// data type.
	Notification *Notification `type:"structure"`

	// An array of S3Resource objects. Each S3Resource object represents an Amazon
	// S3 bucket that your transferred data will be exported from or imported into.
	Resources *JobResource `type:"structure"`

	// The role ARN associated with this job. This ARN was created using the CreateRole
	// (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)
	// API action in AWS Identity and Access Management (IAM).
	RoleARN *string `type:"string"`

	// A job's shipping information, including inbound and outbound tracking numbers
	// and shipping speed options.
	ShippingDetails *ShippingDetails `type:"structure"`

	// The Snow device capacity preference for this job, specified at job creation.
	// In US regions, you can choose between 50 TB and 80 TB Snowballs. All other
	// regions use 80 TB capacity Snowballs.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	SnowballCapacityPreference *string `type:"string" enum:"Capacity"`

	// The type of device used with this job.
	SnowballType *string `type:"string" enum:"Type"`

	// The metadata associated with the tax documents required in your AWS Region.
	TaxDocuments *TaxDocuments `type:"structure"`
	// contains filtered or unexported fields
}

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the DescribeJob action.

func (JobMetadata) GoString

func (s JobMetadata) GoString() string

GoString returns the string representation

func (*JobMetadata) SetAddressId added in v1.5.0

func (s *JobMetadata) SetAddressId(v string) *JobMetadata

SetAddressId sets the AddressId field's value.

func (*JobMetadata) SetClusterId added in v1.5.12

func (s *JobMetadata) SetClusterId(v string) *JobMetadata

SetClusterId sets the ClusterId field's value.

func (*JobMetadata) SetCreationDate added in v1.5.0

func (s *JobMetadata) SetCreationDate(v time.Time) *JobMetadata

SetCreationDate sets the CreationDate field's value.

func (*JobMetadata) SetDataTransferProgress added in v1.5.0

func (s *JobMetadata) SetDataTransferProgress(v *DataTransfer) *JobMetadata

SetDataTransferProgress sets the DataTransferProgress field's value.

func (*JobMetadata) SetDescription added in v1.5.0

func (s *JobMetadata) SetDescription(v string) *JobMetadata

SetDescription sets the Description field's value.

func (*JobMetadata) SetDeviceConfiguration added in v1.32.4

func (s *JobMetadata) SetDeviceConfiguration(v *DeviceConfiguration) *JobMetadata

SetDeviceConfiguration sets the DeviceConfiguration field's value.

func (*JobMetadata) SetForwardingAddressId added in v1.8.18

func (s *JobMetadata) SetForwardingAddressId(v string) *JobMetadata

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*JobMetadata) SetJobId added in v1.5.0

func (s *JobMetadata) SetJobId(v string) *JobMetadata

SetJobId sets the JobId field's value.

func (*JobMetadata) SetJobLogInfo added in v1.5.0

func (s *JobMetadata) SetJobLogInfo(v *JobLogs) *JobMetadata

SetJobLogInfo sets the JobLogInfo field's value.

func (*JobMetadata) SetJobState added in v1.5.0

func (s *JobMetadata) SetJobState(v string) *JobMetadata

SetJobState sets the JobState field's value.

func (*JobMetadata) SetJobType added in v1.5.0

func (s *JobMetadata) SetJobType(v string) *JobMetadata

SetJobType sets the JobType field's value.

func (*JobMetadata) SetKmsKeyARN added in v1.5.0

func (s *JobMetadata) SetKmsKeyARN(v string) *JobMetadata

SetKmsKeyARN sets the KmsKeyARN field's value.

func (*JobMetadata) SetLongTermPricingId added in v1.38.35

func (s *JobMetadata) SetLongTermPricingId(v string) *JobMetadata

SetLongTermPricingId sets the LongTermPricingId field's value.

func (*JobMetadata) SetNotification added in v1.5.0

func (s *JobMetadata) SetNotification(v *Notification) *JobMetadata

SetNotification sets the Notification field's value.

func (*JobMetadata) SetResources added in v1.5.0

func (s *JobMetadata) SetResources(v *JobResource) *JobMetadata

SetResources sets the Resources field's value.

func (*JobMetadata) SetRoleARN added in v1.5.0

func (s *JobMetadata) SetRoleARN(v string) *JobMetadata

SetRoleARN sets the RoleARN field's value.

func (*JobMetadata) SetShippingDetails added in v1.5.0

func (s *JobMetadata) SetShippingDetails(v *ShippingDetails) *JobMetadata

SetShippingDetails sets the ShippingDetails field's value.

func (*JobMetadata) SetSnowballCapacityPreference added in v1.5.0

func (s *JobMetadata) SetSnowballCapacityPreference(v string) *JobMetadata

SetSnowballCapacityPreference sets the SnowballCapacityPreference field's value.

func (*JobMetadata) SetSnowballType added in v1.5.12

func (s *JobMetadata) SetSnowballType(v string) *JobMetadata

SetSnowballType sets the SnowballType field's value.

func (*JobMetadata) SetTaxDocuments added in v1.29.9

func (s *JobMetadata) SetTaxDocuments(v *TaxDocuments) *JobMetadata

SetTaxDocuments sets the TaxDocuments field's value.

func (JobMetadata) String

func (s JobMetadata) String() string

String returns the string representation

type JobResource

type JobResource struct {

	// The Amazon Machine Images (AMIs) associated with this job.
	Ec2AmiResources []*Ec2AmiResource `type:"list"`

	// The Python-language Lambda functions for this job.
	LambdaResources []*LambdaResource `type:"list"`

	// An array of S3Resource objects.
	S3Resources []*S3Resource `type:"list"`
	// contains filtered or unexported fields
}

Contains an array of AWS resource objects. Each object represents an Amazon S3 bucket, an AWS Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.

func (JobResource) GoString

func (s JobResource) GoString() string

GoString returns the string representation

func (*JobResource) SetEc2AmiResources added in v1.14.28

func (s *JobResource) SetEc2AmiResources(v []*Ec2AmiResource) *JobResource

SetEc2AmiResources sets the Ec2AmiResources field's value.

func (*JobResource) SetLambdaResources added in v1.5.12

func (s *JobResource) SetLambdaResources(v []*LambdaResource) *JobResource

SetLambdaResources sets the LambdaResources field's value.

func (*JobResource) SetS3Resources added in v1.5.0

func (s *JobResource) SetS3Resources(v []*S3Resource) *JobResource

SetS3Resources sets the S3Resources field's value.

func (JobResource) String

func (s JobResource) String() string

String returns the string representation

func (*JobResource) Validate

func (s *JobResource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KMSRequestFailedException added in v1.28.0

type KMSRequestFailedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

func (*KMSRequestFailedException) Code added in v1.28.0

Code returns the exception type name.

func (*KMSRequestFailedException) Error added in v1.28.0

func (s *KMSRequestFailedException) Error() string

func (KMSRequestFailedException) GoString added in v1.28.0

func (s KMSRequestFailedException) GoString() string

GoString returns the string representation

func (*KMSRequestFailedException) Message added in v1.28.0

func (s *KMSRequestFailedException) Message() string

Message returns the exception's message.

func (*KMSRequestFailedException) OrigErr added in v1.28.0

func (s *KMSRequestFailedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSRequestFailedException) RequestID added in v1.28.0

func (s *KMSRequestFailedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSRequestFailedException) StatusCode added in v1.28.0

func (s *KMSRequestFailedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (KMSRequestFailedException) String added in v1.28.0

func (s KMSRequestFailedException) String() string

String returns the string representation

type KeyRange

type KeyRange struct {

	// The key that starts an optional key range for an export job. Ranges are inclusive
	// and UTF-8 binary sorted.
	BeginMarker *string `min:"1" type:"string"`

	// The key that ends an optional key range for an export job. Ranges are inclusive
	// and UTF-8 binary sorted.
	EndMarker *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

func (KeyRange) GoString

func (s KeyRange) GoString() string

GoString returns the string representation

func (*KeyRange) SetBeginMarker added in v1.5.0

func (s *KeyRange) SetBeginMarker(v string) *KeyRange

SetBeginMarker sets the BeginMarker field's value.

func (*KeyRange) SetEndMarker added in v1.5.0

func (s *KeyRange) SetEndMarker(v string) *KeyRange

SetEndMarker sets the EndMarker field's value.

func (KeyRange) String

func (s KeyRange) String() string

String returns the string representation

func (*KeyRange) Validate

func (s *KeyRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LambdaResource added in v1.5.12

type LambdaResource struct {

	// The array of ARNs for S3Resource objects to trigger the LambdaResource objects
	// associated with this job.
	EventTriggers []*EventTriggerDefinition `type:"list"`

	// An Amazon Resource Name (ARN) that represents an AWS Lambda function to be
	// triggered by PUT object actions on the associated local Amazon S3 resource.
	LambdaArn *string `type:"string"`
	// contains filtered or unexported fields
}

Identifies

func (LambdaResource) GoString added in v1.5.12

func (s LambdaResource) GoString() string

GoString returns the string representation

func (*LambdaResource) SetEventTriggers added in v1.5.12

func (s *LambdaResource) SetEventTriggers(v []*EventTriggerDefinition) *LambdaResource

SetEventTriggers sets the EventTriggers field's value.

func (*LambdaResource) SetLambdaArn added in v1.5.12

func (s *LambdaResource) SetLambdaArn(v string) *LambdaResource

SetLambdaArn sets the LambdaArn field's value.

func (LambdaResource) String added in v1.5.12

func (s LambdaResource) String() string

String returns the string representation

type ListClusterJobsInput added in v1.5.12

type ListClusterJobsInput struct {

	// The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
	//
	// ClusterId is a required field
	ClusterId *string `min:"39" type:"string" required:"true"`

	// The number of JobListEntry objects to return.
	MaxResults *int64 `type:"integer"`

	// HTTP requests are stateless. To identify what object comes "next" in the
	// list of JobListEntry objects, you have the option of specifying NextToken
	// as the starting point for your returned list.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListClusterJobsInput) GoString added in v1.5.12

func (s ListClusterJobsInput) GoString() string

GoString returns the string representation

func (*ListClusterJobsInput) SetClusterId added in v1.5.12

func (s *ListClusterJobsInput) SetClusterId(v string) *ListClusterJobsInput

SetClusterId sets the ClusterId field's value.

func (*ListClusterJobsInput) SetMaxResults added in v1.5.12

func (s *ListClusterJobsInput) SetMaxResults(v int64) *ListClusterJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListClusterJobsInput) SetNextToken added in v1.5.12

func (s *ListClusterJobsInput) SetNextToken(v string) *ListClusterJobsInput

SetNextToken sets the NextToken field's value.

func (ListClusterJobsInput) String added in v1.5.12

func (s ListClusterJobsInput) String() string

String returns the string representation

func (*ListClusterJobsInput) Validate added in v1.5.12

func (s *ListClusterJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListClusterJobsOutput added in v1.5.12

type ListClusterJobsOutput struct {

	// Each JobListEntry object contains a job's state, a job's ID, and a value
	// that indicates whether the job is a job part, in the case of export jobs.
	JobListEntries []*JobListEntry `type:"list"`

	// HTTP requests are stateless. If you use the automatically generated NextToken
	// value in your next ListClusterJobsResult call, your list of returned jobs
	// will start from this point in the array.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListClusterJobsOutput) GoString added in v1.5.12

func (s ListClusterJobsOutput) GoString() string

GoString returns the string representation

func (*ListClusterJobsOutput) SetJobListEntries added in v1.5.12

func (s *ListClusterJobsOutput) SetJobListEntries(v []*JobListEntry) *ListClusterJobsOutput

SetJobListEntries sets the JobListEntries field's value.

func (*ListClusterJobsOutput) SetNextToken added in v1.5.12

SetNextToken sets the NextToken field's value.

func (ListClusterJobsOutput) String added in v1.5.12

func (s ListClusterJobsOutput) String() string

String returns the string representation

type ListClustersInput added in v1.5.12

type ListClustersInput struct {

	// The number of ClusterListEntry objects to return.
	MaxResults *int64 `type:"integer"`

	// HTTP requests are stateless. To identify what object comes "next" in the
	// list of ClusterListEntry objects, you have the option of specifying NextToken
	// as the starting point for your returned list.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListClustersInput) GoString added in v1.5.12

func (s ListClustersInput) GoString() string

GoString returns the string representation

func (*ListClustersInput) SetMaxResults added in v1.5.12

func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput

SetMaxResults sets the MaxResults field's value.

func (*ListClustersInput) SetNextToken added in v1.5.12

func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput

SetNextToken sets the NextToken field's value.

func (ListClustersInput) String added in v1.5.12

func (s ListClustersInput) String() string

String returns the string representation

func (*ListClustersInput) Validate added in v1.5.12

func (s *ListClustersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListClustersOutput added in v1.5.12

type ListClustersOutput struct {

	// Each ClusterListEntry object contains a cluster's state, a cluster's ID,
	// and other important status information.
	ClusterListEntries []*ClusterListEntry `type:"list"`

	// HTTP requests are stateless. If you use the automatically generated NextToken
	// value in your next ClusterListEntry call, your list of returned clusters
	// will start from this point in the array.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListClustersOutput) GoString added in v1.5.12

func (s ListClustersOutput) GoString() string

GoString returns the string representation

func (*ListClustersOutput) SetClusterListEntries added in v1.5.12

func (s *ListClustersOutput) SetClusterListEntries(v []*ClusterListEntry) *ListClustersOutput

SetClusterListEntries sets the ClusterListEntries field's value.

func (*ListClustersOutput) SetNextToken added in v1.5.12

func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput

SetNextToken sets the NextToken field's value.

func (ListClustersOutput) String added in v1.5.12

func (s ListClustersOutput) String() string

String returns the string representation

type ListCompatibleImagesInput added in v1.14.28

type ListCompatibleImagesInput struct {

	// The maximum number of results for the list of compatible images. Currently,
	// a Snowball Edge device can store 10 AMIs.
	MaxResults *int64 `type:"integer"`

	// HTTP requests are stateless. To identify what object comes "next" in the
	// list of compatible images, you can specify a value for NextToken as the starting
	// point for your list of returned images.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListCompatibleImagesInput) GoString added in v1.14.28

func (s ListCompatibleImagesInput) GoString() string

GoString returns the string representation

func (*ListCompatibleImagesInput) SetMaxResults added in v1.14.28

SetMaxResults sets the MaxResults field's value.

func (*ListCompatibleImagesInput) SetNextToken added in v1.14.28

SetNextToken sets the NextToken field's value.

func (ListCompatibleImagesInput) String added in v1.14.28

func (s ListCompatibleImagesInput) String() string

String returns the string representation

func (*ListCompatibleImagesInput) Validate added in v1.14.28

func (s *ListCompatibleImagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCompatibleImagesOutput added in v1.14.28

type ListCompatibleImagesOutput struct {

	// A JSON-formatted object that describes a compatible AMI, including the ID
	// and name for a Snow device AMI.
	CompatibleImages []*CompatibleImage `type:"list"`

	// Because HTTP requests are stateless, this is the starting point for your
	// next list of returned images.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListCompatibleImagesOutput) GoString added in v1.14.28

func (s ListCompatibleImagesOutput) GoString() string

GoString returns the string representation

func (*ListCompatibleImagesOutput) SetCompatibleImages added in v1.14.28

SetCompatibleImages sets the CompatibleImages field's value.

func (*ListCompatibleImagesOutput) SetNextToken added in v1.14.28

SetNextToken sets the NextToken field's value.

func (ListCompatibleImagesOutput) String added in v1.14.28

String returns the string representation

type ListJobsInput

type ListJobsInput struct {

	// The number of JobListEntry objects to return.
	MaxResults *int64 `type:"integer"`

	// HTTP requests are stateless. To identify what object comes "next" in the
	// list of JobListEntry objects, you have the option of specifying NextToken
	// as the starting point for your returned list.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListJobsInput) GoString

func (s ListJobsInput) GoString() string

GoString returns the string representation

func (*ListJobsInput) SetMaxResults added in v1.5.0

func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListJobsInput) SetNextToken added in v1.5.0

func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput

SetNextToken sets the NextToken field's value.

func (ListJobsInput) String

func (s ListJobsInput) String() string

String returns the string representation

func (*ListJobsInput) Validate

func (s *ListJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobsOutput

type ListJobsOutput struct {

	// Each JobListEntry object contains a job's state, a job's ID, and a value
	// that indicates whether the job is a job part, in the case of export jobs.
	JobListEntries []*JobListEntry `type:"list"`

	// HTTP requests are stateless. If you use this automatically generated NextToken
	// value in your next ListJobs call, your returned JobListEntry objects will
	// start from this point in the array.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListJobsOutput) GoString

func (s ListJobsOutput) GoString() string

GoString returns the string representation

func (*ListJobsOutput) SetJobListEntries added in v1.5.0

func (s *ListJobsOutput) SetJobListEntries(v []*JobListEntry) *ListJobsOutput

SetJobListEntries sets the JobListEntries field's value.

func (*ListJobsOutput) SetNextToken added in v1.5.0

func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput

SetNextToken sets the NextToken field's value.

func (ListJobsOutput) String

func (s ListJobsOutput) String() string

String returns the string representation

type ListLongTermPricingInput added in v1.38.35

type ListLongTermPricingInput struct {

	// The maximum number of ListLongTermPricing objects to return.
	MaxResults *int64 `type:"integer"`

	// Because HTTP requests are stateless, this is the starting point for your
	// next list of ListLongTermPricing to return.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListLongTermPricingInput) GoString added in v1.38.35

func (s ListLongTermPricingInput) GoString() string

GoString returns the string representation

func (*ListLongTermPricingInput) SetMaxResults added in v1.38.35

SetMaxResults sets the MaxResults field's value.

func (*ListLongTermPricingInput) SetNextToken added in v1.38.35

SetNextToken sets the NextToken field's value.

func (ListLongTermPricingInput) String added in v1.38.35

func (s ListLongTermPricingInput) String() string

String returns the string representation

func (*ListLongTermPricingInput) Validate added in v1.38.35

func (s *ListLongTermPricingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLongTermPricingOutput added in v1.38.35

type ListLongTermPricingOutput struct {

	// Each LongTermPricingEntry object contains a status, ID, and other information
	// about the LongTermPricing type.
	LongTermPricingEntries []*LongTermPricingListEntry `type:"list"`

	// Because HTTP requests are stateless, this is the starting point for your
	// next list of returned ListLongTermPricing list.
	NextToken *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListLongTermPricingOutput) GoString added in v1.38.35

func (s ListLongTermPricingOutput) GoString() string

GoString returns the string representation

func (*ListLongTermPricingOutput) SetLongTermPricingEntries added in v1.38.35

SetLongTermPricingEntries sets the LongTermPricingEntries field's value.

func (*ListLongTermPricingOutput) SetNextToken added in v1.38.35

SetNextToken sets the NextToken field's value.

func (ListLongTermPricingOutput) String added in v1.38.35

func (s ListLongTermPricingOutput) String() string

String returns the string representation

type LongTermPricingListEntry added in v1.38.35

type LongTermPricingListEntry struct {

	// The current active jobs on the device the long term pricing type.
	CurrentActiveJob *string `min:"39" type:"string"`

	// If set to true, specifies that the current long term pricing type for the
	// device should be automatically renewed before the long term pricing contract
	// expires.
	IsLongTermPricingAutoRenew *bool `type:"boolean"`

	// The IDs of the jobs that are associated with a long term pricing type.
	JobIds []*string `type:"list"`

	// The end date the long term pricing contract.
	LongTermPricingEndDate *time.Time `type:"timestamp"`

	// The ID of the long term pricing type for the device.
	LongTermPricingId *string `min:"41" type:"string"`

	// The start date of the long term pricing contract.
	LongTermPricingStartDate *time.Time `type:"timestamp"`

	// The status of the long term pricing type.
	LongTermPricingStatus *string `min:"1" type:"string"`

	// The type of long term pricing that was selected for the device.
	LongTermPricingType *string `type:"string" enum:"LongTermPricingType"`

	// A new device that replaces a device that is ordered with long term pricing.
	ReplacementJob *string `min:"39" type:"string"`

	// The type of AWS Snow Family device associated with this long term pricing
	// job.
	SnowballType *string `type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

Each LongTermPricingListEntry object contains information about a long term pricing type.

func (LongTermPricingListEntry) GoString added in v1.38.35

func (s LongTermPricingListEntry) GoString() string

GoString returns the string representation

func (*LongTermPricingListEntry) SetCurrentActiveJob added in v1.38.35

func (s *LongTermPricingListEntry) SetCurrentActiveJob(v string) *LongTermPricingListEntry

SetCurrentActiveJob sets the CurrentActiveJob field's value.

func (*LongTermPricingListEntry) SetIsLongTermPricingAutoRenew added in v1.38.35

func (s *LongTermPricingListEntry) SetIsLongTermPricingAutoRenew(v bool) *LongTermPricingListEntry

SetIsLongTermPricingAutoRenew sets the IsLongTermPricingAutoRenew field's value.

func (*LongTermPricingListEntry) SetJobIds added in v1.38.35

SetJobIds sets the JobIds field's value.

func (*LongTermPricingListEntry) SetLongTermPricingEndDate added in v1.38.35

func (s *LongTermPricingListEntry) SetLongTermPricingEndDate(v time.Time) *LongTermPricingListEntry

SetLongTermPricingEndDate sets the LongTermPricingEndDate field's value.

func (*LongTermPricingListEntry) SetLongTermPricingId added in v1.38.35

func (s *LongTermPricingListEntry) SetLongTermPricingId(v string) *LongTermPricingListEntry

SetLongTermPricingId sets the LongTermPricingId field's value.

func (*LongTermPricingListEntry) SetLongTermPricingStartDate added in v1.38.35

func (s *LongTermPricingListEntry) SetLongTermPricingStartDate(v time.Time) *LongTermPricingListEntry

SetLongTermPricingStartDate sets the LongTermPricingStartDate field's value.

func (*LongTermPricingListEntry) SetLongTermPricingStatus added in v1.38.35

func (s *LongTermPricingListEntry) SetLongTermPricingStatus(v string) *LongTermPricingListEntry

SetLongTermPricingStatus sets the LongTermPricingStatus field's value.

func (*LongTermPricingListEntry) SetLongTermPricingType added in v1.38.35

func (s *LongTermPricingListEntry) SetLongTermPricingType(v string) *LongTermPricingListEntry

SetLongTermPricingType sets the LongTermPricingType field's value.

func (*LongTermPricingListEntry) SetReplacementJob added in v1.38.35

func (s *LongTermPricingListEntry) SetReplacementJob(v string) *LongTermPricingListEntry

SetReplacementJob sets the ReplacementJob field's value.

func (*LongTermPricingListEntry) SetSnowballType added in v1.38.35

SetSnowballType sets the SnowballType field's value.

func (LongTermPricingListEntry) String added in v1.38.35

func (s LongTermPricingListEntry) String() string

String returns the string representation

type Notification

type Notification struct {

	// The list of job states that will trigger a notification for this job.
	JobStatesToNotify []*string `type:"list"`

	// Any change in job state will trigger a notification for this job.
	NotifyAll *bool `type:"boolean"`

	// The new SNS TopicArn that you want to associate with this job. You can create
	// Amazon Resource Names (ARNs) for topics by using the CreateTopic (https://docs.aws.amazon.com/sns/latest/api/API_CreateTopic.html)
	// Amazon SNS API action.
	//
	// You can subscribe email addresses to an Amazon SNS topic through the AWS
	// Management Console, or by using the Subscribe (https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html)
	// AWS Simple Notification Service (SNS) API action.
	SnsTopicARN *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

When the notification settings are defined during job creation, you can choose to notify based on a specific set of job states using the JobStatesToNotify array of strings, or you can specify that you want to have Amazon SNS notifications sent out for all job states with NotifyAll set to true.

func (Notification) GoString

func (s Notification) GoString() string

GoString returns the string representation

func (*Notification) SetJobStatesToNotify added in v1.5.0

func (s *Notification) SetJobStatesToNotify(v []*string) *Notification

SetJobStatesToNotify sets the JobStatesToNotify field's value.

func (*Notification) SetNotifyAll added in v1.5.0

func (s *Notification) SetNotifyAll(v bool) *Notification

SetNotifyAll sets the NotifyAll field's value.

func (*Notification) SetSnsTopicARN added in v1.5.0

func (s *Notification) SetSnsTopicARN(v string) *Notification

SetSnsTopicARN sets the SnsTopicARN field's value.

func (Notification) String

func (s Notification) String() string

String returns the string representation

type ReturnShippingLabelAlreadyExistsException added in v1.35.7

type ReturnShippingLabelAlreadyExistsException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

You get this exception if you call CreateReturnShippingLabel and a valid return shipping label already exists. In this case, use DescribeReturnShippingLabel to get the url.

func (*ReturnShippingLabelAlreadyExistsException) Code added in v1.35.7

Code returns the exception type name.

func (*ReturnShippingLabelAlreadyExistsException) Error added in v1.35.7

func (ReturnShippingLabelAlreadyExistsException) GoString added in v1.35.7

GoString returns the string representation

func (*ReturnShippingLabelAlreadyExistsException) Message added in v1.35.7

Message returns the exception's message.

func (*ReturnShippingLabelAlreadyExistsException) OrigErr added in v1.35.7

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ReturnShippingLabelAlreadyExistsException) RequestID added in v1.35.7

RequestID returns the service's response RequestID for request.

func (*ReturnShippingLabelAlreadyExistsException) StatusCode added in v1.35.7

Status code returns the HTTP status code for the request's response error.

func (ReturnShippingLabelAlreadyExistsException) String added in v1.35.7

String returns the string representation

type S3Resource

type S3Resource struct {

	// The Amazon Resource Name (ARN) of an Amazon S3 bucket.
	BucketArn *string `type:"string"`

	// For export jobs, you can provide an optional KeyRange within a specific Amazon
	// S3 bucket. The length of the range is defined at job creation, and has either
	// an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8
	// binary sorted.
	KeyRange *KeyRange `type:"structure"`
	// contains filtered or unexported fields
}

Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

func (S3Resource) GoString

func (s S3Resource) GoString() string

GoString returns the string representation

func (*S3Resource) SetBucketArn added in v1.5.0

func (s *S3Resource) SetBucketArn(v string) *S3Resource

SetBucketArn sets the BucketArn field's value.

func (*S3Resource) SetKeyRange added in v1.5.0

func (s *S3Resource) SetKeyRange(v *KeyRange) *S3Resource

SetKeyRange sets the KeyRange field's value.

func (S3Resource) String

func (s S3Resource) String() string

String returns the string representation

func (*S3Resource) Validate

func (s *S3Resource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Shipment

type Shipment struct {

	// Status information for a shipment.
	Status *string `min:"1" type:"string"`

	// The tracking number for this job. Using this tracking number with your region's
	// carrier's website, you can track a Snow device as the carrier transports
	// it.
	//
	// For India, the carrier is Amazon Logistics. For all other regions, UPS is
	// the carrier.
	TrackingNumber *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The Status and TrackingNumber information for an inbound or outbound shipment.

func (Shipment) GoString

func (s Shipment) GoString() string

GoString returns the string representation

func (*Shipment) SetStatus added in v1.5.0

func (s *Shipment) SetStatus(v string) *Shipment

SetStatus sets the Status field's value.

func (*Shipment) SetTrackingNumber added in v1.5.0

func (s *Shipment) SetTrackingNumber(v string) *Shipment

SetTrackingNumber sets the TrackingNumber field's value.

func (Shipment) String

func (s Shipment) String() string

String returns the string representation

type ShippingDetails

type ShippingDetails struct {

	// The Status and TrackingNumber values for a Snow device being returned to
	// AWS for a particular job.
	InboundShipment *Shipment `type:"structure"`

	// The Status and TrackingNumber values for a Snow device being delivered to
	// the address that you specified for a particular job.
	OutboundShipment *Shipment `type:"structure"`

	// The shipping speed for a particular job. This speed doesn't dictate how soon
	// you'll get the Snow device from the job's creation date. This speed represents
	// how quickly it moves to its destination while in transit. Regional shipping
	// speeds are as follows:
	//
	//    * In Australia, you have access to express shipping. Typically, Snow devices
	//    shipped express are delivered in about a day.
	//
	//    * In the European Union (EU), you have access to express shipping. Typically,
	//    Snow devices shipped express are delivered in about a day. In addition,
	//    most countries in the EU have access to standard shipping, which typically
	//    takes less than a week, one way.
	//
	//    * In India, Snow device are delivered in one to seven days.
	//
	//    * In the United States of America (US), you have access to one-day shipping
	//    and two-day shipping.
	ShippingOption *string `type:"string" enum:"ShippingOption"`
	// contains filtered or unexported fields
}

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

func (ShippingDetails) GoString

func (s ShippingDetails) GoString() string

GoString returns the string representation

func (*ShippingDetails) SetInboundShipment added in v1.5.0

func (s *ShippingDetails) SetInboundShipment(v *Shipment) *ShippingDetails

SetInboundShipment sets the InboundShipment field's value.

func (*ShippingDetails) SetOutboundShipment added in v1.5.0

func (s *ShippingDetails) SetOutboundShipment(v *Shipment) *ShippingDetails

SetOutboundShipment sets the OutboundShipment field's value.

func (*ShippingDetails) SetShippingOption added in v1.5.0

func (s *ShippingDetails) SetShippingOption(v string) *ShippingDetails

SetShippingOption sets the ShippingOption field's value.

func (ShippingDetails) String

func (s ShippingDetails) String() string

String returns the string representation

type Snowball

type Snowball struct {
	*client.Client
}

Snowball provides the API operation methods for making requests to Amazon Import/Export Snowball. See this package's package overview docs for details on the service.

Snowball methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Snowball

New creates a new instance of the Snowball 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 Snowball client from just a session.
svc := snowball.New(mySession)

// Create a Snowball client with additional configuration
svc := snowball.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Snowball) CancelCluster added in v1.5.12

func (c *Snowball) CancelCluster(input *CancelClusterInput) (*CancelClusterOutput, error)

CancelCluster API operation for Amazon Import/Export Snowball.

Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.

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 Amazon Import/Export Snowball's API operation CancelCluster for usage and error information.

Returned Error Types:

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelCluster

Example (Shared00)

To cancel a cluster job

This operation cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.CancelClusterInput{
		ClusterId: aws.String("CID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.CancelCluster(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) CancelClusterRequest added in v1.5.12

func (c *Snowball) CancelClusterRequest(input *CancelClusterInput) (req *request.Request, output *CancelClusterOutput)

CancelClusterRequest generates a "aws/request.Request" representing the client's request for the CancelCluster 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 CancelCluster for more information on using the CancelCluster 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 CancelClusterRequest method.
req, resp := client.CancelClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelCluster

func (*Snowball) CancelClusterWithContext added in v1.8.0

func (c *Snowball) CancelClusterWithContext(ctx aws.Context, input *CancelClusterInput, opts ...request.Option) (*CancelClusterOutput, error)

CancelClusterWithContext is the same as CancelCluster with the addition of the ability to pass a context and additional request options.

See CancelCluster 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 (*Snowball) CancelJob

func (c *Snowball) CancelJob(input *CancelJobInput) (*CancelJobOutput, error)

CancelJob API operation for Amazon Import/Export Snowball.

Cancels the specified job. You can only cancel a job before its JobState value changes to PreparingAppliance. Requesting the ListJobs or DescribeJob action returns a job's JobState as part of the response element data returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Import/Export Snowball's API operation CancelJob for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJob

Example (Shared00)

To cancel a job for a Snowball device

This operation cancels a job. You can only cancel a job before its JobState value changes to PreparingAppliance.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.CancelJobInput{
		JobId: aws.String("JID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.CancelJob(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) CancelJobRequest

func (c *Snowball) CancelJobRequest(input *CancelJobInput) (req *request.Request, output *CancelJobOutput)

CancelJobRequest generates a "aws/request.Request" representing the client's request for the CancelJob 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 CancelJob for more information on using the CancelJob 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 CancelJobRequest method.
req, resp := client.CancelJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJob

func (*Snowball) CancelJobWithContext added in v1.8.0

func (c *Snowball) CancelJobWithContext(ctx aws.Context, input *CancelJobInput, opts ...request.Option) (*CancelJobOutput, error)

CancelJobWithContext is the same as CancelJob with the addition of the ability to pass a context and additional request options.

See CancelJob 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 (*Snowball) CreateAddress

func (c *Snowball) CreateAddress(input *CreateAddressInput) (*CreateAddressOutput, error)

CreateAddress API operation for Amazon Import/Export Snowball.

Creates an address for a Snow device to be shipped to. In most regions, addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.

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 Amazon Import/Export Snowball's API operation CreateAddress for usage and error information.

Returned Error Types:

  • InvalidAddressException The address provided was invalid. Check the address with your region's carrier, and try again.

  • UnsupportedAddressException The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateAddress

Example (Shared00)

To create an address for a job

This operation creates an address for a job. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.CreateAddressInput{
		Address: &snowball.Address{
			City:            aws.String("Seattle"),
			Company:         aws.String("My Company's Name"),
			Country:         aws.String("USA"),
			Name:            aws.String("My Name"),
			PhoneNumber:     aws.String("425-555-5555"),
			PostalCode:      aws.String("98101"),
			StateOrProvince: aws.String("WA"),
			Street1:         aws.String("123 Main Street"),
		},
	}

	result, err := svc.CreateAddress(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidAddressException:
				fmt.Println(snowball.ErrCodeInvalidAddressException, aerr.Error())
			case snowball.ErrCodeUnsupportedAddressException:
				fmt.Println(snowball.ErrCodeUnsupportedAddressException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) CreateAddressRequest

func (c *Snowball) CreateAddressRequest(input *CreateAddressInput) (req *request.Request, output *CreateAddressOutput)

CreateAddressRequest generates a "aws/request.Request" representing the client's request for the CreateAddress 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 CreateAddress for more information on using the CreateAddress 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 CreateAddressRequest method.
req, resp := client.CreateAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateAddress

func (*Snowball) CreateAddressWithContext added in v1.8.0

func (c *Snowball) CreateAddressWithContext(ctx aws.Context, input *CreateAddressInput, opts ...request.Option) (*CreateAddressOutput, error)

CreateAddressWithContext is the same as CreateAddress with the addition of the ability to pass a context and additional request options.

See CreateAddress 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 (*Snowball) CreateCluster added in v1.5.12

func (c *Snowball) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error)

CreateCluster API operation for Amazon Import/Export Snowball.

Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Import/Export Snowball's API operation CreateCluster for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

  • InvalidInputCombinationException Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

  • Ec2RequestFailedException Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateCluster

Example (Shared00)

To create a cluster

Creates an empty cluster. Each cluster supports five nodes. You use the CreateJob action separately to create the jobs for each of these nodes. The cluster does not ship until these five node jobs have been created.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.CreateClusterInput{
		AddressId:   aws.String("ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"),
		Description: aws.String("MyCluster"),
		JobType:     aws.String("LOCAL_USE"),
		KmsKeyARN:   aws.String("arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456"),
		Notification: &snowball.Notification{
			NotifyAll: aws.Bool(false),
		},
		Resources: &snowball.JobResource{
			S3Resources: []*snowball.S3Resource{
				{
					BucketArn: aws.String("arn:aws:s3:::MyBucket"),
					KeyRange:  &snowball.KeyRange{},
				},
			},
		},
		RoleARN:        aws.String("arn:aws:iam::123456789012:role/snowball-import-S3-role"),
		ShippingOption: aws.String("SECOND_DAY"),
		SnowballType:   aws.String("EDGE"),
	}

	result, err := svc.CreateCluster(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			case snowball.ErrCodeInvalidInputCombinationException:
				fmt.Println(snowball.ErrCodeInvalidInputCombinationException, aerr.Error())
			case snowball.ErrCodeEc2RequestFailedException:
				fmt.Println(snowball.ErrCodeEc2RequestFailedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) CreateClusterRequest added in v1.5.12

func (c *Snowball) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput)

CreateClusterRequest generates a "aws/request.Request" representing the client's request for the CreateCluster 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 CreateCluster for more information on using the CreateCluster 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 CreateClusterRequest method.
req, resp := client.CreateClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateCluster

func (*Snowball) CreateClusterWithContext added in v1.8.0

func (c *Snowball) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error)

CreateClusterWithContext is the same as CreateCluster with the addition of the ability to pass a context and additional request options.

See CreateCluster 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 (*Snowball) CreateJob

func (c *Snowball) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)

CreateJob API operation for Amazon Import/Export Snowball.

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for a Snow device. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

Only the Snowball; Edge device type is supported when ordering clustered jobs.

The device capacity is optional.

Availability of device types differ by AWS Region. For more information about region availability, see AWS Regional Services (https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/?p=ngi&loc=4).

AWS Snow Family device types and their capacities.

  • Snow Family device type: SNC1_SSD Capacity: T14 Description: Snowcone

  • Snow Family device type: SNC1_HDD Capacity: T8 Description: Snowcone

  • Device type: EDGE_S Capacity: T98 Description: Snowball Edge Storage Optimized for data transfer only

  • Device type: EDGE_CG Capacity: T42 Description: Snowball Edge Compute Optimized with GPU

  • Device type: EDGE_C Capacity: T42 Description: Snowball Edge Compute Optimized without GPU

  • Device type: EDGE Capacity: T100 Description: Snowball Edge Storage Optimized with EC2 Compute

  • Device type: STANDARD Capacity: T50 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore AWS Regions.

  • Device type: STANDARD Capacity: T80 Description: Original Snowball device This device is only available in the Ningxia, Beijing, and Singapore AWS Regions.

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 Amazon Import/Export Snowball's API operation CreateJob for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

  • InvalidInputCombinationException Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

  • ClusterLimitExceededException Job creation failed. Currently, clusters support five nodes. If you have less than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five notes.

  • Ec2RequestFailedException Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJob

Example (Shared00)

To create a job

Creates a job to import or export data between Amazon S3 and your on-premises data center. Your AWS account must have the right trust policies and permissions in place to create a job for Snowball. If you're creating a job for a node in a cluster, you only need to provide the clusterId value; the other job attributes are inherited from the cluster.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.CreateJobInput{
		AddressId:   aws.String("ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"),
		Description: aws.String("My Job"),
		JobType:     aws.String("IMPORT"),
		KmsKeyARN:   aws.String("arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456"),
		Notification: &snowball.Notification{
			NotifyAll: aws.Bool(false),
		},
		Resources: &snowball.JobResource{
			S3Resources: []*snowball.S3Resource{
				{
					BucketArn: aws.String("arn:aws:s3:::MyBucket"),
					KeyRange:  &snowball.KeyRange{},
				},
			},
		},
		RoleARN:                    aws.String("arn:aws:iam::123456789012:role/snowball-import-S3-role"),
		ShippingOption:             aws.String("SECOND_DAY"),
		SnowballCapacityPreference: aws.String("T80"),
		SnowballType:               aws.String("STANDARD"),
	}

	result, err := svc.CreateJob(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			case snowball.ErrCodeInvalidInputCombinationException:
				fmt.Println(snowball.ErrCodeInvalidInputCombinationException, aerr.Error())
			case snowball.ErrCodeClusterLimitExceededException:
				fmt.Println(snowball.ErrCodeClusterLimitExceededException, aerr.Error())
			case snowball.ErrCodeEc2RequestFailedException:
				fmt.Println(snowball.ErrCodeEc2RequestFailedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) CreateJobRequest

func (c *Snowball) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)

CreateJobRequest generates a "aws/request.Request" representing the client's request for the CreateJob 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 CreateJob for more information on using the CreateJob 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 CreateJobRequest method.
req, resp := client.CreateJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJob

func (*Snowball) CreateJobWithContext added in v1.8.0

func (c *Snowball) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)

CreateJobWithContext is the same as CreateJob with the addition of the ability to pass a context and additional request options.

See CreateJob 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 (*Snowball) CreateLongTermPricing added in v1.38.35

func (c *Snowball) CreateLongTermPricing(input *CreateLongTermPricingInput) (*CreateLongTermPricingOutput, error)

CreateLongTermPricing API operation for Amazon Import/Export Snowball.

Creates a job with long term usage option for a device. The long term usage is a one year or three year long term pricing type for the device. You are billed upfront and AWS give discounts for long term pricing. For detailed information see XXXXXXXX

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 Amazon Import/Export Snowball's API operation CreateLongTermPricing for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateLongTermPricing

func (*Snowball) CreateLongTermPricingRequest added in v1.38.35

func (c *Snowball) CreateLongTermPricingRequest(input *CreateLongTermPricingInput) (req *request.Request, output *CreateLongTermPricingOutput)

CreateLongTermPricingRequest generates a "aws/request.Request" representing the client's request for the CreateLongTermPricing 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 CreateLongTermPricing for more information on using the CreateLongTermPricing 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 CreateLongTermPricingRequest method.
req, resp := client.CreateLongTermPricingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateLongTermPricing

func (*Snowball) CreateLongTermPricingWithContext added in v1.38.35

func (c *Snowball) CreateLongTermPricingWithContext(ctx aws.Context, input *CreateLongTermPricingInput, opts ...request.Option) (*CreateLongTermPricingOutput, error)

CreateLongTermPricingWithContext is the same as CreateLongTermPricing with the addition of the ability to pass a context and additional request options.

See CreateLongTermPricing 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 (*Snowball) CreateReturnShippingLabel added in v1.35.7

func (c *Snowball) CreateReturnShippingLabel(input *CreateReturnShippingLabelInput) (*CreateReturnShippingLabelOutput, error)

CreateReturnShippingLabel API operation for Amazon Import/Export Snowball.

Creates a shipping label that will be used to return the Snow device to AWS.

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 Amazon Import/Export Snowball's API operation CreateReturnShippingLabel for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • InvalidInputCombinationException Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

  • ConflictException You get this exception when you call CreateReturnShippingLabel more than once when other requests are not completed.

  • ReturnShippingLabelAlreadyExistsException You get this exception if you call CreateReturnShippingLabel and a valid return shipping label already exists. In this case, use DescribeReturnShippingLabel to get the url.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabel

func (*Snowball) CreateReturnShippingLabelRequest added in v1.35.7

func (c *Snowball) CreateReturnShippingLabelRequest(input *CreateReturnShippingLabelInput) (req *request.Request, output *CreateReturnShippingLabelOutput)

CreateReturnShippingLabelRequest generates a "aws/request.Request" representing the client's request for the CreateReturnShippingLabel 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 CreateReturnShippingLabel for more information on using the CreateReturnShippingLabel 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 CreateReturnShippingLabelRequest method.
req, resp := client.CreateReturnShippingLabelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabel

func (*Snowball) CreateReturnShippingLabelWithContext added in v1.35.7

func (c *Snowball) CreateReturnShippingLabelWithContext(ctx aws.Context, input *CreateReturnShippingLabelInput, opts ...request.Option) (*CreateReturnShippingLabelOutput, error)

CreateReturnShippingLabelWithContext is the same as CreateReturnShippingLabel with the addition of the ability to pass a context and additional request options.

See CreateReturnShippingLabel 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 (*Snowball) DescribeAddress

func (c *Snowball) DescribeAddress(input *DescribeAddressInput) (*DescribeAddressOutput, error)

DescribeAddress API operation for Amazon Import/Export Snowball.

Takes an AddressId and returns specific details about that address in the form of an Address object.

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 Amazon Import/Export Snowball's API operation DescribeAddress for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddress

Example (Shared00)

To describe an address for a job

This operation describes an address for a job.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.DescribeAddressInput{
		AddressId: aws.String("ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"),
	}

	result, err := svc.DescribeAddress(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) DescribeAddressRequest

func (c *Snowball) DescribeAddressRequest(input *DescribeAddressInput) (req *request.Request, output *DescribeAddressOutput)

DescribeAddressRequest generates a "aws/request.Request" representing the client's request for the DescribeAddress 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 DescribeAddress for more information on using the DescribeAddress 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 DescribeAddressRequest method.
req, resp := client.DescribeAddressRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddress

func (*Snowball) DescribeAddressWithContext added in v1.8.0

func (c *Snowball) DescribeAddressWithContext(ctx aws.Context, input *DescribeAddressInput, opts ...request.Option) (*DescribeAddressOutput, error)

DescribeAddressWithContext is the same as DescribeAddress with the addition of the ability to pass a context and additional request options.

See DescribeAddress 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 (*Snowball) DescribeAddresses

func (c *Snowball) DescribeAddresses(input *DescribeAddressesInput) (*DescribeAddressesOutput, error)

DescribeAddresses API operation for Amazon Import/Export Snowball.

Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.

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 Amazon Import/Export Snowball's API operation DescribeAddresses for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses

Example (Shared00)

To describe all the addresses you've created for AWS Snowball

This operation describes all the addresses that you've created for AWS Snowball. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.DescribeAddressesInput{}

	result, err := svc.DescribeAddresses(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidNextTokenException:
				fmt.Println(snowball.ErrCodeInvalidNextTokenException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) DescribeAddressesPages

func (c *Snowball) DescribeAddressesPages(input *DescribeAddressesInput, fn func(*DescribeAddressesOutput, bool) bool) error

DescribeAddressesPages iterates over the pages of a DescribeAddresses operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeAddresses 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 DescribeAddresses operation.
pageNum := 0
err := client.DescribeAddressesPages(params,
    func(page *snowball.DescribeAddressesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Snowball) DescribeAddressesPagesWithContext added in v1.8.0

func (c *Snowball) DescribeAddressesPagesWithContext(ctx aws.Context, input *DescribeAddressesInput, fn func(*DescribeAddressesOutput, bool) bool, opts ...request.Option) error

DescribeAddressesPagesWithContext same as DescribeAddressesPages 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 (*Snowball) DescribeAddressesRequest

func (c *Snowball) DescribeAddressesRequest(input *DescribeAddressesInput) (req *request.Request, output *DescribeAddressesOutput)

DescribeAddressesRequest generates a "aws/request.Request" representing the client's request for the DescribeAddresses 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 DescribeAddresses for more information on using the DescribeAddresses 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 DescribeAddressesRequest method.
req, resp := client.DescribeAddressesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses

func (*Snowball) DescribeAddressesWithContext added in v1.8.0

func (c *Snowball) DescribeAddressesWithContext(ctx aws.Context, input *DescribeAddressesInput, opts ...request.Option) (*DescribeAddressesOutput, error)

DescribeAddressesWithContext is the same as DescribeAddresses with the addition of the ability to pass a context and additional request options.

See DescribeAddresses 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 (*Snowball) DescribeCluster added in v1.5.12

func (c *Snowball) DescribeCluster(input *DescribeClusterInput) (*DescribeClusterOutput, error)

DescribeCluster API operation for Amazon Import/Export Snowball.

Returns information about a specific cluster including shipping information, cluster status, and other important metadata.

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 Amazon Import/Export Snowball's API operation DescribeCluster for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster

Example (Shared00)

To describe a cluster

Returns information about a specific cluster including shipping information, cluster status, and other important metadata.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.DescribeClusterInput{
		ClusterId: aws.String("CID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.DescribeCluster(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) DescribeClusterRequest added in v1.5.12

func (c *Snowball) DescribeClusterRequest(input *DescribeClusterInput) (req *request.Request, output *DescribeClusterOutput)

DescribeClusterRequest generates a "aws/request.Request" representing the client's request for the DescribeCluster 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 DescribeCluster for more information on using the DescribeCluster 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 DescribeClusterRequest method.
req, resp := client.DescribeClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster

func (*Snowball) DescribeClusterWithContext added in v1.8.0

func (c *Snowball) DescribeClusterWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.Option) (*DescribeClusterOutput, error)

DescribeClusterWithContext is the same as DescribeCluster with the addition of the ability to pass a context and additional request options.

See DescribeCluster 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 (*Snowball) DescribeJob

func (c *Snowball) DescribeJob(input *DescribeJobInput) (*DescribeJobOutput, error)

DescribeJob API operation for Amazon Import/Export Snowball.

Returns information about a specific job including shipping information, job status, and other important metadata.

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 Amazon Import/Export Snowball's API operation DescribeJob for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob

Example (Shared00)

To describe a job you've created for AWS Snowball

This operation describes a job you've created for AWS Snowball.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.DescribeJobInput{
		JobId: aws.String("JID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.DescribeJob(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) DescribeJobRequest

func (c *Snowball) DescribeJobRequest(input *DescribeJobInput) (req *request.Request, output *DescribeJobOutput)

DescribeJobRequest generates a "aws/request.Request" representing the client's request for the DescribeJob 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 DescribeJob for more information on using the DescribeJob 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 DescribeJobRequest method.
req, resp := client.DescribeJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob

func (*Snowball) DescribeJobWithContext added in v1.8.0

func (c *Snowball) DescribeJobWithContext(ctx aws.Context, input *DescribeJobInput, opts ...request.Option) (*DescribeJobOutput, error)

DescribeJobWithContext is the same as DescribeJob with the addition of the ability to pass a context and additional request options.

See DescribeJob 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 (*Snowball) DescribeReturnShippingLabel added in v1.35.7

func (c *Snowball) DescribeReturnShippingLabel(input *DescribeReturnShippingLabelInput) (*DescribeReturnShippingLabelOutput, error)

DescribeReturnShippingLabel API operation for Amazon Import/Export Snowball.

Information on the shipping label of a Snow device that is being returned to AWS.

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 Amazon Import/Export Snowball's API operation DescribeReturnShippingLabel for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • ConflictException You get this exception when you call CreateReturnShippingLabel more than once when other requests are not completed.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel

func (*Snowball) DescribeReturnShippingLabelRequest added in v1.35.7

func (c *Snowball) DescribeReturnShippingLabelRequest(input *DescribeReturnShippingLabelInput) (req *request.Request, output *DescribeReturnShippingLabelOutput)

DescribeReturnShippingLabelRequest generates a "aws/request.Request" representing the client's request for the DescribeReturnShippingLabel 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 DescribeReturnShippingLabel for more information on using the DescribeReturnShippingLabel 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 DescribeReturnShippingLabelRequest method.
req, resp := client.DescribeReturnShippingLabelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel

func (*Snowball) DescribeReturnShippingLabelWithContext added in v1.35.7

func (c *Snowball) DescribeReturnShippingLabelWithContext(ctx aws.Context, input *DescribeReturnShippingLabelInput, opts ...request.Option) (*DescribeReturnShippingLabelOutput, error)

DescribeReturnShippingLabelWithContext is the same as DescribeReturnShippingLabel with the addition of the ability to pass a context and additional request options.

See DescribeReturnShippingLabel 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 (*Snowball) GetJobManifest

func (c *Snowball) GetJobManifest(input *GetJobManifestInput) (*GetJobManifestOutput, error)

GetJobManifest API operation for Amazon Import/Export Snowball.

Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.

The manifest is an encrypted file that you can download after your job enters the WithCustomer status. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snow device through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job.

The credentials of a given job, including its manifest file and unlock code, expire 360 days after the job is created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon Import/Export Snowball's API operation GetJobManifest for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifest

Example (Shared00)

To get the manifest for a job you've created for AWS Snowball

Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.

The manifest is an encrypted file that you can download after your job enters the WithCustomer status. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

The credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.GetJobManifestInput{
		JobId: aws.String("JID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.GetJobManifest(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) GetJobManifestRequest

func (c *Snowball) GetJobManifestRequest(input *GetJobManifestInput) (req *request.Request, output *GetJobManifestOutput)

GetJobManifestRequest generates a "aws/request.Request" representing the client's request for the GetJobManifest 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 GetJobManifest for more information on using the GetJobManifest 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 GetJobManifestRequest method.
req, resp := client.GetJobManifestRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifest

func (*Snowball) GetJobManifestWithContext added in v1.8.0

func (c *Snowball) GetJobManifestWithContext(ctx aws.Context, input *GetJobManifestInput, opts ...request.Option) (*GetJobManifestOutput, error)

GetJobManifestWithContext is the same as GetJobManifest with the addition of the ability to pass a context and additional request options.

See GetJobManifest 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 (*Snowball) GetJobUnlockCode

func (c *Snowball) GetJobUnlockCode(input *GetJobUnlockCodeInput) (*GetJobUnlockCodeOutput, error)

GetJobUnlockCode API operation for Amazon Import/Export Snowball.

Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 360 days after the associated job has been created.

The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snow device through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snow device associated with that job.

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 Amazon Import/Export Snowball's API operation GetJobUnlockCode for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobUnlockCode

Example (Shared00)

To get the unlock code for a job you've created for AWS Snowball

Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 days after the associated job has been created.

The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.GetJobUnlockCodeInput{
		JobId: aws.String("JID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.GetJobUnlockCode(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) GetJobUnlockCodeRequest

func (c *Snowball) GetJobUnlockCodeRequest(input *GetJobUnlockCodeInput) (req *request.Request, output *GetJobUnlockCodeOutput)

GetJobUnlockCodeRequest generates a "aws/request.Request" representing the client's request for the GetJobUnlockCode 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 GetJobUnlockCode for more information on using the GetJobUnlockCode 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 GetJobUnlockCodeRequest method.
req, resp := client.GetJobUnlockCodeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobUnlockCode

func (*Snowball) GetJobUnlockCodeWithContext added in v1.8.0

func (c *Snowball) GetJobUnlockCodeWithContext(ctx aws.Context, input *GetJobUnlockCodeInput, opts ...request.Option) (*GetJobUnlockCodeOutput, error)

GetJobUnlockCodeWithContext is the same as GetJobUnlockCode with the addition of the ability to pass a context and additional request options.

See GetJobUnlockCode 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 (*Snowball) GetSnowballUsage

func (c *Snowball) GetSnowballUsage(input *GetSnowballUsageInput) (*GetSnowballUsageOutput, error)

GetSnowballUsage API operation for Amazon Import/Export Snowball.

Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.

The default service limit for the number of Snow devices that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.

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 Amazon Import/Export Snowball's API operation GetSnowballUsage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsage

Example (Shared00)

To see your Snowball service limit and the number of Snowballs you have in use

Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use.

The default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.GetSnowballUsageInput{}

	result, err := svc.GetSnowballUsage(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) GetSnowballUsageRequest

func (c *Snowball) GetSnowballUsageRequest(input *GetSnowballUsageInput) (req *request.Request, output *GetSnowballUsageOutput)

GetSnowballUsageRequest generates a "aws/request.Request" representing the client's request for the GetSnowballUsage 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 GetSnowballUsage for more information on using the GetSnowballUsage 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 GetSnowballUsageRequest method.
req, resp := client.GetSnowballUsageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsage

func (*Snowball) GetSnowballUsageWithContext added in v1.8.0

func (c *Snowball) GetSnowballUsageWithContext(ctx aws.Context, input *GetSnowballUsageInput, opts ...request.Option) (*GetSnowballUsageOutput, error)

GetSnowballUsageWithContext is the same as GetSnowballUsage with the addition of the ability to pass a context and additional request options.

See GetSnowballUsage 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 (*Snowball) GetSoftwareUpdates added in v1.25.7

func (c *Snowball) GetSoftwareUpdates(input *GetSoftwareUpdatesInput) (*GetSoftwareUpdatesOutput, error)

GetSoftwareUpdates API operation for Amazon Import/Export Snowball.

Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.

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 Amazon Import/Export Snowball's API operation GetSoftwareUpdates for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSoftwareUpdates

func (*Snowball) GetSoftwareUpdatesRequest added in v1.25.7

func (c *Snowball) GetSoftwareUpdatesRequest(input *GetSoftwareUpdatesInput) (req *request.Request, output *GetSoftwareUpdatesOutput)

GetSoftwareUpdatesRequest generates a "aws/request.Request" representing the client's request for the GetSoftwareUpdates 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 GetSoftwareUpdates for more information on using the GetSoftwareUpdates 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 GetSoftwareUpdatesRequest method.
req, resp := client.GetSoftwareUpdatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSoftwareUpdates

func (*Snowball) GetSoftwareUpdatesWithContext added in v1.25.7

func (c *Snowball) GetSoftwareUpdatesWithContext(ctx aws.Context, input *GetSoftwareUpdatesInput, opts ...request.Option) (*GetSoftwareUpdatesOutput, error)

GetSoftwareUpdatesWithContext is the same as GetSoftwareUpdates with the addition of the ability to pass a context and additional request options.

See GetSoftwareUpdates 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 (*Snowball) ListClusterJobs added in v1.5.12

func (c *Snowball) ListClusterJobs(input *ListClusterJobsInput) (*ListClusterJobsOutput, error)

ListClusterJobs API operation for Amazon Import/Export Snowball.

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.

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 Amazon Import/Export Snowball's API operation ListClusterJobs for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobs

Example (Shared00)

To get a list of jobs in a cluster that you've created for AWS Snowball

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.ListClusterJobsInput{
		ClusterId: aws.String("CID123e4567-e89b-12d3-a456-426655440000"),
	}

	result, err := svc.ListClusterJobs(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidNextTokenException:
				fmt.Println(snowball.ErrCodeInvalidNextTokenException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) ListClusterJobsRequest added in v1.5.12

func (c *Snowball) ListClusterJobsRequest(input *ListClusterJobsInput) (req *request.Request, output *ListClusterJobsOutput)

ListClusterJobsRequest generates a "aws/request.Request" representing the client's request for the ListClusterJobs 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 ListClusterJobs for more information on using the ListClusterJobs 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 ListClusterJobsRequest method.
req, resp := client.ListClusterJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobs

func (*Snowball) ListClusterJobsWithContext added in v1.8.0

func (c *Snowball) ListClusterJobsWithContext(ctx aws.Context, input *ListClusterJobsInput, opts ...request.Option) (*ListClusterJobsOutput, error)

ListClusterJobsWithContext is the same as ListClusterJobs with the addition of the ability to pass a context and additional request options.

See ListClusterJobs 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 (*Snowball) ListClusters added in v1.5.12

func (c *Snowball) ListClusters(input *ListClustersInput) (*ListClustersOutput, error)

ListClusters API operation for Amazon Import/Export Snowball.

Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

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 Amazon Import/Export Snowball's API operation ListClusters for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusters

Example (Shared00)

To get a list of clusters that you've created for AWS Snowball

Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.ListClustersInput{}

	result, err := svc.ListClusters(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidNextTokenException:
				fmt.Println(snowball.ErrCodeInvalidNextTokenException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) ListClustersRequest added in v1.5.12

func (c *Snowball) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput)

ListClustersRequest generates a "aws/request.Request" representing the client's request for the ListClusters 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 ListClusters for more information on using the ListClusters 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 ListClustersRequest method.
req, resp := client.ListClustersRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusters

func (*Snowball) ListClustersWithContext added in v1.8.0

func (c *Snowball) ListClustersWithContext(ctx aws.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error)

ListClustersWithContext is the same as ListClusters with the addition of the ability to pass a context and additional request options.

See ListClusters 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 (*Snowball) ListCompatibleImages added in v1.14.28

func (c *Snowball) ListCompatibleImages(input *ListCompatibleImagesInput) (*ListCompatibleImagesOutput, error)

ListCompatibleImages API operation for Amazon Import/Export Snowball.

This action returns a list of the different Amazon EC2 Amazon Machine Images (AMIs) that are owned by your AWS account that would be supported for use on a Snow device. Currently, supported AMIs are based on the CentOS 7 (x86_64) - with Updates HVM, Ubuntu Server 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available on the AWS Marketplace.

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 Amazon Import/Export Snowball's API operation ListCompatibleImages for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

  • Ec2RequestFailedException Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListCompatibleImages

func (*Snowball) ListCompatibleImagesRequest added in v1.14.28

func (c *Snowball) ListCompatibleImagesRequest(input *ListCompatibleImagesInput) (req *request.Request, output *ListCompatibleImagesOutput)

ListCompatibleImagesRequest generates a "aws/request.Request" representing the client's request for the ListCompatibleImages 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 ListCompatibleImages for more information on using the ListCompatibleImages 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 ListCompatibleImagesRequest method.
req, resp := client.ListCompatibleImagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListCompatibleImages

func (*Snowball) ListCompatibleImagesWithContext added in v1.14.28

func (c *Snowball) ListCompatibleImagesWithContext(ctx aws.Context, input *ListCompatibleImagesInput, opts ...request.Option) (*ListCompatibleImagesOutput, error)

ListCompatibleImagesWithContext is the same as ListCompatibleImages with the addition of the ability to pass a context and additional request options.

See ListCompatibleImages 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 (*Snowball) ListJobs

func (c *Snowball) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)

ListJobs API operation for Amazon Import/Export Snowball.

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.

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 Amazon Import/Export Snowball's API operation ListJobs for usage and error information.

Returned Error Types:

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListJobs

Example (Shared00)

To get a list of jobs that you've created for AWS Snowball

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.ListJobsInput{}

	result, err := svc.ListJobs(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidNextTokenException:
				fmt.Println(snowball.ErrCodeInvalidNextTokenException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) ListJobsPages

func (c *Snowball) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error

ListJobsPages iterates over the pages of a ListJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListJobs 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 ListJobs operation.
pageNum := 0
err := client.ListJobsPages(params,
    func(page *snowball.ListJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Snowball) ListJobsPagesWithContext added in v1.8.0

func (c *Snowball) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...request.Option) error

ListJobsPagesWithContext same as ListJobsPages 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 (*Snowball) ListJobsRequest

func (c *Snowball) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)

ListJobsRequest generates a "aws/request.Request" representing the client's request for the ListJobs 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 ListJobs for more information on using the ListJobs 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 ListJobsRequest method.
req, resp := client.ListJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListJobs

func (*Snowball) ListJobsWithContext added in v1.8.0

func (c *Snowball) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)

ListJobsWithContext is the same as ListJobs with the addition of the ability to pass a context and additional request options.

See ListJobs 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 (*Snowball) ListLongTermPricing added in v1.38.35

func (c *Snowball) ListLongTermPricing(input *ListLongTermPricingInput) (*ListLongTermPricingOutput, error)

ListLongTermPricing API operation for Amazon Import/Export Snowball.

Lists all long term pricing types.

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 Amazon Import/Export Snowball's API operation ListLongTermPricing for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidNextTokenException The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListLongTermPricing

func (*Snowball) ListLongTermPricingRequest added in v1.38.35

func (c *Snowball) ListLongTermPricingRequest(input *ListLongTermPricingInput) (req *request.Request, output *ListLongTermPricingOutput)

ListLongTermPricingRequest generates a "aws/request.Request" representing the client's request for the ListLongTermPricing 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 ListLongTermPricing for more information on using the ListLongTermPricing 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 ListLongTermPricingRequest method.
req, resp := client.ListLongTermPricingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListLongTermPricing

func (*Snowball) ListLongTermPricingWithContext added in v1.38.35

func (c *Snowball) ListLongTermPricingWithContext(ctx aws.Context, input *ListLongTermPricingInput, opts ...request.Option) (*ListLongTermPricingOutput, error)

ListLongTermPricingWithContext is the same as ListLongTermPricing with the addition of the ability to pass a context and additional request options.

See ListLongTermPricing 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 (*Snowball) UpdateCluster added in v1.5.12

func (c *Snowball) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error)

UpdateCluster API operation for Amazon Import/Export Snowball.

While a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.

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 Amazon Import/Export Snowball's API operation UpdateCluster for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

  • InvalidInputCombinationException Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

  • Ec2RequestFailedException Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateCluster

Example (Shared00)

To update a cluster

This action allows you to update certain parameters for a cluster. Once the cluster changes to a different state, usually within 60 minutes of it being created, this action is no longer available.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.UpdateClusterInput{
		AddressId:   aws.String("ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"),
		ClusterId:   aws.String("CID123e4567-e89b-12d3-a456-426655440000"),
		Description: aws.String("Updated the address to send this to image processing - RJ"),
	}

	result, err := svc.UpdateCluster(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			case snowball.ErrCodeInvalidInputCombinationException:
				fmt.Println(snowball.ErrCodeInvalidInputCombinationException, aerr.Error())
			case snowball.ErrCodeEc2RequestFailedException:
				fmt.Println(snowball.ErrCodeEc2RequestFailedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) UpdateClusterRequest added in v1.5.12

func (c *Snowball) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput)

UpdateClusterRequest generates a "aws/request.Request" representing the client's request for the UpdateCluster 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 UpdateCluster for more information on using the UpdateCluster 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 UpdateClusterRequest method.
req, resp := client.UpdateClusterRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateCluster

func (*Snowball) UpdateClusterWithContext added in v1.8.0

func (c *Snowball) UpdateClusterWithContext(ctx aws.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error)

UpdateClusterWithContext is the same as UpdateCluster with the addition of the ability to pass a context and additional request options.

See UpdateCluster 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 (*Snowball) UpdateJob

func (c *Snowball) UpdateJob(input *UpdateJobInput) (*UpdateJobOutput, error)

UpdateJob API operation for Amazon Import/Export Snowball.

While a job's JobState value is New, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.

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 Amazon Import/Export Snowball's API operation UpdateJob for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

  • KMSRequestFailedException The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

  • InvalidInputCombinationException Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

  • ClusterLimitExceededException Job creation failed. Currently, clusters support five nodes. If you have less than five nodes for your cluster and you have more nodes to create for this cluster, try again and create jobs until your cluster has exactly five notes.

  • Ec2RequestFailedException Your IAM user lacks the necessary Amazon EC2 permissions to perform the attempted action.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJob

Example (Shared00)

To update a job

This action allows you to update certain parameters for a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/snowball"
)

func main() {
	svc := snowball.New(session.New())
	input := &snowball.UpdateJobInput{
		AddressId:                  aws.String("ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b"),
		Description:                aws.String("Upgraded to Edge, shipped to Finance Dept, and requested faster shipping speed - TS."),
		JobId:                      aws.String("JID123e4567-e89b-12d3-a456-426655440000"),
		ShippingOption:             aws.String("NEXT_DAY"),
		SnowballCapacityPreference: aws.String("T100"),
	}

	result, err := svc.UpdateJob(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case snowball.ErrCodeInvalidResourceException:
				fmt.Println(snowball.ErrCodeInvalidResourceException, aerr.Error())
			case snowball.ErrCodeInvalidJobStateException:
				fmt.Println(snowball.ErrCodeInvalidJobStateException, aerr.Error())
			case snowball.ErrCodeKMSRequestFailedException:
				fmt.Println(snowball.ErrCodeKMSRequestFailedException, aerr.Error())
			case snowball.ErrCodeInvalidInputCombinationException:
				fmt.Println(snowball.ErrCodeInvalidInputCombinationException, aerr.Error())
			case snowball.ErrCodeClusterLimitExceededException:
				fmt.Println(snowball.ErrCodeClusterLimitExceededException, aerr.Error())
			case snowball.ErrCodeEc2RequestFailedException:
				fmt.Println(snowball.ErrCodeEc2RequestFailedException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Snowball) UpdateJobRequest

func (c *Snowball) UpdateJobRequest(input *UpdateJobInput) (req *request.Request, output *UpdateJobOutput)

UpdateJobRequest generates a "aws/request.Request" representing the client's request for the UpdateJob 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 UpdateJob for more information on using the UpdateJob 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 UpdateJobRequest method.
req, resp := client.UpdateJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJob

func (*Snowball) UpdateJobShipmentState added in v1.35.7

func (c *Snowball) UpdateJobShipmentState(input *UpdateJobShipmentStateInput) (*UpdateJobShipmentStateOutput, error)

UpdateJobShipmentState API operation for Amazon Import/Export Snowball.

Updates the state when a the shipment states changes to a different state.

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 Amazon Import/Export Snowball's API operation UpdateJobShipmentState for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

  • InvalidJobStateException The action can't be performed because the job's current state doesn't allow that action to be performed.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentState

func (*Snowball) UpdateJobShipmentStateRequest added in v1.35.7

func (c *Snowball) UpdateJobShipmentStateRequest(input *UpdateJobShipmentStateInput) (req *request.Request, output *UpdateJobShipmentStateOutput)

UpdateJobShipmentStateRequest generates a "aws/request.Request" representing the client's request for the UpdateJobShipmentState 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 UpdateJobShipmentState for more information on using the UpdateJobShipmentState 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 UpdateJobShipmentStateRequest method.
req, resp := client.UpdateJobShipmentStateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentState

func (*Snowball) UpdateJobShipmentStateWithContext added in v1.35.7

func (c *Snowball) UpdateJobShipmentStateWithContext(ctx aws.Context, input *UpdateJobShipmentStateInput, opts ...request.Option) (*UpdateJobShipmentStateOutput, error)

UpdateJobShipmentStateWithContext is the same as UpdateJobShipmentState with the addition of the ability to pass a context and additional request options.

See UpdateJobShipmentState 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 (*Snowball) UpdateJobWithContext added in v1.8.0

func (c *Snowball) UpdateJobWithContext(ctx aws.Context, input *UpdateJobInput, opts ...request.Option) (*UpdateJobOutput, error)

UpdateJobWithContext is the same as UpdateJob with the addition of the ability to pass a context and additional request options.

See UpdateJob 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 (*Snowball) UpdateLongTermPricing added in v1.38.35

func (c *Snowball) UpdateLongTermPricing(input *UpdateLongTermPricingInput) (*UpdateLongTermPricingOutput, error)

UpdateLongTermPricing API operation for Amazon Import/Export Snowball.

Updates the long term pricing type.

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 Amazon Import/Export Snowball's API operation UpdateLongTermPricing for usage and error information.

Returned Error Types:

  • InvalidResourceException The specified resource can't be found. Check the information you provided in your last request, and try again.

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateLongTermPricing

func (*Snowball) UpdateLongTermPricingRequest added in v1.38.35

func (c *Snowball) UpdateLongTermPricingRequest(input *UpdateLongTermPricingInput) (req *request.Request, output *UpdateLongTermPricingOutput)

UpdateLongTermPricingRequest generates a "aws/request.Request" representing the client's request for the UpdateLongTermPricing 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 UpdateLongTermPricing for more information on using the UpdateLongTermPricing 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 UpdateLongTermPricingRequest method.
req, resp := client.UpdateLongTermPricingRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateLongTermPricing

func (*Snowball) UpdateLongTermPricingWithContext added in v1.38.35

func (c *Snowball) UpdateLongTermPricingWithContext(ctx aws.Context, input *UpdateLongTermPricingInput, opts ...request.Option) (*UpdateLongTermPricingOutput, error)

UpdateLongTermPricingWithContext is the same as UpdateLongTermPricing with the addition of the ability to pass a context and additional request options.

See UpdateLongTermPricing 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 SnowconeDeviceConfiguration added in v1.32.4

type SnowconeDeviceConfiguration struct {

	// Configures the wireless connection for the AWS Snowcone device.
	WirelessConnection *WirelessConnection `type:"structure"`
	// contains filtered or unexported fields
}

Specifies the device configuration for an AWS Snowcone job.

func (SnowconeDeviceConfiguration) GoString added in v1.32.4

func (s SnowconeDeviceConfiguration) GoString() string

GoString returns the string representation

func (*SnowconeDeviceConfiguration) SetWirelessConnection added in v1.32.4

SetWirelessConnection sets the WirelessConnection field's value.

func (SnowconeDeviceConfiguration) String added in v1.32.4

String returns the string representation

type TaxDocuments added in v1.29.9

type TaxDocuments struct {

	// The tax documents required in AWS Regions in India.
	IND *INDTaxDocuments `type:"structure"`
	// contains filtered or unexported fields
}

The tax documents required in your AWS Region.

func (TaxDocuments) GoString added in v1.29.9

func (s TaxDocuments) GoString() string

GoString returns the string representation

func (*TaxDocuments) SetIND added in v1.29.9

func (s *TaxDocuments) SetIND(v *INDTaxDocuments) *TaxDocuments

SetIND sets the IND field's value.

func (TaxDocuments) String added in v1.29.9

func (s TaxDocuments) String() string

String returns the string representation

type UnsupportedAddressException added in v1.28.0

type UnsupportedAddressException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

func (*UnsupportedAddressException) Code added in v1.28.0

Code returns the exception type name.

func (*UnsupportedAddressException) Error added in v1.28.0

func (UnsupportedAddressException) GoString added in v1.28.0

func (s UnsupportedAddressException) GoString() string

GoString returns the string representation

func (*UnsupportedAddressException) Message added in v1.28.0

func (s *UnsupportedAddressException) Message() string

Message returns the exception's message.

func (*UnsupportedAddressException) OrigErr added in v1.28.0

func (s *UnsupportedAddressException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnsupportedAddressException) RequestID added in v1.28.0

func (s *UnsupportedAddressException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnsupportedAddressException) StatusCode added in v1.28.0

func (s *UnsupportedAddressException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnsupportedAddressException) String added in v1.28.0

String returns the string representation

type UpdateClusterInput added in v1.5.12

type UpdateClusterInput struct {

	// The ID of the updated Address object.
	AddressId *string `min:"40" type:"string"`

	// The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.
	//
	// ClusterId is a required field
	ClusterId *string `min:"39" type:"string" required:"true"`

	// The updated description of this cluster.
	Description *string `min:"1" type:"string"`

	// The updated ID for the forwarding address for a cluster. This field is not
	// supported in most regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// The new or updated Notification object.
	Notification *Notification `type:"structure"`

	// The updated arrays of JobResource objects that can include updated S3Resource
	// objects or LambdaResource objects.
	Resources *JobResource `type:"structure"`

	// The new role Amazon Resource Name (ARN) that you want to associate with this
	// cluster. To create a role ARN, use the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)
	// API action in AWS Identity and Access Management (IAM).
	RoleARN *string `type:"string"`

	// The updated shipping option value of this cluster's ShippingDetails object.
	ShippingOption *string `type:"string" enum:"ShippingOption"`
	// contains filtered or unexported fields
}

func (UpdateClusterInput) GoString added in v1.5.12

func (s UpdateClusterInput) GoString() string

GoString returns the string representation

func (*UpdateClusterInput) SetAddressId added in v1.5.12

func (s *UpdateClusterInput) SetAddressId(v string) *UpdateClusterInput

SetAddressId sets the AddressId field's value.

func (*UpdateClusterInput) SetClusterId added in v1.5.12

func (s *UpdateClusterInput) SetClusterId(v string) *UpdateClusterInput

SetClusterId sets the ClusterId field's value.

func (*UpdateClusterInput) SetDescription added in v1.5.12

func (s *UpdateClusterInput) SetDescription(v string) *UpdateClusterInput

SetDescription sets the Description field's value.

func (*UpdateClusterInput) SetForwardingAddressId added in v1.8.18

func (s *UpdateClusterInput) SetForwardingAddressId(v string) *UpdateClusterInput

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*UpdateClusterInput) SetNotification added in v1.5.12

func (s *UpdateClusterInput) SetNotification(v *Notification) *UpdateClusterInput

SetNotification sets the Notification field's value.

func (*UpdateClusterInput) SetResources added in v1.5.12

func (s *UpdateClusterInput) SetResources(v *JobResource) *UpdateClusterInput

SetResources sets the Resources field's value.

func (*UpdateClusterInput) SetRoleARN added in v1.5.12

func (s *UpdateClusterInput) SetRoleARN(v string) *UpdateClusterInput

SetRoleARN sets the RoleARN field's value.

func (*UpdateClusterInput) SetShippingOption added in v1.5.12

func (s *UpdateClusterInput) SetShippingOption(v string) *UpdateClusterInput

SetShippingOption sets the ShippingOption field's value.

func (UpdateClusterInput) String added in v1.5.12

func (s UpdateClusterInput) String() string

String returns the string representation

func (*UpdateClusterInput) Validate added in v1.5.12

func (s *UpdateClusterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateClusterOutput added in v1.5.12

type UpdateClusterOutput struct {
	// contains filtered or unexported fields
}

func (UpdateClusterOutput) GoString added in v1.5.12

func (s UpdateClusterOutput) GoString() string

GoString returns the string representation

func (UpdateClusterOutput) String added in v1.5.12

func (s UpdateClusterOutput) String() string

String returns the string representation

type UpdateJobInput

type UpdateJobInput struct {

	// The ID of the updated Address object.
	AddressId *string `min:"40" type:"string"`

	// The updated description of this job's JobMetadata object.
	Description *string `min:"1" type:"string"`

	// The updated ID for the forwarding address for a job. This field is not supported
	// in most regions.
	ForwardingAddressId *string `min:"40" type:"string"`

	// The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`

	// The new or updated Notification object.
	Notification *Notification `type:"structure"`

	// The updated JobResource object, or the updated JobResource object.
	Resources *JobResource `type:"structure"`

	// The new role Amazon Resource Name (ARN) that you want to associate with this
	// job. To create a role ARN, use the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html)AWS
	// Identity and Access Management (IAM) API action.
	RoleARN *string `type:"string"`

	// The updated shipping option value of this job's ShippingDetails object.
	ShippingOption *string `type:"string" enum:"ShippingOption"`

	// The updated SnowballCapacityPreference of this job's JobMetadata object.
	// The 50 TB Snowballs are only available in the US regions.
	//
	// For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
	// (Snow Family Devices and Capacity) in the Snowcone User Guide.
	SnowballCapacityPreference *string `type:"string" enum:"Capacity"`
	// contains filtered or unexported fields
}

func (UpdateJobInput) GoString

func (s UpdateJobInput) GoString() string

GoString returns the string representation

func (*UpdateJobInput) SetAddressId added in v1.5.0

func (s *UpdateJobInput) SetAddressId(v string) *UpdateJobInput

SetAddressId sets the AddressId field's value.

func (*UpdateJobInput) SetDescription added in v1.5.0

func (s *UpdateJobInput) SetDescription(v string) *UpdateJobInput

SetDescription sets the Description field's value.

func (*UpdateJobInput) SetForwardingAddressId added in v1.8.18

func (s *UpdateJobInput) SetForwardingAddressId(v string) *UpdateJobInput

SetForwardingAddressId sets the ForwardingAddressId field's value.

func (*UpdateJobInput) SetJobId added in v1.5.0

func (s *UpdateJobInput) SetJobId(v string) *UpdateJobInput

SetJobId sets the JobId field's value.

func (*UpdateJobInput) SetNotification added in v1.5.0

func (s *UpdateJobInput) SetNotification(v *Notification) *UpdateJobInput

SetNotification sets the Notification field's value.

func (*UpdateJobInput) SetResources added in v1.5.0

func (s *UpdateJobInput) SetResources(v *JobResource) *UpdateJobInput

SetResources sets the Resources field's value.

func (*UpdateJobInput) SetRoleARN added in v1.5.0

func (s *UpdateJobInput) SetRoleARN(v string) *UpdateJobInput

SetRoleARN sets the RoleARN field's value.

func (*UpdateJobInput) SetShippingOption added in v1.5.0

func (s *UpdateJobInput) SetShippingOption(v string) *UpdateJobInput

SetShippingOption sets the ShippingOption field's value.

func (*UpdateJobInput) SetSnowballCapacityPreference added in v1.5.0

func (s *UpdateJobInput) SetSnowballCapacityPreference(v string) *UpdateJobInput

SetSnowballCapacityPreference sets the SnowballCapacityPreference field's value.

func (UpdateJobInput) String

func (s UpdateJobInput) String() string

String returns the string representation

func (*UpdateJobInput) Validate

func (s *UpdateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateJobOutput

type UpdateJobOutput struct {
	// contains filtered or unexported fields
}

func (UpdateJobOutput) GoString

func (s UpdateJobOutput) GoString() string

GoString returns the string representation

func (UpdateJobOutput) String

func (s UpdateJobOutput) String() string

String returns the string representation

type UpdateJobShipmentStateInput added in v1.35.7

type UpdateJobShipmentStateInput struct {

	// The job ID of the job whose shipment date you want to update, for example
	// JID123e4567-e89b-12d3-a456-426655440000.
	//
	// JobId is a required field
	JobId *string `min:"39" type:"string" required:"true"`

	// The state of a device when it is being shipped.
	//
	// Set to RECEIVED when the device arrives at your location.
	//
	// Set to RETURNED when you have returned the device to AWS.
	//
	// ShipmentState is a required field
	ShipmentState *string `type:"string" required:"true" enum:"ShipmentState"`
	// contains filtered or unexported fields
}

func (UpdateJobShipmentStateInput) GoString added in v1.35.7

func (s UpdateJobShipmentStateInput) GoString() string

GoString returns the string representation

func (*UpdateJobShipmentStateInput) SetJobId added in v1.35.7

SetJobId sets the JobId field's value.

func (*UpdateJobShipmentStateInput) SetShipmentState added in v1.35.7

SetShipmentState sets the ShipmentState field's value.

func (UpdateJobShipmentStateInput) String added in v1.35.7

String returns the string representation

func (*UpdateJobShipmentStateInput) Validate added in v1.35.7

func (s *UpdateJobShipmentStateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateJobShipmentStateOutput added in v1.35.7

type UpdateJobShipmentStateOutput struct {
	// contains filtered or unexported fields
}

func (UpdateJobShipmentStateOutput) GoString added in v1.35.7

func (s UpdateJobShipmentStateOutput) GoString() string

GoString returns the string representation

func (UpdateJobShipmentStateOutput) String added in v1.35.7

String returns the string representation

type UpdateLongTermPricingInput added in v1.38.35

type UpdateLongTermPricingInput struct {

	// If set to true, specifies that the current long term pricing type for the
	// device should be automatically renewed before the long term pricing contract
	// expires.
	IsLongTermPricingAutoRenew *bool `type:"boolean"`

	// The ID of the long term pricing type for the device.
	//
	// LongTermPricingId is a required field
	LongTermPricingId *string `min:"41" type:"string" required:"true"`

	// Specifies that a device that is ordered with long term pricing should be
	// replaced with a new device.
	ReplacementJob *string `min:"39" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateLongTermPricingInput) GoString added in v1.38.35

func (s UpdateLongTermPricingInput) GoString() string

GoString returns the string representation

func (*UpdateLongTermPricingInput) SetIsLongTermPricingAutoRenew added in v1.38.35

func (s *UpdateLongTermPricingInput) SetIsLongTermPricingAutoRenew(v bool) *UpdateLongTermPricingInput

SetIsLongTermPricingAutoRenew sets the IsLongTermPricingAutoRenew field's value.

func (*UpdateLongTermPricingInput) SetLongTermPricingId added in v1.38.35

func (s *UpdateLongTermPricingInput) SetLongTermPricingId(v string) *UpdateLongTermPricingInput

SetLongTermPricingId sets the LongTermPricingId field's value.

func (*UpdateLongTermPricingInput) SetReplacementJob added in v1.38.35

SetReplacementJob sets the ReplacementJob field's value.

func (UpdateLongTermPricingInput) String added in v1.38.35

String returns the string representation

func (*UpdateLongTermPricingInput) Validate added in v1.38.35

func (s *UpdateLongTermPricingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateLongTermPricingOutput added in v1.38.35

type UpdateLongTermPricingOutput struct {
	// contains filtered or unexported fields
}

func (UpdateLongTermPricingOutput) GoString added in v1.38.35

func (s UpdateLongTermPricingOutput) GoString() string

GoString returns the string representation

func (UpdateLongTermPricingOutput) String added in v1.38.35

String returns the string representation

type WirelessConnection added in v1.32.4

type WirelessConnection struct {

	// Enables the Wi-Fi adapter on an AWS Snowcone device.
	IsWifiEnabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Configures the wireless connection on an AWS Snowcone device.

func (WirelessConnection) GoString added in v1.32.4

func (s WirelessConnection) GoString() string

GoString returns the string representation

func (*WirelessConnection) SetIsWifiEnabled added in v1.32.4

func (s *WirelessConnection) SetIsWifiEnabled(v bool) *WirelessConnection

SetIsWifiEnabled sets the IsWifiEnabled field's value.

func (WirelessConnection) String added in v1.32.4

func (s WirelessConnection) String() string

String returns the string representation

Directories

Path Synopsis
Package snowballiface provides an interface to enable mocking the Amazon Import/Export Snowball service client for testing your code.
Package snowballiface provides an interface to enable mocking the Amazon Import/Export Snowball service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL