cognitosyncstub

package
v0.0.0-...-eb62eed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkPublishFuture

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

func (*BulkPublishFuture) Get

type Client

type Client interface {
	BulkPublish(ctx workflow.Context, input *cognitosync.BulkPublishInput) (*cognitosync.BulkPublishOutput, error)
	BulkPublishAsync(ctx workflow.Context, input *cognitosync.BulkPublishInput) *BulkPublishFuture

	DeleteDataset(ctx workflow.Context, input *cognitosync.DeleteDatasetInput) (*cognitosync.DeleteDatasetOutput, error)
	DeleteDatasetAsync(ctx workflow.Context, input *cognitosync.DeleteDatasetInput) *DeleteDatasetFuture

	DescribeDataset(ctx workflow.Context, input *cognitosync.DescribeDatasetInput) (*cognitosync.DescribeDatasetOutput, error)
	DescribeDatasetAsync(ctx workflow.Context, input *cognitosync.DescribeDatasetInput) *DescribeDatasetFuture

	DescribeIdentityPoolUsage(ctx workflow.Context, input *cognitosync.DescribeIdentityPoolUsageInput) (*cognitosync.DescribeIdentityPoolUsageOutput, error)
	DescribeIdentityPoolUsageAsync(ctx workflow.Context, input *cognitosync.DescribeIdentityPoolUsageInput) *DescribeIdentityPoolUsageFuture

	DescribeIdentityUsage(ctx workflow.Context, input *cognitosync.DescribeIdentityUsageInput) (*cognitosync.DescribeIdentityUsageOutput, error)
	DescribeIdentityUsageAsync(ctx workflow.Context, input *cognitosync.DescribeIdentityUsageInput) *DescribeIdentityUsageFuture

	GetBulkPublishDetails(ctx workflow.Context, input *cognitosync.GetBulkPublishDetailsInput) (*cognitosync.GetBulkPublishDetailsOutput, error)
	GetBulkPublishDetailsAsync(ctx workflow.Context, input *cognitosync.GetBulkPublishDetailsInput) *GetBulkPublishDetailsFuture

	GetCognitoEvents(ctx workflow.Context, input *cognitosync.GetCognitoEventsInput) (*cognitosync.GetCognitoEventsOutput, error)
	GetCognitoEventsAsync(ctx workflow.Context, input *cognitosync.GetCognitoEventsInput) *GetCognitoEventsFuture

	GetIdentityPoolConfiguration(ctx workflow.Context, input *cognitosync.GetIdentityPoolConfigurationInput) (*cognitosync.GetIdentityPoolConfigurationOutput, error)
	GetIdentityPoolConfigurationAsync(ctx workflow.Context, input *cognitosync.GetIdentityPoolConfigurationInput) *GetIdentityPoolConfigurationFuture

	ListDatasets(ctx workflow.Context, input *cognitosync.ListDatasetsInput) (*cognitosync.ListDatasetsOutput, error)
	ListDatasetsAsync(ctx workflow.Context, input *cognitosync.ListDatasetsInput) *ListDatasetsFuture

	ListIdentityPoolUsage(ctx workflow.Context, input *cognitosync.ListIdentityPoolUsageInput) (*cognitosync.ListIdentityPoolUsageOutput, error)
	ListIdentityPoolUsageAsync(ctx workflow.Context, input *cognitosync.ListIdentityPoolUsageInput) *ListIdentityPoolUsageFuture

	ListRecords(ctx workflow.Context, input *cognitosync.ListRecordsInput) (*cognitosync.ListRecordsOutput, error)
	ListRecordsAsync(ctx workflow.Context, input *cognitosync.ListRecordsInput) *ListRecordsFuture

	RegisterDevice(ctx workflow.Context, input *cognitosync.RegisterDeviceInput) (*cognitosync.RegisterDeviceOutput, error)
	RegisterDeviceAsync(ctx workflow.Context, input *cognitosync.RegisterDeviceInput) *RegisterDeviceFuture

	SetCognitoEvents(ctx workflow.Context, input *cognitosync.SetCognitoEventsInput) (*cognitosync.SetCognitoEventsOutput, error)
	SetCognitoEventsAsync(ctx workflow.Context, input *cognitosync.SetCognitoEventsInput) *SetCognitoEventsFuture

	SetIdentityPoolConfiguration(ctx workflow.Context, input *cognitosync.SetIdentityPoolConfigurationInput) (*cognitosync.SetIdentityPoolConfigurationOutput, error)
	SetIdentityPoolConfigurationAsync(ctx workflow.Context, input *cognitosync.SetIdentityPoolConfigurationInput) *SetIdentityPoolConfigurationFuture

	SubscribeToDataset(ctx workflow.Context, input *cognitosync.SubscribeToDatasetInput) (*cognitosync.SubscribeToDatasetOutput, error)
	SubscribeToDatasetAsync(ctx workflow.Context, input *cognitosync.SubscribeToDatasetInput) *SubscribeToDatasetFuture

	UnsubscribeFromDataset(ctx workflow.Context, input *cognitosync.UnsubscribeFromDatasetInput) (*cognitosync.UnsubscribeFromDatasetOutput, error)
	UnsubscribeFromDatasetAsync(ctx workflow.Context, input *cognitosync.UnsubscribeFromDatasetInput) *UnsubscribeFromDatasetFuture

	UpdateRecords(ctx workflow.Context, input *cognitosync.UpdateRecordsInput) (*cognitosync.UpdateRecordsOutput, error)
	UpdateRecordsAsync(ctx workflow.Context, input *cognitosync.UpdateRecordsInput) *UpdateRecordsFuture
}

func NewClient

func NewClient() Client

type DeleteDatasetFuture

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

func (*DeleteDatasetFuture) Get

type DescribeDatasetFuture

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

func (*DescribeDatasetFuture) Get

type DescribeIdentityPoolUsageFuture

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

func (*DescribeIdentityPoolUsageFuture) Get

type DescribeIdentityUsageFuture

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

func (*DescribeIdentityUsageFuture) Get

type GetBulkPublishDetailsFuture

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

func (*GetBulkPublishDetailsFuture) Get

type GetCognitoEventsFuture

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

func (*GetCognitoEventsFuture) Get

type GetIdentityPoolConfigurationFuture

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

func (*GetIdentityPoolConfigurationFuture) Get

type ListDatasetsFuture

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

func (*ListDatasetsFuture) Get

type ListIdentityPoolUsageFuture

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

func (*ListIdentityPoolUsageFuture) Get

type ListRecordsFuture

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

func (*ListRecordsFuture) Get

type RegisterDeviceFuture

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

func (*RegisterDeviceFuture) Get

type SetCognitoEventsFuture

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

func (*SetCognitoEventsFuture) Get

type SetIdentityPoolConfigurationFuture

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

func (*SetIdentityPoolConfigurationFuture) Get

type SubscribeToDatasetFuture

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

func (*SubscribeToDatasetFuture) Get

type UnsubscribeFromDatasetFuture

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

func (*UnsubscribeFromDatasetFuture) Get

type UpdateRecordsFuture

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

func (*UpdateRecordsFuture) Get

Jump to

Keyboard shortcuts

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