Documentation ¶
Index ¶
- type Client
- type CopyBackupToRegionFuture
- type CreateClusterFuture
- type CreateHsmFuture
- type DeleteBackupFuture
- type DeleteClusterFuture
- type DeleteHsmFuture
- type DescribeBackupsFuture
- type DescribeClustersFuture
- type InitializeClusterFuture
- type ListTagsFuture
- type RestoreBackupFuture
- type TagResourceFuture
- type UntagResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CopyBackupToRegion(ctx workflow.Context, input *cloudhsmv2.CopyBackupToRegionInput) (*cloudhsmv2.CopyBackupToRegionOutput, error) CopyBackupToRegionAsync(ctx workflow.Context, input *cloudhsmv2.CopyBackupToRegionInput) *CopyBackupToRegionFuture CreateCluster(ctx workflow.Context, input *cloudhsmv2.CreateClusterInput) (*cloudhsmv2.CreateClusterOutput, error) CreateClusterAsync(ctx workflow.Context, input *cloudhsmv2.CreateClusterInput) *CreateClusterFuture CreateHsm(ctx workflow.Context, input *cloudhsmv2.CreateHsmInput) (*cloudhsmv2.CreateHsmOutput, error) CreateHsmAsync(ctx workflow.Context, input *cloudhsmv2.CreateHsmInput) *CreateHsmFuture DeleteBackup(ctx workflow.Context, input *cloudhsmv2.DeleteBackupInput) (*cloudhsmv2.DeleteBackupOutput, error) DeleteBackupAsync(ctx workflow.Context, input *cloudhsmv2.DeleteBackupInput) *DeleteBackupFuture DeleteCluster(ctx workflow.Context, input *cloudhsmv2.DeleteClusterInput) (*cloudhsmv2.DeleteClusterOutput, error) DeleteClusterAsync(ctx workflow.Context, input *cloudhsmv2.DeleteClusterInput) *DeleteClusterFuture DeleteHsm(ctx workflow.Context, input *cloudhsmv2.DeleteHsmInput) (*cloudhsmv2.DeleteHsmOutput, error) DeleteHsmAsync(ctx workflow.Context, input *cloudhsmv2.DeleteHsmInput) *DeleteHsmFuture DescribeBackups(ctx workflow.Context, input *cloudhsmv2.DescribeBackupsInput) (*cloudhsmv2.DescribeBackupsOutput, error) DescribeBackupsAsync(ctx workflow.Context, input *cloudhsmv2.DescribeBackupsInput) *DescribeBackupsFuture DescribeClusters(ctx workflow.Context, input *cloudhsmv2.DescribeClustersInput) (*cloudhsmv2.DescribeClustersOutput, error) DescribeClustersAsync(ctx workflow.Context, input *cloudhsmv2.DescribeClustersInput) *DescribeClustersFuture InitializeCluster(ctx workflow.Context, input *cloudhsmv2.InitializeClusterInput) (*cloudhsmv2.InitializeClusterOutput, error) InitializeClusterAsync(ctx workflow.Context, input *cloudhsmv2.InitializeClusterInput) *InitializeClusterFuture ListTags(ctx workflow.Context, input *cloudhsmv2.ListTagsInput) (*cloudhsmv2.ListTagsOutput, error) ListTagsAsync(ctx workflow.Context, input *cloudhsmv2.ListTagsInput) *ListTagsFuture RestoreBackup(ctx workflow.Context, input *cloudhsmv2.RestoreBackupInput) (*cloudhsmv2.RestoreBackupOutput, error) RestoreBackupAsync(ctx workflow.Context, input *cloudhsmv2.RestoreBackupInput) *RestoreBackupFuture TagResource(ctx workflow.Context, input *cloudhsmv2.TagResourceInput) (*cloudhsmv2.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *cloudhsmv2.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *cloudhsmv2.UntagResourceInput) (*cloudhsmv2.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *cloudhsmv2.UntagResourceInput) *UntagResourceFuture }
type CopyBackupToRegionFuture ¶
type CopyBackupToRegionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CopyBackupToRegionFuture) Get ¶
func (r *CopyBackupToRegionFuture) Get(ctx workflow.Context) (*cloudhsmv2.CopyBackupToRegionOutput, error)
type CreateClusterFuture ¶
func (*CreateClusterFuture) Get ¶
func (r *CreateClusterFuture) Get(ctx workflow.Context) (*cloudhsmv2.CreateClusterOutput, error)
type CreateHsmFuture ¶
func (*CreateHsmFuture) Get ¶
func (r *CreateHsmFuture) Get(ctx workflow.Context) (*cloudhsmv2.CreateHsmOutput, error)
type DeleteBackupFuture ¶
func (*DeleteBackupFuture) Get ¶
func (r *DeleteBackupFuture) Get(ctx workflow.Context) (*cloudhsmv2.DeleteBackupOutput, error)
type DeleteClusterFuture ¶
func (*DeleteClusterFuture) Get ¶
func (r *DeleteClusterFuture) Get(ctx workflow.Context) (*cloudhsmv2.DeleteClusterOutput, error)
type DeleteHsmFuture ¶
func (*DeleteHsmFuture) Get ¶
func (r *DeleteHsmFuture) Get(ctx workflow.Context) (*cloudhsmv2.DeleteHsmOutput, error)
type DescribeBackupsFuture ¶
type DescribeBackupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBackupsFuture) Get ¶
func (r *DescribeBackupsFuture) Get(ctx workflow.Context) (*cloudhsmv2.DescribeBackupsOutput, error)
type DescribeClustersFuture ¶
type DescribeClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeClustersFuture) Get ¶
func (r *DescribeClustersFuture) Get(ctx workflow.Context) (*cloudhsmv2.DescribeClustersOutput, error)
type InitializeClusterFuture ¶
type InitializeClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InitializeClusterFuture) Get ¶
func (r *InitializeClusterFuture) Get(ctx workflow.Context) (*cloudhsmv2.InitializeClusterOutput, error)
type ListTagsFuture ¶
func (*ListTagsFuture) Get ¶
func (r *ListTagsFuture) Get(ctx workflow.Context) (*cloudhsmv2.ListTagsOutput, error)
type RestoreBackupFuture ¶
func (*RestoreBackupFuture) Get ¶
func (r *RestoreBackupFuture) Get(ctx workflow.Context) (*cloudhsmv2.RestoreBackupOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*cloudhsmv2.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*cloudhsmv2.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.