Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const CapacityNoPreference + const CapacityT100 + const CapacityT50 + const CapacityT80 + const ClusterStateAwaitingQuorum + const ClusterStateCancelled + const ClusterStateComplete + const ClusterStateInUse + const ClusterStatePending + const EndpointsID + const ErrCodeClusterLimitExceededException + const ErrCodeInvalidAddressException + const ErrCodeInvalidInputCombinationException + const ErrCodeInvalidJobStateException + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidResourceException + const ErrCodeKMSRequestFailedException + const ErrCodeUnsupportedAddressException + const JobStateCancelled + const JobStateComplete + const JobStateInProgress + const JobStateInTransitToAws + const JobStateInTransitToCustomer + const JobStateListing + const JobStateNew + const JobStatePending + const JobStatePreparingAppliance + const JobStatePreparingShipment + const JobStateWithAws + const JobStateWithCustomer + const JobTypeExport + const JobTypeImport + const JobTypeLocalUse + const ServiceName + const ShippingOptionExpress + const ShippingOptionNextDay + const ShippingOptionSecondDay + const ShippingOptionStandard + const TypeEdge + const TypeStandard + type Address struct + AddressId *string + City *string + Company *string + Country *string + IsRestricted *bool + Landmark *string + Name *string + PhoneNumber *string + PostalCode *string + PrefectureOrDistrict *string + StateOrProvince *string + Street1 *string + Street2 *string + Street3 *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) Validate() error + func (s Address) GoString() string + func (s Address) String() string + type CancelClusterInput struct + ClusterId *string + func (s *CancelClusterInput) SetClusterId(v string) *CancelClusterInput + func (s *CancelClusterInput) Validate() error + func (s CancelClusterInput) GoString() string + func (s CancelClusterInput) String() string + type CancelClusterOutput struct + func (s CancelClusterOutput) GoString() string + func (s CancelClusterOutput) String() string + type CancelJobInput struct + JobId *string + func (s *CancelJobInput) SetJobId(v string) *CancelJobInput + func (s *CancelJobInput) Validate() error + func (s CancelJobInput) GoString() string + func (s CancelJobInput) String() string + type CancelJobOutput struct + func (s CancelJobOutput) GoString() string + func (s CancelJobOutput) String() string + type ClusterListEntry struct + ClusterId *string + ClusterState *string + CreationDate *time.Time + Description *string + func (s *ClusterListEntry) SetClusterId(v string) *ClusterListEntry + func (s *ClusterListEntry) SetClusterState(v string) *ClusterListEntry + func (s *ClusterListEntry) SetCreationDate(v time.Time) *ClusterListEntry + func (s *ClusterListEntry) SetDescription(v string) *ClusterListEntry + func (s ClusterListEntry) GoString() string + func (s ClusterListEntry) String() string + type ClusterMetadata struct + AddressId *string + ClusterId *string + ClusterState *string + CreationDate *time.Time + Description *string + ForwardingAddressId *string + JobType *string + KmsKeyARN *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingOption *string + SnowballType *string + func (s *ClusterMetadata) SetAddressId(v string) *ClusterMetadata + func (s *ClusterMetadata) SetClusterId(v string) *ClusterMetadata + func (s *ClusterMetadata) SetClusterState(v string) *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 string) *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 string) *ClusterMetadata + func (s *ClusterMetadata) SetSnowballType(v string) *ClusterMetadata + func (s ClusterMetadata) GoString() string + func (s ClusterMetadata) String() string + type CreateAddressInput struct + Address *Address + func (s *CreateAddressInput) SetAddress(v *Address) *CreateAddressInput + func (s *CreateAddressInput) Validate() error + func (s CreateAddressInput) GoString() string + func (s CreateAddressInput) String() string + type CreateAddressOutput struct + AddressId *string + func (s *CreateAddressOutput) SetAddressId(v string) *CreateAddressOutput + func (s CreateAddressOutput) GoString() string + func (s CreateAddressOutput) String() string + type CreateClusterInput struct + AddressId *string + Description *string + ForwardingAddressId *string + JobType *string + KmsKeyARN *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingOption *string + SnowballType *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 string) *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 string) *CreateClusterInput + func (s *CreateClusterInput) SetSnowballType(v string) *CreateClusterInput + func (s *CreateClusterInput) Validate() error + func (s CreateClusterInput) GoString() string + func (s CreateClusterInput) String() string + type CreateClusterOutput struct + ClusterId *string + func (s *CreateClusterOutput) SetClusterId(v string) *CreateClusterOutput + func (s CreateClusterOutput) GoString() string + func (s CreateClusterOutput) String() string + type CreateJobInput struct + AddressId *string + ClusterId *string + Description *string + ForwardingAddressId *string + JobType *string + KmsKeyARN *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingOption *string + SnowballCapacityPreference *string + SnowballType *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 string) *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 string) *CreateJobInput + func (s *CreateJobInput) SetSnowballCapacityPreference(v string) *CreateJobInput + func (s *CreateJobInput) SetSnowballType(v string) *CreateJobInput + func (s *CreateJobInput) Validate() error + func (s CreateJobInput) GoString() string + func (s CreateJobInput) String() string + type CreateJobOutput struct + JobId *string + func (s *CreateJobOutput) SetJobId(v string) *CreateJobOutput + func (s CreateJobOutput) GoString() string + func (s CreateJobOutput) String() string + type DataTransfer struct + BytesTransferred *int64 + ObjectsTransferred *int64 + TotalBytes *int64 + TotalObjects *int64 + 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) GoString() string + func (s DataTransfer) String() string + type DescribeAddressInput struct + AddressId *string + func (s *DescribeAddressInput) SetAddressId(v string) *DescribeAddressInput + func (s *DescribeAddressInput) Validate() error + func (s DescribeAddressInput) GoString() string + func (s DescribeAddressInput) String() string + type DescribeAddressOutput struct + Address *Address + func (s *DescribeAddressOutput) SetAddress(v *Address) *DescribeAddressOutput + func (s DescribeAddressOutput) GoString() string + func (s DescribeAddressOutput) String() string + type DescribeAddressesInput struct + MaxResults *int64 + NextToken *string + func (s *DescribeAddressesInput) SetMaxResults(v int64) *DescribeAddressesInput + func (s *DescribeAddressesInput) SetNextToken(v string) *DescribeAddressesInput + func (s *DescribeAddressesInput) Validate() error + func (s DescribeAddressesInput) GoString() string + func (s DescribeAddressesInput) String() string + type DescribeAddressesOutput struct + Addresses []*Address + NextToken *string + func (s *DescribeAddressesOutput) SetAddresses(v []*Address) *DescribeAddressesOutput + func (s *DescribeAddressesOutput) SetNextToken(v string) *DescribeAddressesOutput + func (s DescribeAddressesOutput) GoString() string + func (s DescribeAddressesOutput) String() string + type DescribeClusterInput struct + ClusterId *string + func (s *DescribeClusterInput) SetClusterId(v string) *DescribeClusterInput + func (s *DescribeClusterInput) Validate() error + func (s DescribeClusterInput) GoString() string + func (s DescribeClusterInput) String() string + type DescribeClusterOutput struct + ClusterMetadata *ClusterMetadata + func (s *DescribeClusterOutput) SetClusterMetadata(v *ClusterMetadata) *DescribeClusterOutput + func (s DescribeClusterOutput) GoString() string + func (s DescribeClusterOutput) String() string + type DescribeJobInput struct + JobId *string + func (s *DescribeJobInput) SetJobId(v string) *DescribeJobInput + func (s *DescribeJobInput) Validate() error + func (s DescribeJobInput) GoString() string + func (s DescribeJobInput) String() string + type DescribeJobOutput struct + JobMetadata *JobMetadata + SubJobMetadata []*JobMetadata + func (s *DescribeJobOutput) SetJobMetadata(v *JobMetadata) *DescribeJobOutput + func (s *DescribeJobOutput) SetSubJobMetadata(v []*JobMetadata) *DescribeJobOutput + func (s DescribeJobOutput) GoString() string + func (s DescribeJobOutput) String() string + type EventTriggerDefinition struct + EventResourceARN *string + func (s *EventTriggerDefinition) SetEventResourceARN(v string) *EventTriggerDefinition + func (s EventTriggerDefinition) GoString() string + func (s EventTriggerDefinition) String() string + type GetJobManifestInput struct + JobId *string + func (s *GetJobManifestInput) SetJobId(v string) *GetJobManifestInput + func (s *GetJobManifestInput) Validate() error + func (s GetJobManifestInput) GoString() string + func (s GetJobManifestInput) String() string + type GetJobManifestOutput struct + ManifestURI *string + func (s *GetJobManifestOutput) SetManifestURI(v string) *GetJobManifestOutput + func (s GetJobManifestOutput) GoString() string + func (s GetJobManifestOutput) String() string + type GetJobUnlockCodeInput struct + JobId *string + func (s *GetJobUnlockCodeInput) SetJobId(v string) *GetJobUnlockCodeInput + func (s *GetJobUnlockCodeInput) Validate() error + func (s GetJobUnlockCodeInput) GoString() string + func (s GetJobUnlockCodeInput) String() string + type GetJobUnlockCodeOutput struct + UnlockCode *string + func (s *GetJobUnlockCodeOutput) SetUnlockCode(v string) *GetJobUnlockCodeOutput + func (s GetJobUnlockCodeOutput) GoString() string + func (s GetJobUnlockCodeOutput) String() string + type GetSnowballUsageInput struct + func (s GetSnowballUsageInput) GoString() string + func (s GetSnowballUsageInput) String() string + type GetSnowballUsageOutput struct + SnowballLimit *int64 + SnowballsInUse *int64 + func (s *GetSnowballUsageOutput) SetSnowballLimit(v int64) *GetSnowballUsageOutput + func (s *GetSnowballUsageOutput) SetSnowballsInUse(v int64) *GetSnowballUsageOutput + func (s GetSnowballUsageOutput) GoString() string + func (s GetSnowballUsageOutput) String() string + type JobListEntry struct + CreationDate *time.Time + Description *string + IsMaster *bool + JobId *string + JobState *string + JobType *string + SnowballType *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 string) *JobListEntry + func (s *JobListEntry) SetJobType(v string) *JobListEntry + func (s *JobListEntry) SetSnowballType(v string) *JobListEntry + func (s JobListEntry) GoString() string + func (s JobListEntry) String() string + type JobLogs struct + JobCompletionReportURI *string + JobFailureLogURI *string + JobSuccessLogURI *string + func (s *JobLogs) SetJobCompletionReportURI(v string) *JobLogs + func (s *JobLogs) SetJobFailureLogURI(v string) *JobLogs + func (s *JobLogs) SetJobSuccessLogURI(v string) *JobLogs + func (s JobLogs) GoString() string + func (s JobLogs) String() string + type JobMetadata struct + AddressId *string + ClusterId *string + CreationDate *time.Time + DataTransferProgress *DataTransfer + Description *string + ForwardingAddressId *string + JobId *string + JobLogInfo *JobLogs + JobState *string + JobType *string + KmsKeyARN *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingDetails *ShippingDetails + SnowballCapacityPreference *string + SnowballType *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 string) *JobMetadata + func (s *JobMetadata) SetJobType(v string) *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 string) *JobMetadata + func (s *JobMetadata) SetSnowballType(v string) *JobMetadata + func (s JobMetadata) GoString() string + func (s JobMetadata) String() string + type JobResource struct + LambdaResources []*LambdaResource + S3Resources []*S3Resource + func (s *JobResource) SetLambdaResources(v []*LambdaResource) *JobResource + func (s *JobResource) SetS3Resources(v []*S3Resource) *JobResource + func (s *JobResource) Validate() error + func (s JobResource) GoString() string + func (s JobResource) String() string + type KeyRange struct + BeginMarker *string + EndMarker *string + func (s *KeyRange) SetBeginMarker(v string) *KeyRange + func (s *KeyRange) SetEndMarker(v string) *KeyRange + func (s *KeyRange) Validate() error + func (s KeyRange) GoString() string + func (s KeyRange) String() string + type LambdaResource struct + EventTriggers []*EventTriggerDefinition + LambdaArn *string + func (s *LambdaResource) SetEventTriggers(v []*EventTriggerDefinition) *LambdaResource + func (s *LambdaResource) SetLambdaArn(v string) *LambdaResource + func (s LambdaResource) GoString() string + func (s LambdaResource) String() string + type ListClusterJobsInput struct + ClusterId *string + MaxResults *int64 + NextToken *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) Validate() error + func (s ListClusterJobsInput) GoString() string + func (s ListClusterJobsInput) String() string + type ListClusterJobsOutput struct + JobListEntries []*JobListEntry + NextToken *string + func (s *ListClusterJobsOutput) SetJobListEntries(v []*JobListEntry) *ListClusterJobsOutput + func (s *ListClusterJobsOutput) SetNextToken(v string) *ListClusterJobsOutput + func (s ListClusterJobsOutput) GoString() string + func (s ListClusterJobsOutput) String() string + type ListClustersInput struct + MaxResults *int64 + NextToken *string + func (s *ListClustersInput) SetMaxResults(v int64) *ListClustersInput + func (s *ListClustersInput) SetNextToken(v string) *ListClustersInput + func (s *ListClustersInput) Validate() error + func (s ListClustersInput) GoString() string + func (s ListClustersInput) String() string + type ListClustersOutput struct + ClusterListEntries []*ClusterListEntry + NextToken *string + func (s *ListClustersOutput) SetClusterListEntries(v []*ClusterListEntry) *ListClustersOutput + func (s *ListClustersOutput) SetNextToken(v string) *ListClustersOutput + func (s ListClustersOutput) GoString() string + func (s ListClustersOutput) String() string + type ListJobsInput struct + MaxResults *int64 + NextToken *string + func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput + func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput + func (s *ListJobsInput) Validate() error + func (s ListJobsInput) GoString() string + func (s ListJobsInput) String() string + type ListJobsOutput struct + JobListEntries []*JobListEntry + NextToken *string + func (s *ListJobsOutput) SetJobListEntries(v []*JobListEntry) *ListJobsOutput + func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput + func (s ListJobsOutput) GoString() string + func (s ListJobsOutput) String() string + type Notification struct + JobStatesToNotify []*string + NotifyAll *bool + SnsTopicARN *string + func (s *Notification) SetJobStatesToNotify(v []*string) *Notification + func (s *Notification) SetNotifyAll(v bool) *Notification + func (s *Notification) SetSnsTopicARN(v string) *Notification + func (s Notification) GoString() string + func (s Notification) String() string + type S3Resource struct + BucketArn *string + KeyRange *KeyRange + func (s *S3Resource) SetBucketArn(v string) *S3Resource + func (s *S3Resource) SetKeyRange(v *KeyRange) *S3Resource + func (s *S3Resource) Validate() error + func (s S3Resource) GoString() string + func (s S3Resource) String() string + type Shipment struct + Status *string + TrackingNumber *string + func (s *Shipment) SetStatus(v string) *Shipment + func (s *Shipment) SetTrackingNumber(v string) *Shipment + func (s Shipment) GoString() string + func (s Shipment) String() string + type ShippingDetails struct + InboundShipment *Shipment + OutboundShipment *Shipment + ShippingOption *string + func (s *ShippingDetails) SetInboundShipment(v *Shipment) *ShippingDetails + func (s *ShippingDetails) SetOutboundShipment(v *Shipment) *ShippingDetails + func (s *ShippingDetails) SetShippingOption(v string) *ShippingDetails + func (s ShippingDetails) GoString() string + func (s ShippingDetails) String() string + type Snowball struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Snowball + func (c *Snowball) CancelCluster(input *CancelClusterInput) (*CancelClusterOutput, error) + func (c *Snowball) CancelClusterRequest(input *CancelClusterInput) (req *request.Request, output *CancelClusterOutput) + func (c *Snowball) CancelClusterWithContext(ctx aws.Context, input *CancelClusterInput, opts ...request.Option) (*CancelClusterOutput, error) + func (c *Snowball) CancelJob(input *CancelJobInput) (*CancelJobOutput, error) + func (c *Snowball) CancelJobRequest(input *CancelJobInput) (req *request.Request, output *CancelJobOutput) + func (c *Snowball) CancelJobWithContext(ctx aws.Context, input *CancelJobInput, opts ...request.Option) (*CancelJobOutput, error) + func (c *Snowball) CreateAddress(input *CreateAddressInput) (*CreateAddressOutput, error) + func (c *Snowball) CreateAddressRequest(input *CreateAddressInput) (req *request.Request, output *CreateAddressOutput) + func (c *Snowball) CreateAddressWithContext(ctx aws.Context, input *CreateAddressInput, opts ...request.Option) (*CreateAddressOutput, error) + func (c *Snowball) CreateCluster(input *CreateClusterInput) (*CreateClusterOutput, error) + func (c *Snowball) CreateClusterRequest(input *CreateClusterInput) (req *request.Request, output *CreateClusterOutput) + func (c *Snowball) CreateClusterWithContext(ctx aws.Context, input *CreateClusterInput, opts ...request.Option) (*CreateClusterOutput, error) + func (c *Snowball) CreateJob(input *CreateJobInput) (*CreateJobOutput, error) + func (c *Snowball) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput) + func (c *Snowball) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error) + func (c *Snowball) DescribeAddress(input *DescribeAddressInput) (*DescribeAddressOutput, error) + func (c *Snowball) DescribeAddressRequest(input *DescribeAddressInput) (req *request.Request, output *DescribeAddressOutput) + func (c *Snowball) DescribeAddressWithContext(ctx aws.Context, input *DescribeAddressInput, opts ...request.Option) (*DescribeAddressOutput, error) + func (c *Snowball) DescribeAddresses(input *DescribeAddressesInput) (*DescribeAddressesOutput, error) + 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) (req *request.Request, output *DescribeAddressesOutput) + func (c *Snowball) DescribeAddressesWithContext(ctx aws.Context, input *DescribeAddressesInput, opts ...request.Option) (*DescribeAddressesOutput, error) + func (c *Snowball) DescribeCluster(input *DescribeClusterInput) (*DescribeClusterOutput, error) + func (c *Snowball) DescribeClusterRequest(input *DescribeClusterInput) (req *request.Request, output *DescribeClusterOutput) + func (c *Snowball) DescribeClusterWithContext(ctx aws.Context, input *DescribeClusterInput, opts ...request.Option) (*DescribeClusterOutput, error) + func (c *Snowball) DescribeJob(input *DescribeJobInput) (*DescribeJobOutput, error) + func (c *Snowball) DescribeJobRequest(input *DescribeJobInput) (req *request.Request, output *DescribeJobOutput) + func (c *Snowball) DescribeJobWithContext(ctx aws.Context, input *DescribeJobInput, opts ...request.Option) (*DescribeJobOutput, error) + func (c *Snowball) GetJobManifest(input *GetJobManifestInput) (*GetJobManifestOutput, error) + func (c *Snowball) GetJobManifestRequest(input *GetJobManifestInput) (req *request.Request, output *GetJobManifestOutput) + func (c *Snowball) GetJobManifestWithContext(ctx aws.Context, input *GetJobManifestInput, opts ...request.Option) (*GetJobManifestOutput, error) + func (c *Snowball) GetJobUnlockCode(input *GetJobUnlockCodeInput) (*GetJobUnlockCodeOutput, error) + func (c *Snowball) GetJobUnlockCodeRequest(input *GetJobUnlockCodeInput) (req *request.Request, output *GetJobUnlockCodeOutput) + func (c *Snowball) GetJobUnlockCodeWithContext(ctx aws.Context, input *GetJobUnlockCodeInput, opts ...request.Option) (*GetJobUnlockCodeOutput, error) + func (c *Snowball) GetSnowballUsage(input *GetSnowballUsageInput) (*GetSnowballUsageOutput, error) + func (c *Snowball) GetSnowballUsageRequest(input *GetSnowballUsageInput) (req *request.Request, output *GetSnowballUsageOutput) + func (c *Snowball) GetSnowballUsageWithContext(ctx aws.Context, input *GetSnowballUsageInput, opts ...request.Option) (*GetSnowballUsageOutput, error) + func (c *Snowball) ListClusterJobs(input *ListClusterJobsInput) (*ListClusterJobsOutput, error) + func (c *Snowball) ListClusterJobsRequest(input *ListClusterJobsInput) (req *request.Request, output *ListClusterJobsOutput) + func (c *Snowball) ListClusterJobsWithContext(ctx aws.Context, input *ListClusterJobsInput, opts ...request.Option) (*ListClusterJobsOutput, error) + func (c *Snowball) ListClusters(input *ListClustersInput) (*ListClustersOutput, error) + func (c *Snowball) ListClustersRequest(input *ListClustersInput) (req *request.Request, output *ListClustersOutput) + func (c *Snowball) ListClustersWithContext(ctx aws.Context, input *ListClustersInput, opts ...request.Option) (*ListClustersOutput, error) + func (c *Snowball) ListJobs(input *ListJobsInput) (*ListJobsOutput, error) + 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) (req *request.Request, output *ListJobsOutput) + func (c *Snowball) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error) + func (c *Snowball) UpdateCluster(input *UpdateClusterInput) (*UpdateClusterOutput, error) + func (c *Snowball) UpdateClusterRequest(input *UpdateClusterInput) (req *request.Request, output *UpdateClusterOutput) + func (c *Snowball) UpdateClusterWithContext(ctx aws.Context, input *UpdateClusterInput, opts ...request.Option) (*UpdateClusterOutput, error) + func (c *Snowball) UpdateJob(input *UpdateJobInput) (*UpdateJobOutput, error) + func (c *Snowball) UpdateJobRequest(input *UpdateJobInput) (req *request.Request, output *UpdateJobOutput) + func (c *Snowball) UpdateJobWithContext(ctx aws.Context, input *UpdateJobInput, opts ...request.Option) (*UpdateJobOutput, error) + type UpdateClusterInput struct + AddressId *string + ClusterId *string + Description *string + ForwardingAddressId *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingOption *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 string) *UpdateClusterInput + func (s *UpdateClusterInput) Validate() error + func (s UpdateClusterInput) GoString() string + func (s UpdateClusterInput) String() string + type UpdateClusterOutput struct + func (s UpdateClusterOutput) GoString() string + func (s UpdateClusterOutput) String() string + type UpdateJobInput struct + AddressId *string + Description *string + ForwardingAddressId *string + JobId *string + Notification *Notification + Resources *JobResource + RoleARN *string + ShippingOption *string + SnowballCapacityPreference *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 string) *UpdateJobInput + func (s *UpdateJobInput) SetSnowballCapacityPreference(v string) *UpdateJobInput + func (s *UpdateJobInput) Validate() error + func (s UpdateJobInput) GoString() string + func (s UpdateJobInput) String() string + type UpdateJobOutput struct + func (s UpdateJobOutput) GoString() string + func (s UpdateJobOutput) String() string