greengrassv2stub

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 CancelDeploymentFuture

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

func (*CancelDeploymentFuture) Get

type Client

type Client interface {
	CancelDeployment(ctx workflow.Context, input *greengrassv2.CancelDeploymentInput) (*greengrassv2.CancelDeploymentOutput, error)
	CancelDeploymentAsync(ctx workflow.Context, input *greengrassv2.CancelDeploymentInput) *CancelDeploymentFuture

	CreateComponentVersion(ctx workflow.Context, input *greengrassv2.CreateComponentVersionInput) (*greengrassv2.CreateComponentVersionOutput, error)
	CreateComponentVersionAsync(ctx workflow.Context, input *greengrassv2.CreateComponentVersionInput) *CreateComponentVersionFuture

	CreateDeployment(ctx workflow.Context, input *greengrassv2.CreateDeploymentInput) (*greengrassv2.CreateDeploymentOutput, error)
	CreateDeploymentAsync(ctx workflow.Context, input *greengrassv2.CreateDeploymentInput) *CreateDeploymentFuture

	DeleteComponent(ctx workflow.Context, input *greengrassv2.DeleteComponentInput) (*greengrassv2.DeleteComponentOutput, error)
	DeleteComponentAsync(ctx workflow.Context, input *greengrassv2.DeleteComponentInput) *DeleteComponentFuture

	DeleteCoreDevice(ctx workflow.Context, input *greengrassv2.DeleteCoreDeviceInput) (*greengrassv2.DeleteCoreDeviceOutput, error)
	DeleteCoreDeviceAsync(ctx workflow.Context, input *greengrassv2.DeleteCoreDeviceInput) *DeleteCoreDeviceFuture

	DescribeComponent(ctx workflow.Context, input *greengrassv2.DescribeComponentInput) (*greengrassv2.DescribeComponentOutput, error)
	DescribeComponentAsync(ctx workflow.Context, input *greengrassv2.DescribeComponentInput) *DescribeComponentFuture

	GetComponent(ctx workflow.Context, input *greengrassv2.GetComponentInput) (*greengrassv2.GetComponentOutput, error)
	GetComponentAsync(ctx workflow.Context, input *greengrassv2.GetComponentInput) *GetComponentFuture

	GetComponentVersionArtifact(ctx workflow.Context, input *greengrassv2.GetComponentVersionArtifactInput) (*greengrassv2.GetComponentVersionArtifactOutput, error)
	GetComponentVersionArtifactAsync(ctx workflow.Context, input *greengrassv2.GetComponentVersionArtifactInput) *GetComponentVersionArtifactFuture

	GetCoreDevice(ctx workflow.Context, input *greengrassv2.GetCoreDeviceInput) (*greengrassv2.GetCoreDeviceOutput, error)
	GetCoreDeviceAsync(ctx workflow.Context, input *greengrassv2.GetCoreDeviceInput) *GetCoreDeviceFuture

	GetDeployment(ctx workflow.Context, input *greengrassv2.GetDeploymentInput) (*greengrassv2.GetDeploymentOutput, error)
	GetDeploymentAsync(ctx workflow.Context, input *greengrassv2.GetDeploymentInput) *GetDeploymentFuture

	ListComponentVersions(ctx workflow.Context, input *greengrassv2.ListComponentVersionsInput) (*greengrassv2.ListComponentVersionsOutput, error)
	ListComponentVersionsAsync(ctx workflow.Context, input *greengrassv2.ListComponentVersionsInput) *ListComponentVersionsFuture

	ListComponents(ctx workflow.Context, input *greengrassv2.ListComponentsInput) (*greengrassv2.ListComponentsOutput, error)
	ListComponentsAsync(ctx workflow.Context, input *greengrassv2.ListComponentsInput) *ListComponentsFuture

	ListCoreDevices(ctx workflow.Context, input *greengrassv2.ListCoreDevicesInput) (*greengrassv2.ListCoreDevicesOutput, error)
	ListCoreDevicesAsync(ctx workflow.Context, input *greengrassv2.ListCoreDevicesInput) *ListCoreDevicesFuture

	ListDeployments(ctx workflow.Context, input *greengrassv2.ListDeploymentsInput) (*greengrassv2.ListDeploymentsOutput, error)
	ListDeploymentsAsync(ctx workflow.Context, input *greengrassv2.ListDeploymentsInput) *ListDeploymentsFuture

	ListEffectiveDeployments(ctx workflow.Context, input *greengrassv2.ListEffectiveDeploymentsInput) (*greengrassv2.ListEffectiveDeploymentsOutput, error)
	ListEffectiveDeploymentsAsync(ctx workflow.Context, input *greengrassv2.ListEffectiveDeploymentsInput) *ListEffectiveDeploymentsFuture

	ListInstalledComponents(ctx workflow.Context, input *greengrassv2.ListInstalledComponentsInput) (*greengrassv2.ListInstalledComponentsOutput, error)
	ListInstalledComponentsAsync(ctx workflow.Context, input *greengrassv2.ListInstalledComponentsInput) *ListInstalledComponentsFuture

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

	ResolveComponentCandidates(ctx workflow.Context, input *greengrassv2.ResolveComponentCandidatesInput) (*greengrassv2.ResolveComponentCandidatesOutput, error)
	ResolveComponentCandidatesAsync(ctx workflow.Context, input *greengrassv2.ResolveComponentCandidatesInput) *ResolveComponentCandidatesFuture

	TagResource(ctx workflow.Context, input *greengrassv2.TagResourceInput) (*greengrassv2.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *greengrassv2.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *greengrassv2.UntagResourceInput) (*greengrassv2.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *greengrassv2.UntagResourceInput) *UntagResourceFuture
}

func NewClient

func NewClient() Client

type CreateComponentVersionFuture

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

func (*CreateComponentVersionFuture) Get

type CreateDeploymentFuture

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

func (*CreateDeploymentFuture) Get

type DeleteComponentFuture

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

func (*DeleteComponentFuture) Get

type DeleteCoreDeviceFuture

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

func (*DeleteCoreDeviceFuture) Get

type DescribeComponentFuture

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

func (*DescribeComponentFuture) Get

type GetComponentFuture

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

func (*GetComponentFuture) Get

type GetComponentVersionArtifactFuture

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

func (*GetComponentVersionArtifactFuture) Get

type GetCoreDeviceFuture

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

func (*GetCoreDeviceFuture) Get

type GetDeploymentFuture

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

func (*GetDeploymentFuture) Get

type ListComponentVersionsFuture

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

func (*ListComponentVersionsFuture) Get

type ListComponentsFuture

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

func (*ListComponentsFuture) Get

type ListCoreDevicesFuture

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

func (*ListCoreDevicesFuture) Get

type ListDeploymentsFuture

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

func (*ListDeploymentsFuture) Get

type ListEffectiveDeploymentsFuture

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

func (*ListEffectiveDeploymentsFuture) Get

type ListInstalledComponentsFuture

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

func (*ListInstalledComponentsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ResolveComponentCandidatesFuture

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

func (*ResolveComponentCandidatesFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

Jump to

Keyboard shortcuts

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