acmstub

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 AddTagsToCertificateFuture

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

func (*AddTagsToCertificateFuture) Get

type Client

type Client interface {
	AddTagsToCertificate(ctx workflow.Context, input *acm.AddTagsToCertificateInput) (*acm.AddTagsToCertificateOutput, error)
	AddTagsToCertificateAsync(ctx workflow.Context, input *acm.AddTagsToCertificateInput) *AddTagsToCertificateFuture

	DeleteCertificate(ctx workflow.Context, input *acm.DeleteCertificateInput) (*acm.DeleteCertificateOutput, error)
	DeleteCertificateAsync(ctx workflow.Context, input *acm.DeleteCertificateInput) *DeleteCertificateFuture

	DescribeCertificate(ctx workflow.Context, input *acm.DescribeCertificateInput) (*acm.DescribeCertificateOutput, error)
	DescribeCertificateAsync(ctx workflow.Context, input *acm.DescribeCertificateInput) *DescribeCertificateFuture

	ExportCertificate(ctx workflow.Context, input *acm.ExportCertificateInput) (*acm.ExportCertificateOutput, error)
	ExportCertificateAsync(ctx workflow.Context, input *acm.ExportCertificateInput) *ExportCertificateFuture

	GetCertificate(ctx workflow.Context, input *acm.GetCertificateInput) (*acm.GetCertificateOutput, error)
	GetCertificateAsync(ctx workflow.Context, input *acm.GetCertificateInput) *GetCertificateFuture

	ImportCertificate(ctx workflow.Context, input *acm.ImportCertificateInput) (*acm.ImportCertificateOutput, error)
	ImportCertificateAsync(ctx workflow.Context, input *acm.ImportCertificateInput) *ImportCertificateFuture

	ListCertificates(ctx workflow.Context, input *acm.ListCertificatesInput) (*acm.ListCertificatesOutput, error)
	ListCertificatesAsync(ctx workflow.Context, input *acm.ListCertificatesInput) *ListCertificatesFuture

	ListTagsForCertificate(ctx workflow.Context, input *acm.ListTagsForCertificateInput) (*acm.ListTagsForCertificateOutput, error)
	ListTagsForCertificateAsync(ctx workflow.Context, input *acm.ListTagsForCertificateInput) *ListTagsForCertificateFuture

	RemoveTagsFromCertificate(ctx workflow.Context, input *acm.RemoveTagsFromCertificateInput) (*acm.RemoveTagsFromCertificateOutput, error)
	RemoveTagsFromCertificateAsync(ctx workflow.Context, input *acm.RemoveTagsFromCertificateInput) *RemoveTagsFromCertificateFuture

	RenewCertificate(ctx workflow.Context, input *acm.RenewCertificateInput) (*acm.RenewCertificateOutput, error)
	RenewCertificateAsync(ctx workflow.Context, input *acm.RenewCertificateInput) *RenewCertificateFuture

	RequestCertificate(ctx workflow.Context, input *acm.RequestCertificateInput) (*acm.RequestCertificateOutput, error)
	RequestCertificateAsync(ctx workflow.Context, input *acm.RequestCertificateInput) *RequestCertificateFuture

	ResendValidationEmail(ctx workflow.Context, input *acm.ResendValidationEmailInput) (*acm.ResendValidationEmailOutput, error)
	ResendValidationEmailAsync(ctx workflow.Context, input *acm.ResendValidationEmailInput) *ResendValidationEmailFuture

	UpdateCertificateOptions(ctx workflow.Context, input *acm.UpdateCertificateOptionsInput) (*acm.UpdateCertificateOptionsOutput, error)
	UpdateCertificateOptionsAsync(ctx workflow.Context, input *acm.UpdateCertificateOptionsInput) *UpdateCertificateOptionsFuture

	WaitUntilCertificateValidated(ctx workflow.Context, input *acm.DescribeCertificateInput) error
	WaitUntilCertificateValidatedAsync(ctx workflow.Context, input *acm.DescribeCertificateInput) *clients.VoidFuture
}

func NewClient

func NewClient() Client

type DeleteCertificateFuture

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

func (*DeleteCertificateFuture) Get

type DescribeCertificateFuture

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

func (*DescribeCertificateFuture) Get

type ExportCertificateFuture

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

func (*ExportCertificateFuture) Get

type GetCertificateFuture

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

func (*GetCertificateFuture) Get

type ImportCertificateFuture

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

func (*ImportCertificateFuture) Get

type ListCertificatesFuture

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

func (*ListCertificatesFuture) Get

type ListTagsForCertificateFuture

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

func (*ListTagsForCertificateFuture) Get

type RemoveTagsFromCertificateFuture

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

func (*RemoveTagsFromCertificateFuture) Get

type RenewCertificateFuture

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

func (*RenewCertificateFuture) Get

type RequestCertificateFuture

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

func (*RequestCertificateFuture) Get

type ResendValidationEmailFuture

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

func (*ResendValidationEmailFuture) Get

type UpdateCertificateOptionsFuture

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

func (*UpdateCertificateOptionsFuture) Get

Jump to

Keyboard shortcuts

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