ioteventsstub

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 Client

type Client interface {
	CreateDetectorModel(ctx workflow.Context, input *iotevents.CreateDetectorModelInput) (*iotevents.CreateDetectorModelOutput, error)
	CreateDetectorModelAsync(ctx workflow.Context, input *iotevents.CreateDetectorModelInput) *CreateDetectorModelFuture

	CreateInput(ctx workflow.Context, input *iotevents.CreateInputInput) (*iotevents.CreateInputOutput, error)
	CreateInputAsync(ctx workflow.Context, input *iotevents.CreateInputInput) *CreateInputFuture

	DeleteDetectorModel(ctx workflow.Context, input *iotevents.DeleteDetectorModelInput) (*iotevents.DeleteDetectorModelOutput, error)
	DeleteDetectorModelAsync(ctx workflow.Context, input *iotevents.DeleteDetectorModelInput) *DeleteDetectorModelFuture

	DeleteInput(ctx workflow.Context, input *iotevents.DeleteInputInput) (*iotevents.DeleteInputOutput, error)
	DeleteInputAsync(ctx workflow.Context, input *iotevents.DeleteInputInput) *DeleteInputFuture

	DescribeDetectorModel(ctx workflow.Context, input *iotevents.DescribeDetectorModelInput) (*iotevents.DescribeDetectorModelOutput, error)
	DescribeDetectorModelAsync(ctx workflow.Context, input *iotevents.DescribeDetectorModelInput) *DescribeDetectorModelFuture

	DescribeInput(ctx workflow.Context, input *iotevents.DescribeInputInput) (*iotevents.DescribeInputOutput, error)
	DescribeInputAsync(ctx workflow.Context, input *iotevents.DescribeInputInput) *DescribeInputFuture

	DescribeLoggingOptions(ctx workflow.Context, input *iotevents.DescribeLoggingOptionsInput) (*iotevents.DescribeLoggingOptionsOutput, error)
	DescribeLoggingOptionsAsync(ctx workflow.Context, input *iotevents.DescribeLoggingOptionsInput) *DescribeLoggingOptionsFuture

	ListDetectorModelVersions(ctx workflow.Context, input *iotevents.ListDetectorModelVersionsInput) (*iotevents.ListDetectorModelVersionsOutput, error)
	ListDetectorModelVersionsAsync(ctx workflow.Context, input *iotevents.ListDetectorModelVersionsInput) *ListDetectorModelVersionsFuture

	ListDetectorModels(ctx workflow.Context, input *iotevents.ListDetectorModelsInput) (*iotevents.ListDetectorModelsOutput, error)
	ListDetectorModelsAsync(ctx workflow.Context, input *iotevents.ListDetectorModelsInput) *ListDetectorModelsFuture

	ListInputs(ctx workflow.Context, input *iotevents.ListInputsInput) (*iotevents.ListInputsOutput, error)
	ListInputsAsync(ctx workflow.Context, input *iotevents.ListInputsInput) *ListInputsFuture

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

	PutLoggingOptions(ctx workflow.Context, input *iotevents.PutLoggingOptionsInput) (*iotevents.PutLoggingOptionsOutput, error)
	PutLoggingOptionsAsync(ctx workflow.Context, input *iotevents.PutLoggingOptionsInput) *PutLoggingOptionsFuture

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

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

	UpdateDetectorModel(ctx workflow.Context, input *iotevents.UpdateDetectorModelInput) (*iotevents.UpdateDetectorModelOutput, error)
	UpdateDetectorModelAsync(ctx workflow.Context, input *iotevents.UpdateDetectorModelInput) *UpdateDetectorModelFuture

	UpdateInput(ctx workflow.Context, input *iotevents.UpdateInputInput) (*iotevents.UpdateInputOutput, error)
	UpdateInputAsync(ctx workflow.Context, input *iotevents.UpdateInputInput) *UpdateInputFuture
}

func NewClient

func NewClient() Client

type CreateDetectorModelFuture

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

func (*CreateDetectorModelFuture) Get

type CreateInputFuture

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

func (*CreateInputFuture) Get

type DeleteDetectorModelFuture

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

func (*DeleteDetectorModelFuture) Get

type DeleteInputFuture

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

func (*DeleteInputFuture) Get

type DescribeDetectorModelFuture

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

func (*DescribeDetectorModelFuture) Get

type DescribeInputFuture

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

func (*DescribeInputFuture) Get

type DescribeLoggingOptionsFuture

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

func (*DescribeLoggingOptionsFuture) Get

type ListDetectorModelVersionsFuture

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

func (*ListDetectorModelVersionsFuture) Get

type ListDetectorModelsFuture

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

func (*ListDetectorModelsFuture) Get

type ListInputsFuture

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

func (*ListInputsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutLoggingOptionsFuture

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

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

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

func (*UpdateDetectorModelFuture) Get

type UpdateInputFuture

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

func (*UpdateInputFuture) Get

Jump to

Keyboard shortcuts

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