Module Awso_cognito_sync_eioSource

Sourceval set_cognito_events : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_cognito_sync.Values.SetCognitoEventsRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_cognito_sync.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

The basic data structure of a dataset.

An update operation for a record.

Usage information for the identity pool.

A collection of data for an identity pool. An identity pool can have multiple datasets. A dataset is per identity and can be general or associated with a particular entity in an application (like a saved game). Datasets are automatically created if they don't exist. Data is synced by dataset, and a dataset can hold up to 1MB of key-value pairs.

Indicates an internal service error.

Sourcemodule InvalidLambdaFunctionOutputException = Awso_cognito_sync.Values.InvalidLambdaFunctionOutputException

The AWS Lambda function returned invalid output or an exception.

Thrown when a request parameter does not comply with the associated constraints.

AWS Lambda throttled your account, please contact AWS Support

Thrown when the limit on the number of objects or operations has been exceeded.

Thrown when a user is not authorized to access the requested resource.

Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict.

Thrown if the resource doesn't exist.

Thrown if the request is throttled.

Configuration options for configure Cognito streams.

Thrown if there are parallel requests to modify a resource.

Configuration options to be applied to the identity pool.

Usage information for the identity.

An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.

An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.

Returned for a successful UpdateRecordsRequest.

A request to post updates to records or add and delete records for a dataset and user.

Response to an UnsubscribeFromDataset request.

A request to UnsubscribeFromDataset.

Response to a SubscribeToDataset request.

A request to SubscribeToDatasetRequest.

Sourcemodule SetIdentityPoolConfigurationResponse = Awso_cognito_sync.Values.SetIdentityPoolConfigurationResponse

The output for the SetIdentityPoolConfiguration operation

Sourcemodule SetIdentityPoolConfigurationRequest = Awso_cognito_sync.Values.SetIdentityPoolConfigurationRequest

The input for the SetIdentityPoolConfiguration operation.

A request to configure Cognito Events""

Response to a RegisterDevice request.

A request to RegisterDevice.

Returned for a successful ListRecordsRequest.

A request for a list of records.

Returned for a successful ListIdentityPoolUsage request.

A request for usage information on an identity pool.

Returned for a successful ListDatasets request.

Request for a list of datasets for an identity.

Sourcemodule GetIdentityPoolConfigurationResponse = Awso_cognito_sync.Values.GetIdentityPoolConfigurationResponse

The output for the GetIdentityPoolConfiguration operation.

Sourcemodule GetIdentityPoolConfigurationRequest = Awso_cognito_sync.Values.GetIdentityPoolConfigurationRequest

The input for the GetIdentityPoolConfiguration operation.

The response from the GetCognitoEvents request

A request for a list of the configured Cognito Events

The output for the GetBulkPublishDetails operation.

The input for the GetBulkPublishDetails operation.

The response to a successful DescribeIdentityUsage request.

A request for information about the usage of an identity pool.

Sourcemodule DescribeIdentityPoolUsageResponse = Awso_cognito_sync.Values.DescribeIdentityPoolUsageResponse

Response to a successful DescribeIdentityPoolUsage request.

Sourcemodule DescribeIdentityPoolUsageRequest = Awso_cognito_sync.Values.DescribeIdentityPoolUsageRequest

A request for usage information about the identity pool.

Response to a successful DescribeDataset request.

A request for meta data about a dataset (creation date, number of records, size) by owner and dataset name.

Response to a successful DeleteDataset request.

A request to delete the specific dataset.

The output for the BulkPublish operation.

The input for the BulkPublish operation.