Documentation ¶
Index ¶
- type CancelClusterFuture
- type CancelJobFuture
- type Client
- type CreateAddressFuture
- type CreateClusterFuture
- type CreateJobFuture
- type CreateReturnShippingLabelFuture
- type DescribeAddressFuture
- type DescribeAddressesFuture
- type DescribeClusterFuture
- type DescribeJobFuture
- type DescribeReturnShippingLabelFuture
- type GetJobManifestFuture
- type GetJobUnlockCodeFuture
- type GetSnowballUsageFuture
- type GetSoftwareUpdatesFuture
- type ListClusterJobsFuture
- type ListClustersFuture
- type ListCompatibleImagesFuture
- type ListJobsFuture
- type UpdateClusterFuture
- type UpdateJobFuture
- type UpdateJobShipmentStateFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelClusterFuture ¶
func (*CancelClusterFuture) Get ¶
func (r *CancelClusterFuture) Get(ctx workflow.Context) (*snowball.CancelClusterOutput, error)
type CancelJobFuture ¶
func (*CancelJobFuture) Get ¶
func (r *CancelJobFuture) Get(ctx workflow.Context) (*snowball.CancelJobOutput, error)
type Client ¶
type Client interface { CancelCluster(ctx workflow.Context, input *snowball.CancelClusterInput) (*snowball.CancelClusterOutput, error) CancelClusterAsync(ctx workflow.Context, input *snowball.CancelClusterInput) *CancelClusterFuture CancelJob(ctx workflow.Context, input *snowball.CancelJobInput) (*snowball.CancelJobOutput, error) CancelJobAsync(ctx workflow.Context, input *snowball.CancelJobInput) *CancelJobFuture CreateAddress(ctx workflow.Context, input *snowball.CreateAddressInput) (*snowball.CreateAddressOutput, error) CreateAddressAsync(ctx workflow.Context, input *snowball.CreateAddressInput) *CreateAddressFuture CreateCluster(ctx workflow.Context, input *snowball.CreateClusterInput) (*snowball.CreateClusterOutput, error) CreateClusterAsync(ctx workflow.Context, input *snowball.CreateClusterInput) *CreateClusterFuture CreateJob(ctx workflow.Context, input *snowball.CreateJobInput) (*snowball.CreateJobOutput, error) CreateJobAsync(ctx workflow.Context, input *snowball.CreateJobInput) *CreateJobFuture CreateReturnShippingLabel(ctx workflow.Context, input *snowball.CreateReturnShippingLabelInput) (*snowball.CreateReturnShippingLabelOutput, error) CreateReturnShippingLabelAsync(ctx workflow.Context, input *snowball.CreateReturnShippingLabelInput) *CreateReturnShippingLabelFuture DescribeAddress(ctx workflow.Context, input *snowball.DescribeAddressInput) (*snowball.DescribeAddressOutput, error) DescribeAddressAsync(ctx workflow.Context, input *snowball.DescribeAddressInput) *DescribeAddressFuture DescribeAddresses(ctx workflow.Context, input *snowball.DescribeAddressesInput) (*snowball.DescribeAddressesOutput, error) DescribeAddressesAsync(ctx workflow.Context, input *snowball.DescribeAddressesInput) *DescribeAddressesFuture DescribeCluster(ctx workflow.Context, input *snowball.DescribeClusterInput) (*snowball.DescribeClusterOutput, error) DescribeClusterAsync(ctx workflow.Context, input *snowball.DescribeClusterInput) *DescribeClusterFuture DescribeJob(ctx workflow.Context, input *snowball.DescribeJobInput) (*snowball.DescribeJobOutput, error) DescribeJobAsync(ctx workflow.Context, input *snowball.DescribeJobInput) *DescribeJobFuture DescribeReturnShippingLabel(ctx workflow.Context, input *snowball.DescribeReturnShippingLabelInput) (*snowball.DescribeReturnShippingLabelOutput, error) DescribeReturnShippingLabelAsync(ctx workflow.Context, input *snowball.DescribeReturnShippingLabelInput) *DescribeReturnShippingLabelFuture GetJobManifest(ctx workflow.Context, input *snowball.GetJobManifestInput) (*snowball.GetJobManifestOutput, error) GetJobManifestAsync(ctx workflow.Context, input *snowball.GetJobManifestInput) *GetJobManifestFuture GetJobUnlockCode(ctx workflow.Context, input *snowball.GetJobUnlockCodeInput) (*snowball.GetJobUnlockCodeOutput, error) GetJobUnlockCodeAsync(ctx workflow.Context, input *snowball.GetJobUnlockCodeInput) *GetJobUnlockCodeFuture GetSnowballUsage(ctx workflow.Context, input *snowball.GetSnowballUsageInput) (*snowball.GetSnowballUsageOutput, error) GetSnowballUsageAsync(ctx workflow.Context, input *snowball.GetSnowballUsageInput) *GetSnowballUsageFuture GetSoftwareUpdates(ctx workflow.Context, input *snowball.GetSoftwareUpdatesInput) (*snowball.GetSoftwareUpdatesOutput, error) GetSoftwareUpdatesAsync(ctx workflow.Context, input *snowball.GetSoftwareUpdatesInput) *GetSoftwareUpdatesFuture ListClusterJobs(ctx workflow.Context, input *snowball.ListClusterJobsInput) (*snowball.ListClusterJobsOutput, error) ListClusterJobsAsync(ctx workflow.Context, input *snowball.ListClusterJobsInput) *ListClusterJobsFuture ListClusters(ctx workflow.Context, input *snowball.ListClustersInput) (*snowball.ListClustersOutput, error) ListClustersAsync(ctx workflow.Context, input *snowball.ListClustersInput) *ListClustersFuture ListCompatibleImages(ctx workflow.Context, input *snowball.ListCompatibleImagesInput) (*snowball.ListCompatibleImagesOutput, error) ListCompatibleImagesAsync(ctx workflow.Context, input *snowball.ListCompatibleImagesInput) *ListCompatibleImagesFuture ListJobs(ctx workflow.Context, input *snowball.ListJobsInput) (*snowball.ListJobsOutput, error) ListJobsAsync(ctx workflow.Context, input *snowball.ListJobsInput) *ListJobsFuture UpdateCluster(ctx workflow.Context, input *snowball.UpdateClusterInput) (*snowball.UpdateClusterOutput, error) UpdateClusterAsync(ctx workflow.Context, input *snowball.UpdateClusterInput) *UpdateClusterFuture UpdateJob(ctx workflow.Context, input *snowball.UpdateJobInput) (*snowball.UpdateJobOutput, error) UpdateJobAsync(ctx workflow.Context, input *snowball.UpdateJobInput) *UpdateJobFuture UpdateJobShipmentState(ctx workflow.Context, input *snowball.UpdateJobShipmentStateInput) (*snowball.UpdateJobShipmentStateOutput, error) UpdateJobShipmentStateAsync(ctx workflow.Context, input *snowball.UpdateJobShipmentStateInput) *UpdateJobShipmentStateFuture }
type CreateAddressFuture ¶
func (*CreateAddressFuture) Get ¶
func (r *CreateAddressFuture) Get(ctx workflow.Context) (*snowball.CreateAddressOutput, error)
type CreateClusterFuture ¶
func (*CreateClusterFuture) Get ¶
func (r *CreateClusterFuture) Get(ctx workflow.Context) (*snowball.CreateClusterOutput, error)
type CreateJobFuture ¶
func (*CreateJobFuture) Get ¶
func (r *CreateJobFuture) Get(ctx workflow.Context) (*snowball.CreateJobOutput, error)
type CreateReturnShippingLabelFuture ¶
type CreateReturnShippingLabelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateReturnShippingLabelFuture) Get ¶
func (r *CreateReturnShippingLabelFuture) Get(ctx workflow.Context) (*snowball.CreateReturnShippingLabelOutput, error)
type DescribeAddressFuture ¶
type DescribeAddressFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAddressFuture) Get ¶
func (r *DescribeAddressFuture) Get(ctx workflow.Context) (*snowball.DescribeAddressOutput, error)
type DescribeAddressesFuture ¶
type DescribeAddressesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAddressesFuture) Get ¶
func (r *DescribeAddressesFuture) Get(ctx workflow.Context) (*snowball.DescribeAddressesOutput, error)
type DescribeClusterFuture ¶
type DescribeClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeClusterFuture) Get ¶
func (r *DescribeClusterFuture) Get(ctx workflow.Context) (*snowball.DescribeClusterOutput, error)
type DescribeJobFuture ¶
func (*DescribeJobFuture) Get ¶
func (r *DescribeJobFuture) Get(ctx workflow.Context) (*snowball.DescribeJobOutput, error)
type DescribeReturnShippingLabelFuture ¶
type DescribeReturnShippingLabelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeReturnShippingLabelFuture) Get ¶
func (r *DescribeReturnShippingLabelFuture) Get(ctx workflow.Context) (*snowball.DescribeReturnShippingLabelOutput, error)
type GetJobManifestFuture ¶
func (*GetJobManifestFuture) Get ¶
func (r *GetJobManifestFuture) Get(ctx workflow.Context) (*snowball.GetJobManifestOutput, error)
type GetJobUnlockCodeFuture ¶
type GetJobUnlockCodeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetJobUnlockCodeFuture) Get ¶
func (r *GetJobUnlockCodeFuture) Get(ctx workflow.Context) (*snowball.GetJobUnlockCodeOutput, error)
type GetSnowballUsageFuture ¶
type GetSnowballUsageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSnowballUsageFuture) Get ¶
func (r *GetSnowballUsageFuture) Get(ctx workflow.Context) (*snowball.GetSnowballUsageOutput, error)
type GetSoftwareUpdatesFuture ¶
type GetSoftwareUpdatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSoftwareUpdatesFuture) Get ¶
func (r *GetSoftwareUpdatesFuture) Get(ctx workflow.Context) (*snowball.GetSoftwareUpdatesOutput, error)
type ListClusterJobsFuture ¶
type ListClusterJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListClusterJobsFuture) Get ¶
func (r *ListClusterJobsFuture) Get(ctx workflow.Context) (*snowball.ListClusterJobsOutput, error)
type ListClustersFuture ¶
func (*ListClustersFuture) Get ¶
func (r *ListClustersFuture) Get(ctx workflow.Context) (*snowball.ListClustersOutput, error)
type ListCompatibleImagesFuture ¶
type ListCompatibleImagesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListCompatibleImagesFuture) Get ¶
func (r *ListCompatibleImagesFuture) Get(ctx workflow.Context) (*snowball.ListCompatibleImagesOutput, error)
type ListJobsFuture ¶
func (*ListJobsFuture) Get ¶
func (r *ListJobsFuture) Get(ctx workflow.Context) (*snowball.ListJobsOutput, error)
type UpdateClusterFuture ¶
func (*UpdateClusterFuture) Get ¶
func (r *UpdateClusterFuture) Get(ctx workflow.Context) (*snowball.UpdateClusterOutput, error)
type UpdateJobFuture ¶
func (*UpdateJobFuture) Get ¶
func (r *UpdateJobFuture) Get(ctx workflow.Context) (*snowball.UpdateJobOutput, error)
type UpdateJobShipmentStateFuture ¶
type UpdateJobShipmentStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateJobShipmentStateFuture) Get ¶
func (r *UpdateJobShipmentStateFuture) Get(ctx workflow.Context) (*snowball.UpdateJobShipmentStateOutput, error)
Click to show internal directories.
Click to hide internal directories.