Module Awso_cognito_sync.ValuesSource

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 ]
Sourcemodule Date : sig ... end
Sourcemodule Long : sig ... end
Sourcemodule RecordKey : sig ... end
Sourcemodule RecordValue : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule Operation : sig ... end
Sourcemodule ApplicationArn : sig ... end
Sourcemodule IdentityPoolId : sig ... end
Sourcemodule DatasetName : sig ... end
Sourcemodule IdentityId : sig ... end
Sourcemodule ExceptionMessage : sig ... end
Sourcemodule Record : sig ... end

The basic data structure of a dataset.

Sourcemodule RecordPatch : sig ... end

An update operation for a record.

Sourcemodule AssumeRoleArn : sig ... end
Sourcemodule StreamName : sig ... end
Sourcemodule StreamingStatus : sig ... end
Sourcemodule ApplicationArnList : sig ... end
Sourcemodule CognitoEventType : sig ... end
Sourcemodule LambdaFunctionArn : sig ... end
Sourcemodule IdentityPoolUsage : sig ... end

Usage information for the identity pool.

Sourcemodule Dataset : sig ... end

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.

Sourcemodule Integer : sig ... end
Sourcemodule InternalErrorException : sig ... end

Indicates an internal service error.

The AWS Lambda function returned invalid output or an exception.

Sourcemodule InvalidParameterException : sig ... end

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

Sourcemodule LambdaThrottledException : sig ... end

AWS Lambda throttled your account, please contact AWS Support

Sourcemodule LimitExceededException : sig ... end

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

Sourcemodule NotAuthorizedException : sig ... end

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

Sourcemodule RecordList : sig ... end
Sourcemodule ResourceConflictException : sig ... end

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

Sourcemodule ResourceNotFoundException : sig ... end

Thrown if the resource doesn't exist.

Sourcemodule TooManyRequestsException : sig ... end

Thrown if the request is throttled.

Sourcemodule ClientContext : sig ... end
Sourcemodule DeviceId : sig ... end
Sourcemodule RecordPatchList : sig ... end
Sourcemodule SyncSessionToken : sig ... end
Sourcemodule CognitoStreams : sig ... end

Configuration options for configure Cognito streams.

Thrown if there are parallel requests to modify a resource.

Sourcemodule PushSync : sig ... end

Configuration options to be applied to the identity pool.

Sourcemodule Events : sig ... end
Sourcemodule Platform : sig ... end
Sourcemodule PushToken : sig ... end
Sourcemodule Boolean : sig ... end
Sourcemodule MergedDatasetNameList : sig ... end
Sourcemodule IntegerString : sig ... end
Sourcemodule IdentityPoolUsageList : sig ... end
Sourcemodule DatasetList : sig ... end
Sourcemodule BulkPublishStatus : sig ... end
Sourcemodule IdentityUsage : sig ... end

Usage information for the identity.

Sourcemodule AlreadyStreamedException : sig ... end

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

Sourcemodule DuplicateRequestException : sig ... end

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

Sourcemodule UpdateRecordsResponse : sig ... end

Returned for a successful UpdateRecordsRequest.

Sourcemodule UpdateRecordsRequest : sig ... end

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.

Sourcemodule SubscribeToDatasetRequest : sig ... end

A request to SubscribeToDatasetRequest.

The output for the SetIdentityPoolConfiguration operation

The input for the SetIdentityPoolConfiguration operation.

Sourcemodule SetCognitoEventsRequest : sig ... end

A request to configure Cognito Events""

Sourcemodule RegisterDeviceResponse : sig ... end

Response to a RegisterDevice request.

Sourcemodule RegisterDeviceRequest : sig ... end

A request to RegisterDevice.

Sourcemodule ListRecordsResponse : sig ... end

Returned for a successful ListRecordsRequest.

Sourcemodule ListRecordsRequest : sig ... end

A request for a list of records.

Returned for a successful ListIdentityPoolUsage request.

A request for usage information on an identity pool.

Sourcemodule ListDatasetsResponse : sig ... end

Returned for a successful ListDatasets request.

Sourcemodule ListDatasetsRequest : sig ... end

Request for a list of datasets for an identity.

The output for the GetIdentityPoolConfiguration operation.

The input for the GetIdentityPoolConfiguration operation.

Sourcemodule GetCognitoEventsResponse : sig ... end

The response from the GetCognitoEvents request

Sourcemodule GetCognitoEventsRequest : sig ... end

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.

Response to a successful DescribeIdentityPoolUsage request.

A request for usage information about the identity pool.

Sourcemodule DescribeDatasetResponse : sig ... end

Response to a successful DescribeDataset request.

Sourcemodule DescribeDatasetRequest : sig ... end

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

Sourcemodule DeleteDatasetResponse : sig ... end

Response to a successful DeleteDataset request.

Sourcemodule DeleteDatasetRequest : sig ... end

A request to delete the specific dataset.

Sourcemodule BulkPublishResponse : sig ... end

The output for the BulkPublish operation.

Sourcemodule BulkPublishRequest : sig ... end

The input for the BulkPublish operation.