snowballstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelClusterFuture

type CancelClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CancelClusterFuture) Get

type CancelJobFuture

type CancelJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CancelJobFuture) Get

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
}

func NewClient

func NewClient() Client

type CreateAddressFuture

type CreateAddressFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateAddressFuture) Get

type CreateClusterFuture

type CreateClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateClusterFuture) Get

type CreateJobFuture

type CreateJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateJobFuture) Get

type CreateReturnShippingLabelFuture

type CreateReturnShippingLabelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateReturnShippingLabelFuture) Get

type DescribeAddressFuture

type DescribeAddressFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeAddressFuture) Get

type DescribeAddressesFuture

type DescribeAddressesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeAddressesFuture) Get

type DescribeClusterFuture

type DescribeClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeClusterFuture) Get

type DescribeJobFuture

type DescribeJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeJobFuture) Get

type DescribeReturnShippingLabelFuture

type DescribeReturnShippingLabelFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeReturnShippingLabelFuture) Get

type GetJobManifestFuture

type GetJobManifestFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetJobManifestFuture) Get

type GetJobUnlockCodeFuture

type GetJobUnlockCodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetJobUnlockCodeFuture) Get

type GetSnowballUsageFuture

type GetSnowballUsageFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSnowballUsageFuture) Get

type GetSoftwareUpdatesFuture

type GetSoftwareUpdatesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSoftwareUpdatesFuture) Get

type ListClusterJobsFuture

type ListClusterJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListClusterJobsFuture) Get

type ListClustersFuture

type ListClustersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListClustersFuture) Get

type ListCompatibleImagesFuture

type ListCompatibleImagesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListCompatibleImagesFuture) Get

type ListJobsFuture

type ListJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListJobsFuture) Get

type UpdateClusterFuture

type UpdateClusterFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateClusterFuture) Get

type UpdateJobFuture

type UpdateJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateJobFuture) Get

type UpdateJobShipmentStateFuture

type UpdateJobShipmentStateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateJobShipmentStateFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL