All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.cognito-sync-2014-06-30-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Cognito Sync module holds the client classes that are used for communicating with Amazon Cognito Sync Service

There is a newer version: 1.11.7
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-06-30",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "rest-json",
    "checksumFormat" : null,
    "documentation" : "Amazon Cognito Sync 

Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of application-related user data. High-level client libraries are available for both iOS and Android. You can use these libraries to persist data locally so that it's available even if the device is offline. Developer credentials don't need to be stored on the mobile device to access the service. You can use Amazon Cognito to obtain a normalized user ID and credentials. User data is persisted in a dataset that can store up to 1 MB of key-value pairs, and you can have up to 20 datasets per user identity.

With Amazon Cognito Sync, the data stored for each identity is accessible only to credentials assigned to that identity. In order to use the Cognito Sync service, you need to make API calls using credentials retrieved with Amazon Cognito Identity service.

If you want to use Cognito Sync in an Android or iOS application, you will probably want to make API calls via the AWS Mobile SDK. To learn more, see the Developer Guide for Android and the Developer Guide for iOS.

", "defaultEndpoint" : "https://cognito-sync.us-east-1.amazonaws.com/", "defaultEndpointWithoutHttpProtocol" : "cognito-sync.us-east-1.amazonaws.com/", "syncInterface" : "AmazonCognitoSync", "syncClient" : "AmazonCognitoSyncClient", "asyncInterface" : "AmazonCognitoSyncAsync", "asyncClient" : "AmazonCognitoSyncAsyncClient", "packageName" : "com.amazonaws.services.cognitosync", "packagePath" : "com/amazonaws/services/cognitosync", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Cognito Sync", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "cognito-sync", "signingName" : "cognito-sync", "serviceName" : "Amazon Cognito Sync", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller", "xmlProtocol" : false, "jsonProtocol" : true }, "operations" : { "BulkPublish" : { "documentation" : "

