Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard

The input for the BulkPublish operation.

Link copied to clipboard

The output for the BulkPublish operation.

Link copied to clipboard
sealed class BulkPublishStatus
Link copied to clipboard

Configuration options for configure Cognito streams.

Link copied to clipboard

Base class for all service related exceptions thrown by the CognitoSync client

Link copied to clipboard

Thrown if there are parallel requests to modify a resource.

Link copied to clipboard
class Dataset

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.

Link copied to clipboard

A request to delete the specific dataset.

Link copied to clipboard

Response to a successful DeleteDataset request.

Link copied to clipboard

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

Link copied to clipboard

Response to a successful DescribeDataset request.

Link copied to clipboard

A request for usage information about the identity pool.

Link copied to clipboard

Response to a successful DescribeIdentityPoolUsage request.

Link copied to clipboard

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

Link copied to clipboard

The response to a successful DescribeIdentityUsage request.

Link copied to clipboard

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

Link copied to clipboard

The input for the GetBulkPublishDetails operation.

Link copied to clipboard

The output for the GetBulkPublishDetails operation.

Link copied to clipboard

A request for a list of the configured Cognito Events

Link copied to clipboard

The response from the GetCognitoEvents request

Link copied to clipboard

The input for the GetIdentityPoolConfiguration operation.

Link copied to clipboard

The output for the GetIdentityPoolConfiguration operation.

Link copied to clipboard

Usage information for the identity pool.

Link copied to clipboard

Usage information for the identity.

Link copied to clipboard

Indicates an internal service error.

Link copied to clipboard

The AWS Lambda function returned invalid output or an exception.

Link copied to clipboard

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

Link copied to clipboard

AWS Lambda throttled your account, please contact AWS Support

Link copied to clipboard

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

Link copied to clipboard

Request for a list of datasets for an identity.

Link copied to clipboard

Returned for a successful ListDatasets request.

Link copied to clipboard

A request for usage information on an identity pool.

Link copied to clipboard

Returned for a successful ListIdentityPoolUsage request.

Link copied to clipboard

A request for a list of records.

Link copied to clipboard

Returned for a successful ListRecordsRequest.

Link copied to clipboard

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

Link copied to clipboard
sealed class Operation
Link copied to clipboard
sealed class Platform
Link copied to clipboard
class PushSync

Configuration options to be applied to the identity pool.

Link copied to clipboard
class Record

The basic data structure of a dataset.

Link copied to clipboard

An update operation for a record.

Link copied to clipboard

A request to RegisterDevice.

Link copied to clipboard

Response to a RegisterDevice request.

Link copied to clipboard

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

Link copied to clipboard

Thrown if the resource doesn't exist.

Link copied to clipboard

A request to configure Cognito Events"

Link copied to clipboard
Link copied to clipboard

The input for the SetIdentityPoolConfiguration operation.

Link copied to clipboard

The output for the SetIdentityPoolConfiguration operation

Link copied to clipboard
sealed class StreamingStatus
Link copied to clipboard

A request to SubscribeToDatasetRequest.

Link copied to clipboard

Response to a SubscribeToDataset request.

Link copied to clipboard

Thrown if the request is throttled.

Link copied to clipboard

A request to UnsubscribeFromDataset.

Link copied to clipboard

Response to an UnsubscribeFromDataset request.

Link copied to clipboard

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

Link copied to clipboard

Returned for a successful UpdateRecordsRequest.