Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchPutMessageFuture ¶
type BatchPutMessageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchPutMessageFuture) Get ¶
func (r *BatchPutMessageFuture) Get(ctx workflow.Context) (*ioteventsdata.BatchPutMessageOutput, error)
type BatchUpdateDetectorFuture ¶
type BatchUpdateDetectorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdateDetectorFuture) Get ¶
func (r *BatchUpdateDetectorFuture) Get(ctx workflow.Context) (*ioteventsdata.BatchUpdateDetectorOutput, error)
type Client ¶
type Client interface { BatchPutMessage(ctx workflow.Context, input *ioteventsdata.BatchPutMessageInput) (*ioteventsdata.BatchPutMessageOutput, error) BatchPutMessageAsync(ctx workflow.Context, input *ioteventsdata.BatchPutMessageInput) *BatchPutMessageFuture BatchUpdateDetector(ctx workflow.Context, input *ioteventsdata.BatchUpdateDetectorInput) (*ioteventsdata.BatchUpdateDetectorOutput, error) BatchUpdateDetectorAsync(ctx workflow.Context, input *ioteventsdata.BatchUpdateDetectorInput) *BatchUpdateDetectorFuture DescribeDetector(ctx workflow.Context, input *ioteventsdata.DescribeDetectorInput) (*ioteventsdata.DescribeDetectorOutput, error) DescribeDetectorAsync(ctx workflow.Context, input *ioteventsdata.DescribeDetectorInput) *DescribeDetectorFuture ListDetectors(ctx workflow.Context, input *ioteventsdata.ListDetectorsInput) (*ioteventsdata.ListDetectorsOutput, error) ListDetectorsAsync(ctx workflow.Context, input *ioteventsdata.ListDetectorsInput) *ListDetectorsFuture }
type DescribeDetectorFuture ¶
type DescribeDetectorFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDetectorFuture) Get ¶
func (r *DescribeDetectorFuture) Get(ctx workflow.Context) (*ioteventsdata.DescribeDetectorOutput, error)
type ListDetectorsFuture ¶
func (*ListDetectorsFuture) Get ¶
func (r *ListDetectorsFuture) Get(ctx workflow.Context) (*ioteventsdata.ListDetectorsOutput, error)
Click to show internal directories.
Click to hide internal directories.