Initiates a bulk publish of all existing datasets for an Identity Pool to the configured stream. Customers are limited to one successful bulk publish per 24 hours. Bulk publish is an asynchronous request, customers can see the status of the request via the GetBulkPublishDetails operation.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "BulkPublish", "deprecated" : false, "input" : { "variableName" : "bulkPublishRequest", "variableType" : "BulkPublishRequest", "variableDeclarationType" : "BulkPublishRequest", "documentation" : "The input for the BulkPublish operation.", "simpleType" : "BulkPublishRequest", "variableSetterType" : "BulkPublishRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BulkPublishResult", "documentation" : "The output for the BulkPublish operation." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "DuplicateRequestException", "documentation" : "An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool." }, { "exceptionName" : "AlreadyStreamedException", "documentation" : "An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "BulkPublishResult", "asyncReturnType" : "BulkPublishResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "bulkPublish" }, "DeleteDataset" : { "documentation" : "

Deletes the specific dataset. The dataset will be deleted permanently, and the action can't be undone. Datasets that this dataset was merged with will no longer report the merge. Any subsequent operation on this dataset will result in a ResourceNotFoundException.

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.

", "operationName" : "DeleteDataset", "deprecated" : false, "input" : { "variableName" : "deleteDatasetRequest", "variableType" : "DeleteDatasetRequest", "variableDeclarationType" : "DeleteDatasetRequest", "documentation" : "A request to delete the specific dataset.", "simpleType" : "DeleteDatasetRequest", "variableSetterType" : "DeleteDatasetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDatasetResult", "documentation" : "Response to a successful DeleteDataset request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDatasetResult", "asyncReturnType" : "DeleteDatasetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDataset" }, "DescribeDataset" : { "documentation" : "

Gets meta data about a dataset by identity and dataset name. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.

", "operationName" : "DescribeDataset", "deprecated" : false, "input" : { "variableName" : "describeDatasetRequest", "variableType" : "DescribeDatasetRequest", "variableDeclarationType" : "DescribeDatasetRequest", "documentation" : "A request for meta data about a dataset (creation date, number of records, size) by owner and dataset name.", "simpleType" : "DescribeDatasetRequest", "variableSetterType" : "DescribeDatasetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDatasetResult", "documentation" : "Response to a successful DescribeDataset request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDatasetResult", "asyncReturnType" : "DescribeDatasetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDataset" }, "DescribeIdentityPoolUsage" : { "documentation" : "

Gets usage details (for example, data storage) about a particular identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "DescribeIdentityPoolUsage", "deprecated" : false, "input" : { "variableName" : "describeIdentityPoolUsageRequest", "variableType" : "DescribeIdentityPoolUsageRequest", "variableDeclarationType" : "DescribeIdentityPoolUsageRequest", "documentation" : "A request for usage information about the identity pool.", "simpleType" : "DescribeIdentityPoolUsageRequest", "variableSetterType" : "DescribeIdentityPoolUsageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeIdentityPoolUsageResult", "documentation" : "Response to a successful DescribeIdentityPoolUsage request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeIdentityPoolUsageResult", "asyncReturnType" : "DescribeIdentityPoolUsageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeIdentityPoolUsage" }, "DescribeIdentityUsage" : { "documentation" : "

Gets usage information for an identity, including number of datasets and data usage.

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.

", "operationName" : "DescribeIdentityUsage", "deprecated" : false, "input" : { "variableName" : "describeIdentityUsageRequest", "variableType" : "DescribeIdentityUsageRequest", "variableDeclarationType" : "DescribeIdentityUsageRequest", "documentation" : "A request for information about the usage of an identity pool.", "simpleType" : "DescribeIdentityUsageRequest", "variableSetterType" : "DescribeIdentityUsageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeIdentityUsageResult", "documentation" : "The response to a successful DescribeIdentityUsage request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeIdentityUsageResult", "asyncReturnType" : "DescribeIdentityUsageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeIdentityUsage" }, "GetBulkPublishDetails" : { "documentation" : "

Get the status of the last BulkPublish operation for an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "GetBulkPublishDetails", "deprecated" : false, "input" : { "variableName" : "getBulkPublishDetailsRequest", "variableType" : "GetBulkPublishDetailsRequest", "variableDeclarationType" : "GetBulkPublishDetailsRequest", "documentation" : "The input for the GetBulkPublishDetails operation.", "simpleType" : "GetBulkPublishDetailsRequest", "variableSetterType" : "GetBulkPublishDetailsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetBulkPublishDetailsResult", "documentation" : "The output for the GetBulkPublishDetails operation." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetBulkPublishDetailsResult", "asyncReturnType" : "GetBulkPublishDetailsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getBulkPublishDetails" }, "GetCognitoEvents" : { "documentation" : "

Gets the events and the corresponding Lambda functions associated with an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "GetCognitoEvents", "deprecated" : false, "input" : { "variableName" : "getCognitoEventsRequest", "variableType" : "GetCognitoEventsRequest", "variableDeclarationType" : "GetCognitoEventsRequest", "documentation" : "

A request for a list of the configured Cognito Events

", "simpleType" : "GetCognitoEventsRequest", "variableSetterType" : "GetCognitoEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetCognitoEventsResult", "documentation" : "

The response from the GetCognitoEvents request

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetCognitoEventsResult", "asyncReturnType" : "GetCognitoEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getCognitoEvents" }, "GetIdentityPoolConfiguration" : { "documentation" : "

Gets the configuration settings of an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "GetIdentityPoolConfiguration", "deprecated" : false, "input" : { "variableName" : "getIdentityPoolConfigurationRequest", "variableType" : "GetIdentityPoolConfigurationRequest", "variableDeclarationType" : "GetIdentityPoolConfigurationRequest", "documentation" : "

The input for the GetIdentityPoolConfiguration operation.

", "simpleType" : "GetIdentityPoolConfigurationRequest", "variableSetterType" : "GetIdentityPoolConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIdentityPoolConfigurationResult", "documentation" : "

The output for the GetIdentityPoolConfiguration operation.

" }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "GetIdentityPoolConfigurationResult", "asyncReturnType" : "GetIdentityPoolConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "getIdentityPoolConfiguration" }, "ListDatasets" : { "documentation" : "

Lists datasets for an identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.

ListDatasets can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use the Cognito Identity credentials to make this API call.

", "operationName" : "ListDatasets", "deprecated" : false, "input" : { "variableName" : "listDatasetsRequest", "variableType" : "ListDatasetsRequest", "variableDeclarationType" : "ListDatasetsRequest", "documentation" : "Request for a list of datasets for an identity.", "simpleType" : "ListDatasetsRequest", "variableSetterType" : "ListDatasetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDatasetsResult", "documentation" : "Returned for a successful ListDatasets request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListDatasetsResult", "asyncReturnType" : "ListDatasetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listDatasets" }, "ListIdentityPoolUsage" : { "documentation" : "

Gets a list of identity pools registered with Cognito.

ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.

", "operationName" : "ListIdentityPoolUsage", "deprecated" : false, "input" : { "variableName" : "listIdentityPoolUsageRequest", "variableType" : "ListIdentityPoolUsageRequest", "variableDeclarationType" : "ListIdentityPoolUsageRequest", "documentation" : "A request for usage information on an identity pool.", "simpleType" : "ListIdentityPoolUsageRequest", "variableSetterType" : "ListIdentityPoolUsageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListIdentityPoolUsageResult", "documentation" : "Returned for a successful ListIdentityPoolUsage request." }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListIdentityPoolUsageResult", "asyncReturnType" : "ListIdentityPoolUsageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listIdentityPoolUsage" }, "ListRecords" : { "documentation" : "

Gets paginated records, optionally changed after a particular sync count for a dataset and identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.

ListRecords can be called with temporary user credentials provided by Cognito Identity or with developer credentials. You should use Cognito Identity credentials to make this API call.

", "operationName" : "ListRecords", "deprecated" : false, "input" : { "variableName" : "listRecordsRequest", "variableType" : "ListRecordsRequest", "variableDeclarationType" : "ListRecordsRequest", "documentation" : "A request for a list of records.", "simpleType" : "ListRecordsRequest", "variableSetterType" : "ListRecordsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListRecordsResult", "documentation" : "Returned for a successful ListRecordsRequest." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListRecordsResult", "asyncReturnType" : "ListRecordsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listRecords" }, "RegisterDevice" : { "documentation" : "

Registers a device to receive push sync notifications.

This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.

", "operationName" : "RegisterDevice", "deprecated" : false, "input" : { "variableName" : "registerDeviceRequest", "variableType" : "RegisterDeviceRequest", "variableDeclarationType" : "RegisterDeviceRequest", "documentation" : "

A request to RegisterDevice.

", "simpleType" : "RegisterDeviceRequest", "variableSetterType" : "RegisterDeviceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterDeviceResult", "documentation" : "

Response to a RegisterDevice request.

" }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "InvalidConfigurationException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "RegisterDeviceResult", "asyncReturnType" : "RegisterDeviceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "registerDevice" }, "SetCognitoEvents" : { "documentation" : "

Sets the AWS Lambda function for a given event type for an identity pool. This request only updates the key/value pair specified. Other key/values pairs are not updated. To remove a key value pair, pass a empty value for the particular key.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "SetCognitoEvents", "deprecated" : false, "input" : { "variableName" : "setCognitoEventsRequest", "variableType" : "SetCognitoEventsRequest", "variableDeclarationType" : "SetCognitoEventsRequest", "documentation" : "

A request to configure Cognito Events\"

\"", "simpleType" : "SetCognitoEventsRequest", "variableSetterType" : "SetCognitoEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetCognitoEventsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "SetCognitoEventsResult", "asyncReturnType" : "SetCognitoEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "setCognitoEvents" }, "SetIdentityPoolConfiguration" : { "documentation" : "

Sets the necessary configuration for push sync.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

", "operationName" : "SetIdentityPoolConfiguration", "deprecated" : false, "input" : { "variableName" : "setIdentityPoolConfigurationRequest", "variableType" : "SetIdentityPoolConfigurationRequest", "variableDeclarationType" : "SetIdentityPoolConfigurationRequest", "documentation" : "

The input for the SetIdentityPoolConfiguration operation.

", "simpleType" : "SetIdentityPoolConfigurationRequest", "variableSetterType" : "SetIdentityPoolConfigurationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetIdentityPoolConfigurationResult", "documentation" : "

The output for the SetIdentityPoolConfiguration operation

" }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Thrown if there are parallel requests to modify a resource.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "SetIdentityPoolConfigurationResult", "asyncReturnType" : "SetIdentityPoolConfigurationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "setIdentityPoolConfiguration" }, "SubscribeToDataset" : { "documentation" : "

Subscribes to receive notifications when a dataset is modified by another device.

This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.

", "operationName" : "SubscribeToDataset", "deprecated" : false, "input" : { "variableName" : "subscribeToDatasetRequest", "variableType" : "SubscribeToDatasetRequest", "variableDeclarationType" : "SubscribeToDatasetRequest", "documentation" : "

A request to SubscribeToDatasetRequest.

", "simpleType" : "SubscribeToDatasetRequest", "variableSetterType" : "SubscribeToDatasetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SubscribeToDatasetResult", "documentation" : "

Response to a SubscribeToDataset request.

" }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "InvalidConfigurationException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "SubscribeToDatasetResult", "asyncReturnType" : "SubscribeToDatasetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "subscribeToDataset" }, "UnsubscribeFromDataset" : { "documentation" : "

Unsubscribes from receiving notifications when a dataset is modified by another device.

This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.

", "operationName" : "UnsubscribeFromDataset", "deprecated" : false, "input" : { "variableName" : "unsubscribeFromDatasetRequest", "variableType" : "UnsubscribeFromDatasetRequest", "variableDeclarationType" : "UnsubscribeFromDatasetRequest", "documentation" : "

A request to UnsubscribeFromDataset.

", "simpleType" : "UnsubscribeFromDatasetRequest", "variableSetterType" : "UnsubscribeFromDatasetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UnsubscribeFromDatasetResult", "documentation" : "

Response to an UnsubscribeFromDataset request.

" }, "exceptions" : [ { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." }, { "exceptionName" : "InvalidConfigurationException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "UnsubscribeFromDatasetResult", "asyncReturnType" : "UnsubscribeFromDatasetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "unsubscribeFromDataset" }, "UpdateRecords" : { "documentation" : "

Posts updates to records and adds and deletes records for a dataset and user.

The sync count in the record patch is your last known sync count for that record. The server will reject an UpdateRecords request with a ResourceConflictException if you try to patch a record with a new value but a stale sync count.

For example, if the sync count on the server is 5 for a key called highScore and you try and submit a new highScore with sync count of 4, the request will be rejected. To obtain the current sync count for a record, call ListRecords. On a successful update of the record, the response returns the new sync count for that record. You should present that sync count the next time you try to update that same record. When the record does not exist, specify the sync count as 0.

This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.

", "operationName" : "UpdateRecords", "deprecated" : false, "input" : { "variableName" : "updateRecordsRequest", "variableType" : "UpdateRecordsRequest", "variableDeclarationType" : "UpdateRecordsRequest", "documentation" : "A request to post updates to records or add and delete records for a dataset and user.", "simpleType" : "UpdateRecordsRequest", "variableSetterType" : "UpdateRecordsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateRecordsResult", "documentation" : "Returned for a successful UpdateRecordsRequest." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints." }, { "exceptionName" : "LimitExceededException", "documentation" : "Thrown when the limit on the number of objects or operations has been exceeded." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict." }, { "exceptionName" : "InvalidLambdaFunctionOutputException", "documentation" : "

The AWS Lambda function returned invalid output or an exception.

" }, { "exceptionName" : "LambdaThrottledException", "documentation" : "

AWS Lambda throttled your account, please contact AWS Support

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Indicates an internal service error." } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "UpdateRecordsResult", "asyncReturnType" : "UpdateRecordsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "updateRecords" } }, "shapes" : { "Operation" : { "c2jName" : "Operation", "documentation" : "", "shapeName" : "Operation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Replace", "value" : "replace" }, { "name" : "Remove", "value" : "remove" } ], "variable" : { "variableName" : "operation", "variableType" : "Operation", "variableDeclarationType" : "Operation", "documentation" : null, "simpleType" : "Operation", "variableSetterType" : "Operation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDatasetRequest" : { "c2jName" : "DescribeDatasetRequest", "documentation" : "A request for meta data about a dataset (creation date, number of records, size) by owner and dataset name.", "shapeName" : "DescribeDatasetRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDatasetRequest", "variableType" : "DescribeDatasetRequest", "variableDeclarationType" : "DescribeDatasetRequest", "documentation" : null, "simpleType" : "DescribeDatasetRequest", "variableSetterType" : "DescribeDatasetRequest" }, "marshaller" : { "action" : "DescribeDataset", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCognitoEventsRequest" : { "c2jName" : "GetCognitoEventsRequest", "documentation" : "

A request for a list of the configured Cognito Events

", "shapeName" : "GetCognitoEventsRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Cognito Identity Pool ID for the request

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Cognito Identity Pool ID for the request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request*/", "getterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@return The Cognito Identity Pool ID for the request*/", "fluentSetterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCognitoEventsRequest", "variableType" : "GetCognitoEventsRequest", "variableDeclarationType" : "GetCognitoEventsRequest", "documentation" : null, "simpleType" : "GetCognitoEventsRequest", "variableSetterType" : "GetCognitoEventsRequest" }, "marshaller" : { "action" : "GetCognitoEvents", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/events", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

The Cognito Identity Pool ID for the request

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Cognito Identity Pool ID for the request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request*/", "getterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@return The Cognito Identity Pool ID for the request*/", "fluentSetterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Identity Pool ID for the request

\n@param identityPoolId The Cognito Identity Pool ID for the request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListRecordsRequest" : { "c2jName" : "ListRecordsRequest", "documentation" : "A request for a list of records.", "shapeName" : "ListRecordsRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The last server sync count for this record.", "name" : "LastSyncCount", "c2jName" : "LastSyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "lastSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The last server sync count for this record.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "lastSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastSyncCount", "marshallLocationName" : "lastSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.*/", "getterDocumentation" : "/**The last server sync count for this record.\n@return The last server sync count for this record.*/", "fluentSetterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A token containing a session ID, identity ID, and expiration.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "SyncSessionToken", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A token containing a session ID, identity ID, and expiration.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "syncSessionToken", "marshallLocationName" : "syncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.*/", "getterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@return A token containing a session ID, identity ID, and expiration.*/", "fluentSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listRecordsRequest", "variableType" : "ListRecordsRequest", "variableDeclarationType" : "ListRecordsRequest", "documentation" : null, "simpleType" : "ListRecordsRequest", "variableSetterType" : "ListRecordsRequest" }, "marshaller" : { "action" : "ListRecords", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/records", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SyncSessionToken" : { "documentation" : "A token containing a session ID, identity ID, and expiration.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "SyncSessionToken", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A token containing a session ID, identity ID, and expiration.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "syncSessionToken", "marshallLocationName" : "syncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.*/", "getterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@return A token containing a session ID, identity ID, and expiration.*/", "fluentSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastSyncCount" : { "documentation" : "The last server sync count for this record.", "name" : "LastSyncCount", "c2jName" : "LastSyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "lastSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The last server sync count for this record.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "lastSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastSyncCount", "marshallLocationName" : "lastSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.*/", "getterDocumentation" : "/**The last server sync count for this record.\n@return The last server sync count for this record.*/", "fluentSetterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last server sync count for this record.\n@param lastSyncCount The last server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterDeviceRequest" : { "c2jName" : "RegisterDeviceRequest", "documentation" : "

A request to RegisterDevice.

", "shapeName" : "RegisterDeviceRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "Platform", "Token" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.*/", "getterDocumentation" : "/**

The unique ID for this identity.

\n@return The unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

", "name" : "Platform", "c2jName" : "Platform", "c2jShape" : "Platform", "variable" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Platform", "marshallLocationName" : "Platform", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Platform", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@see Platform*/", "getterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@return The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@see Platform*/", "fluentSetterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform*/", "varargSetterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform*/" }, { "documentation" : "

The push token.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "PushToken", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The push token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The push token.

\n@param token The push token.*/", "getterDocumentation" : "/**

The push token.

\n@return The push token.*/", "fluentSetterDocumentation" : "/**

The push token.

\n@param token The push token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The push token.

\n@param token The push token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerDeviceRequest", "variableType" : "RegisterDeviceRequest", "variableDeclarationType" : "RegisterDeviceRequest", "documentation" : null, "simpleType" : "RegisterDeviceRequest", "variableSetterType" : "RegisterDeviceRequest" }, "marshaller" : { "action" : "RegisterDevice", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identity/{IdentityId}/device", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

The unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.*/", "getterDocumentation" : "/**

The unique ID for this identity.

\n@return The unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID for this identity.

\n@param identityId The unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Token" : { "documentation" : "

The push token.

", "name" : "Token", "c2jName" : "Token", "c2jShape" : "PushToken", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The push token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Token", "marshallLocationName" : "Token", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The push token.

\n@param token The push token.*/", "getterDocumentation" : "/**

The push token.

\n@return The push token.*/", "fluentSetterDocumentation" : "/**

The push token.

\n@param token The push token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The push token.

\n@param token The push token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Platform" : { "documentation" : "

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

", "name" : "Platform", "c2jName" : "Platform", "c2jShape" : "Platform", "variable" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "platform", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Platform", "marshallLocationName" : "Platform", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Platform", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@see Platform*/", "getterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@return The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@see Platform*/", "fluentSetterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform*/", "varargSetterDocumentation" : "/**

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

\n@param platform The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform*/" } } }, "SetCognitoEventsRequest" : { "c2jName" : "SetCognitoEventsRequest", "documentation" : "

A request to configure Cognito Events\"

\"", "shapeName" : "SetCognitoEventsRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "Events" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Cognito Identity Pool to use when configuring Cognito Events

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Cognito Identity Pool to use when configuring Cognito Events

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events*/", "getterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@return The Cognito Identity Pool to use when configuring Cognito Events*/", "fluentSetterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The events to configure

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "Events", "variable" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The events to configure

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "LambdaFunctionArn", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The events to configure

\n@param events The events to configure*/", "getterDocumentation" : "/**

The events to configure

\n@return The events to configure*/", "fluentSetterDocumentation" : "/**

The events to configure

\n@param events The events to configure\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The events to configure

\n@param events The events to configure\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setCognitoEventsRequest", "variableType" : "SetCognitoEventsRequest", "variableDeclarationType" : "SetCognitoEventsRequest", "documentation" : null, "simpleType" : "SetCognitoEventsRequest", "variableSetterType" : "SetCognitoEventsRequest" }, "marshaller" : { "action" : "SetCognitoEvents", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/events", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

The Cognito Identity Pool to use when configuring Cognito Events

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Cognito Identity Pool to use when configuring Cognito Events

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events*/", "getterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@return The Cognito Identity Pool to use when configuring Cognito Events*/", "fluentSetterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Identity Pool to use when configuring Cognito Events

\n@param identityPoolId The Cognito Identity Pool to use when configuring Cognito Events\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Events" : { "documentation" : "

The events to configure

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "Events", "variable" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The events to configure

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "LambdaFunctionArn", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The events to configure

\n@param events The events to configure*/", "getterDocumentation" : "/**

The events to configure

\n@return The events to configure*/", "fluentSetterDocumentation" : "/**

The events to configure

\n@param events The events to configure\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The events to configure

\n@param events The events to configure\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidConfigurationException" : { "c2jName" : "InvalidConfigurationException", "documentation" : "", "shapeName" : "InvalidConfigurationException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidConfigurationException", "variableType" : "InvalidConfigurationException", "variableDeclarationType" : "InvalidConfigurationException", "documentation" : null, "simpleType" : "InvalidConfigurationException", "variableSetterType" : "InvalidConfigurationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidConfigurationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnsubscribeFromDatasetRequest" : { "c2jName" : "UnsubscribeFromDatasetRequest", "documentation" : "

A request to UnsubscribeFromDataset.

", "shapeName" : "UnsubscribeFromDatasetRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName", "DeviceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.*/", "getterDocumentation" : "/**

Unique ID for this identity.

\n@return Unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the dataset from which to unsubcribe.

", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dataset from which to unsubcribe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.*/", "getterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@return The name of the dataset from which to unsubcribe.*/", "fluentSetterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "unsubscribeFromDatasetRequest", "variableType" : "UnsubscribeFromDatasetRequest", "variableDeclarationType" : "UnsubscribeFromDatasetRequest", "documentation" : null, "simpleType" : "UnsubscribeFromDatasetRequest", "variableSetterType" : "UnsubscribeFromDatasetRequest" }, "marshaller" : { "action" : "UnsubscribeFromDataset", "verb" : "DELETE", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeviceId" : { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "

Unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.*/", "getterDocumentation" : "/**

Unique ID for this identity.

\n@return Unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "

The name of the dataset from which to unsubcribe.

", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dataset from which to unsubcribe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.*/", "getterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@return The name of the dataset from which to unsubcribe.*/", "fluentSetterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dataset from which to unsubcribe.

\n@param datasetName The name of the dataset from which to unsubcribe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeIdentityPoolUsageRequest" : { "c2jName" : "DescribeIdentityPoolUsageRequest", "documentation" : "A request for usage information about the identity pool.", "shapeName" : "DescribeIdentityPoolUsageRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityPoolUsageRequest", "variableType" : "DescribeIdentityPoolUsageRequest", "variableDeclarationType" : "DescribeIdentityPoolUsageRequest", "documentation" : null, "simpleType" : "DescribeIdentityPoolUsageRequest", "variableSetterType" : "DescribeIdentityPoolUsageRequest" }, "marshaller" : { "action" : "DescribeIdentityPoolUsage", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NotAuthorizedException" : { "c2jName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource.", "shapeName" : "NotAuthorizedException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "notAuthorizedException", "variableType" : "NotAuthorizedException", "variableDeclarationType" : "NotAuthorizedException", "documentation" : null, "simpleType" : "NotAuthorizedException", "variableSetterType" : "NotAuthorizedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NotAuthorizedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubscribeToDatasetRequest" : { "c2jName" : "SubscribeToDatasetRequest", "documentation" : "

A request to SubscribeToDatasetRequest.

", "shapeName" : "SubscribeToDatasetRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName", "DeviceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.*/", "getterDocumentation" : "/**

Unique ID for this identity.

\n@return Unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the dataset to subcribe to.

", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dataset to subcribe to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.*/", "getterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@return The name of the dataset to subcribe to.*/", "fluentSetterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subscribeToDatasetRequest", "variableType" : "SubscribeToDatasetRequest", "variableDeclarationType" : "SubscribeToDatasetRequest", "documentation" : null, "simpleType" : "SubscribeToDatasetRequest", "variableSetterType" : "SubscribeToDatasetRequest" }, "marshaller" : { "action" : "SubscribeToDataset", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}/subscriptions/{DeviceId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeviceId" : { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "

Unique ID for this identity.

", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Unique ID for this identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.*/", "getterDocumentation" : "/**

Unique ID for this identity.

\n@return Unique ID for this identity.*/", "fluentSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Unique ID for this identity.

\n@param identityId Unique ID for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "

The name of the dataset to subcribe to.

", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the dataset to subcribe to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.*/", "getterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@return The name of the dataset to subcribe to.*/", "fluentSetterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the dataset to subcribe to.

\n@param datasetName The name of the dataset to subcribe to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "Thrown when the limit on the number of objects or operations has been exceeded.", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeIdentityPoolUsageResult" : { "c2jName" : "DescribeIdentityPoolUsageResponse", "documentation" : "Response to a successful DescribeIdentityPoolUsage request.", "shapeName" : "DescribeIdentityPoolUsageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Information about the usage of the identity pool.", "name" : "IdentityPoolUsage", "c2jName" : "IdentityPoolUsage", "c2jShape" : "IdentityPoolUsage", "variable" : { "variableName" : "identityPoolUsage", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "Information about the usage of the identity pool.", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "setterModel" : { "variableName" : "identityPoolUsage", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "getterModel" : { "returnType" : "IdentityPoolUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolUsage", "marshallLocationName" : "IdentityPoolUsage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.*/", "getterDocumentation" : "/**Information about the usage of the identity pool.\n@return Information about the usage of the identity pool.*/", "fluentSetterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityPoolUsageResult", "variableType" : "DescribeIdentityPoolUsageResult", "variableDeclarationType" : "DescribeIdentityPoolUsageResult", "documentation" : null, "simpleType" : "DescribeIdentityPoolUsageResult", "variableSetterType" : "DescribeIdentityPoolUsageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolUsage" : { "documentation" : "Information about the usage of the identity pool.", "name" : "IdentityPoolUsage", "c2jName" : "IdentityPoolUsage", "c2jShape" : "IdentityPoolUsage", "variable" : { "variableName" : "identityPoolUsage", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "Information about the usage of the identity pool.", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "setterModel" : { "variableName" : "identityPoolUsage", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "getterModel" : { "returnType" : "IdentityPoolUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolUsage", "marshallLocationName" : "IdentityPoolUsage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.*/", "getterDocumentation" : "/**Information about the usage of the identity pool.\n@return Information about the usage of the identity pool.*/", "fluentSetterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information about the usage of the identity pool.\n@param identityPoolUsage Information about the usage of the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceConflictException" : { "c2jName" : "ResourceConflictException", "documentation" : "Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict.", "shapeName" : "ResourceConflictException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceConflictException", "variableType" : "ResourceConflictException", "variableDeclarationType" : "ResourceConflictException", "documentation" : null, "simpleType" : "ResourceConflictException", "variableSetterType" : "ResourceConflictException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RecordPatch" : { "c2jName" : "RecordPatch", "documentation" : "An update operation for a record.", "shapeName" : "RecordPatch", "deprecated" : false, "required" : [ "Op", "Key", "SyncCount" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An operation, either replace or remove.", "name" : "Op", "c2jName" : "Op", "c2jShape" : "Operation", "variable" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An operation, either replace or remove.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Op", "marshallLocationName" : "Op", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Operation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@see Operation*/", "getterDocumentation" : "/**An operation, either replace or remove.\n@return An operation, either replace or remove.\n@see Operation*/", "fluentSetterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Operation*/", "varargSetterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Operation*/" }, { "documentation" : "The key associated with the record patch.", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The key associated with the record patch.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.*/", "getterDocumentation" : "/**The key associated with the record patch.\n@return The key associated with the record patch.*/", "fluentSetterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value associated with the record patch.", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value associated with the record patch.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.*/", "getterDocumentation" : "/**The value associated with the record patch.\n@return The value associated with the record patch.*/", "fluentSetterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Last known server sync count for this record. Set to 0 if unknown.", "name" : "SyncCount", "c2jName" : "SyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Last known server sync count for this record. Set to 0 if unknown.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncCount", "marshallLocationName" : "SyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.*/", "getterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@return Last known server sync count for this record. Set to 0 if unknown.*/", "fluentSetterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The last modified date of the client device.", "name" : "DeviceLastModifiedDate", "c2jName" : "DeviceLastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The last modified date of the client device.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceLastModifiedDate", "marshallLocationName" : "DeviceLastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.*/", "getterDocumentation" : "/**The last modified date of the client device.\n@return The last modified date of the client device.*/", "fluentSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recordPatch", "variableType" : "RecordPatch", "variableDeclarationType" : "RecordPatch", "documentation" : null, "simpleType" : "RecordPatch", "variableSetterType" : "RecordPatch" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "The value associated with the record patch.", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value associated with the record patch.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.*/", "getterDocumentation" : "/**The value associated with the record patch.\n@return The value associated with the record patch.*/", "fluentSetterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value associated with the record patch.\n@param value The value associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "The key associated with the record patch.", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The key associated with the record patch.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.*/", "getterDocumentation" : "/**The key associated with the record patch.\n@return The key associated with the record patch.*/", "fluentSetterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The key associated with the record patch.\n@param key The key associated with the record patch.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeviceLastModifiedDate" : { "documentation" : "The last modified date of the client device.", "name" : "DeviceLastModifiedDate", "c2jName" : "DeviceLastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The last modified date of the client device.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceLastModifiedDate", "marshallLocationName" : "DeviceLastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.*/", "getterDocumentation" : "/**The last modified date of the client device.\n@return The last modified date of the client device.*/", "fluentSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Op" : { "documentation" : "An operation, either replace or remove.", "name" : "Op", "c2jName" : "Op", "c2jShape" : "Operation", "variable" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An operation, either replace or remove.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Op", "marshallLocationName" : "Op", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Operation", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@see Operation*/", "getterDocumentation" : "/**An operation, either replace or remove.\n@return An operation, either replace or remove.\n@see Operation*/", "fluentSetterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Operation*/", "varargSetterDocumentation" : "/**An operation, either replace or remove.\n@param op An operation, either replace or remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Operation*/" }, "SyncCount" : { "documentation" : "Last known server sync count for this record. Set to 0 if unknown.", "name" : "SyncCount", "c2jName" : "SyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Last known server sync count for this record. Set to 0 if unknown.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncCount", "marshallLocationName" : "SyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.*/", "getterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@return Last known server sync count for this record. Set to 0 if unknown.*/", "fluentSetterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Last known server sync count for this record. Set to 0 if unknown.\n@param syncCount Last known server sync count for this record. Set to 0 if unknown.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeIdentityUsageResult" : { "c2jName" : "DescribeIdentityUsageResponse", "documentation" : "The response to a successful DescribeIdentityUsage request.", "shapeName" : "DescribeIdentityUsageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Usage information for the identity.", "name" : "IdentityUsage", "c2jName" : "IdentityUsage", "c2jShape" : "IdentityUsage", "variable" : { "variableName" : "identityUsage", "variableType" : "IdentityUsage", "variableDeclarationType" : "IdentityUsage", "documentation" : "Usage information for the identity.", "simpleType" : "IdentityUsage", "variableSetterType" : "IdentityUsage" }, "setterModel" : { "variableName" : "identityUsage", "variableType" : "IdentityUsage", "variableDeclarationType" : "IdentityUsage", "documentation" : "", "simpleType" : "IdentityUsage", "variableSetterType" : "IdentityUsage" }, "getterModel" : { "returnType" : "IdentityUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityUsage", "marshallLocationName" : "IdentityUsage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.*/", "getterDocumentation" : "/**Usage information for the identity.\n@return Usage information for the identity.*/", "fluentSetterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityUsageResult", "variableType" : "DescribeIdentityUsageResult", "variableDeclarationType" : "DescribeIdentityUsageResult", "documentation" : null, "simpleType" : "DescribeIdentityUsageResult", "variableSetterType" : "DescribeIdentityUsageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityUsage" : { "documentation" : "Usage information for the identity.", "name" : "IdentityUsage", "c2jName" : "IdentityUsage", "c2jShape" : "IdentityUsage", "variable" : { "variableName" : "identityUsage", "variableType" : "IdentityUsage", "variableDeclarationType" : "IdentityUsage", "documentation" : "Usage information for the identity.", "simpleType" : "IdentityUsage", "variableSetterType" : "IdentityUsage" }, "setterModel" : { "variableName" : "identityUsage", "variableType" : "IdentityUsage", "variableDeclarationType" : "IdentityUsage", "documentation" : "", "simpleType" : "IdentityUsage", "variableSetterType" : "IdentityUsage" }, "getterModel" : { "returnType" : "IdentityUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityUsage", "marshallLocationName" : "IdentityUsage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.*/", "getterDocumentation" : "/**Usage information for the identity.\n@return Usage information for the identity.*/", "fluentSetterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Usage information for the identity.\n@param identityUsage Usage information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CognitoStreams" : { "c2jName" : "CognitoStreams", "documentation" : "Configuration options for configure Cognito streams.", "shapeName" : "CognitoStreams", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.", "name" : "StreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "variable" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamName", "marshallLocationName" : "StreamName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.*/", "getterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.*/", "fluentSetterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.", "name" : "RoleArn", "c2jName" : "RoleArn", "c2jShape" : "AssumeRoleArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleArn", "marshallLocationName" : "RoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.*/", "getterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.*/", "fluentSetterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

", "name" : "StreamingStatus", "c2jName" : "StreamingStatus", "c2jShape" : "StreamingStatus", "variable" : { "variableName" : "streamingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingStatus", "marshallLocationName" : "StreamingStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StreamingStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@see StreamingStatus*/", "getterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@see StreamingStatus*/", "fluentSetterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamingStatus*/", "varargSetterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamingStatus*/" } ], "enums" : null, "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : null, "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StreamName" : { "documentation" : "The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.", "name" : "StreamName", "c2jName" : "StreamName", "c2jShape" : "StreamName", "variable" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamName", "marshallLocationName" : "StreamName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.*/", "getterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.*/", "fluentSetterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@param streamName The name of the Cognito stream to receive updates. This stream must be in the developers account and in the same region as the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingStatus" : { "documentation" : "Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

", "name" : "StreamingStatus", "c2jName" : "StreamingStatus", "c2jShape" : "StreamingStatus", "variable" : { "variableName" : "streamingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "streamingStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingStatus", "marshallLocationName" : "StreamingStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StreamingStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@see StreamingStatus*/", "getterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@see StreamingStatus*/", "fluentSetterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamingStatus*/", "varargSetterDocumentation" : "/**Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@param streamingStatus Status of the Cognito streams. Valid values are:

ENABLED - Streaming of updates to identity pool is enabled.

DISABLED - Streaming of updates to identity pool is disabled. Bulk publish will also fail if StreamingStatus is DISABLED.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see StreamingStatus*/" }, "RoleArn" : { "documentation" : "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.", "name" : "RoleArn", "c2jName" : "RoleArn", "c2jShape" : "AssumeRoleArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleArn", "marshallLocationName" : "RoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.*/", "getterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.*/", "fluentSetterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@param roleArn The ARN of the role Amazon Cognito can assume in order to publish to the stream. This role must grant access to Amazon Cognito (cognito-sync) to invoke PutRecord on your Cognito stream.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetBulkPublishDetailsRequest" : { "c2jName" : "GetBulkPublishDetailsRequest", "documentation" : "The input for the GetBulkPublishDetails operation.", "shapeName" : "GetBulkPublishDetailsRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBulkPublishDetailsRequest", "variableType" : "GetBulkPublishDetailsRequest", "variableDeclarationType" : "GetBulkPublishDetailsRequest", "documentation" : null, "simpleType" : "GetBulkPublishDetailsRequest", "variableSetterType" : "GetBulkPublishDetailsRequest" }, "marshaller" : { "action" : "GetBulkPublishDetails", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/getBulkPublishDetails", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Platform" : { "c2jName" : "Platform", "documentation" : "", "shapeName" : "Platform", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "APNS", "value" : "APNS" }, { "name" : "APNS_SANDBOX", "value" : "APNS_SANDBOX" }, { "name" : "GCM", "value" : "GCM" }, { "name" : "ADM", "value" : "ADM" } ], "variable" : { "variableName" : "platform", "variableType" : "Platform", "variableDeclarationType" : "Platform", "documentation" : null, "simpleType" : "Platform", "variableSetterType" : "Platform" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AlreadyStreamedException" : { "c2jName" : "AlreadyStreamedException", "documentation" : "An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.", "shapeName" : "AlreadyStreamedException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "alreadyStreamedException", "variableType" : "AlreadyStreamedException", "variableDeclarationType" : "AlreadyStreamedException", "documentation" : null, "simpleType" : "AlreadyStreamedException", "variableSetterType" : "AlreadyStreamedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AlreadyStreamedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "documentation" : "Thrown when a request parameter does not comply with the associated constraints.", "shapeName" : "InvalidParameterException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "variableDeclarationType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetCognitoEventsResult" : { "c2jName" : "SetCognitoEventsResult", "documentation" : null, "shapeName" : "SetCognitoEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setCognitoEventsResult", "variableType" : "SetCognitoEventsResult", "variableDeclarationType" : "SetCognitoEventsResult", "documentation" : null, "simpleType" : "SetCognitoEventsResult", "variableSetterType" : "SetCognitoEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubscribeToDatasetResult" : { "c2jName" : "SubscribeToDatasetResponse", "documentation" : "

Response to a SubscribeToDataset request.

", "shapeName" : "SubscribeToDatasetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscribeToDatasetResult", "variableType" : "SubscribeToDatasetResult", "variableDeclarationType" : "SubscribeToDatasetResult", "documentation" : null, "simpleType" : "SubscribeToDatasetResult", "variableSetterType" : "SubscribeToDatasetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetBulkPublishDetailsResult" : { "c2jName" : "GetBulkPublishDetailsResponse", "documentation" : "The output for the GetBulkPublishDetails operation.", "shapeName" : "GetBulkPublishDetailsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date/time at which the last bulk publish was initiated.", "name" : "BulkPublishStartTime", "c2jName" : "BulkPublishStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "bulkPublishStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date/time at which the last bulk publish was initiated.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "bulkPublishStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishStartTime", "marshallLocationName" : "BulkPublishStartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.*/", "getterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@return The date/time at which the last bulk publish was initiated.*/", "fluentSetterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.", "name" : "BulkPublishCompleteTime", "c2jName" : "BulkPublishCompleteTime", "c2jShape" : "Date", "variable" : { "variableName" : "bulkPublishCompleteTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "bulkPublishCompleteTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishCompleteTime", "marshallLocationName" : "BulkPublishCompleteTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.*/", "getterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.*/", "fluentSetterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

", "name" : "BulkPublishStatus", "c2jName" : "BulkPublishStatus", "c2jShape" : "BulkPublishStatus", "variable" : { "variableName" : "bulkPublishStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bulkPublishStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishStatus", "marshallLocationName" : "BulkPublishStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "BulkPublishStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@see BulkPublishStatus*/", "getterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@see BulkPublishStatus*/", "fluentSetterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkPublishStatus*/", "varargSetterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkPublishStatus*/" }, { "documentation" : "If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.", "name" : "FailureMessage", "c2jName" : "FailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "failureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "failureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureMessage", "marshallLocationName" : "FailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.*/", "getterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.*/", "fluentSetterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBulkPublishDetailsResult", "variableType" : "GetBulkPublishDetailsResult", "variableDeclarationType" : "GetBulkPublishDetailsResult", "documentation" : null, "simpleType" : "GetBulkPublishDetailsResult", "variableSetterType" : "GetBulkPublishDetailsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FailureMessage" : { "documentation" : "If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.", "name" : "FailureMessage", "c2jName" : "FailureMessage", "c2jShape" : "String", "variable" : { "variableName" : "failureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "failureMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FailureMessage", "marshallLocationName" : "FailureMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.*/", "getterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.*/", "fluentSetterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@param failureMessage If BulkPublishStatus is FAILED this field will contain the error message that caused the bulk publish to fail.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BulkPublishStartTime" : { "documentation" : "The date/time at which the last bulk publish was initiated.", "name" : "BulkPublishStartTime", "c2jName" : "BulkPublishStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "bulkPublishStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date/time at which the last bulk publish was initiated.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "bulkPublishStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishStartTime", "marshallLocationName" : "BulkPublishStartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.*/", "getterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@return The date/time at which the last bulk publish was initiated.*/", "fluentSetterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date/time at which the last bulk publish was initiated.\n@param bulkPublishStartTime The date/time at which the last bulk publish was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BulkPublishStatus" : { "documentation" : "Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

", "name" : "BulkPublishStatus", "c2jName" : "BulkPublishStatus", "c2jShape" : "BulkPublishStatus", "variable" : { "variableName" : "bulkPublishStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bulkPublishStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishStatus", "marshallLocationName" : "BulkPublishStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "BulkPublishStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@see BulkPublishStatus*/", "getterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@see BulkPublishStatus*/", "fluentSetterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkPublishStatus*/", "varargSetterDocumentation" : "/**Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@param bulkPublishStatus Status of the last bulk publish operation, valid values are:

NOT_STARTED - No bulk publish has been requested for this identity pool

IN_PROGRESS - Data is being published to the configured stream

SUCCEEDED - All data for the identity pool has been published to the configured stream

FAILED - Some portion of the data has failed to publish, check FailureMessage for the cause.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see BulkPublishStatus*/" }, "BulkPublishCompleteTime" : { "documentation" : "If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.", "name" : "BulkPublishCompleteTime", "c2jName" : "BulkPublishCompleteTime", "c2jShape" : "Date", "variable" : { "variableName" : "bulkPublishCompleteTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "bulkPublishCompleteTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "BulkPublishCompleteTime", "marshallLocationName" : "BulkPublishCompleteTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.*/", "getterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.*/", "fluentSetterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@param bulkPublishCompleteTime If BulkPublishStatus is SUCCEEDED, the time the last bulk publish operation completed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDatasetResult" : { "c2jName" : "DeleteDatasetResponse", "documentation" : "Response to a successful DeleteDataset request.", "shapeName" : "DeleteDatasetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "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.", "name" : "Dataset", "c2jName" : "Dataset", "c2jShape" : "Dataset", "variable" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "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.", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dataset", "marshallLocationName" : "Dataset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**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.\n@param 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.*/", "getterDocumentation" : "/**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.\n@return 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.*/", "fluentSetterDocumentation" : "/**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.\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**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.\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDatasetResult", "variableType" : "DeleteDatasetResult", "variableDeclarationType" : "DeleteDatasetResult", "documentation" : null, "simpleType" : "DeleteDatasetResult", "variableSetterType" : "DeleteDatasetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Dataset" : { "documentation" : "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.", "name" : "Dataset", "c2jName" : "Dataset", "c2jShape" : "Dataset", "variable" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "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.", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dataset", "marshallLocationName" : "Dataset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**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.\n@param 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.*/", "getterDocumentation" : "/**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.\n@return 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.*/", "fluentSetterDocumentation" : "/**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.\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**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.\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCognitoEventsResult" : { "c2jName" : "GetCognitoEventsResponse", "documentation" : "

The response from the GetCognitoEvents request

", "shapeName" : "GetCognitoEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Cognito Events returned from the GetCognitoEvents request

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "Events", "variable" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The Cognito Events returned from the GetCognitoEvents request

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "LambdaFunctionArn", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request*/", "getterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@return The Cognito Events returned from the GetCognitoEvents request*/", "fluentSetterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCognitoEventsResult", "variableType" : "GetCognitoEventsResult", "variableDeclarationType" : "GetCognitoEventsResult", "documentation" : null, "simpleType" : "GetCognitoEventsResult", "variableSetterType" : "GetCognitoEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Events" : { "documentation" : "

The Cognito Events returned from the GetCognitoEvents request

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "Events", "variable" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "

The Cognito Events returned from the GetCognitoEvents request

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.Map", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "LambdaFunctionArn", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "com.amazonaws.internal.SdkInternalMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request*/", "getterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@return The Cognito Events returned from the GetCognitoEvents request*/", "fluentSetterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Cognito Events returned from the GetCognitoEvents request

\n@param events The Cognito Events returned from the GetCognitoEvents request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListIdentityPoolUsageRequest" : { "c2jName" : "ListIdentityPoolUsageRequest", "documentation" : "A request for usage information on an identity pool.", "shapeName" : "ListIdentityPoolUsageRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentityPoolUsageRequest", "variableType" : "ListIdentityPoolUsageRequest", "variableDeclarationType" : "ListIdentityPoolUsageRequest", "documentation" : null, "simpleType" : "ListIdentityPoolUsageRequest", "variableSetterType" : "ListIdentityPoolUsageRequest" }, "marshaller" : { "action" : "ListIdentityPoolUsage", "verb" : "GET", "target" : null, "requestUri" : "/identitypools", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BulkPublishResult" : { "c2jName" : "BulkPublishResponse", "documentation" : "The output for the BulkPublish operation.", "shapeName" : "BulkPublishResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "bulkPublishResult", "variableType" : "BulkPublishResult", "variableDeclarationType" : "BulkPublishResult", "documentation" : null, "simpleType" : "BulkPublishResult", "variableSetterType" : "BulkPublishResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIdentityPoolConfigurationRequest" : { "c2jName" : "GetIdentityPoolConfigurationRequest", "documentation" : "

The input for the GetIdentityPoolConfiguration operation.

", "shapeName" : "GetIdentityPoolConfigurationRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdentityPoolConfigurationRequest", "variableType" : "GetIdentityPoolConfigurationRequest", "variableDeclarationType" : "GetIdentityPoolConfigurationRequest", "documentation" : null, "simpleType" : "GetIdentityPoolConfigurationRequest", "variableSetterType" : "GetIdentityPoolConfigurationRequest" }, "marshaller" : { "action" : "GetIdentityPoolConfiguration", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/configuration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool for which to return a configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IdentityUsage" : { "c2jName" : "IdentityUsage", "documentation" : "Usage information for the identity.", "shapeName" : "IdentityUsage", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Date on which the identity was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the identity was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.*/", "getterDocumentation" : "/**Date on which the identity was last modified.\n@return Date on which the identity was last modified.*/", "fluentSetterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Number of datasets for the identity.", "name" : "DatasetCount", "c2jName" : "DatasetCount", "c2jShape" : "Integer", "variable" : { "variableName" : "datasetCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Number of datasets for the identity.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "datasetCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetCount", "marshallLocationName" : "DatasetCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.*/", "getterDocumentation" : "/**Number of datasets for the identity.\n@return Number of datasets for the identity.*/", "fluentSetterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Total data storage for this identity.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Total data storage for this identity.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.*/", "getterDocumentation" : "/**Total data storage for this identity.\n@return Total data storage for this identity.*/", "fluentSetterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "identityUsage", "variableType" : "IdentityUsage", "variableDeclarationType" : "IdentityUsage", "documentation" : null, "simpleType" : "IdentityUsage", "variableSetterType" : "IdentityUsage" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DataStorage" : { "documentation" : "Total data storage for this identity.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Total data storage for this identity.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.*/", "getterDocumentation" : "/**Total data storage for this identity.\n@return Total data storage for this identity.*/", "fluentSetterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total data storage for this identity.\n@param dataStorage Total data storage for this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetCount" : { "documentation" : "Number of datasets for the identity.", "name" : "DatasetCount", "c2jName" : "DatasetCount", "c2jShape" : "Integer", "variable" : { "variableName" : "datasetCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Number of datasets for the identity.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "datasetCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetCount", "marshallLocationName" : "DatasetCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.*/", "getterDocumentation" : "/**Number of datasets for the identity.\n@return Number of datasets for the identity.*/", "fluentSetterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of datasets for the identity.\n@param datasetCount Number of datasets for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedDate" : { "documentation" : "Date on which the identity was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the identity was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.*/", "getterDocumentation" : "/**Date on which the identity was last modified.\n@return Date on which the identity was last modified.*/", "fluentSetterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the identity was last modified.\n@param lastModifiedDate Date on which the identity was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StreamingStatus" : { "c2jName" : "StreamingStatus", "documentation" : "", "shapeName" : "StreamingStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "DISABLED", "value" : "DISABLED" } ], "variable" : { "variableName" : "streamingStatus", "variableType" : "StreamingStatus", "variableDeclarationType" : "StreamingStatus", "documentation" : null, "simpleType" : "StreamingStatus", "variableSetterType" : "StreamingStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateRecordsResult" : { "c2jName" : "UpdateRecordsResponse", "documentation" : "Returned for a successful UpdateRecordsRequest.", "shapeName" : "UpdateRecordsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A list of records that have been updated.", "name" : "Records", "c2jName" : "Records", "c2jShape" : "RecordList", "variable" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of records that have been updated.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Records", "marshallLocationName" : "Records", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Record", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Record", "variable" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "setterModel" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Record", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of records that have been updated.\n@param records A list of records that have been updated.*/", "getterDocumentation" : "/**A list of records that have been updated.\n@return A list of records that have been updated.*/", "fluentSetterDocumentation" : "/**A list of records that have been updated.\n@param records A list of records that have been updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of records that have been updated.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.

\n@param records A list of records that have been updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateRecordsResult", "variableType" : "UpdateRecordsResult", "variableDeclarationType" : "UpdateRecordsResult", "documentation" : null, "simpleType" : "UpdateRecordsResult", "variableSetterType" : "UpdateRecordsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Records" : { "documentation" : "A list of records that have been updated.", "name" : "Records", "c2jName" : "Records", "c2jShape" : "RecordList", "variable" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of records that have been updated.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Records", "marshallLocationName" : "Records", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Record", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Record", "variable" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "setterModel" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Record", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of records that have been updated.\n@param records A list of records that have been updated.*/", "getterDocumentation" : "/**A list of records that have been updated.\n@return A list of records that have been updated.*/", "fluentSetterDocumentation" : "/**A list of records that have been updated.\n@param records A list of records that have been updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of records that have been updated.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.

\n@param records A list of records that have been updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetIdentityPoolConfigurationRequest" : { "c2jName" : "SetIdentityPoolConfigurationRequest", "documentation" : "

The input for the SetIdentityPoolConfiguration operation.

", "shapeName" : "SetIdentityPoolConfigurationRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setIdentityPoolConfigurationRequest", "variableType" : "SetIdentityPoolConfigurationRequest", "variableDeclarationType" : "SetIdentityPoolConfigurationRequest", "documentation" : null, "simpleType" : "SetIdentityPoolConfigurationRequest", "variableSetterType" : "SetIdentityPoolConfigurationRequest" }, "marshaller" : { "action" : "SetIdentityPoolConfiguration", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/configuration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PushSync" : { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoStreams" : { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Dataset" : { "c2jName" : "Dataset", "documentation" : "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.", "shapeName" : "Dataset", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Date on which the dataset was created.", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "Date", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the dataset was created.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.*/", "getterDocumentation" : "/**Date on which the dataset was created.\n@return Date on which the dataset was created.*/", "fluentSetterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Date when the dataset was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date when the dataset was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.*/", "getterDocumentation" : "/**Date when the dataset was last modified.\n@return Date when the dataset was last modified.*/", "fluentSetterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The device that made the last change to this dataset.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The device that made the last change to this dataset.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.*/", "getterDocumentation" : "/**The device that made the last change to this dataset.\n@return The device that made the last change to this dataset.*/", "fluentSetterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Total size in bytes of the records in this dataset.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Total size in bytes of the records in this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.*/", "getterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@return Total size in bytes of the records in this dataset.*/", "fluentSetterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Number of records in this dataset.", "name" : "NumRecords", "c2jName" : "NumRecords", "c2jShape" : "Long", "variable" : { "variableName" : "numRecords", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Number of records in this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numRecords", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumRecords", "marshallLocationName" : "NumRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.*/", "getterDocumentation" : "/**Number of records in this dataset.\n@return Number of records in this dataset.*/", "fluentSetterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : null, "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DataStorage" : { "documentation" : "Total size in bytes of the records in this dataset.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Total size in bytes of the records in this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.*/", "getterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@return Total size in bytes of the records in this dataset.*/", "fluentSetterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total size in bytes of the records in this dataset.\n@param dataStorage Total size in bytes of the records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedDate" : { "documentation" : "Date when the dataset was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date when the dataset was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.*/", "getterDocumentation" : "/**Date when the dataset was last modified.\n@return Date when the dataset was last modified.*/", "fluentSetterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date when the dataset was last modified.\n@param lastModifiedDate Date when the dataset was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "Date on which the dataset was created.", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "Date", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the dataset was created.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.*/", "getterDocumentation" : "/**Date on which the dataset was created.\n@return Date on which the dataset was created.*/", "fluentSetterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the dataset was created.\n@param creationDate Date on which the dataset was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedBy" : { "documentation" : "The device that made the last change to this dataset.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The device that made the last change to this dataset.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.*/", "getterDocumentation" : "/**The device that made the last change to this dataset.\n@return The device that made the last change to this dataset.*/", "fluentSetterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The device that made the last change to this dataset.\n@param lastModifiedBy The device that made the last change to this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumRecords" : { "documentation" : "Number of records in this dataset.", "name" : "NumRecords", "c2jName" : "NumRecords", "c2jShape" : "Long", "variable" : { "variableName" : "numRecords", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Number of records in this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numRecords", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumRecords", "marshallLocationName" : "NumRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.*/", "getterDocumentation" : "/**Number of records in this dataset.\n@return Number of records in this dataset.*/", "fluentSetterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of records in this dataset.\n@param numRecords Number of records in this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModificationException", "documentation" : "

Thrown if there are parallel requests to modify a resource.

", "shapeName" : "ConcurrentModificationException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "concurrentModificationException", "variableType" : "ConcurrentModificationException", "variableDeclarationType" : "ConcurrentModificationException", "documentation" : null, "simpleType" : "ConcurrentModificationException", "variableSetterType" : "ConcurrentModificationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ConcurrentModificationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "IdentityPoolUsage" : { "c2jName" : "IdentityPoolUsage", "documentation" : "Usage information for the identity pool.", "shapeName" : "IdentityPoolUsage", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Number of sync sessions for the identity pool.", "name" : "SyncSessionsCount", "c2jName" : "SyncSessionsCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncSessionsCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Number of sync sessions for the identity pool.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncSessionsCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionsCount", "marshallLocationName" : "SyncSessionsCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.*/", "getterDocumentation" : "/**Number of sync sessions for the identity pool.\n@return Number of sync sessions for the identity pool.*/", "fluentSetterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Data storage information for the identity pool.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Data storage information for the identity pool.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.*/", "getterDocumentation" : "/**Data storage information for the identity pool.\n@return Data storage information for the identity pool.*/", "fluentSetterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Date on which the identity pool was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the identity pool was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.*/", "getterDocumentation" : "/**Date on which the identity pool was last modified.\n@return Date on which the identity pool was last modified.*/", "fluentSetterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "identityPoolUsage", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : null, "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DataStorage" : { "documentation" : "Data storage information for the identity pool.", "name" : "DataStorage", "c2jName" : "DataStorage", "c2jShape" : "Long", "variable" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Data storage information for the identity pool.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "dataStorage", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataStorage", "marshallLocationName" : "DataStorage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.*/", "getterDocumentation" : "/**Data storage information for the identity pool.\n@return Data storage information for the identity pool.*/", "fluentSetterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Data storage information for the identity pool.\n@param dataStorage Data storage information for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SyncSessionsCount" : { "documentation" : "Number of sync sessions for the identity pool.", "name" : "SyncSessionsCount", "c2jName" : "SyncSessionsCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncSessionsCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Number of sync sessions for the identity pool.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncSessionsCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionsCount", "marshallLocationName" : "SyncSessionsCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.*/", "getterDocumentation" : "/**Number of sync sessions for the identity pool.\n@return Number of sync sessions for the identity pool.*/", "fluentSetterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of sync sessions for the identity pool.\n@param syncSessionsCount Number of sync sessions for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedDate" : { "documentation" : "Date on which the identity pool was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "Date on which the identity pool was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.*/", "getterDocumentation" : "/**Date on which the identity pool was last modified.\n@return Date on which the identity pool was last modified.*/", "fluentSetterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Date on which the identity pool was last modified.\n@param lastModifiedDate Date on which the identity pool was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDatasetsResult" : { "c2jName" : "ListDatasetsResponse", "documentation" : "Returned for a successful ListDatasets request.", "shapeName" : "ListDatasetsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A set of datasets.", "name" : "Datasets", "c2jName" : "Datasets", "c2jShape" : "DatasetList", "variable" : { "variableName" : "datasets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A set of datasets.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "datasets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Datasets", "marshallLocationName" : "Datasets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dataset", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dataset", "variable" : { "variableName" : "member", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "member", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Dataset", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of datasets.\n@param datasets A set of datasets.*/", "getterDocumentation" : "/**A set of datasets.\n@return A set of datasets.*/", "fluentSetterDocumentation" : "/**A set of datasets.\n@param datasets A set of datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of datasets.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDatasets(java.util.Collection)} or {@link #withDatasets(java.util.Collection)} if you want to override the existing values.

\n@param datasets A set of datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Number of datasets returned.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Number of datasets returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.*/", "getterDocumentation" : "/**Number of datasets returned.\n@return Number of datasets returned.*/", "fluentSetterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDatasetsResult", "variableType" : "ListDatasetsResult", "variableDeclarationType" : "ListDatasetsResult", "documentation" : null, "simpleType" : "ListDatasetsResult", "variableSetterType" : "ListDatasetsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Count" : { "documentation" : "Number of datasets returned.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Number of datasets returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.*/", "getterDocumentation" : "/**Number of datasets returned.\n@return Number of datasets returned.*/", "fluentSetterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Number of datasets returned.\n@param count Number of datasets returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Datasets" : { "documentation" : "A set of datasets.", "name" : "Datasets", "c2jName" : "Datasets", "c2jShape" : "DatasetList", "variable" : { "variableName" : "datasets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A set of datasets.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "datasets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Datasets", "marshallLocationName" : "Datasets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Dataset", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Dataset", "variable" : { "variableName" : "member", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "member", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Dataset", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of datasets.\n@param datasets A set of datasets.*/", "getterDocumentation" : "/**A set of datasets.\n@return A set of datasets.*/", "fluentSetterDocumentation" : "/**A set of datasets.\n@param datasets A set of datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of datasets.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDatasets(java.util.Collection)} or {@link #withDatasets(java.util.Collection)} if you want to override the existing values.

\n@param datasets A set of datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDatasetResult" : { "c2jName" : "DescribeDatasetResponse", "documentation" : "Response to a successful DescribeDataset request.", "shapeName" : "DescribeDatasetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.", "name" : "Dataset", "c2jName" : "Dataset", "c2jShape" : "Dataset", "variable" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dataset", "marshallLocationName" : "Dataset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.*/", "getterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.*/", "fluentSetterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDatasetResult", "variableType" : "DescribeDatasetResult", "variableDeclarationType" : "DescribeDatasetResult", "documentation" : null, "simpleType" : "DescribeDatasetResult", "variableSetterType" : "DescribeDatasetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Dataset" : { "documentation" : "Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.", "name" : "Dataset", "c2jName" : "Dataset", "c2jShape" : "Dataset", "variable" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "setterModel" : { "variableName" : "dataset", "variableType" : "Dataset", "variableDeclarationType" : "Dataset", "documentation" : "", "simpleType" : "Dataset", "variableSetterType" : "Dataset" }, "getterModel" : { "returnType" : "Dataset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Dataset", "marshallLocationName" : "Dataset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.*/", "getterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.*/", "fluentSetterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@param dataset Meta data for a collection of data for an identity. An identity can have multiple datasets. A dataset 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PushSync" : { "c2jName" : "PushSync", "documentation" : "

Configuration options to be applied to the identity pool.

", "shapeName" : "PushSync", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of SNS platform application ARNs that could be used by clients.

", "name" : "ApplicationArns", "c2jName" : "ApplicationArns", "c2jShape" : "ApplicationArnList", "variable" : { "variableName" : "applicationArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of SNS platform application ARNs that could be used by clients.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "applicationArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplicationArns", "marshallLocationName" : "ApplicationArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ApplicationArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.*/", "getterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@return List of SNS platform application ARNs that could be used by clients.*/", "fluentSetterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setApplicationArns(java.util.Collection)} or {@link #withApplicationArns(java.util.Collection)} if you want to override the existing values.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A role configured to allow Cognito to call SNS on behalf of the developer.

", "name" : "RoleArn", "c2jName" : "RoleArn", "c2jShape" : "AssumeRoleArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A role configured to allow Cognito to call SNS on behalf of the developer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleArn", "marshallLocationName" : "RoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.*/", "getterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@return A role configured to allow Cognito to call SNS on behalf of the developer.*/", "fluentSetterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : null, "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RoleArn" : { "documentation" : "

A role configured to allow Cognito to call SNS on behalf of the developer.

", "name" : "RoleArn", "c2jName" : "RoleArn", "c2jShape" : "AssumeRoleArn", "variable" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A role configured to allow Cognito to call SNS on behalf of the developer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "roleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RoleArn", "marshallLocationName" : "RoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.*/", "getterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@return A role configured to allow Cognito to call SNS on behalf of the developer.*/", "fluentSetterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A role configured to allow Cognito to call SNS on behalf of the developer.

\n@param roleArn A role configured to allow Cognito to call SNS on behalf of the developer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplicationArns" : { "documentation" : "

List of SNS platform application ARNs that could be used by clients.

", "name" : "ApplicationArns", "c2jName" : "ApplicationArns", "c2jShape" : "ApplicationArnList", "variable" : { "variableName" : "applicationArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of SNS platform application ARNs that could be used by clients.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "applicationArns", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplicationArns", "marshallLocationName" : "ApplicationArns", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ApplicationArn", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.*/", "getterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@return List of SNS platform application ARNs that could be used by clients.*/", "fluentSetterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of SNS platform application ARNs that could be used by clients.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setApplicationArns(java.util.Collection)} or {@link #withApplicationArns(java.util.Collection)} if you want to override the existing values.

\n@param applicationArns List of SNS platform application ARNs that could be used by clients.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BulkPublishRequest" : { "c2jName" : "BulkPublishRequest", "documentation" : "The input for the BulkPublish operation.", "shapeName" : "BulkPublishRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "bulkPublishRequest", "variableType" : "BulkPublishRequest", "variableDeclarationType" : "BulkPublishRequest", "documentation" : null, "simpleType" : "BulkPublishRequest", "variableSetterType" : "BulkPublishRequest" }, "marshaller" : { "action" : "BulkPublish", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/bulkpublish", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BulkPublishStatus" : { "c2jName" : "BulkPublishStatus", "documentation" : "", "shapeName" : "BulkPublishStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "NOT_STARTED", "value" : "NOT_STARTED" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" } ], "variable" : { "variableName" : "bulkPublishStatus", "variableType" : "BulkPublishStatus", "variableDeclarationType" : "BulkPublishStatus", "documentation" : null, "simpleType" : "BulkPublishStatus", "variableSetterType" : "BulkPublishStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeIdentityUsageRequest" : { "c2jName" : "DescribeIdentityUsageRequest", "documentation" : "A request for information about the usage of an identity pool.", "shapeName" : "DescribeIdentityUsageRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityUsageRequest", "variableType" : "DescribeIdentityUsageRequest", "variableDeclarationType" : "DescribeIdentityUsageRequest", "documentation" : null, "simpleType" : "DescribeIdentityUsageRequest", "variableSetterType" : "DescribeIdentityUsageRequest" }, "marshaller" : { "action" : "DescribeIdentityUsage", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterDeviceResult" : { "c2jName" : "RegisterDeviceResponse", "documentation" : "

Response to a RegisterDevice request.

", "shapeName" : "RegisterDeviceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerDeviceResult", "variableType" : "RegisterDeviceResult", "variableDeclarationType" : "RegisterDeviceResult", "documentation" : null, "simpleType" : "RegisterDeviceResult", "variableSetterType" : "RegisterDeviceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeviceId" : { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDatasetsRequest" : { "c2jName" : "ListDatasetsRequest", "documentation" : "Request for a list of datasets for an identity.", "shapeName" : "ListDatasetsRequest", "deprecated" : false, "required" : [ "IdentityId", "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDatasetsRequest", "variableType" : "ListDatasetsRequest", "variableDeclarationType" : "ListDatasetsRequest", "documentation" : null, "simpleType" : "ListDatasetsRequest", "variableSetterType" : "ListDatasetsRequest" }, "marshaller" : { "action" : "ListDatasets", "verb" : "GET", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "nextToken", "marshallLocationName" : "nextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "IntegerString", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "maxResults", "marshallLocationName" : "maxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidLambdaFunctionOutputException" : { "c2jName" : "InvalidLambdaFunctionOutputException", "documentation" : "

The AWS Lambda function returned invalid output or an exception.

", "shapeName" : "InvalidLambdaFunctionOutputException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidLambdaFunctionOutputException", "variableType" : "InvalidLambdaFunctionOutputException", "variableDeclarationType" : "InvalidLambdaFunctionOutputException", "documentation" : null, "simpleType" : "InvalidLambdaFunctionOutputException", "variableSetterType" : "InvalidLambdaFunctionOutputException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidLambdaFunctionOutputException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetIdentityPoolConfigurationResult" : { "c2jName" : "SetIdentityPoolConfigurationResponse", "documentation" : "

The output for the SetIdentityPoolConfiguration operation

", "shapeName" : "SetIdentityPoolConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setIdentityPoolConfigurationResult", "variableType" : "SetIdentityPoolConfigurationResult", "variableDeclarationType" : "SetIdentityPoolConfigurationResult", "documentation" : null, "simpleType" : "SetIdentityPoolConfigurationResult", "variableSetterType" : "SetIdentityPoolConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PushSync" : { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoStreams" : { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Record" : { "c2jName" : "Record", "documentation" : "The basic data structure of a dataset.", "shapeName" : "Record", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The key for the record.", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The key for the record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The key for the record.\n@param key The key for the record.*/", "getterDocumentation" : "/**The key for the record.\n@return The key for the record.*/", "fluentSetterDocumentation" : "/**The key for the record.\n@param key The key for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The key for the record.\n@param key The key for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value for the record.", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value for the record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value for the record.\n@param value The value for the record.*/", "getterDocumentation" : "/**The value for the record.\n@return The value for the record.*/", "fluentSetterDocumentation" : "/**The value for the record.\n@param value The value for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value for the record.\n@param value The value for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The server sync count for this record.", "name" : "SyncCount", "c2jName" : "SyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The server sync count for this record.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncCount", "marshallLocationName" : "SyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.*/", "getterDocumentation" : "/**The server sync count for this record.\n@return The server sync count for this record.*/", "fluentSetterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date on which the record was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date on which the record was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.*/", "getterDocumentation" : "/**The date on which the record was last modified.\n@return The date on which the record was last modified.*/", "fluentSetterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The user/device that made the last change to this record.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The user/device that made the last change to this record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.*/", "getterDocumentation" : "/**The user/device that made the last change to this record.\n@return The user/device that made the last change to this record.*/", "fluentSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The last modified date of the client device.", "name" : "DeviceLastModifiedDate", "c2jName" : "DeviceLastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The last modified date of the client device.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceLastModifiedDate", "marshallLocationName" : "DeviceLastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.*/", "getterDocumentation" : "/**The last modified date of the client device.\n@return The last modified date of the client device.*/", "fluentSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "record", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : null, "simpleType" : "Record", "variableSetterType" : "Record" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "The value for the record.", "name" : "Value", "c2jName" : "Value", "c2jShape" : "RecordValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value for the record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value for the record.\n@param value The value for the record.*/", "getterDocumentation" : "/**The value for the record.\n@return The value for the record.*/", "fluentSetterDocumentation" : "/**The value for the record.\n@param value The value for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value for the record.\n@param value The value for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "The key for the record.", "name" : "Key", "c2jName" : "Key", "c2jShape" : "RecordKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The key for the record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The key for the record.\n@param key The key for the record.*/", "getterDocumentation" : "/**The key for the record.\n@return The key for the record.*/", "fluentSetterDocumentation" : "/**The key for the record.\n@param key The key for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The key for the record.\n@param key The key for the record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeviceLastModifiedDate" : { "documentation" : "The last modified date of the client device.", "name" : "DeviceLastModifiedDate", "c2jName" : "DeviceLastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The last modified date of the client device.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deviceLastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceLastModifiedDate", "marshallLocationName" : "DeviceLastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.*/", "getterDocumentation" : "/**The last modified date of the client device.\n@return The last modified date of the client device.*/", "fluentSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The last modified date of the client device.\n@param deviceLastModifiedDate The last modified date of the client device.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SyncCount" : { "documentation" : "The server sync count for this record.", "name" : "SyncCount", "c2jName" : "SyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The server sync count for this record.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "syncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncCount", "marshallLocationName" : "SyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.*/", "getterDocumentation" : "/**The server sync count for this record.\n@return The server sync count for this record.*/", "fluentSetterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The server sync count for this record.\n@param syncCount The server sync count for this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedDate" : { "documentation" : "The date on which the record was last modified.", "name" : "LastModifiedDate", "c2jName" : "LastModifiedDate", "c2jShape" : "Date", "variable" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date on which the record was last modified.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastModifiedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedDate", "marshallLocationName" : "LastModifiedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.*/", "getterDocumentation" : "/**The date on which the record was last modified.\n@return The date on which the record was last modified.*/", "fluentSetterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date on which the record was last modified.\n@param lastModifiedDate The date on which the record was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedBy" : { "documentation" : "The user/device that made the last change to this record.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The user/device that made the last change to this record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.*/", "getterDocumentation" : "/**The user/device that made the last change to this record.\n@return The user/device that made the last change to this record.*/", "fluentSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateRecordsRequest" : { "c2jName" : "UpdateRecordsRequest", "documentation" : "A request to post updates to records or add and delete records for a dataset and user.", "shapeName" : "UpdateRecordsRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName", "SyncSessionToken" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A list of patch operations.", "name" : "RecordPatches", "c2jName" : "RecordPatches", "c2jShape" : "RecordPatchList", "variable" : { "variableName" : "recordPatches", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of patch operations.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordPatches", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordPatches", "marshallLocationName" : "RecordPatches", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordPatch", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordPatch", "variable" : { "variableName" : "member", "variableType" : "RecordPatch", "variableDeclarationType" : "RecordPatch", "documentation" : "", "simpleType" : "RecordPatch", "variableSetterType" : "RecordPatch" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordPatch", "variableDeclarationType" : "RecordPatch", "documentation" : "", "simpleType" : "RecordPatch", "variableSetterType" : "RecordPatch" }, "getterModel" : { "returnType" : "RecordPatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordPatch", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of patch operations.\n@param recordPatches A list of patch operations.*/", "getterDocumentation" : "/**A list of patch operations.\n@return A list of patch operations.*/", "fluentSetterDocumentation" : "/**A list of patch operations.\n@param recordPatches A list of patch operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of patch operations.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordPatches(java.util.Collection)} or {@link #withRecordPatches(java.util.Collection)} if you want to override the existing values.

\n@param recordPatches A list of patch operations.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "SyncSessionToken", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionToken", "marshallLocationName" : "SyncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.*/", "getterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.*/", "fluentSetterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.", "name" : "ClientContext", "c2jName" : "ClientContext", "c2jShape" : "ClientContext", "variable" : { "variableName" : "clientContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-Client-Context", "marshallLocationName" : "x-amz-Client-Context", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.*/", "getterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.*/", "fluentSetterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateRecordsRequest", "variableType" : "UpdateRecordsRequest", "variableDeclarationType" : "UpdateRecordsRequest", "documentation" : null, "simpleType" : "UpdateRecordsRequest", "variableSetterType" : "UpdateRecordsRequest" }, "marshaller" : { "action" : "UpdateRecords", "verb" : "POST", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeviceId" : { "documentation" : "

The unique ID generated for this device by Cognito.

", "name" : "DeviceId", "c2jName" : "DeviceId", "c2jShape" : "DeviceId", "variable" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID generated for this device by Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deviceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeviceId", "marshallLocationName" : "DeviceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.*/", "getterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@return The unique ID generated for this device by Cognito.*/", "fluentSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID generated for this device by Cognito.

\n@param deviceId The unique ID generated for this device by Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SyncSessionToken" : { "documentation" : "The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "SyncSessionToken", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionToken", "marshallLocationName" : "SyncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.*/", "getterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.*/", "fluentSetterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@param syncSessionToken The SyncSessionToken returned by a previous call to ListRecords for this dataset and identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClientContext" : { "documentation" : "Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.", "name" : "ClientContext", "c2jName" : "ClientContext", "c2jShape" : "ClientContext", "variable" : { "variableName" : "clientContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientContext", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-Client-Context", "marshallLocationName" : "x-amz-Client-Context", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.*/", "getterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.*/", "fluentSetterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@param clientContext Intended to supply a device ID that will populate the lastModifiedBy field referenced in other methods. The ClientContext field is not yet implemented.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecordPatches" : { "documentation" : "A list of patch operations.", "name" : "RecordPatches", "c2jName" : "RecordPatches", "c2jShape" : "RecordPatchList", "variable" : { "variableName" : "recordPatches", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of patch operations.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "recordPatches", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecordPatches", "marshallLocationName" : "RecordPatches", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecordPatch", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecordPatch", "variable" : { "variableName" : "member", "variableType" : "RecordPatch", "variableDeclarationType" : "RecordPatch", "documentation" : "", "simpleType" : "RecordPatch", "variableSetterType" : "RecordPatch" }, "setterModel" : { "variableName" : "member", "variableType" : "RecordPatch", "variableDeclarationType" : "RecordPatch", "documentation" : "", "simpleType" : "RecordPatch", "variableSetterType" : "RecordPatch" }, "getterModel" : { "returnType" : "RecordPatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RecordPatch", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of patch operations.\n@param recordPatches A list of patch operations.*/", "getterDocumentation" : "/**A list of patch operations.\n@return A list of patch operations.*/", "fluentSetterDocumentation" : "/**A list of patch operations.\n@param recordPatches A list of patch operations.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of patch operations.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecordPatches(java.util.Collection)} or {@link #withRecordPatches(java.util.Collection)} if you want to override the existing values.

\n@param recordPatches A list of patch operations.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "Thrown if the resource doesn't exist.", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnsubscribeFromDatasetResult" : { "c2jName" : "UnsubscribeFromDatasetResponse", "documentation" : "

Response to an UnsubscribeFromDataset request.

", "shapeName" : "UnsubscribeFromDatasetResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unsubscribeFromDatasetResult", "variableType" : "UnsubscribeFromDatasetResult", "variableDeclarationType" : "UnsubscribeFromDatasetResult", "documentation" : null, "simpleType" : "UnsubscribeFromDatasetResult", "variableSetterType" : "UnsubscribeFromDatasetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DuplicateRequestException" : { "c2jName" : "DuplicateRequestException", "documentation" : "An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.", "shapeName" : "DuplicateRequestException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "duplicateRequestException", "variableType" : "DuplicateRequestException", "variableDeclarationType" : "DuplicateRequestException", "documentation" : null, "simpleType" : "DuplicateRequestException", "variableSetterType" : "DuplicateRequestException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DuplicateRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDatasetRequest" : { "c2jName" : "DeleteDatasetRequest", "documentation" : "A request to delete the specific dataset.", "shapeName" : "DeleteDatasetRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityId", "DatasetName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDatasetRequest", "variableType" : "DeleteDatasetRequest", "variableDeclarationType" : "DeleteDatasetRequest", "documentation" : null, "simpleType" : "DeleteDatasetRequest", "variableSetterType" : "DeleteDatasetRequest" }, "marshaller" : { "action" : "DeleteDataset", "verb" : "DELETE", "target" : null, "requestUri" : "/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityId", "marshallLocationName" : "IdentityId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetName" : { "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "name" : "DatasetName", "c2jName" : "DatasetName", "c2jShape" : "DatasetName", "variable" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "datasetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetName", "marshallLocationName" : "DatasetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "getterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).*/", "fluentSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@param datasetName A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (dash), and '.' (dot).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "getterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.*/", "fluentSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LambdaThrottledException" : { "c2jName" : "LambdaThrottledException", "documentation" : "

AWS Lambda throttled your account, please contact AWS Support

", "shapeName" : "LambdaThrottledException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "lambdaThrottledException", "variableType" : "LambdaThrottledException", "variableDeclarationType" : "LambdaThrottledException", "documentation" : null, "simpleType" : "LambdaThrottledException", "variableSetterType" : "LambdaThrottledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LambdaThrottledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetIdentityPoolConfigurationResult" : { "c2jName" : "GetIdentityPoolConfigurationResponse", "documentation" : "

The output for the GetIdentityPoolConfiguration operation.

", "shapeName" : "GetIdentityPoolConfigurationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdentityPoolConfigurationResult", "variableType" : "GetIdentityPoolConfigurationResult", "variableDeclarationType" : "GetIdentityPoolConfigurationResult", "documentation" : null, "simpleType" : "GetIdentityPoolConfigurationResult", "variableSetterType" : "GetIdentityPoolConfigurationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PushSync" : { "documentation" : "

Options to apply to this identity pool for push synchronization.

", "name" : "PushSync", "c2jName" : "PushSync", "c2jShape" : "PushSync", "variable" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "

Options to apply to this identity pool for push synchronization.

", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "setterModel" : { "variableName" : "pushSync", "variableType" : "PushSync", "variableDeclarationType" : "PushSync", "documentation" : "", "simpleType" : "PushSync", "variableSetterType" : "PushSync" }, "getterModel" : { "returnType" : "PushSync", "documentation" : null }, "http" : { "unmarshallLocationName" : "PushSync", "marshallLocationName" : "PushSync", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.*/", "getterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@return Options to apply to this identity pool for push synchronization.*/", "fluentSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to apply to this identity pool for push synchronization.

\n@param pushSync Options to apply to this identity pool for push synchronization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolId", "marshallLocationName" : "IdentityPoolId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "getterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@return A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.*/", "fluentSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.

\n@param identityPoolId A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoStreams" : { "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "name" : "CognitoStreams", "c2jName" : "CognitoStreams", "c2jShape" : "CognitoStreams", "variable" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "Options to apply to this identity pool for Amazon Cognito streams.", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "setterModel" : { "variableName" : "cognitoStreams", "variableType" : "CognitoStreams", "variableDeclarationType" : "CognitoStreams", "documentation" : "", "simpleType" : "CognitoStreams", "variableSetterType" : "CognitoStreams" }, "getterModel" : { "returnType" : "CognitoStreams", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoStreams", "marshallLocationName" : "CognitoStreams", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.*/", "getterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@return Options to apply to this identity pool for Amazon Cognito streams.*/", "fluentSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Options to apply to this identity pool for Amazon Cognito streams.\n@param cognitoStreams Options to apply to this identity pool for Amazon Cognito streams.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListIdentityPoolUsageResult" : { "c2jName" : "ListIdentityPoolUsageResponse", "documentation" : "Returned for a successful ListIdentityPoolUsage request.", "shapeName" : "ListIdentityPoolUsageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Usage information for the identity pools.", "name" : "IdentityPoolUsages", "c2jName" : "IdentityPoolUsages", "c2jShape" : "IdentityPoolUsageList", "variable" : { "variableName" : "identityPoolUsages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Usage information for the identity pools.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityPoolUsages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolUsages", "marshallLocationName" : "IdentityPoolUsages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityPoolUsage", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityPoolUsage", "variable" : { "variableName" : "member", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "getterModel" : { "returnType" : "IdentityPoolUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IdentityPoolUsage", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Usage information for the identity pools.\n@param identityPoolUsages Usage information for the identity pools.*/", "getterDocumentation" : "/**Usage information for the identity pools.\n@return Usage information for the identity pools.*/", "fluentSetterDocumentation" : "/**Usage information for the identity pools.\n@param identityPoolUsages Usage information for the identity pools.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Usage information for the identity pools.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setIdentityPoolUsages(java.util.Collection)} or {@link #withIdentityPoolUsages(java.util.Collection)} if you want to override the existing values.

\n@param identityPoolUsages Usage information for the identity pools.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "Integer", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Total number of identities for the identity pool.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Total number of identities for the identity pool.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.*/", "getterDocumentation" : "/**Total number of identities for the identity pool.\n@return Total number of identities for the identity pool.*/", "fluentSetterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentityPoolUsageResult", "variableType" : "ListIdentityPoolUsageResult", "variableDeclarationType" : "ListIdentityPoolUsageResult", "documentation" : null, "simpleType" : "ListIdentityPoolUsageResult", "variableSetterType" : "ListIdentityPoolUsageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolUsages" : { "documentation" : "Usage information for the identity pools.", "name" : "IdentityPoolUsages", "c2jName" : "IdentityPoolUsages", "c2jShape" : "IdentityPoolUsageList", "variable" : { "variableName" : "identityPoolUsages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Usage information for the identity pools.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityPoolUsages", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolUsages", "marshallLocationName" : "IdentityPoolUsages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityPoolUsage", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityPoolUsage", "variable" : { "variableName" : "member", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityPoolUsage", "variableDeclarationType" : "IdentityPoolUsage", "documentation" : "", "simpleType" : "IdentityPoolUsage", "variableSetterType" : "IdentityPoolUsage" }, "getterModel" : { "returnType" : "IdentityPoolUsage", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "IdentityPoolUsage", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Usage information for the identity pools.\n@param identityPoolUsages Usage information for the identity pools.*/", "getterDocumentation" : "/**Usage information for the identity pools.\n@return Usage information for the identity pools.*/", "fluentSetterDocumentation" : "/**Usage information for the identity pools.\n@param identityPoolUsages Usage information for the identity pools.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Usage information for the identity pools.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setIdentityPoolUsages(java.util.Collection)} or {@link #withIdentityPoolUsages(java.util.Collection)} if you want to override the existing values.

\n@param identityPoolUsages Usage information for the identity pools.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Count" : { "documentation" : "Total number of identities for the identity pool.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Total number of identities for the identity pool.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.*/", "getterDocumentation" : "/**Total number of identities for the identity pool.\n@return Total number of identities for the identity pool.*/", "fluentSetterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total number of identities for the identity pool.\n@param count Total number of identities for the identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of results to be returned.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "Integer", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of results to be returned.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxResults", "marshallLocationName" : "MaxResults", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.*/", "getterDocumentation" : "/**The maximum number of results to be returned.\n@return The maximum number of results to be returned.*/", "fluentSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of results to be returned.\n@param maxResults The maximum number of results to be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "documentation" : "Thrown if the request is throttled.", "shapeName" : "TooManyRequestsException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "variableDeclarationType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListRecordsResult" : { "c2jName" : "ListRecordsResponse", "documentation" : "Returned for a successful ListRecordsRequest.", "shapeName" : "ListRecordsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A list of all records.", "name" : "Records", "c2jName" : "Records", "c2jShape" : "RecordList", "variable" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of all records.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Records", "marshallLocationName" : "Records", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Record", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Record", "variable" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "setterModel" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Record", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of all records.\n@param records A list of all records.*/", "getterDocumentation" : "/**A list of all records.\n@return A list of all records.*/", "fluentSetterDocumentation" : "/**A list of all records.\n@param records A list of all records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of all records.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.

\n@param records A list of all records.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Total number of records.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Total number of records.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total number of records.\n@param count Total number of records.*/", "getterDocumentation" : "/**Total number of records.\n@return Total number of records.*/", "fluentSetterDocumentation" : "/**Total number of records.\n@param count Total number of records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total number of records.\n@param count Total number of records.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Server sync count for this dataset.", "name" : "DatasetSyncCount", "c2jName" : "DatasetSyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "datasetSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Server sync count for this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "datasetSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetSyncCount", "marshallLocationName" : "DatasetSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.*/", "getterDocumentation" : "/**Server sync count for this dataset.\n@return Server sync count for this dataset.*/", "fluentSetterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The user/device that made the last change to this record.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The user/device that made the last change to this record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.*/", "getterDocumentation" : "/**The user/device that made the last change to this record.\n@return The user/device that made the last change to this record.*/", "fluentSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Names of merged datasets.", "name" : "MergedDatasetNames", "c2jName" : "MergedDatasetNames", "c2jShape" : "MergedDatasetNameList", "variable" : { "variableName" : "mergedDatasetNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Names of merged datasets.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "mergedDatasetNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MergedDatasetNames", "marshallLocationName" : "MergedDatasetNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Names of merged datasets.\n@param mergedDatasetNames Names of merged datasets.*/", "getterDocumentation" : "/**Names of merged datasets.\n@return Names of merged datasets.*/", "fluentSetterDocumentation" : "/**Names of merged datasets.\n@param mergedDatasetNames Names of merged datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Names of merged datasets.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMergedDatasetNames(java.util.Collection)} or {@link #withMergedDatasetNames(java.util.Collection)} if you want to override the existing values.

\n@param mergedDatasetNames Names of merged datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Indicates whether the dataset exists.", "name" : "DatasetExists", "c2jName" : "DatasetExists", "c2jShape" : "Boolean", "variable" : { "variableName" : "datasetExists", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether the dataset exists.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "datasetExists", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetExists", "marshallLocationName" : "DatasetExists", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.*/", "getterDocumentation" : "/**Indicates whether the dataset exists.\n@return Indicates whether the dataset exists.*/", "fluentSetterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A boolean value specifying whether to delete the dataset locally.", "name" : "DatasetDeletedAfterRequestedSyncCount", "c2jName" : "DatasetDeletedAfterRequestedSyncCount", "c2jShape" : "Boolean", "variable" : { "variableName" : "datasetDeletedAfterRequestedSyncCount", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A boolean value specifying whether to delete the dataset locally.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "datasetDeletedAfterRequestedSyncCount", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetDeletedAfterRequestedSyncCount", "marshallLocationName" : "DatasetDeletedAfterRequestedSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.*/", "getterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@return A boolean value specifying whether to delete the dataset locally.*/", "fluentSetterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A token containing a session ID, identity ID, and expiration.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "String", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A token containing a session ID, identity ID, and expiration.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionToken", "marshallLocationName" : "SyncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.*/", "getterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@return A token containing a session ID, identity ID, and expiration.*/", "fluentSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listRecordsResult", "variableType" : "ListRecordsResult", "variableDeclarationType" : "ListRecordsResult", "documentation" : null, "simpleType" : "ListRecordsResult", "variableSetterType" : "ListRecordsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SyncSessionToken" : { "documentation" : "A token containing a session ID, identity ID, and expiration.", "name" : "SyncSessionToken", "c2jName" : "SyncSessionToken", "c2jShape" : "String", "variable" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A token containing a session ID, identity ID, and expiration.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "syncSessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SyncSessionToken", "marshallLocationName" : "SyncSessionToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.*/", "getterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@return A token containing a session ID, identity ID, and expiration.*/", "fluentSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A token containing a session ID, identity ID, and expiration.\n@param syncSessionToken A token containing a session ID, identity ID, and expiration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "A pagination token for obtaining the next page of results.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token for obtaining the next page of results.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.*/", "getterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@return A pagination token for obtaining the next page of results.*/", "fluentSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token for obtaining the next page of results.\n@param nextToken A pagination token for obtaining the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetExists" : { "documentation" : "Indicates whether the dataset exists.", "name" : "DatasetExists", "c2jName" : "DatasetExists", "c2jShape" : "Boolean", "variable" : { "variableName" : "datasetExists", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether the dataset exists.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "datasetExists", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetExists", "marshallLocationName" : "DatasetExists", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.*/", "getterDocumentation" : "/**Indicates whether the dataset exists.\n@return Indicates whether the dataset exists.*/", "fluentSetterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether the dataset exists.\n@param datasetExists Indicates whether the dataset exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Count" : { "documentation" : "Total number of records.", "name" : "Count", "c2jName" : "Count", "c2jShape" : "Integer", "variable" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "Total number of records.", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "count", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Count", "marshallLocationName" : "Count", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Total number of records.\n@param count Total number of records.*/", "getterDocumentation" : "/**Total number of records.\n@return Total number of records.*/", "fluentSetterDocumentation" : "/**Total number of records.\n@param count Total number of records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Total number of records.\n@param count Total number of records.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Records" : { "documentation" : "A list of all records.", "name" : "Records", "c2jName" : "Records", "c2jShape" : "RecordList", "variable" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A list of all records.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "records", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Records", "marshallLocationName" : "Records", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Record", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Record", "variable" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "setterModel" : { "variableName" : "member", "variableType" : "Record", "variableDeclarationType" : "Record", "documentation" : "", "simpleType" : "Record", "variableSetterType" : "Record" }, "getterModel" : { "returnType" : "Record", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Record", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A list of all records.\n@param records A list of all records.*/", "getterDocumentation" : "/**A list of all records.\n@return A list of all records.*/", "fluentSetterDocumentation" : "/**A list of all records.\n@param records A list of all records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A list of all records.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRecords(java.util.Collection)} or {@link #withRecords(java.util.Collection)} if you want to override the existing values.

\n@param records A list of all records.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetDeletedAfterRequestedSyncCount" : { "documentation" : "A boolean value specifying whether to delete the dataset locally.", "name" : "DatasetDeletedAfterRequestedSyncCount", "c2jName" : "DatasetDeletedAfterRequestedSyncCount", "c2jShape" : "Boolean", "variable" : { "variableName" : "datasetDeletedAfterRequestedSyncCount", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A boolean value specifying whether to delete the dataset locally.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "datasetDeletedAfterRequestedSyncCount", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetDeletedAfterRequestedSyncCount", "marshallLocationName" : "DatasetDeletedAfterRequestedSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.*/", "getterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@return A boolean value specifying whether to delete the dataset locally.*/", "fluentSetterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A boolean value specifying whether to delete the dataset locally.\n@param datasetDeletedAfterRequestedSyncCount A boolean value specifying whether to delete the dataset locally.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MergedDatasetNames" : { "documentation" : "Names of merged datasets.", "name" : "MergedDatasetNames", "c2jName" : "MergedDatasetNames", "c2jShape" : "MergedDatasetNameList", "variable" : { "variableName" : "mergedDatasetNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Names of merged datasets.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "mergedDatasetNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "MergedDatasetNames", "marshallLocationName" : "MergedDatasetNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Names of merged datasets.\n@param mergedDatasetNames Names of merged datasets.*/", "getterDocumentation" : "/**Names of merged datasets.\n@return Names of merged datasets.*/", "fluentSetterDocumentation" : "/**Names of merged datasets.\n@param mergedDatasetNames Names of merged datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Names of merged datasets.\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setMergedDatasetNames(java.util.Collection)} or {@link #withMergedDatasetNames(java.util.Collection)} if you want to override the existing values.

\n@param mergedDatasetNames Names of merged datasets.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatasetSyncCount" : { "documentation" : "Server sync count for this dataset.", "name" : "DatasetSyncCount", "c2jName" : "DatasetSyncCount", "c2jShape" : "Long", "variable" : { "variableName" : "datasetSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "Server sync count for this dataset.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "datasetSyncCount", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatasetSyncCount", "marshallLocationName" : "DatasetSyncCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.*/", "getterDocumentation" : "/**Server sync count for this dataset.\n@return Server sync count for this dataset.*/", "fluentSetterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Server sync count for this dataset.\n@param datasetSyncCount Server sync count for this dataset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedBy" : { "documentation" : "The user/device that made the last change to this record.", "name" : "LastModifiedBy", "c2jName" : "LastModifiedBy", "c2jShape" : "String", "variable" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The user/device that made the last change to this record.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastModifiedBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedBy", "marshallLocationName" : "LastModifiedBy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.*/", "getterDocumentation" : "/**The user/device that made the last change to this record.\n@return The user/device that made the last change to this record.*/", "fluentSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The user/device that made the last change to this record.\n@param lastModifiedBy The user/device that made the last change to this record.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InternalErrorException" : { "c2jName" : "InternalErrorException", "documentation" : "Indicates an internal service error.", "shapeName" : "InternalErrorException", "deprecated" : false, "required" : [ "message" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "internalErrorException", "variableType" : "InternalErrorException", "variableDeclarationType" : "InternalErrorException", "documentation" : null, "simpleType" : "InternalErrorException", "variableSetterType" : "InternalErrorException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : true, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy