iot1clickprojectsstub

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 AssociateDeviceWithPlacementFuture

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

func (*AssociateDeviceWithPlacementFuture) Get

type Client

type Client interface {
	AssociateDeviceWithPlacement(ctx workflow.Context, input *iot1clickprojects.AssociateDeviceWithPlacementInput) (*iot1clickprojects.AssociateDeviceWithPlacementOutput, error)
	AssociateDeviceWithPlacementAsync(ctx workflow.Context, input *iot1clickprojects.AssociateDeviceWithPlacementInput) *AssociateDeviceWithPlacementFuture

	CreatePlacement(ctx workflow.Context, input *iot1clickprojects.CreatePlacementInput) (*iot1clickprojects.CreatePlacementOutput, error)
	CreatePlacementAsync(ctx workflow.Context, input *iot1clickprojects.CreatePlacementInput) *CreatePlacementFuture

	CreateProject(ctx workflow.Context, input *iot1clickprojects.CreateProjectInput) (*iot1clickprojects.CreateProjectOutput, error)
	CreateProjectAsync(ctx workflow.Context, input *iot1clickprojects.CreateProjectInput) *CreateProjectFuture

	DeletePlacement(ctx workflow.Context, input *iot1clickprojects.DeletePlacementInput) (*iot1clickprojects.DeletePlacementOutput, error)
	DeletePlacementAsync(ctx workflow.Context, input *iot1clickprojects.DeletePlacementInput) *DeletePlacementFuture

	DeleteProject(ctx workflow.Context, input *iot1clickprojects.DeleteProjectInput) (*iot1clickprojects.DeleteProjectOutput, error)
	DeleteProjectAsync(ctx workflow.Context, input *iot1clickprojects.DeleteProjectInput) *DeleteProjectFuture

	DescribePlacement(ctx workflow.Context, input *iot1clickprojects.DescribePlacementInput) (*iot1clickprojects.DescribePlacementOutput, error)
	DescribePlacementAsync(ctx workflow.Context, input *iot1clickprojects.DescribePlacementInput) *DescribePlacementFuture

	DescribeProject(ctx workflow.Context, input *iot1clickprojects.DescribeProjectInput) (*iot1clickprojects.DescribeProjectOutput, error)
	DescribeProjectAsync(ctx workflow.Context, input *iot1clickprojects.DescribeProjectInput) *DescribeProjectFuture

	DisassociateDeviceFromPlacement(ctx workflow.Context, input *iot1clickprojects.DisassociateDeviceFromPlacementInput) (*iot1clickprojects.DisassociateDeviceFromPlacementOutput, error)
	DisassociateDeviceFromPlacementAsync(ctx workflow.Context, input *iot1clickprojects.DisassociateDeviceFromPlacementInput) *DisassociateDeviceFromPlacementFuture

	GetDevicesInPlacement(ctx workflow.Context, input *iot1clickprojects.GetDevicesInPlacementInput) (*iot1clickprojects.GetDevicesInPlacementOutput, error)
	GetDevicesInPlacementAsync(ctx workflow.Context, input *iot1clickprojects.GetDevicesInPlacementInput) *GetDevicesInPlacementFuture

	ListPlacements(ctx workflow.Context, input *iot1clickprojects.ListPlacementsInput) (*iot1clickprojects.ListPlacementsOutput, error)
	ListPlacementsAsync(ctx workflow.Context, input *iot1clickprojects.ListPlacementsInput) *ListPlacementsFuture

	ListProjects(ctx workflow.Context, input *iot1clickprojects.ListProjectsInput) (*iot1clickprojects.ListProjectsOutput, error)
	ListProjectsAsync(ctx workflow.Context, input *iot1clickprojects.ListProjectsInput) *ListProjectsFuture

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

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

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

	UpdatePlacement(ctx workflow.Context, input *iot1clickprojects.UpdatePlacementInput) (*iot1clickprojects.UpdatePlacementOutput, error)
	UpdatePlacementAsync(ctx workflow.Context, input *iot1clickprojects.UpdatePlacementInput) *UpdatePlacementFuture

	UpdateProject(ctx workflow.Context, input *iot1clickprojects.UpdateProjectInput) (*iot1clickprojects.UpdateProjectOutput, error)
	UpdateProjectAsync(ctx workflow.Context, input *iot1clickprojects.UpdateProjectInput) *UpdateProjectFuture
}

func NewClient

func NewClient() Client

type CreatePlacementFuture

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

func (*CreatePlacementFuture) Get

type CreateProjectFuture

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

func (*CreateProjectFuture) Get

type DeletePlacementFuture

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

func (*DeletePlacementFuture) Get

type DeleteProjectFuture

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

func (*DeleteProjectFuture) Get

type DescribePlacementFuture

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

func (*DescribePlacementFuture) Get

type DescribeProjectFuture

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

func (*DescribeProjectFuture) Get

type DisassociateDeviceFromPlacementFuture

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

func (*DisassociateDeviceFromPlacementFuture) Get

type GetDevicesInPlacementFuture

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

func (*GetDevicesInPlacementFuture) Get

type ListPlacementsFuture

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

func (*ListPlacementsFuture) Get

type ListProjectsFuture

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

func (*ListProjectsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) 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

type UpdatePlacementFuture

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

func (*UpdatePlacementFuture) Get

type UpdateProjectFuture

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

func (*UpdateProjectFuture) Get

Jump to

Keyboard shortcuts

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