See: Description
| Class | Description |
|---|---|
| Dataset |
A collection of data for an identity pool.
|
| DeleteDatasetRequest |
Deletes the specific dataset.
|
| DeleteDatasetResult |
Response to a successful DeleteDataset request.
|
| DescribeDatasetRequest |
Gets meta data about a dataset by identity and dataset name.
|
| DescribeDatasetResult |
Response to a successful DescribeDataset request.
|
| ListDatasetsRequest |
Lists datasets for an identity.
|
| ListDatasetsResult |
Returned for a successful ListDatasets request.
|
| ListRecordsRequest |
Gets paginated records, optionally changed after a particular sync count for
a dataset and identity.
|
| ListRecordsResult |
Returned for a successful ListRecordsRequest.
|
| Record |
The basic data structure of a dataset.
|
| RecordPatch |
An update operation for a record.
|
| RegisterDeviceRequest |
Registers a device to receive push sync notifications.
|
| RegisterDeviceResult |
Response to a RegisterDevice request.
|
| SubscribeToDatasetRequest |
Subscribes to receive notifications when a dataset is modified by another
device.
|
| SubscribeToDatasetResult |
Response to a SubscribeToDataset request.
|
| UnsubscribeFromDatasetRequest |
Unsubscribes from receiving notifications when a dataset is modified by
another device.
|
| UnsubscribeFromDatasetResult |
Response to an UnsubscribeFromDataset request.
|
| UpdateRecordsRequest |
Posts updates to records and adds and deletes records for a dataset and user.
|
| UpdateRecordsResult |
Returned for a successful UpdateRecordsRequest.
|
| Enum | Description |
|---|---|
| Operation |
Operation
|
| Platform |
Platform
|
| Exception | Description |
|---|---|
| InternalErrorException |
Indicates an internal service error.
|
| InvalidConfigurationException | |
| InvalidLambdaFunctionOutputException |
The AWS Lambda function returned invalid output or an exception.
|
| InvalidParameterException |
Thrown when a request parameter does not comply with the associated
constraints.
|
| LambdaThrottledException |
AWS Lambda throttled your account, please contact AWS Support
|
| LimitExceededException |
Thrown when the limit on the number of objects or operations has been
exceeded.
|
| NotAuthorizedException |
Thrown when a user is not authorized to access the requested resource.
|
| ResourceConflictException |
Thrown if an update can't be applied because the resource was changed by
another call and this would result in a conflict.
|
| ResourceNotFoundException |
Thrown if the resource doesn't exist.
|
| TooManyRequestsException |
Thrown if the request is throttled.
|
Copyright © 2018. All rights reserved.