Documentation ¶
Index ¶
- type AssociateDeviceWithPlacementFuture
- type Client
- type CreatePlacementFuture
- type CreateProjectFuture
- type DeletePlacementFuture
- type DeleteProjectFuture
- type DescribePlacementFuture
- type DescribeProjectFuture
- type DisassociateDeviceFromPlacementFuture
- type GetDevicesInPlacementFuture
- type ListPlacementsFuture
- type ListProjectsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdatePlacementFuture
- type UpdateProjectFuture
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 ¶
func (r *AssociateDeviceWithPlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.AssociateDeviceWithPlacementOutput, error)
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 }
type CreatePlacementFuture ¶
type CreatePlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePlacementFuture) Get ¶
func (r *CreatePlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.CreatePlacementOutput, error)
type CreateProjectFuture ¶
func (*CreateProjectFuture) Get ¶
func (r *CreateProjectFuture) Get(ctx workflow.Context) (*iot1clickprojects.CreateProjectOutput, error)
type DeletePlacementFuture ¶
type DeletePlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePlacementFuture) Get ¶
func (r *DeletePlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.DeletePlacementOutput, error)
type DeleteProjectFuture ¶
func (*DeleteProjectFuture) Get ¶
func (r *DeleteProjectFuture) Get(ctx workflow.Context) (*iot1clickprojects.DeleteProjectOutput, error)
type DescribePlacementFuture ¶
type DescribePlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePlacementFuture) Get ¶
func (r *DescribePlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.DescribePlacementOutput, error)
type DescribeProjectFuture ¶
type DescribeProjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProjectFuture) Get ¶
func (r *DescribeProjectFuture) Get(ctx workflow.Context) (*iot1clickprojects.DescribeProjectOutput, error)
type DisassociateDeviceFromPlacementFuture ¶
type DisassociateDeviceFromPlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateDeviceFromPlacementFuture) Get ¶
func (r *DisassociateDeviceFromPlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.DisassociateDeviceFromPlacementOutput, error)
type GetDevicesInPlacementFuture ¶
type GetDevicesInPlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDevicesInPlacementFuture) Get ¶
func (r *GetDevicesInPlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.GetDevicesInPlacementOutput, error)
type ListPlacementsFuture ¶
func (*ListPlacementsFuture) Get ¶
func (r *ListPlacementsFuture) Get(ctx workflow.Context) (*iot1clickprojects.ListPlacementsOutput, error)
type ListProjectsFuture ¶
func (*ListProjectsFuture) Get ¶
func (r *ListProjectsFuture) Get(ctx workflow.Context) (*iot1clickprojects.ListProjectsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*iot1clickprojects.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*iot1clickprojects.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*iot1clickprojects.UntagResourceOutput, error)
type UpdatePlacementFuture ¶
type UpdatePlacementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePlacementFuture) Get ¶
func (r *UpdatePlacementFuture) Get(ctx workflow.Context) (*iot1clickprojects.UpdatePlacementOutput, error)
type UpdateProjectFuture ¶
func (*UpdateProjectFuture) Get ¶
func (r *UpdateProjectFuture) Get(ctx workflow.Context) (*iot1clickprojects.UpdateProjectOutput, error)
Click to show internal directories.
Click to hide internal directories.