Documentation ¶
Index ¶
- type BulkPublishFuture
- type Client
- type DeleteDatasetFuture
- type DescribeDatasetFuture
- type DescribeIdentityPoolUsageFuture
- type DescribeIdentityUsageFuture
- type GetBulkPublishDetailsFuture
- type GetCognitoEventsFuture
- type GetIdentityPoolConfigurationFuture
- type ListDatasetsFuture
- type ListIdentityPoolUsageFuture
- type ListRecordsFuture
- type RegisterDeviceFuture
- type SetCognitoEventsFuture
- type SetIdentityPoolConfigurationFuture
- type SubscribeToDatasetFuture
- type UnsubscribeFromDatasetFuture
- type UpdateRecordsFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkPublishFuture ¶
func (*BulkPublishFuture) Get ¶
func (r *BulkPublishFuture) Get(ctx workflow.Context) (*cognitosync.BulkPublishOutput, error)
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 }
type DeleteDatasetFuture ¶
func (*DeleteDatasetFuture) Get ¶
func (r *DeleteDatasetFuture) Get(ctx workflow.Context) (*cognitosync.DeleteDatasetOutput, error)
type DescribeDatasetFuture ¶
type DescribeDatasetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDatasetFuture) Get ¶
func (r *DescribeDatasetFuture) Get(ctx workflow.Context) (*cognitosync.DescribeDatasetOutput, error)
type DescribeIdentityPoolUsageFuture ¶
type DescribeIdentityPoolUsageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeIdentityPoolUsageFuture) Get ¶
func (r *DescribeIdentityPoolUsageFuture) Get(ctx workflow.Context) (*cognitosync.DescribeIdentityPoolUsageOutput, error)
type DescribeIdentityUsageFuture ¶
type DescribeIdentityUsageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeIdentityUsageFuture) Get ¶
func (r *DescribeIdentityUsageFuture) Get(ctx workflow.Context) (*cognitosync.DescribeIdentityUsageOutput, error)
type GetBulkPublishDetailsFuture ¶
type GetBulkPublishDetailsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetBulkPublishDetailsFuture) Get ¶
func (r *GetBulkPublishDetailsFuture) Get(ctx workflow.Context) (*cognitosync.GetBulkPublishDetailsOutput, error)
type GetCognitoEventsFuture ¶
type GetCognitoEventsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCognitoEventsFuture) Get ¶
func (r *GetCognitoEventsFuture) Get(ctx workflow.Context) (*cognitosync.GetCognitoEventsOutput, error)
type GetIdentityPoolConfigurationFuture ¶
type GetIdentityPoolConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIdentityPoolConfigurationFuture) Get ¶
func (r *GetIdentityPoolConfigurationFuture) Get(ctx workflow.Context) (*cognitosync.GetIdentityPoolConfigurationOutput, error)
type ListDatasetsFuture ¶
func (*ListDatasetsFuture) Get ¶
func (r *ListDatasetsFuture) Get(ctx workflow.Context) (*cognitosync.ListDatasetsOutput, error)
type ListIdentityPoolUsageFuture ¶
type ListIdentityPoolUsageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListIdentityPoolUsageFuture) Get ¶
func (r *ListIdentityPoolUsageFuture) Get(ctx workflow.Context) (*cognitosync.ListIdentityPoolUsageOutput, error)
type ListRecordsFuture ¶
func (*ListRecordsFuture) Get ¶
func (r *ListRecordsFuture) Get(ctx workflow.Context) (*cognitosync.ListRecordsOutput, error)
type RegisterDeviceFuture ¶
func (*RegisterDeviceFuture) Get ¶
func (r *RegisterDeviceFuture) Get(ctx workflow.Context) (*cognitosync.RegisterDeviceOutput, error)
type SetCognitoEventsFuture ¶
type SetCognitoEventsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetCognitoEventsFuture) Get ¶
func (r *SetCognitoEventsFuture) Get(ctx workflow.Context) (*cognitosync.SetCognitoEventsOutput, error)
type SetIdentityPoolConfigurationFuture ¶
type SetIdentityPoolConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetIdentityPoolConfigurationFuture) Get ¶
func (r *SetIdentityPoolConfigurationFuture) Get(ctx workflow.Context) (*cognitosync.SetIdentityPoolConfigurationOutput, error)
type SubscribeToDatasetFuture ¶
type SubscribeToDatasetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SubscribeToDatasetFuture) Get ¶
func (r *SubscribeToDatasetFuture) Get(ctx workflow.Context) (*cognitosync.SubscribeToDatasetOutput, error)
type UnsubscribeFromDatasetFuture ¶
type UnsubscribeFromDatasetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UnsubscribeFromDatasetFuture) Get ¶
func (r *UnsubscribeFromDatasetFuture) Get(ctx workflow.Context) (*cognitosync.UnsubscribeFromDatasetOutput, error)
type UpdateRecordsFuture ¶
func (*UpdateRecordsFuture) Get ¶
func (r *UpdateRecordsFuture) Get(ctx workflow.Context) (*cognitosync.UpdateRecordsOutput, error)
Click to show internal directories.
Click to hide internal directories.