cloudhsmstub

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 AddTagsToResourceFuture

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

func (*AddTagsToResourceFuture) Get

type Client

type Client interface {
	AddTagsToResource(ctx workflow.Context, input *cloudhsm.AddTagsToResourceInput) (*cloudhsm.AddTagsToResourceOutput, error)
	AddTagsToResourceAsync(ctx workflow.Context, input *cloudhsm.AddTagsToResourceInput) *AddTagsToResourceFuture

	CreateHapg(ctx workflow.Context, input *cloudhsm.CreateHapgInput) (*cloudhsm.CreateHapgOutput, error)
	CreateHapgAsync(ctx workflow.Context, input *cloudhsm.CreateHapgInput) *CreateHapgFuture

	CreateHsm(ctx workflow.Context, input *cloudhsm.CreateHsmInput) (*cloudhsm.CreateHsmOutput, error)
	CreateHsmAsync(ctx workflow.Context, input *cloudhsm.CreateHsmInput) *CreateHsmFuture

	CreateLunaClient(ctx workflow.Context, input *cloudhsm.CreateLunaClientInput) (*cloudhsm.CreateLunaClientOutput, error)
	CreateLunaClientAsync(ctx workflow.Context, input *cloudhsm.CreateLunaClientInput) *CreateLunaClientFuture

	DeleteHapg(ctx workflow.Context, input *cloudhsm.DeleteHapgInput) (*cloudhsm.DeleteHapgOutput, error)
	DeleteHapgAsync(ctx workflow.Context, input *cloudhsm.DeleteHapgInput) *DeleteHapgFuture

	DeleteHsm(ctx workflow.Context, input *cloudhsm.DeleteHsmInput) (*cloudhsm.DeleteHsmOutput, error)
	DeleteHsmAsync(ctx workflow.Context, input *cloudhsm.DeleteHsmInput) *DeleteHsmFuture

	DeleteLunaClient(ctx workflow.Context, input *cloudhsm.DeleteLunaClientInput) (*cloudhsm.DeleteLunaClientOutput, error)
	DeleteLunaClientAsync(ctx workflow.Context, input *cloudhsm.DeleteLunaClientInput) *DeleteLunaClientFuture

	DescribeHapg(ctx workflow.Context, input *cloudhsm.DescribeHapgInput) (*cloudhsm.DescribeHapgOutput, error)
	DescribeHapgAsync(ctx workflow.Context, input *cloudhsm.DescribeHapgInput) *DescribeHapgFuture

	DescribeHsm(ctx workflow.Context, input *cloudhsm.DescribeHsmInput) (*cloudhsm.DescribeHsmOutput, error)
	DescribeHsmAsync(ctx workflow.Context, input *cloudhsm.DescribeHsmInput) *DescribeHsmFuture

	DescribeLunaClient(ctx workflow.Context, input *cloudhsm.DescribeLunaClientInput) (*cloudhsm.DescribeLunaClientOutput, error)
	DescribeLunaClientAsync(ctx workflow.Context, input *cloudhsm.DescribeLunaClientInput) *DescribeLunaClientFuture

	GetConfig(ctx workflow.Context, input *cloudhsm.GetConfigInput) (*cloudhsm.GetConfigOutput, error)
	GetConfigAsync(ctx workflow.Context, input *cloudhsm.GetConfigInput) *GetConfigFuture

	ListAvailableZones(ctx workflow.Context, input *cloudhsm.ListAvailableZonesInput) (*cloudhsm.ListAvailableZonesOutput, error)
	ListAvailableZonesAsync(ctx workflow.Context, input *cloudhsm.ListAvailableZonesInput) *ListAvailableZonesFuture

	ListHapgs(ctx workflow.Context, input *cloudhsm.ListHapgsInput) (*cloudhsm.ListHapgsOutput, error)
	ListHapgsAsync(ctx workflow.Context, input *cloudhsm.ListHapgsInput) *ListHapgsFuture

	ListHsms(ctx workflow.Context, input *cloudhsm.ListHsmsInput) (*cloudhsm.ListHsmsOutput, error)
	ListHsmsAsync(ctx workflow.Context, input *cloudhsm.ListHsmsInput) *ListHsmsFuture

	ListLunaClients(ctx workflow.Context, input *cloudhsm.ListLunaClientsInput) (*cloudhsm.ListLunaClientsOutput, error)
	ListLunaClientsAsync(ctx workflow.Context, input *cloudhsm.ListLunaClientsInput) *ListLunaClientsFuture

	ListTagsForResource(ctx workflow.Context, input *cloudhsm.ListTagsForResourceInput) (*cloudhsm.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *cloudhsm.ListTagsForResourceInput) *ListTagsForResourceFuture

	ModifyHapg(ctx workflow.Context, input *cloudhsm.ModifyHapgInput) (*cloudhsm.ModifyHapgOutput, error)
	ModifyHapgAsync(ctx workflow.Context, input *cloudhsm.ModifyHapgInput) *ModifyHapgFuture

	ModifyHsm(ctx workflow.Context, input *cloudhsm.ModifyHsmInput) (*cloudhsm.ModifyHsmOutput, error)
	ModifyHsmAsync(ctx workflow.Context, input *cloudhsm.ModifyHsmInput) *ModifyHsmFuture

	ModifyLunaClient(ctx workflow.Context, input *cloudhsm.ModifyLunaClientInput) (*cloudhsm.ModifyLunaClientOutput, error)
	ModifyLunaClientAsync(ctx workflow.Context, input *cloudhsm.ModifyLunaClientInput) *ModifyLunaClientFuture

	RemoveTagsFromResource(ctx workflow.Context, input *cloudhsm.RemoveTagsFromResourceInput) (*cloudhsm.RemoveTagsFromResourceOutput, error)
	RemoveTagsFromResourceAsync(ctx workflow.Context, input *cloudhsm.RemoveTagsFromResourceInput) *RemoveTagsFromResourceFuture
}

func NewClient

func NewClient() Client

type CreateHapgFuture

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

func (*CreateHapgFuture) Get

type CreateHsmFuture

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

func (*CreateHsmFuture) Get

type CreateLunaClientFuture

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

func (*CreateLunaClientFuture) Get

type DeleteHapgFuture

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

func (*DeleteHapgFuture) Get

type DeleteHsmFuture

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

func (*DeleteHsmFuture) Get

type DeleteLunaClientFuture

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

func (*DeleteLunaClientFuture) Get

type DescribeHapgFuture

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

func (*DescribeHapgFuture) Get

type DescribeHsmFuture

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

func (*DescribeHsmFuture) Get

type DescribeLunaClientFuture

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

func (*DescribeLunaClientFuture) Get

type GetConfigFuture

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

func (*GetConfigFuture) Get

type ListAvailableZonesFuture

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

func (*ListAvailableZonesFuture) Get

type ListHapgsFuture

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

func (*ListHapgsFuture) Get

type ListHsmsFuture

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

func (*ListHsmsFuture) Get

type ListLunaClientsFuture

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

func (*ListLunaClientsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ModifyHapgFuture

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

func (*ModifyHapgFuture) Get

type ModifyHsmFuture

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

func (*ModifyHsmFuture) Get

type ModifyLunaClientFuture

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

func (*ModifyLunaClientFuture) Get

type RemoveTagsFromResourceFuture

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

func (*RemoveTagsFromResourceFuture) Get

Jump to

Keyboard shortcuts

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