Documentation ¶
Overview ¶
Package snowball provides the client and types for making API requests to Amazon Import/Export Snowball.
AWS Snowball is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). The Snowball commands described here provide access to the same functionality that is available in the AWS Snowball Management Console, which enables you to create and manage jobs for Snowball. To transfer data locally with a Snowball appliance, you'll need to use the Snowball client or the Amazon S3 API adapter for Snowball. For more information, see the User Guide (http://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 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 ¶
- Constants
- type Address
- func (s Address) GoString() string
- func (s *Address) SetAddressId(v string) *Address
- func (s *Address) SetCity(v string) *Address
- func (s *Address) SetCompany(v string) *Address
- func (s *Address) SetCountry(v string) *Address
- func (s *Address) SetIsRestricted(v bool) *Address
- func (s *Address) SetLandmark(v string) *Address
- func (s *Address) SetName(v string) *Address
- func (s *Address) SetPhoneNumber(v string) *Address
- func (s *Address) SetPostalCode(v string) *Address
- func (s *Address) SetPrefectureOrDistrict(v string) *Address
- func (s *Address) SetStateOrProvince(v string) *Address
- func (s *Address) SetStreet1(v string) *Address
- func (s *Address) SetStreet2(v string) *Address
- func (s *Address) SetStreet3(v string) *Address
- func (s Address) String() string
- func (s *Address) Validate() error
- type CancelClusterInput
- type CancelClusterOutput
- type CancelClusterRequest
- type CancelJobInput
- type CancelJobOutput
- type CancelJobRequest
- type Capacity
- type ClusterListEntry
- func (s ClusterListEntry) GoString() string
- func (s *ClusterListEntry) SetClusterId(v string) *ClusterListEntry
- func (s *ClusterListEntry) SetClusterState(v ClusterState) *ClusterListEntry
- func (s *ClusterListEntry) SetCreationDate(v time.Time) *ClusterListEntry
- func (s *ClusterListEntry) SetDescription(v string) *ClusterListEntry
- func (s ClusterListEntry) String() string
- type ClusterMetadata
- func (s ClusterMetadata) GoString() string
- func (s *ClusterMetadata) SetAddressId(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetClusterId(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetClusterState(v ClusterState) *ClusterMetadata
- func (s *ClusterMetadata) SetCreationDate(v time.Time) *ClusterMetadata
- func (s *ClusterMetadata) SetDescription(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetForwardingAddressId(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetJobType(v JobType) *ClusterMetadata
- func (s *ClusterMetadata) SetKmsKeyARN(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetNotification(v *Notification) *ClusterMetadata
- func (s *ClusterMetadata) SetResources(v *JobResource) *ClusterMetadata
- func (s *ClusterMetadata) SetRoleARN(v string) *ClusterMetadata
- func (s *ClusterMetadata) SetShippingOption(v ShippingOption) *ClusterMetadata
- func (s *ClusterMetadata) SetSnowballType(v Type) *ClusterMetadata
- func (s ClusterMetadata) String() string
- type ClusterState
- type CreateAddressInput
- type CreateAddressOutput
- type CreateAddressRequest
- type CreateClusterInput
- func (s CreateClusterInput) GoString() string
- func (s *CreateClusterInput) SetAddressId(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetForwardingAddressId(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetJobType(v JobType) *CreateClusterInput
- func (s *CreateClusterInput) SetKmsKeyARN(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetNotification(v *Notification) *CreateClusterInput
- func (s *CreateClusterInput) SetResources(v *JobResource) *CreateClusterInput
- func (s *CreateClusterInput) SetRoleARN(v string) *CreateClusterInput
- func (s *CreateClusterInput) SetShippingOption(v ShippingOption) *CreateClusterInput
- func (s *CreateClusterInput) SetSnowballType(v Type) *CreateClusterInput
- func (s CreateClusterInput) String() string
- func (s *CreateClusterInput) Validate() error
- type CreateClusterOutput
- type CreateClusterRequest
- type CreateJobInput
- func (s CreateJobInput) GoString() string
- func (s *CreateJobInput) SetAddressId(v string) *CreateJobInput
- func (s *CreateJobInput) SetClusterId(v string) *CreateJobInput
- func (s *CreateJobInput) SetDescription(v string) *CreateJobInput
- func (s *CreateJobInput) SetForwardingAddressId(v string) *CreateJobInput
- func (s *CreateJobInput) SetJobType(v JobType) *CreateJobInput
- func (s *CreateJobInput) SetKmsKeyARN(v string) *CreateJobInput
- func (s *CreateJobInput) SetNotification(v *Notification) *CreateJobInput
- func (s *CreateJobInput) SetResources(v *JobResource) *CreateJobInput
- func (s *CreateJobInput) SetRoleARN(v string) *CreateJobInput
- func (s *CreateJobInput) SetShippingOption(v ShippingOption) *CreateJobInput
- func (s *CreateJobInput) SetSnowballCapacityPreference(v Capacity) *CreateJobInput
- func (s *CreateJobInput) SetSnowballType(v Type) *CreateJobInput
- func (s CreateJobInput) String() string
- func (s *CreateJobInput) Validate() error
- type CreateJobOutput
- type CreateJobRequest
- type DataTransfer
- func (s DataTransfer) GoString() string
- func (s *DataTransfer) SetBytesTransferred(v int64) *DataTransfer
- func (s *DataTransfer) SetObjectsTransferred(v int64) *DataTransfer
- func (s *DataTransfer) SetTotalBytes(v int64) *DataTransfer
- func (s *DataTransfer) SetTotalObjects(v int64) *DataTransfer
- func (s DataTransfer) String() string
- type DescribeAddressInput
- type DescribeAddressOutput
- type DescribeAddressRequest
- type DescribeAddressesInput
- func (s DescribeAddressesInput) GoString() string
- func (s *DescribeAddressesInput) SetMaxResults(v int64) *DescribeAddressesInput
- func (s *DescribeAddressesInput) SetNextToken(v string) *DescribeAddressesInput
- func (s DescribeAddressesInput) String() string
- func (s *DescribeAddressesInput) Validate() error
- type DescribeAddressesOutput
- func (s DescribeAddressesOutput) GoString() string
- func (s DescribeAddressesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeAddressesOutput) SetAddresses(v []Address) *DescribeAddressesOutput
- func (s *DescribeAddressesOutput) SetNextToken(v string) *DescribeAddressesOutput
- func (s DescribeAddressesOutput) String() string
- type DescribeAddressesRequest
- type DescribeClusterInput
- type DescribeClusterOutput
- type DescribeClusterRequest
- type DescribeJobInput
- type DescribeJobOutput
- func (s DescribeJobOutput) GoString() string
- func (s DescribeJobOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeJobOutput) SetJobMetadata(v *JobMetadata) *DescribeJobOutput
- func (s *DescribeJobOutput) SetSubJobMetadata(v []JobMetadata) *DescribeJobOutput
- func (s DescribeJobOutput) String() string
- type DescribeJobRequest
- type EventTriggerDefinition
- type GetJobManifestInput
- type GetJobManifestOutput
- type GetJobManifestRequest
- type GetJobUnlockCodeInput
- type GetJobUnlockCodeOutput
- type GetJobUnlockCodeRequest
- type GetSnowballUsageInput
- type GetSnowballUsageOutput
- func (s GetSnowballUsageOutput) GoString() string
- func (s GetSnowballUsageOutput) SDKResponseMetadata() aws.Response
- func (s *GetSnowballUsageOutput) SetSnowballLimit(v int64) *GetSnowballUsageOutput
- func (s *GetSnowballUsageOutput) SetSnowballsInUse(v int64) *GetSnowballUsageOutput
- func (s GetSnowballUsageOutput) String() string
- type GetSnowballUsageRequest
- type JobListEntry
- func (s JobListEntry) GoString() string
- func (s *JobListEntry) SetCreationDate(v time.Time) *JobListEntry
- func (s *JobListEntry) SetDescription(v string) *JobListEntry
- func (s *JobListEntry) SetIsMaster(v bool) *JobListEntry
- func (s *JobListEntry) SetJobId(v string) *JobListEntry
- func (s *JobListEntry) SetJobState(v JobState) *JobListEntry
- func (s *JobListEntry) SetJobType(v JobType) *JobListEntry
- func (s *JobListEntry) SetSnowballType(v Type) *JobListEntry
- func (s JobListEntry) String() string
- type JobLogs
- type JobMetadata
- func (s JobMetadata) GoString() string
- func (s *JobMetadata) SetAddressId(v string) *JobMetadata
- func (s *JobMetadata) SetClusterId(v string) *JobMetadata
- func (s *JobMetadata) SetCreationDate(v time.Time) *JobMetadata
- func (s *JobMetadata) SetDataTransferProgress(v *DataTransfer) *JobMetadata
- func (s *JobMetadata) SetDescription(v string) *JobMetadata
- func (s *JobMetadata) SetForwardingAddressId(v string) *JobMetadata
- func (s *JobMetadata) SetJobId(v string) *JobMetadata
- func (s *JobMetadata) SetJobLogInfo(v *JobLogs) *JobMetadata
- func (s *JobMetadata) SetJobState(v JobState) *JobMetadata
- func (s *JobMetadata) SetJobType(v JobType) *JobMetadata
- func (s *JobMetadata) SetKmsKeyARN(v string) *JobMetadata
- func (s *JobMetadata) SetNotification(v *Notification) *JobMetadata
- func (s *JobMetadata) SetResources(v *JobResource) *JobMetadata
- func (s *JobMetadata) SetRoleARN(v string) *JobMetadata
- func (s *JobMetadata) SetShippingDetails(v *ShippingDetails) *JobMetadata
- func (s *JobMetadata) SetSnowballCapacityPreference(v Capacity) *JobMetadata
- func (s *JobMetadata) SetSnowballType(v Type) *JobMetadata
- func (s JobMetadata) String() string
- type JobResource
- type JobState
- type JobType
- type KeyRange
- type LambdaResource
- type ListClusterJobsInput
- func (s ListClusterJobsInput) GoString() string
- func (s *ListClusterJobsInput) SetClusterId(v string) *ListClusterJobsInput
- func (s *ListClusterJobsInput) SetMaxResults(v int64) *ListClusterJobsInput
- func (s *ListClusterJobsInput) SetNextToken(v string) *ListClusterJobsInput
- func (s ListClusterJobsInput) String() string
- func (s *ListClusterJobsInput) Validate() error
- type ListClusterJobsOutput
- func (s ListClusterJobsOutput) GoString() string
- func (s ListClusterJobsOutput) SDKResponseMetadata() aws.Response
- func (s *ListClusterJobsOutput) SetJobListEntries(v []JobListEntry) *ListClusterJobsOutput
- func (s *ListClusterJobsOutput) SetNextToken(v string) *ListClusterJobsOutput
- func (s ListClusterJobsOutput) String() string
- type ListClusterJobsRequest
- type ListClustersInput
- type ListClustersOutput
- func (s ListClustersOutput) GoString() string
- func (s ListClustersOutput) SDKResponseMetadata() aws.Response
- func (s *ListClustersOutput) SetClusterListEntries(v []ClusterListEntry) *ListClustersOutput
- func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput
- func (s ListClustersOutput) String() string
- type ListClustersRequest
- type ListJobsInput
- type ListJobsOutput
- type ListJobsRequest
- type Notification
- type S3Resource
- type Shipment
- type ShippingDetails
- func (s ShippingDetails) GoString() string
- func (s *ShippingDetails) SetInboundShipment(v *Shipment) *ShippingDetails
- func (s *ShippingDetails) SetOutboundShipment(v *Shipment) *ShippingDetails
- func (s *ShippingDetails) SetShippingOption(v ShippingOption) *ShippingDetails
- func (s ShippingDetails) String() string
- type ShippingOption
- type Snowball
- func (c *Snowball) CancelClusterRequest(input *CancelClusterInput) CancelClusterRequest
- func (c *Snowball) CancelJobRequest(input *CancelJobInput) CancelJobRequest
- func (c *Snowball) CreateAddressRequest(input *CreateAddressInput) CreateAddressRequest
- func (c *Snowball) CreateClusterRequest(input *CreateClusterInput) CreateClusterRequest
- func (c *Snowball) CreateJobRequest(input *CreateJobInput) CreateJobRequest
- func (c *Snowball) DescribeAddressRequest(input *DescribeAddressInput) DescribeAddressRequest
- func (c *Snowball) DescribeAddressesPages(input *DescribeAddressesInput, fn func(*DescribeAddressesOutput, bool) bool) error
- func (c *Snowball) DescribeAddressesPagesWithContext(ctx aws.Context, input *DescribeAddressesInput, ...) error
- func (c *Snowball) DescribeAddressesRequest(input *DescribeAddressesInput) DescribeAddressesRequest
- func (c *Snowball) DescribeClusterRequest(input *DescribeClusterInput) DescribeClusterRequest
- func (c *Snowball) DescribeJobRequest(input *DescribeJobInput) DescribeJobRequest
- func (c *Snowball) GetJobManifestRequest(input *GetJobManifestInput) GetJobManifestRequest
- func (c *Snowball) GetJobUnlockCodeRequest(input *GetJobUnlockCodeInput) GetJobUnlockCodeRequest
- func (c *Snowball) GetSnowballUsageRequest(input *GetSnowballUsageInput) GetSnowballUsageRequest
- func (c *Snowball) ListClusterJobsRequest(input *ListClusterJobsInput) ListClusterJobsRequest
- func (c *Snowball) ListClustersRequest(input *ListClustersInput) ListClustersRequest
- func (c *Snowball) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
- func (c *Snowball) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, ...) error
- func (c *Snowball) ListJobsRequest(input *ListJobsInput) ListJobsRequest
- func (c *Snowball) UpdateClusterRequest(input *UpdateClusterInput) UpdateClusterRequest
- func (c *Snowball) UpdateJobRequest(input *UpdateJobInput) UpdateJobRequest
- type Type
- type UpdateClusterInput
- func (s UpdateClusterInput) GoString() string
- func (s *UpdateClusterInput) SetAddressId(v string) *UpdateClusterInput
- func (s *UpdateClusterInput) SetClusterId(v string) *UpdateClusterInput
- func (s *UpdateClusterInput) SetDescription(v string) *UpdateClusterInput
- func (s *UpdateClusterInput) SetForwardingAddressId(v string) *UpdateClusterInput
- func (s *UpdateClusterInput) SetNotification(v *Notification) *UpdateClusterInput
- func (s *UpdateClusterInput) SetResources(v *JobResource) *UpdateClusterInput
- func (s *UpdateClusterInput) SetRoleARN(v string) *UpdateClusterInput
- func (s *UpdateClusterInput) SetShippingOption(v ShippingOption) *UpdateClusterInput
- func (s UpdateClusterInput) String() string
- func (s *UpdateClusterInput) Validate() error
- type UpdateClusterOutput
- type UpdateClusterRequest
- type UpdateJobInput
- func (s UpdateJobInput) GoString() string
- func (s *UpdateJobInput) SetAddressId(v string) *UpdateJobInput
- func (s *UpdateJobInput) SetDescription(v string) *UpdateJobInput
- func (s *UpdateJobInput) SetForwardingAddressId(v string) *UpdateJobInput
- func (s *UpdateJobInput) SetJobId(v string) *UpdateJobInput
- func (s *UpdateJobInput) SetNotification(v *Notification) *UpdateJobInput
- func (s *UpdateJobInput) SetResources(v *JobResource) *UpdateJobInput
- func (s *UpdateJobInput) SetRoleARN(v string) *UpdateJobInput
- func (s *UpdateJobInput) SetShippingOption(v ShippingOption) *UpdateJobInput
- func (s *UpdateJobInput) SetSnowballCapacityPreference(v Capacity) *UpdateJobInput
- func (s UpdateJobInput) String() string
- func (s *UpdateJobInput) Validate() error
- type UpdateJobOutput
- type UpdateJobRequest
Examples ¶
- Snowball.CancelClusterRequest (Shared00)
- Snowball.CancelJobRequest (Shared00)
- Snowball.CreateAddressRequest (Shared00)
- Snowball.CreateClusterRequest (Shared00)
- Snowball.CreateJobRequest (Shared00)
- Snowball.DescribeAddressRequest (Shared00)
- Snowball.DescribeAddressesRequest (Shared00)
- Snowball.DescribeClusterRequest (Shared00)
- Snowball.DescribeJobRequest (Shared00)
- Snowball.GetJobManifestRequest (Shared00)
- Snowball.GetJobUnlockCodeRequest (Shared00)
- Snowball.GetSnowballUsageRequest (Shared00)
- Snowball.ListClusterJobsRequest (Shared00)
- Snowball.ListClustersRequest (Shared00)
- Snowball.ListJobsRequest (Shared00)
- Snowball.UpdateClusterRequest (Shared00)
- Snowball.UpdateJobRequest (Shared00)
Constants ¶
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" // 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 ore 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" // 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" )
const ( ServiceName = "snowball" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 Snowball is to be delivered to. City *string `min:"1" type:"string"` // The name of the company to receive a Snowball at an address. Company *string `min:"1" type:"string"` // The country in an address that a Snowball 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 Snowball at an address. Name *string `min:"1" type:"string"` // The phone number associated with an address that a Snowball is to be delivered // to. PhoneNumber *string `min:"1" type:"string"` // The postal code in an address that a Snowball 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 Snowball is to be delivered to. StateOrProvince *string `min:"1" type:"string"` // The first line in a street address that a Snowball is to be delivered to. Street1 *string `min:"1" type:"string"` // The second line in a street address that a Snowball is to be delivered to. Street2 *string `min:"1" type:"string"` // The third line in a street address that a Snowball is to be delivered to. Street3 *string `min:"1" type:"string"` // contains filtered or unexported fields }
The address that you want the Snowball or Snowballs 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Address
func (*Address) SetAddressId ¶
SetAddressId sets the AddressId field's value.
func (*Address) SetCompany ¶
SetCompany sets the Company field's value.
func (*Address) SetCountry ¶
SetCountry sets the Country field's value.
func (*Address) SetIsRestricted ¶
SetIsRestricted sets the IsRestricted field's value.
func (*Address) SetLandmark ¶
SetLandmark sets the Landmark field's value.
func (*Address) SetPhoneNumber ¶
SetPhoneNumber sets the PhoneNumber field's value.
func (*Address) SetPostalCode ¶
SetPostalCode sets the PostalCode field's value.
func (*Address) SetPrefectureOrDistrict ¶
SetPrefectureOrDistrict sets the PrefectureOrDistrict field's value.
func (*Address) SetStateOrProvince ¶
SetStateOrProvince sets the StateOrProvince field's value.
func (*Address) SetStreet1 ¶
SetStreet1 sets the Street1 field's value.
func (*Address) SetStreet2 ¶
SetStreet2 sets the Street2 field's value.
func (*Address) SetStreet3 ¶
SetStreet3 sets the Street3 field's value.
type CancelClusterInput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelClusterRequest
func (CancelClusterInput) GoString ¶
func (s CancelClusterInput) GoString() string
GoString returns the string representation
func (*CancelClusterInput) SetClusterId ¶
func (s *CancelClusterInput) SetClusterId(v string) *CancelClusterInput
SetClusterId sets the ClusterId field's value.
func (CancelClusterInput) String ¶
func (s CancelClusterInput) String() string
String returns the string representation
func (*CancelClusterInput) Validate ¶
func (s *CancelClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelClusterOutput ¶
type CancelClusterOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelClusterResult
func (CancelClusterOutput) GoString ¶
func (s CancelClusterOutput) GoString() string
GoString returns the string representation
func (CancelClusterOutput) SDKResponseMetadata ¶
func (s CancelClusterOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CancelClusterOutput) String ¶
func (s CancelClusterOutput) String() string
String returns the string representation
type CancelClusterRequest ¶
type CancelClusterRequest struct { *aws.Request Input *CancelClusterInput }
CancelClusterRequest is a API request type for the CancelCluster API operation.
func (CancelClusterRequest) Send ¶
func (r CancelClusterRequest) Send() (*CancelClusterOutput, error)
Send marshals and sends the CancelCluster API request.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJobRequest
func (CancelJobInput) GoString ¶
func (s CancelJobInput) GoString() string
GoString returns the string representation
func (*CancelJobInput) SetJobId ¶
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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJobResult
func (CancelJobOutput) GoString ¶
func (s CancelJobOutput) GoString() string
GoString returns the string representation
func (CancelJobOutput) SDKResponseMetadata ¶
func (s CancelJobOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (CancelJobOutput) String ¶
func (s CancelJobOutput) String() string
String returns the string representation
type CancelJobRequest ¶
type CancelJobRequest struct { *aws.Request Input *CancelJobInput }
CancelJobRequest is a API request type for the CancelJob API operation.
func (CancelJobRequest) Send ¶
func (r CancelJobRequest) Send() (*CancelJobOutput, error)
Send marshals and sends the CancelJob API request.
type ClusterListEntry ¶
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 ClusterState `type:"string" enum:"true"` // The creation date for this cluster. CreationDate *time.Time `type:"timestamp" timestampFormat:"unix"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ClusterListEntry
func (ClusterListEntry) GoString ¶
func (s ClusterListEntry) GoString() string
GoString returns the string representation
func (*ClusterListEntry) SetClusterId ¶
func (s *ClusterListEntry) SetClusterId(v string) *ClusterListEntry
SetClusterId sets the ClusterId field's value.
func (*ClusterListEntry) SetClusterState ¶
func (s *ClusterListEntry) SetClusterState(v ClusterState) *ClusterListEntry
SetClusterState sets the ClusterState field's value.
func (*ClusterListEntry) SetCreationDate ¶
func (s *ClusterListEntry) SetCreationDate(v time.Time) *ClusterListEntry
SetCreationDate sets the CreationDate field's value.
func (*ClusterListEntry) SetDescription ¶
func (s *ClusterListEntry) SetDescription(v string) *ClusterListEntry
SetDescription sets the Description field's value.
func (ClusterListEntry) String ¶
func (s ClusterListEntry) String() string
String returns the string representation
type ClusterMetadata ¶
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 ClusterState `type:"string" enum:"true"` // The creation date for this cluster. CreationDate *time.Time `type:"timestamp" timestampFormat:"unix"` // 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 JobType `type:"string" enum:"true"` // The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This // ARN was created using the CreateKey (http://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 (http://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 Snowball Edge appliance, rather it represents how // quickly each appliance moves to its destination while in transit. Regional // shipping speeds are as follows: // // * In Australia, you have access to express shipping. Typically, appliances // shipped express are delivered in about a day. // // * In the European Union (EU), you have access to express shipping. Typically, // Snowball Edges 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, Snowball Edges are delivered in one to seven days. // // * In the US, you have access to one-day shipping and two-day shipping. ShippingOption ShippingOption `type:"string" enum:"true"` // The type of AWS Snowball appliance to use for this cluster. Currently, the // only supported appliance type for cluster jobs is EDGE. SnowballType Type `type:"string" enum:"true"` // contains filtered or unexported fields }
Contains metadata about a specific cluster. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ClusterMetadata
func (ClusterMetadata) GoString ¶
func (s ClusterMetadata) GoString() string
GoString returns the string representation
func (*ClusterMetadata) SetAddressId ¶
func (s *ClusterMetadata) SetAddressId(v string) *ClusterMetadata
SetAddressId sets the AddressId field's value.
func (*ClusterMetadata) SetClusterId ¶
func (s *ClusterMetadata) SetClusterId(v string) *ClusterMetadata
SetClusterId sets the ClusterId field's value.
func (*ClusterMetadata) SetClusterState ¶
func (s *ClusterMetadata) SetClusterState(v ClusterState) *ClusterMetadata
SetClusterState sets the ClusterState field's value.
func (*ClusterMetadata) SetCreationDate ¶
func (s *ClusterMetadata) SetCreationDate(v time.Time) *ClusterMetadata
SetCreationDate sets the CreationDate field's value.
func (*ClusterMetadata) SetDescription ¶
func (s *ClusterMetadata) SetDescription(v string) *ClusterMetadata
SetDescription sets the Description field's value.
func (*ClusterMetadata) SetForwardingAddressId ¶
func (s *ClusterMetadata) SetForwardingAddressId(v string) *ClusterMetadata
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*ClusterMetadata) SetJobType ¶
func (s *ClusterMetadata) SetJobType(v JobType) *ClusterMetadata
SetJobType sets the JobType field's value.
func (*ClusterMetadata) SetKmsKeyARN ¶
func (s *ClusterMetadata) SetKmsKeyARN(v string) *ClusterMetadata
SetKmsKeyARN sets the KmsKeyARN field's value.
func (*ClusterMetadata) SetNotification ¶
func (s *ClusterMetadata) SetNotification(v *Notification) *ClusterMetadata
SetNotification sets the Notification field's value.
func (*ClusterMetadata) SetResources ¶
func (s *ClusterMetadata) SetResources(v *JobResource) *ClusterMetadata
SetResources sets the Resources field's value.
func (*ClusterMetadata) SetRoleARN ¶
func (s *ClusterMetadata) SetRoleARN(v string) *ClusterMetadata
SetRoleARN sets the RoleARN field's value.
func (*ClusterMetadata) SetShippingOption ¶
func (s *ClusterMetadata) SetShippingOption(v ShippingOption) *ClusterMetadata
SetShippingOption sets the ShippingOption field's value.
func (*ClusterMetadata) SetSnowballType ¶
func (s *ClusterMetadata) SetSnowballType(v Type) *ClusterMetadata
SetSnowballType sets the SnowballType field's value.
func (ClusterMetadata) String ¶
func (s ClusterMetadata) String() string
String returns the string representation
type ClusterState ¶
type ClusterState string
const ( ClusterStateAwaitingQuorum ClusterState = "AwaitingQuorum" ClusterStatePending ClusterState = "Pending" ClusterStateInUse ClusterState = "InUse" ClusterStateComplete ClusterState = "Complete" ClusterStateCancelled ClusterState = "Cancelled" )
Enum values for ClusterState
type CreateAddressInput ¶
type CreateAddressInput struct { // The address that you want the Snowball shipped to. // // Address is a required field Address *Address `type:"structure" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateAddressRequest
func (CreateAddressInput) GoString ¶
func (s CreateAddressInput) GoString() string
GoString returns the string representation
func (*CreateAddressInput) SetAddress ¶
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 Snowball for // that job shipped to. AddressId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateAddressResult
func (CreateAddressOutput) GoString ¶
func (s CreateAddressOutput) GoString() string
GoString returns the string representation
func (CreateAddressOutput) SDKResponseMetadata ¶
func (s CreateAddressOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateAddressOutput) SetAddressId ¶
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 CreateAddressRequest ¶
type CreateAddressRequest struct { *aws.Request Input *CreateAddressInput }
CreateAddressRequest is a API request type for the CreateAddress API operation.
func (CreateAddressRequest) Send ¶
func (r CreateAddressRequest) Send() (*CreateAddressOutput, error)
Send marshals and sends the CreateAddress API request.
type CreateClusterInput ¶
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. // // JobType is a required field JobType JobType `type:"string" required:"true" enum:"true"` // The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN // values are created by using the CreateKey (http://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 (http://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 appliance, rather it represents how // quickly each appliance moves to its destination while in transit. Regional // shipping speeds are as follows: // // * In Australia, you have access to express shipping. Typically, appliances // shipped express are delivered in about a day. // // * In the European Union (EU), you have access to express shipping. Typically, // Snowball Edges 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, Snowball Edges 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 ShippingOption `type:"string" required:"true" enum:"true"` // The type of AWS Snowball appliance to use for this cluster. Currently, the // only supported appliance type for cluster jobs is EDGE. SnowballType Type `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateClusterRequest
func (CreateClusterInput) GoString ¶
func (s CreateClusterInput) GoString() string
GoString returns the string representation
func (*CreateClusterInput) SetAddressId ¶
func (s *CreateClusterInput) SetAddressId(v string) *CreateClusterInput
SetAddressId sets the AddressId field's value.
func (*CreateClusterInput) SetDescription ¶
func (s *CreateClusterInput) SetDescription(v string) *CreateClusterInput
SetDescription sets the Description field's value.
func (*CreateClusterInput) SetForwardingAddressId ¶
func (s *CreateClusterInput) SetForwardingAddressId(v string) *CreateClusterInput
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*CreateClusterInput) SetJobType ¶
func (s *CreateClusterInput) SetJobType(v JobType) *CreateClusterInput
SetJobType sets the JobType field's value.
func (*CreateClusterInput) SetKmsKeyARN ¶
func (s *CreateClusterInput) SetKmsKeyARN(v string) *CreateClusterInput
SetKmsKeyARN sets the KmsKeyARN field's value.
func (*CreateClusterInput) SetNotification ¶
func (s *CreateClusterInput) SetNotification(v *Notification) *CreateClusterInput
SetNotification sets the Notification field's value.
func (*CreateClusterInput) SetResources ¶
func (s *CreateClusterInput) SetResources(v *JobResource) *CreateClusterInput
SetResources sets the Resources field's value.
func (*CreateClusterInput) SetRoleARN ¶
func (s *CreateClusterInput) SetRoleARN(v string) *CreateClusterInput
SetRoleARN sets the RoleARN field's value.
func (*CreateClusterInput) SetShippingOption ¶
func (s *CreateClusterInput) SetShippingOption(v ShippingOption) *CreateClusterInput
SetShippingOption sets the ShippingOption field's value.
func (*CreateClusterInput) SetSnowballType ¶
func (s *CreateClusterInput) SetSnowballType(v Type) *CreateClusterInput
SetSnowballType sets the SnowballType field's value.
func (CreateClusterInput) String ¶
func (s CreateClusterInput) String() string
String returns the string representation
func (*CreateClusterInput) Validate ¶
func (s *CreateClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateClusterOutput ¶
type CreateClusterOutput struct { // The automatically generated ID for a cluster. ClusterId *string `min:"39" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateClusterResult
func (CreateClusterOutput) GoString ¶
func (s CreateClusterOutput) GoString() string
GoString returns the string representation
func (CreateClusterOutput) SDKResponseMetadata ¶
func (s CreateClusterOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateClusterOutput) SetClusterId ¶
func (s *CreateClusterOutput) SetClusterId(v string) *CreateClusterOutput
SetClusterId sets the ClusterId field's value.
func (CreateClusterOutput) String ¶
func (s CreateClusterOutput) String() string
String returns the string representation
type CreateClusterRequest ¶
type CreateClusterRequest struct { *aws.Request Input *CreateClusterInput }
CreateClusterRequest is a API request type for the CreateCluster API operation.
func (CreateClusterRequest) Send ¶
func (r CreateClusterRequest) Send() (*CreateClusterOutput, error)
Send marshals and sends the CreateCluster API request.
type CreateJobInput ¶
type CreateJobInput struct { // The ID for the address that you want the Snowball 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"` // 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 JobType `type:"string" enum:"true"` // The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created // using the CreateKey (http://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) // AWS Key Management Service (KMS) API action. KmsKeyARN *string `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 (http://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 Snowball, rather it represents how quickly the Snowball moves to // its destination while in transit. Regional shipping speeds are as follows: // // * In Australia, you have access to express shipping. Typically, Snowballs // shipped express are delivered in about a day. // // * In the European Union (EU), you have access to express shipping. Typically, // Snowballs 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, Snowballs are delivered in one to seven days. // // * In the US, you have access to one-day shipping and two-day shipping. ShippingOption ShippingOption `type:"string" enum:"true"` // If your job is being created in one of the US regions, you have the option // of specifying what size Snowball you'd like for this job. In all other regions, // Snowballs come with 80 TB in storage capacity. SnowballCapacityPreference Capacity `type:"string" enum:"true"` // The type of AWS Snowball appliance to use for this job. Currently, the only // supported appliance type for cluster jobs is EDGE. SnowballType Type `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest
func (CreateJobInput) GoString ¶
func (s CreateJobInput) GoString() string
GoString returns the string representation
func (*CreateJobInput) SetAddressId ¶
func (s *CreateJobInput) SetAddressId(v string) *CreateJobInput
SetAddressId sets the AddressId field's value.
func (*CreateJobInput) SetClusterId ¶
func (s *CreateJobInput) SetClusterId(v string) *CreateJobInput
SetClusterId sets the ClusterId field's value.
func (*CreateJobInput) SetDescription ¶
func (s *CreateJobInput) SetDescription(v string) *CreateJobInput
SetDescription sets the Description field's value.
func (*CreateJobInput) SetForwardingAddressId ¶
func (s *CreateJobInput) SetForwardingAddressId(v string) *CreateJobInput
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*CreateJobInput) SetJobType ¶
func (s *CreateJobInput) SetJobType(v JobType) *CreateJobInput
SetJobType sets the JobType field's value.
func (*CreateJobInput) SetKmsKeyARN ¶
func (s *CreateJobInput) SetKmsKeyARN(v string) *CreateJobInput
SetKmsKeyARN sets the KmsKeyARN field's value.
func (*CreateJobInput) SetNotification ¶
func (s *CreateJobInput) SetNotification(v *Notification) *CreateJobInput
SetNotification sets the Notification field's value.
func (*CreateJobInput) SetResources ¶
func (s *CreateJobInput) SetResources(v *JobResource) *CreateJobInput
SetResources sets the Resources field's value.
func (*CreateJobInput) SetRoleARN ¶
func (s *CreateJobInput) SetRoleARN(v string) *CreateJobInput
SetRoleARN sets the RoleARN field's value.
func (*CreateJobInput) SetShippingOption ¶
func (s *CreateJobInput) SetShippingOption(v ShippingOption) *CreateJobInput
SetShippingOption sets the ShippingOption field's value.
func (*CreateJobInput) SetSnowballCapacityPreference ¶
func (s *CreateJobInput) SetSnowballCapacityPreference(v Capacity) *CreateJobInput
SetSnowballCapacityPreference sets the SnowballCapacityPreference field's value.
func (*CreateJobInput) SetSnowballType ¶
func (s *CreateJobInput) SetSnowballType(v Type) *CreateJobInput
SetSnowballType sets the SnowballType 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobResult
func (CreateJobOutput) GoString ¶
func (s CreateJobOutput) GoString() string
GoString returns the string representation
func (CreateJobOutput) SDKResponseMetadata ¶
func (s CreateJobOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateJobOutput) SetJobId ¶
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 CreateJobRequest ¶
type CreateJobRequest struct { *aws.Request Input *CreateJobInput }
CreateJobRequest is a API request type for the CreateJob API operation.
func (CreateJobRequest) Send ¶
func (r CreateJobRequest) Send() (*CreateJobOutput, error)
Send marshals and sends the CreateJob API request.
type DataTransfer ¶
type DataTransfer struct { // The number of bytes transferred between a Snowball and Amazon S3. BytesTransferred *int64 `type:"long"` // The number of objects transferred between a Snowball and Amazon S3. ObjectsTransferred *int64 `type:"long"` // The total bytes of data for a transfer between a Snowball 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 Snowball 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 Snowball's data transfer while the appliance is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DataTransfer
func (DataTransfer) GoString ¶
func (s DataTransfer) GoString() string
GoString returns the string representation
func (*DataTransfer) SetBytesTransferred ¶
func (s *DataTransfer) SetBytesTransferred(v int64) *DataTransfer
SetBytesTransferred sets the BytesTransferred field's value.
func (*DataTransfer) SetObjectsTransferred ¶
func (s *DataTransfer) SetObjectsTransferred(v int64) *DataTransfer
SetObjectsTransferred sets the ObjectsTransferred field's value.
func (*DataTransfer) SetTotalBytes ¶
func (s *DataTransfer) SetTotalBytes(v int64) *DataTransfer
SetTotalBytes sets the TotalBytes field's value.
func (*DataTransfer) SetTotalObjects ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddressRequest
func (DescribeAddressInput) GoString ¶
func (s DescribeAddressInput) GoString() string
GoString returns the string representation
func (*DescribeAddressInput) SetAddressId ¶
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 Snowball or Snowballs associated with a specific // job to be shipped to. Address *Address `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddressResult
func (DescribeAddressOutput) GoString ¶
func (s DescribeAddressOutput) GoString() string
GoString returns the string representation
func (DescribeAddressOutput) SDKResponseMetadata ¶
func (s DescribeAddressOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeAddressOutput) SetAddress ¶
func (s *DescribeAddressOutput) SetAddress(v *Address) *DescribeAddressOutput
SetAddress sets the Address field's value.
func (DescribeAddressOutput) String ¶
func (s DescribeAddressOutput) String() string
String returns the string representation
type DescribeAddressRequest ¶
type DescribeAddressRequest struct { *aws.Request Input *DescribeAddressInput }
DescribeAddressRequest is a API request type for the DescribeAddress API operation.
func (DescribeAddressRequest) Send ¶
func (r DescribeAddressRequest) Send() (*DescribeAddressOutput, error)
Send marshals and sends the DescribeAddress API request.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddressesRequest
func (DescribeAddressesInput) GoString ¶
func (s DescribeAddressesInput) GoString() string
GoString returns the string representation
func (*DescribeAddressesInput) SetMaxResults ¶
func (s *DescribeAddressesInput) SetMaxResults(v int64) *DescribeAddressesInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeAddressesInput) SetNextToken ¶
func (s *DescribeAddressesInput) SetNextToken(v string) *DescribeAddressesInput
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 Snowball 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddressesResult
func (DescribeAddressesOutput) GoString ¶
func (s DescribeAddressesOutput) GoString() string
GoString returns the string representation
func (DescribeAddressesOutput) SDKResponseMetadata ¶
func (s DescribeAddressesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeAddressesOutput) SetAddresses ¶
func (s *DescribeAddressesOutput) SetAddresses(v []Address) *DescribeAddressesOutput
SetAddresses sets the Addresses field's value.
func (*DescribeAddressesOutput) SetNextToken ¶
func (s *DescribeAddressesOutput) SetNextToken(v string) *DescribeAddressesOutput
SetNextToken sets the NextToken field's value.
func (DescribeAddressesOutput) String ¶
func (s DescribeAddressesOutput) String() string
String returns the string representation
type DescribeAddressesRequest ¶
type DescribeAddressesRequest struct { *aws.Request Input *DescribeAddressesInput }
DescribeAddressesRequest is a API request type for the DescribeAddresses API operation.
func (DescribeAddressesRequest) Send ¶
func (r DescribeAddressesRequest) Send() (*DescribeAddressesOutput, error)
Send marshals and sends the DescribeAddresses API request.
type DescribeClusterInput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeClusterRequest
func (DescribeClusterInput) GoString ¶
func (s DescribeClusterInput) GoString() string
GoString returns the string representation
func (*DescribeClusterInput) SetClusterId ¶
func (s *DescribeClusterInput) SetClusterId(v string) *DescribeClusterInput
SetClusterId sets the ClusterId field's value.
func (DescribeClusterInput) String ¶
func (s DescribeClusterInput) String() string
String returns the string representation
func (*DescribeClusterInput) Validate ¶
func (s *DescribeClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeClusterOutput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeClusterResult
func (DescribeClusterOutput) GoString ¶
func (s DescribeClusterOutput) GoString() string
GoString returns the string representation
func (DescribeClusterOutput) SDKResponseMetadata ¶
func (s DescribeClusterOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeClusterOutput) SetClusterMetadata ¶
func (s *DescribeClusterOutput) SetClusterMetadata(v *ClusterMetadata) *DescribeClusterOutput
SetClusterMetadata sets the ClusterMetadata field's value.
func (DescribeClusterOutput) String ¶
func (s DescribeClusterOutput) String() string
String returns the string representation
type DescribeClusterRequest ¶
type DescribeClusterRequest struct { *aws.Request Input *DescribeClusterInput }
DescribeClusterRequest is a API request type for the DescribeCluster API operation.
func (DescribeClusterRequest) Send ¶
func (r DescribeClusterRequest) Send() (*DescribeClusterOutput, error)
Send marshals and sends the DescribeCluster API request.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJobRequest
func (DescribeJobInput) GoString ¶
func (s DescribeJobInput) GoString() string
GoString returns the string representation
func (*DescribeJobInput) SetJobId ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJobResult
func (DescribeJobOutput) GoString ¶
func (s DescribeJobOutput) GoString() string
GoString returns the string representation
func (DescribeJobOutput) SDKResponseMetadata ¶
func (s DescribeJobOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeJobOutput) SetJobMetadata ¶
func (s *DescribeJobOutput) SetJobMetadata(v *JobMetadata) *DescribeJobOutput
SetJobMetadata sets the JobMetadata field's value.
func (*DescribeJobOutput) SetSubJobMetadata ¶
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 DescribeJobRequest ¶
type DescribeJobRequest struct { *aws.Request Input *DescribeJobInput }
DescribeJobRequest is a API request type for the DescribeJob API operation.
func (DescribeJobRequest) Send ¶
func (r DescribeJobRequest) Send() (*DescribeJobOutput, error)
Send marshals and sends the DescribeJob API request.
type EventTriggerDefinition ¶
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/EventTriggerDefinition
func (EventTriggerDefinition) GoString ¶
func (s EventTriggerDefinition) GoString() string
GoString returns the string representation
func (*EventTriggerDefinition) SetEventResourceARN ¶
func (s *EventTriggerDefinition) SetEventResourceARN(v string) *EventTriggerDefinition
SetEventResourceARN sets the EventResourceARN field's value.
func (EventTriggerDefinition) String ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifestRequest
func (GetJobManifestInput) GoString ¶
func (s GetJobManifestInput) GoString() string
GoString returns the string representation
func (*GetJobManifestInput) SetJobId ¶
func (s *GetJobManifestInput) SetJobId(v string) *GetJobManifestInput
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifestResult
func (GetJobManifestOutput) GoString ¶
func (s GetJobManifestOutput) GoString() string
GoString returns the string representation
func (GetJobManifestOutput) SDKResponseMetadata ¶
func (s GetJobManifestOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetJobManifestOutput) SetManifestURI ¶
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 GetJobManifestRequest ¶
type GetJobManifestRequest struct { *aws.Request Input *GetJobManifestInput }
GetJobManifestRequest is a API request type for the GetJobManifest API operation.
func (GetJobManifestRequest) Send ¶
func (r GetJobManifestRequest) Send() (*GetJobManifestOutput, error)
Send marshals and sends the GetJobManifest API request.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobUnlockCodeRequest
func (GetJobUnlockCodeInput) GoString ¶
func (s GetJobUnlockCodeInput) GoString() string
GoString returns the string representation
func (*GetJobUnlockCodeInput) SetJobId ¶
func (s *GetJobUnlockCodeInput) SetJobId(v string) *GetJobUnlockCodeInput
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 90 days after the job has been created. UnlockCode *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobUnlockCodeResult
func (GetJobUnlockCodeOutput) GoString ¶
func (s GetJobUnlockCodeOutput) GoString() string
GoString returns the string representation
func (GetJobUnlockCodeOutput) SDKResponseMetadata ¶
func (s GetJobUnlockCodeOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetJobUnlockCodeOutput) SetUnlockCode ¶
func (s *GetJobUnlockCodeOutput) SetUnlockCode(v string) *GetJobUnlockCodeOutput
SetUnlockCode sets the UnlockCode field's value.
func (GetJobUnlockCodeOutput) String ¶
func (s GetJobUnlockCodeOutput) String() string
String returns the string representation
type GetJobUnlockCodeRequest ¶
type GetJobUnlockCodeRequest struct { *aws.Request Input *GetJobUnlockCodeInput }
GetJobUnlockCodeRequest is a API request type for the GetJobUnlockCode API operation.
func (GetJobUnlockCodeRequest) Send ¶
func (r GetJobUnlockCodeRequest) Send() (*GetJobUnlockCodeOutput, error)
Send marshals and sends the GetJobUnlockCode API request.
type GetSnowballUsageInput ¶
type GetSnowballUsageInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsageRequest
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 Snowballs this account can have at once. // The default service limit is 1 (one). SnowballLimit *int64 `type:"integer"` // The number of Snowballs that this account is currently using. SnowballsInUse *int64 `type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsageResult
func (GetSnowballUsageOutput) GoString ¶
func (s GetSnowballUsageOutput) GoString() string
GoString returns the string representation
func (GetSnowballUsageOutput) SDKResponseMetadata ¶
func (s GetSnowballUsageOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetSnowballUsageOutput) SetSnowballLimit ¶
func (s *GetSnowballUsageOutput) SetSnowballLimit(v int64) *GetSnowballUsageOutput
SetSnowballLimit sets the SnowballLimit field's value.
func (*GetSnowballUsageOutput) SetSnowballsInUse ¶
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 GetSnowballUsageRequest ¶
type GetSnowballUsageRequest struct { *aws.Request Input *GetSnowballUsageInput }
GetSnowballUsageRequest is a API request type for the GetSnowballUsage API operation.
func (GetSnowballUsageRequest) Send ¶
func (r GetSnowballUsageRequest) Send() (*GetSnowballUsageOutput, error)
Send marshals and sends the GetSnowballUsage API request.
type JobListEntry ¶
type JobListEntry struct { // The creation date for this job. CreationDate *time.Time `type:"timestamp" timestampFormat:"unix"` // 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 master job. A master job represents // a successful request to create an export job. Master jobs aren't associated // with any Snowballs. Instead, each master 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 master job are listed, // because they are created after the master 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 JobState `type:"string" enum:"true"` // The type of job. JobType JobType `type:"string" enum:"true"` // The type of appliance used with this job. SnowballType Type `type:"string" enum:"true"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobListEntry
func (JobListEntry) GoString ¶
func (s JobListEntry) GoString() string
GoString returns the string representation
func (*JobListEntry) SetCreationDate ¶
func (s *JobListEntry) SetCreationDate(v time.Time) *JobListEntry
SetCreationDate sets the CreationDate field's value.
func (*JobListEntry) SetDescription ¶
func (s *JobListEntry) SetDescription(v string) *JobListEntry
SetDescription sets the Description field's value.
func (*JobListEntry) SetIsMaster ¶
func (s *JobListEntry) SetIsMaster(v bool) *JobListEntry
SetIsMaster sets the IsMaster field's value.
func (*JobListEntry) SetJobId ¶
func (s *JobListEntry) SetJobId(v string) *JobListEntry
SetJobId sets the JobId field's value.
func (*JobListEntry) SetJobState ¶
func (s *JobListEntry) SetJobState(v JobState) *JobListEntry
SetJobState sets the JobState field's value.
func (*JobListEntry) SetJobType ¶
func (s *JobListEntry) SetJobType(v JobType) *JobListEntry
SetJobType sets the JobType field's value.
func (*JobListEntry) SetSnowballType ¶
func (s *JobListEntry) SetSnowballType(v Type) *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 Snowball 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 Snowball 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobLogs
func (*JobLogs) SetJobCompletionReportURI ¶
SetJobCompletionReportURI sets the JobCompletionReportURI field's value.
func (*JobLogs) SetJobFailureLogURI ¶
SetJobFailureLogURI sets the JobFailureLogURI field's value.
func (*JobLogs) SetJobSuccessLogURI ¶
SetJobSuccessLogURI sets the JobSuccessLogURI field's value.
type JobMetadata ¶
type JobMetadata struct { // The ID for the address that you want the Snowball 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" timestampFormat:"unix"` // A value that defines the real-time status of a Snowball's data transfer while // the appliance 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 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 Snowball // for your job part is being delivered to you. JobLogInfo *JobLogs `type:"structure"` // The current status of the jobs. JobState JobState `type:"string" enum:"true"` // The type of job. JobType JobType `type:"string" enum:"true"` // 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 (http://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) // API action in AWS KMS. KmsKeyARN *string `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 // (http://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 Snowball 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. SnowballCapacityPreference Capacity `type:"string" enum:"true"` // The type of appliance used with this job. SnowballType Type `type:"string" enum:"true"` // 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata
func (JobMetadata) GoString ¶
func (s JobMetadata) GoString() string
GoString returns the string representation
func (*JobMetadata) SetAddressId ¶
func (s *JobMetadata) SetAddressId(v string) *JobMetadata
SetAddressId sets the AddressId field's value.
func (*JobMetadata) SetClusterId ¶
func (s *JobMetadata) SetClusterId(v string) *JobMetadata
SetClusterId sets the ClusterId field's value.
func (*JobMetadata) SetCreationDate ¶
func (s *JobMetadata) SetCreationDate(v time.Time) *JobMetadata
SetCreationDate sets the CreationDate field's value.
func (*JobMetadata) SetDataTransferProgress ¶
func (s *JobMetadata) SetDataTransferProgress(v *DataTransfer) *JobMetadata
SetDataTransferProgress sets the DataTransferProgress field's value.
func (*JobMetadata) SetDescription ¶
func (s *JobMetadata) SetDescription(v string) *JobMetadata
SetDescription sets the Description field's value.
func (*JobMetadata) SetForwardingAddressId ¶
func (s *JobMetadata) SetForwardingAddressId(v string) *JobMetadata
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*JobMetadata) SetJobId ¶
func (s *JobMetadata) SetJobId(v string) *JobMetadata
SetJobId sets the JobId field's value.
func (*JobMetadata) SetJobLogInfo ¶
func (s *JobMetadata) SetJobLogInfo(v *JobLogs) *JobMetadata
SetJobLogInfo sets the JobLogInfo field's value.
func (*JobMetadata) SetJobState ¶
func (s *JobMetadata) SetJobState(v JobState) *JobMetadata
SetJobState sets the JobState field's value.
func (*JobMetadata) SetJobType ¶
func (s *JobMetadata) SetJobType(v JobType) *JobMetadata
SetJobType sets the JobType field's value.
func (*JobMetadata) SetKmsKeyARN ¶
func (s *JobMetadata) SetKmsKeyARN(v string) *JobMetadata
SetKmsKeyARN sets the KmsKeyARN field's value.
func (*JobMetadata) SetNotification ¶
func (s *JobMetadata) SetNotification(v *Notification) *JobMetadata
SetNotification sets the Notification field's value.
func (*JobMetadata) SetResources ¶
func (s *JobMetadata) SetResources(v *JobResource) *JobMetadata
SetResources sets the Resources field's value.
func (*JobMetadata) SetRoleARN ¶
func (s *JobMetadata) SetRoleARN(v string) *JobMetadata
SetRoleARN sets the RoleARN field's value.
func (*JobMetadata) SetShippingDetails ¶
func (s *JobMetadata) SetShippingDetails(v *ShippingDetails) *JobMetadata
SetShippingDetails sets the ShippingDetails field's value.
func (*JobMetadata) SetSnowballCapacityPreference ¶
func (s *JobMetadata) SetSnowballCapacityPreference(v Capacity) *JobMetadata
SetSnowballCapacityPreference sets the SnowballCapacityPreference field's value.
func (*JobMetadata) SetSnowballType ¶
func (s *JobMetadata) SetSnowballType(v Type) *JobMetadata
SetSnowballType sets the SnowballType field's value.
func (JobMetadata) String ¶
func (s JobMetadata) String() string
String returns the string representation
type JobResource ¶
type JobResource struct { // 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 S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobResource
func (JobResource) GoString ¶
func (s JobResource) GoString() string
GoString returns the string representation
func (*JobResource) SetLambdaResources ¶
func (s *JobResource) SetLambdaResources(v []LambdaResource) *JobResource
SetLambdaResources sets the LambdaResources field's value.
func (*JobResource) SetS3Resources ¶
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 JobState ¶
type JobState string
const ( JobStateNew JobState = "New" JobStatePreparingAppliance JobState = "PreparingAppliance" JobStatePreparingShipment JobState = "PreparingShipment" JobStateInTransitToCustomer JobState = "InTransitToCustomer" JobStateWithCustomer JobState = "WithCustomer" JobStateInTransitToAws JobState = "InTransitToAWS" JobStateWithAws JobState = "WithAWS" JobStateInProgress JobState = "InProgress" JobStateComplete JobState = "Complete" JobStateCancelled JobState = "Cancelled" JobStateListing JobState = "Listing" JobStatePending JobState = "Pending" )
Enum values for JobState
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/KeyRange
func (*KeyRange) SetBeginMarker ¶
SetBeginMarker sets the BeginMarker field's value.
func (*KeyRange) SetEndMarker ¶
SetEndMarker sets the EndMarker field's value.
type LambdaResource ¶
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 Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/LambdaResource
func (LambdaResource) GoString ¶
func (s LambdaResource) GoString() string
GoString returns the string representation
func (*LambdaResource) SetEventTriggers ¶
func (s *LambdaResource) SetEventTriggers(v []EventTriggerDefinition) *LambdaResource
SetEventTriggers sets the EventTriggers field's value.
func (*LambdaResource) SetLambdaArn ¶
func (s *LambdaResource) SetLambdaArn(v string) *LambdaResource
SetLambdaArn sets the LambdaArn field's value.
func (LambdaResource) String ¶
func (s LambdaResource) String() string
String returns the string representation
type ListClusterJobsInput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobsRequest
func (ListClusterJobsInput) GoString ¶
func (s ListClusterJobsInput) GoString() string
GoString returns the string representation
func (*ListClusterJobsInput) SetClusterId ¶
func (s *ListClusterJobsInput) SetClusterId(v string) *ListClusterJobsInput
SetClusterId sets the ClusterId field's value.
func (*ListClusterJobsInput) SetMaxResults ¶
func (s *ListClusterJobsInput) SetMaxResults(v int64) *ListClusterJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListClusterJobsInput) SetNextToken ¶
func (s *ListClusterJobsInput) SetNextToken(v string) *ListClusterJobsInput
SetNextToken sets the NextToken field's value.
func (ListClusterJobsInput) String ¶
func (s ListClusterJobsInput) String() string
String returns the string representation
func (*ListClusterJobsInput) Validate ¶
func (s *ListClusterJobsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClusterJobsOutput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobsResult
func (ListClusterJobsOutput) GoString ¶
func (s ListClusterJobsOutput) GoString() string
GoString returns the string representation
func (ListClusterJobsOutput) SDKResponseMetadata ¶
func (s ListClusterJobsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListClusterJobsOutput) SetJobListEntries ¶
func (s *ListClusterJobsOutput) SetJobListEntries(v []JobListEntry) *ListClusterJobsOutput
SetJobListEntries sets the JobListEntries field's value.
func (*ListClusterJobsOutput) SetNextToken ¶
func (s *ListClusterJobsOutput) SetNextToken(v string) *ListClusterJobsOutput
SetNextToken sets the NextToken field's value.
func (ListClusterJobsOutput) String ¶
func (s ListClusterJobsOutput) String() string
String returns the string representation
type ListClusterJobsRequest ¶
type ListClusterJobsRequest struct { *aws.Request Input *ListClusterJobsInput }
ListClusterJobsRequest is a API request type for the ListClusterJobs API operation.
func (ListClusterJobsRequest) Send ¶
func (r ListClusterJobsRequest) Send() (*ListClusterJobsOutput, error)
Send marshals and sends the ListClusterJobs API request.
type ListClustersInput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClustersRequest
func (ListClustersInput) GoString ¶
func (s ListClustersInput) GoString() string
GoString returns the string representation
func (*ListClustersInput) SetMaxResults ¶
func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput
SetMaxResults sets the MaxResults field's value.
func (*ListClustersInput) SetNextToken ¶
func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput
SetNextToken sets the NextToken field's value.
func (ListClustersInput) String ¶
func (s ListClustersInput) String() string
String returns the string representation
func (*ListClustersInput) Validate ¶
func (s *ListClustersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListClustersOutput ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClustersResult
func (ListClustersOutput) GoString ¶
func (s ListClustersOutput) GoString() string
GoString returns the string representation
func (ListClustersOutput) SDKResponseMetadata ¶
func (s ListClustersOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListClustersOutput) SetClusterListEntries ¶
func (s *ListClustersOutput) SetClusterListEntries(v []ClusterListEntry) *ListClustersOutput
SetClusterListEntries sets the ClusterListEntries field's value.
func (*ListClustersOutput) SetNextToken ¶
func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput
SetNextToken sets the NextToken field's value.
func (ListClustersOutput) String ¶
func (s ListClustersOutput) String() string
String returns the string representation
type ListClustersRequest ¶
type ListClustersRequest struct { *aws.Request Input *ListClustersInput }
ListClustersRequest is a API request type for the ListClusters API operation.
func (ListClustersRequest) Send ¶
func (r ListClustersRequest) Send() (*ListClustersOutput, error)
Send marshals and sends the ListClusters API request.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListJobsRequest
func (ListJobsInput) GoString ¶
func (s ListJobsInput) GoString() string
GoString returns the string representation
func (*ListJobsInput) SetMaxResults ¶
func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput
SetMaxResults sets the MaxResults field's value.
func (*ListJobsInput) SetNextToken ¶
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListJobsResult
func (ListJobsOutput) GoString ¶
func (s ListJobsOutput) GoString() string
GoString returns the string representation
func (ListJobsOutput) SDKResponseMetadata ¶
func (s ListJobsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListJobsOutput) SetJobListEntries ¶
func (s *ListJobsOutput) SetJobListEntries(v []JobListEntry) *ListJobsOutput
SetJobListEntries sets the JobListEntries field's value.
func (*ListJobsOutput) SetNextToken ¶
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 ListJobsRequest ¶
type ListJobsRequest struct { *aws.Request Input *ListJobsInput }
ListJobsRequest is a API request type for the ListJobs API operation.
func (ListJobsRequest) Send ¶
func (r ListJobsRequest) Send() (*ListJobsOutput, error)
Send marshals and sends the ListJobs API request.
type Notification ¶
type Notification struct { // The list of job states that will trigger a notification for this job. JobStatesToNotify []JobState `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 (http://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 (http://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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Notification
func (Notification) GoString ¶
func (s Notification) GoString() string
GoString returns the string representation
func (*Notification) SetJobStatesToNotify ¶
func (s *Notification) SetJobStatesToNotify(v []JobState) *Notification
SetJobStatesToNotify sets the JobStatesToNotify field's value.
func (*Notification) SetNotifyAll ¶
func (s *Notification) SetNotifyAll(v bool) *Notification
SetNotifyAll sets the NotifyAll field's value.
func (*Notification) SetSnsTopicARN ¶
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 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/S3Resource
func (S3Resource) GoString ¶
func (s S3Resource) GoString() string
GoString returns the string representation
func (*S3Resource) SetBucketArn ¶
func (s *S3Resource) SetBucketArn(v string) *S3Resource
SetBucketArn sets the BucketArn field's value.
func (*S3Resource) SetKeyRange ¶
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 Snowball 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. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Shipment
func (*Shipment) SetTrackingNumber ¶
SetTrackingNumber sets the TrackingNumber field's value.
type ShippingDetails ¶
type ShippingDetails struct { // The Status and TrackingNumber values for a Snowball being delivered to the // address that you specified for a particular job. InboundShipment *Shipment `type:"structure"` // The Status and TrackingNumber values for a Snowball being returned to AWS // 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 Snowball 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, Snowballs // shipped express are delivered in about a day. // // * In the European Union (EU), you have access to express shipping. Typically, // Snowballs 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, Snowballs 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 ShippingOption `type:"string" enum:"true"` // contains filtered or unexported fields }
A job's shipping information, including inbound and outbound tracking numbers and shipping speed options. Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ShippingDetails
func (ShippingDetails) GoString ¶
func (s ShippingDetails) GoString() string
GoString returns the string representation
func (*ShippingDetails) SetInboundShipment ¶
func (s *ShippingDetails) SetInboundShipment(v *Shipment) *ShippingDetails
SetInboundShipment sets the InboundShipment field's value.
func (*ShippingDetails) SetOutboundShipment ¶
func (s *ShippingDetails) SetOutboundShipment(v *Shipment) *ShippingDetails
SetOutboundShipment sets the OutboundShipment field's value.
func (*ShippingDetails) SetShippingOption ¶
func (s *ShippingDetails) SetShippingOption(v ShippingOption) *ShippingDetails
SetShippingOption sets the ShippingOption field's value.
func (ShippingDetails) String ¶
func (s ShippingDetails) String() string
String returns the string representation
type ShippingOption ¶
type ShippingOption string
const ( ShippingOptionSecondDay ShippingOption = "SECOND_DAY" ShippingOptionNextDay ShippingOption = "NEXT_DAY" ShippingOptionExpress ShippingOption = "EXPRESS" ShippingOptionStandard ShippingOption = "STANDARD" )
Enum values for ShippingOption
type Snowball ¶
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 ¶
New creates a new instance of the Snowball client with a config. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a Snowball client from just a config. svc := snowball.New(myConfig) // Create a Snowball client with additional configuration svc := snowball.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*Snowball) CancelClusterRequest ¶
func (c *Snowball) CancelClusterRequest(input *CancelClusterInput) CancelClusterRequest
CancelClusterRequest returns a request value for making 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.
// Example sending a request using the CancelClusterRequest method. req := client.CancelClusterRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelCluster
func (*Snowball) CancelJobRequest ¶
func (c *Snowball) CancelJobRequest(input *CancelJobInput) CancelJobRequest
CancelJobRequest returns a request value for making 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 will return a job's JobState as part of the response element data returned.
// Example sending a request using the CancelJobRequest method. req := client.CancelJobRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CancelJob
func (*Snowball) CreateAddressRequest ¶
func (c *Snowball) CreateAddressRequest(input *CreateAddressInput) CreateAddressRequest
CreateAddressRequest returns a request value for making API operation for Amazon Import/Export Snowball.
Creates an address for a Snowball 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.
// Example sending a request using the CreateAddressRequest method. req := client.CreateAddressRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateAddress
func (*Snowball) CreateClusterRequest ¶
func (c *Snowball) CreateClusterRequest(input *CreateClusterInput) CreateClusterRequest
CreateClusterRequest returns a request value for making 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.
// Example sending a request using the CreateClusterRequest method. req := client.CreateClusterRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateCluster
func (*Snowball) CreateJobRequest ¶
func (c *Snowball) CreateJobRequest(input *CreateJobInput) CreateJobRequest
CreateJobRequest returns a request value for making 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 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.
// Example sending a request using the CreateJobRequest method. req := client.CreateJobRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJob
func (*Snowball) DescribeAddressRequest ¶
func (c *Snowball) DescribeAddressRequest(input *DescribeAddressInput) DescribeAddressRequest
DescribeAddressRequest returns a request value for making API operation for Amazon Import/Export Snowball.
Takes an AddressId and returns specific details about that address in the form of an Address object.
// Example sending a request using the DescribeAddressRequest method. req := client.DescribeAddressRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddress
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 *DescribeAddressesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Snowball) DescribeAddressesPagesWithContext ¶
func (c *Snowball) DescribeAddressesPagesWithContext(ctx aws.Context, input *DescribeAddressesInput, fn func(*DescribeAddressesOutput, bool) bool, opts ...aws.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) DescribeAddressesRequest
DescribeAddressesRequest returns a request value for making 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.
// Example sending a request using the DescribeAddressesRequest method. req := client.DescribeAddressesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses
func (*Snowball) DescribeClusterRequest ¶
func (c *Snowball) DescribeClusterRequest(input *DescribeClusterInput) DescribeClusterRequest
DescribeClusterRequest returns a request value for making API operation for Amazon Import/Export Snowball.
Returns information about a specific cluster including shipping information, cluster status, and other important metadata.
// Example sending a request using the DescribeClusterRequest method. req := client.DescribeClusterRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster
func (*Snowball) DescribeJobRequest ¶
func (c *Snowball) DescribeJobRequest(input *DescribeJobInput) DescribeJobRequest
DescribeJobRequest returns a request value for making API operation for Amazon Import/Export Snowball.
Returns information about a specific job including shipping information, job status, and other important metadata.
// Example sending a request using the DescribeJobRequest method. req := client.DescribeJobRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob
func (*Snowball) GetJobManifestRequest ¶
func (c *Snowball) GetJobManifestRequest(input *GetJobManifestInput) GetJobManifestRequest
GetJobManifestRequest returns a request value for making 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 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.
// Example sending a request using the GetJobManifestRequest method. req := client.GetJobManifestRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobManifest
func (*Snowball) GetJobUnlockCodeRequest ¶
func (c *Snowball) GetJobUnlockCodeRequest(input *GetJobUnlockCodeInput) GetJobUnlockCodeRequest
GetJobUnlockCodeRequest returns a request value for making 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 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.
// Example sending a request using the GetJobUnlockCodeRequest method. req := client.GetJobUnlockCodeRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetJobUnlockCode
func (*Snowball) GetSnowballUsageRequest ¶
func (c *Snowball) GetSnowballUsageRequest(input *GetSnowballUsageInput) GetSnowballUsageRequest
GetSnowballUsageRequest returns a request value for making API operation for Amazon Import/Export Snowball.
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.
// Example sending a request using the GetSnowballUsageRequest method. req := client.GetSnowballUsageRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsage
func (*Snowball) ListClusterJobsRequest ¶
func (c *Snowball) ListClusterJobsRequest(input *ListClusterJobsInput) ListClusterJobsRequest
ListClusterJobsRequest returns a request value for making 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.
// Example sending a request using the ListClusterJobsRequest method. req := client.ListClusterJobsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusterJobs
func (*Snowball) ListClustersRequest ¶
func (c *Snowball) ListClustersRequest(input *ListClustersInput) ListClustersRequest
ListClustersRequest returns a request value for making 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.
// Example sending a request using the ListClustersRequest method. req := client.ListClustersRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListClusters
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 *ListJobsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Snowball) ListJobsPagesWithContext ¶
func (c *Snowball) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...aws.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) ListJobsRequest
ListJobsRequest returns a request value for making 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.
// Example sending a request using the ListJobsRequest method. req := client.ListJobsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListJobs
func (*Snowball) UpdateClusterRequest ¶
func (c *Snowball) UpdateClusterRequest(input *UpdateClusterInput) UpdateClusterRequest
UpdateClusterRequest returns a request value for making 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.
// Example sending a request using the UpdateClusterRequest method. req := client.UpdateClusterRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateCluster
func (*Snowball) UpdateJobRequest ¶
func (c *Snowball) UpdateJobRequest(input *UpdateJobInput) UpdateJobRequest
UpdateJobRequest returns a request value for making 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.
// Example sending a request using the UpdateJobRequest method. req := client.UpdateJobRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJob
type UpdateClusterInput ¶
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 (http://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 ShippingOption `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateClusterRequest
func (UpdateClusterInput) GoString ¶
func (s UpdateClusterInput) GoString() string
GoString returns the string representation
func (*UpdateClusterInput) SetAddressId ¶
func (s *UpdateClusterInput) SetAddressId(v string) *UpdateClusterInput
SetAddressId sets the AddressId field's value.
func (*UpdateClusterInput) SetClusterId ¶
func (s *UpdateClusterInput) SetClusterId(v string) *UpdateClusterInput
SetClusterId sets the ClusterId field's value.
func (*UpdateClusterInput) SetDescription ¶
func (s *UpdateClusterInput) SetDescription(v string) *UpdateClusterInput
SetDescription sets the Description field's value.
func (*UpdateClusterInput) SetForwardingAddressId ¶
func (s *UpdateClusterInput) SetForwardingAddressId(v string) *UpdateClusterInput
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*UpdateClusterInput) SetNotification ¶
func (s *UpdateClusterInput) SetNotification(v *Notification) *UpdateClusterInput
SetNotification sets the Notification field's value.
func (*UpdateClusterInput) SetResources ¶
func (s *UpdateClusterInput) SetResources(v *JobResource) *UpdateClusterInput
SetResources sets the Resources field's value.
func (*UpdateClusterInput) SetRoleARN ¶
func (s *UpdateClusterInput) SetRoleARN(v string) *UpdateClusterInput
SetRoleARN sets the RoleARN field's value.
func (*UpdateClusterInput) SetShippingOption ¶
func (s *UpdateClusterInput) SetShippingOption(v ShippingOption) *UpdateClusterInput
SetShippingOption sets the ShippingOption field's value.
func (UpdateClusterInput) String ¶
func (s UpdateClusterInput) String() string
String returns the string representation
func (*UpdateClusterInput) Validate ¶
func (s *UpdateClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateClusterOutput ¶
type UpdateClusterOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateClusterResult
func (UpdateClusterOutput) GoString ¶
func (s UpdateClusterOutput) GoString() string
GoString returns the string representation
func (UpdateClusterOutput) SDKResponseMetadata ¶
func (s UpdateClusterOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateClusterOutput) String ¶
func (s UpdateClusterOutput) String() string
String returns the string representation
type UpdateClusterRequest ¶
type UpdateClusterRequest struct { *aws.Request Input *UpdateClusterInput }
UpdateClusterRequest is a API request type for the UpdateCluster API operation.
func (UpdateClusterRequest) Send ¶
func (r UpdateClusterRequest) Send() (*UpdateClusterOutput, error)
Send marshals and sends the UpdateCluster API request.
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 S3Resource object (for a single Amazon S3 bucket or key range), // or the updated JobResource object (for multiple buckets or key ranges). 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 (http://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 ShippingOption `type:"string" enum:"true"` // The updated SnowballCapacityPreference of this job's JobMetadata object. // The 50 TB Snowballs are only available in the US regions. SnowballCapacityPreference Capacity `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobRequest
func (UpdateJobInput) GoString ¶
func (s UpdateJobInput) GoString() string
GoString returns the string representation
func (*UpdateJobInput) SetAddressId ¶
func (s *UpdateJobInput) SetAddressId(v string) *UpdateJobInput
SetAddressId sets the AddressId field's value.
func (*UpdateJobInput) SetDescription ¶
func (s *UpdateJobInput) SetDescription(v string) *UpdateJobInput
SetDescription sets the Description field's value.
func (*UpdateJobInput) SetForwardingAddressId ¶
func (s *UpdateJobInput) SetForwardingAddressId(v string) *UpdateJobInput
SetForwardingAddressId sets the ForwardingAddressId field's value.
func (*UpdateJobInput) SetJobId ¶
func (s *UpdateJobInput) SetJobId(v string) *UpdateJobInput
SetJobId sets the JobId field's value.
func (*UpdateJobInput) SetNotification ¶
func (s *UpdateJobInput) SetNotification(v *Notification) *UpdateJobInput
SetNotification sets the Notification field's value.
func (*UpdateJobInput) SetResources ¶
func (s *UpdateJobInput) SetResources(v *JobResource) *UpdateJobInput
SetResources sets the Resources field's value.
func (*UpdateJobInput) SetRoleARN ¶
func (s *UpdateJobInput) SetRoleARN(v string) *UpdateJobInput
SetRoleARN sets the RoleARN field's value.
func (*UpdateJobInput) SetShippingOption ¶
func (s *UpdateJobInput) SetShippingOption(v ShippingOption) *UpdateJobInput
SetShippingOption sets the ShippingOption field's value.
func (*UpdateJobInput) SetSnowballCapacityPreference ¶
func (s *UpdateJobInput) SetSnowballCapacityPreference(v Capacity) *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
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobResult
func (UpdateJobOutput) GoString ¶
func (s UpdateJobOutput) GoString() string
GoString returns the string representation
func (UpdateJobOutput) SDKResponseMetadata ¶
func (s UpdateJobOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateJobOutput) String ¶
func (s UpdateJobOutput) String() string
String returns the string representation
type UpdateJobRequest ¶
type UpdateJobRequest struct { *aws.Request Input *UpdateJobInput }
UpdateJobRequest is a API request type for the UpdateJob API operation.
func (UpdateJobRequest) Send ¶
func (r UpdateJobRequest) Send() (*UpdateJobOutput, error)
Send marshals and sends the UpdateJob API request.
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. |