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

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

Go to download

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

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

Amazon Cognito is a web service that delivers scoped temporary credentials to mobile devices and other untrusted environments. Amazon Cognito uniquely identifies a device and supplies the user with a consistent identity over the lifetime of an application.

Using Amazon Cognito, you can enable authentication with one or more third-party identity providers (Facebook, Google, or Login with Amazon), and you can also choose to support unauthenticated access from your app. Cognito delivers a unique identifier for each user and acts as an OpenID token provider trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS credentials.

To provide end-user credentials, first make an unsigned call to GetId. If the end user is authenticated with one of the supported identity providers, set the Logins map with the identity provider token. GetId returns a unique identifier for the user.

Next, make an unsigned call to GetCredentialsForIdentity. This call expects the same Logins map as the GetId call, as well as the IdentityID originally returned by GetId. Assuming your identity pool has been configured via the SetIdentityPoolRoles operation, GetCredentialsForIdentity will return AWS credentials for your use. If your pool has not been configured with SetIdentityPoolRoles, or if you want to follow legacy flow, make an unsigned call to GetOpenIdToken, which returns the OpenID token necessary to call STS and retrieve AWS credentials. This call expects the same Logins map as the GetId call, as well as the IdentityID originally returned by GetId. The token returned by GetOpenIdToken can be passed to the STS operation AssumeRoleWithWebIdentity to retrieve AWS credentials.

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

", "defaultEndpoint" : "https://cognito-identity.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "cognito-identity.us-east-1.amazonaws.com", "syncInterface" : "AmazonCognitoIdentity", "syncClient" : "AmazonCognitoIdentityClient", "asyncInterface" : "AmazonCognitoIdentityAsync", "asyncClient" : "AmazonCognitoIdentityAsyncClient", "packageName" : "com.amazonaws.services.cognitoidentity", "packagePath" : "com/amazonaws/services/cognitoidentity", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Cognito Identity", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "cognito-identity", "signingName" : "cognito-identity", "protocolDefaultExceptionUmarshallerImpl" : null, "jsonProtocol" : true, "xmlProtocol" : false, "serviceName" : "Amazon Cognito Identity", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller" }, "operations" : { "CreateIdentityPool" : { "documentation" : "

Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The limit on identity pools is 60 per account. The keys for SupportedLoginProviders are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
You must use AWS Developer credentials to call this API.

", "operationName" : "CreateIdentityPool", "deprecated" : false, "input" : { "variableName" : "createIdentityPoolRequest", "variableType" : "CreateIdentityPoolRequest", "variableDeclarationType" : "CreateIdentityPoolRequest", "documentation" : "

Input to the CreateIdentityPool action.

", "simpleType" : "CreateIdentityPoolRequest", "variableSetterType" : "CreateIdentityPoolRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateIdentityPoolResult", "documentation" : "An object representing a Cognito identity pool." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "LimitExceededException", "documentation" : "Thrown when the total number of user pools has exceeded a preset limit." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateIdentityPoolResult", "asyncReturnType" : "CreateIdentityPoolResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createIdentityPool" }, "DeleteIdentities" : { "documentation" : "

Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.

You must use AWS Developer credentials to call this API.

", "operationName" : "DeleteIdentities", "deprecated" : false, "input" : { "variableName" : "deleteIdentitiesRequest", "variableType" : "DeleteIdentitiesRequest", "variableDeclarationType" : "DeleteIdentitiesRequest", "documentation" : "

Input to the DeleteIdentities action.

", "simpleType" : "DeleteIdentitiesRequest", "variableSetterType" : "DeleteIdentitiesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteIdentitiesResult", "documentation" : "

Returned in response to a successful DeleteIdentities operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteIdentitiesResult", "asyncReturnType" : "DeleteIdentitiesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteIdentities" }, "DeleteIdentityPool" : { "documentation" : "

Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool.

You must use AWS Developer credentials to call this API.

", "operationName" : "DeleteIdentityPool", "deprecated" : false, "input" : { "variableName" : "deleteIdentityPoolRequest", "variableType" : "DeleteIdentityPoolRequest", "variableDeclarationType" : "DeleteIdentityPoolRequest", "documentation" : "

Input to the DeleteIdentityPool action.

", "simpleType" : "DeleteIdentityPoolRequest", "variableSetterType" : "DeleteIdentityPoolRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteIdentityPoolResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteIdentityPoolResult", "asyncReturnType" : "DeleteIdentityPoolResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteIdentityPool" }, "DescribeIdentity" : { "documentation" : "

Returns metadata related to the given identity, including when the identity was created and any associated linked logins.

You must use AWS Developer credentials to call this API.

", "operationName" : "DescribeIdentity", "deprecated" : false, "input" : { "variableName" : "describeIdentityRequest", "variableType" : "DescribeIdentityRequest", "variableDeclarationType" : "DescribeIdentityRequest", "documentation" : "

Input to the DescribeIdentity action.

", "simpleType" : "DescribeIdentityRequest", "variableSetterType" : "DescribeIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeIdentityResult", "documentation" : "A description of the identity." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeIdentityResult", "asyncReturnType" : "DescribeIdentityResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeIdentity" }, "DescribeIdentityPool" : { "documentation" : "

Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users.

You must use AWS Developer credentials to call this API.

", "operationName" : "DescribeIdentityPool", "deprecated" : false, "input" : { "variableName" : "describeIdentityPoolRequest", "variableType" : "DescribeIdentityPoolRequest", "variableDeclarationType" : "DescribeIdentityPoolRequest", "documentation" : "Input to the DescribeIdentityPool action.", "simpleType" : "DescribeIdentityPoolRequest", "variableSetterType" : "DescribeIdentityPoolRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeIdentityPoolResult", "documentation" : "An object representing a Cognito identity pool." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeIdentityPoolResult", "asyncReturnType" : "DescribeIdentityPoolResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeIdentityPool" }, "GetCredentialsForIdentity" : { "documentation" : "

Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token.

This is a public API. You do not need any credentials to call this API.

", "operationName" : "GetCredentialsForIdentity", "deprecated" : false, "input" : { "variableName" : "getCredentialsForIdentityRequest", "variableType" : "GetCredentialsForIdentityRequest", "variableDeclarationType" : "GetCredentialsForIdentityRequest", "documentation" : "

Input to the GetCredentialsForIdentity action.

", "simpleType" : "GetCredentialsForIdentityRequest", "variableSetterType" : "GetCredentialsForIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetCredentialsForIdentityResult", "documentation" : "

Returned in response to a successful GetCredentialsForIdentity operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InvalidIdentityPoolConfigurationException", "documentation" : "

Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.

" }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "ExternalServiceException", "documentation" : "

An exception thrown when a dependent service such as Facebook or Twitter is not responding

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

Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit linked account.

This is a public API. You do not need any credentials to call this API.

", "operationName" : "GetId", "deprecated" : false, "input" : { "variableName" : "getIdRequest", "variableType" : "GetIdRequest", "variableDeclarationType" : "GetIdRequest", "documentation" : "Input to the GetId action.", "simpleType" : "GetIdRequest", "variableSetterType" : "GetIdRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIdResult", "documentation" : "Returned in response to a GetId request." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "LimitExceededException", "documentation" : "Thrown when the total number of user pools has exceeded a preset limit." }, { "exceptionName" : "ExternalServiceException", "documentation" : "

An exception thrown when a dependent service such as Facebook or Twitter is not responding

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

Gets the roles for an identity pool.

You must use AWS Developer credentials to call this API.

", "operationName" : "GetIdentityPoolRoles", "deprecated" : false, "input" : { "variableName" : "getIdentityPoolRolesRequest", "variableType" : "GetIdentityPoolRolesRequest", "variableDeclarationType" : "GetIdentityPoolRolesRequest", "documentation" : "

Input to the GetIdentityPoolRoles action.

", "simpleType" : "GetIdentityPoolRolesRequest", "variableSetterType" : "GetIdentityPoolRolesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIdentityPoolRolesResult", "documentation" : "

Returned in response to a successful GetIdentityPoolRoles operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetIdentityPoolRolesResult", "asyncReturnType" : "GetIdentityPoolRolesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getIdentityPoolRoles" }, "GetOpenIdToken" : { "documentation" : "

Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link.

The OpenId token is valid for 15 minutes.

This is a public API. You do not need any credentials to call this API.

", "operationName" : "GetOpenIdToken", "deprecated" : false, "input" : { "variableName" : "getOpenIdTokenRequest", "variableType" : "GetOpenIdTokenRequest", "variableDeclarationType" : "GetOpenIdTokenRequest", "documentation" : "Input to the GetOpenIdToken action.", "simpleType" : "GetOpenIdTokenRequest", "variableSetterType" : "GetOpenIdTokenRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetOpenIdTokenResult", "documentation" : "Returned in response to a successful GetOpenIdToken request." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "ExternalServiceException", "documentation" : "

An exception thrown when a dependent service such as Facebook or Twitter is not responding

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

Registers (or retrieves) a Cognito IdentityId and an OpenID Connect token for a user authenticated by your backend authentication process. Supplying multiple logins will create an implicit linked account. You can only specify one developer provider as part of the Logins map, which is linked to the identity pool. The developer provider is the \"domain\" by which Cognito will refer to your users.

You can use GetOpenIdTokenForDeveloperIdentity to create a new identity and to link new logins (that is, user credentials issued by a public provider or developer provider) to an existing identity. When you want to create a new identity, the IdentityId should be null. When you want to associate a new login with an existing authenticated/unauthenticated identity, you can do so by providing the existing IdentityId. This API will create the identity in the specified IdentityPoolId.

You must use AWS Developer credentials to call this API.

", "operationName" : "GetOpenIdTokenForDeveloperIdentity", "deprecated" : false, "input" : { "variableName" : "getOpenIdTokenForDeveloperIdentityRequest", "variableType" : "GetOpenIdTokenForDeveloperIdentityRequest", "variableDeclarationType" : "GetOpenIdTokenForDeveloperIdentityRequest", "documentation" : "

Input to the GetOpenIdTokenForDeveloperIdentity action.

", "simpleType" : "GetOpenIdTokenForDeveloperIdentityRequest", "variableSetterType" : "GetOpenIdTokenForDeveloperIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetOpenIdTokenForDeveloperIdentityResult", "documentation" : "

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "DeveloperUserAlreadyRegisteredException", "documentation" : "

The provided developer user identifier is already registered with Cognito under a different identity ID.

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

Lists the identities in a pool.

You must use AWS Developer credentials to call this API.

", "operationName" : "ListIdentities", "deprecated" : false, "input" : { "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "variableDeclarationType" : "ListIdentitiesRequest", "documentation" : "Input to the ListIdentities action.", "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListIdentitiesResult", "documentation" : "The response to a ListIdentities request." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListIdentitiesResult", "asyncReturnType" : "ListIdentitiesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listIdentities" }, "ListIdentityPools" : { "documentation" : "

Lists all of the Cognito identity pools registered for your account.

You must use AWS Developer credentials to call this API.

", "operationName" : "ListIdentityPools", "deprecated" : false, "input" : { "variableName" : "listIdentityPoolsRequest", "variableType" : "ListIdentityPoolsRequest", "variableDeclarationType" : "ListIdentityPoolsRequest", "documentation" : "Input to the ListIdentityPools action.", "simpleType" : "ListIdentityPoolsRequest", "variableSetterType" : "ListIdentityPoolsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListIdentityPoolsResult", "documentation" : "The result of a successful ListIdentityPools action." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListIdentityPoolsResult", "asyncReturnType" : "ListIdentityPoolsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listIdentityPools" }, "LookupDeveloperIdentity" : { "documentation" : "

Retrieves the IdentityID associated with a DeveloperUserIdentifier or the list of DeveloperUserIdentifiers associated with an IdentityId for an existing identity. Either IdentityID or DeveloperUserIdentifier must not be null. If you supply only one of these values, the other value will be searched in the database and returned as a part of the response. If you supply both, DeveloperUserIdentifier will be matched against IdentityID. If the values are verified against the database, the response returns both values and is the same as the request. Otherwise a ResourceConflictException is thrown.

You must use AWS Developer credentials to call this API.

", "operationName" : "LookupDeveloperIdentity", "deprecated" : false, "input" : { "variableName" : "lookupDeveloperIdentityRequest", "variableType" : "LookupDeveloperIdentityRequest", "variableDeclarationType" : "LookupDeveloperIdentityRequest", "documentation" : "

Input to the LookupDeveloperIdentityInput action.

", "simpleType" : "LookupDeveloperIdentityRequest", "variableSetterType" : "LookupDeveloperIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "LookupDeveloperIdentityResult", "documentation" : "

Returned in response to a successful LookupDeveloperIdentity action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "LookupDeveloperIdentityResult", "asyncReturnType" : "LookupDeveloperIdentityResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "lookupDeveloperIdentity" }, "MergeDeveloperIdentities" : { "documentation" : "

Merges two users having different IdentityIds, existing in the same identity pool, and identified by the same developer provider. You can use this action to request that discrete users be merged and identified as a single user in the Cognito environment. Cognito associates the given source user (SourceUserIdentifier) with the IdentityId of the DestinationUserIdentifier. Only developer-authenticated users can be merged. If the users to be merged are associated with the same public provider, but as two different users, an exception will be thrown.

You must use AWS Developer credentials to call this API.

", "operationName" : "MergeDeveloperIdentities", "deprecated" : false, "input" : { "variableName" : "mergeDeveloperIdentitiesRequest", "variableType" : "MergeDeveloperIdentitiesRequest", "variableDeclarationType" : "MergeDeveloperIdentitiesRequest", "documentation" : "

Input to the MergeDeveloperIdentities action.

", "simpleType" : "MergeDeveloperIdentitiesRequest", "variableSetterType" : "MergeDeveloperIdentitiesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "MergeDeveloperIdentitiesResult", "documentation" : "

Returned in response to a successful MergeDeveloperIdentities action.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "MergeDeveloperIdentitiesResult", "asyncReturnType" : "MergeDeveloperIdentitiesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "mergeDeveloperIdentities" }, "SetIdentityPoolRoles" : { "documentation" : "

Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action.

You must use AWS Developer credentials to call this API.

", "operationName" : "SetIdentityPoolRoles", "deprecated" : false, "input" : { "variableName" : "setIdentityPoolRolesRequest", "variableType" : "SetIdentityPoolRolesRequest", "variableDeclarationType" : "SetIdentityPoolRolesRequest", "documentation" : "

Input to the SetIdentityPoolRoles action.

", "simpleType" : "SetIdentityPoolRolesRequest", "variableSetterType" : "SetIdentityPoolRolesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetIdentityPoolRolesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Thrown if there are parallel requests to modify a resource.

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

Unlinks a DeveloperUserIdentifier from an existing identity. Unlinked developer users will be considered new identities next time they are seen. If, for a given Cognito identity, you remove all federated identities as well as the developer user identifier, the Cognito identity becomes inaccessible.

You must use AWS Developer credentials to call this API.

", "operationName" : "UnlinkDeveloperIdentity", "deprecated" : false, "input" : { "variableName" : "unlinkDeveloperIdentityRequest", "variableType" : "UnlinkDeveloperIdentityRequest", "variableDeclarationType" : "UnlinkDeveloperIdentityRequest", "documentation" : "

Input to the UnlinkDeveloperIdentity action.

", "simpleType" : "UnlinkDeveloperIdentityRequest", "variableSetterType" : "UnlinkDeveloperIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UnlinkDeveloperIdentityResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UnlinkDeveloperIdentityResult", "asyncReturnType" : "UnlinkDeveloperIdentityResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "unlinkDeveloperIdentity" }, "UnlinkIdentity" : { "documentation" : "

Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.

This is a public API. You do not need any credentials to call this API.

", "operationName" : "UnlinkIdentity", "deprecated" : false, "input" : { "variableName" : "unlinkIdentityRequest", "variableType" : "UnlinkIdentityRequest", "variableDeclarationType" : "UnlinkIdentityRequest", "documentation" : "Input to the UnlinkIdentity action.", "simpleType" : "UnlinkIdentityRequest", "variableSetterType" : "UnlinkIdentityRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UnlinkIdentityResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "ExternalServiceException", "documentation" : "

An exception thrown when a dependent service such as Facebook or Twitter is not responding

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

Updates a user pool.

You must use AWS Developer credentials to call this API.

", "operationName" : "UpdateIdentityPool", "deprecated" : false, "input" : { "variableName" : "updateIdentityPoolRequest", "variableType" : "UpdateIdentityPoolRequest", "variableDeclarationType" : "UpdateIdentityPoolRequest", "documentation" : "An object representing a Cognito identity pool.", "simpleType" : "UpdateIdentityPoolRequest", "variableSetterType" : "UpdateIdentityPoolRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateIdentityPoolResult", "documentation" : "An object representing a Cognito identity pool." }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s)." }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist." }, { "exceptionName" : "NotAuthorizedException", "documentation" : "Thrown when a user is not authorized to access the requested resource." }, { "exceptionName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account." }, { "exceptionName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled." }, { "exceptionName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request." }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

Thrown if there are parallel requests to modify a resource.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "Thrown when the total number of user pools has exceeded a preset limit." } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateIdentityPoolResult", "asyncReturnType" : "UpdateIdentityPoolResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateIdentityPool" } }, "shapes" : { "GetIdRequest" : { "c2jName" : "GetIdInput", "documentation" : "Input to the GetId action.", "shapeName" : "GetIdRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A standard AWS account ID (9+ digits).", "name" : "AccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A standard AWS account ID (9+ digits).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountId", "marshallLocationName" : "AccountId", "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 standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).*/", "getterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@return A standard AWS account ID (9+ digits).*/", "fluentSetterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@return A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdRequest", "variableType" : "GetIdRequest", "variableDeclarationType" : "GetIdRequest", "documentation" : null, "simpleType" : "GetIdRequest", "variableSetterType" : "GetIdRequest" }, "marshaller" : { "action" : "GetId", "verb" : "POST", "target" : "AWSCognitoIdentityService.GetId", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "A standard AWS account ID (9+ digits).", "name" : "AccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A standard AWS account ID (9+ digits).", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountId", "marshallLocationName" : "AccountId", "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 standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).*/", "getterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@return A standard AWS account ID (9+ digits).*/", "fluentSetterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A standard AWS account ID (9+ digits).\n@param accountId A standard AWS account ID (9+ digits).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@return A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.

The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com
\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IdentityPoolShortDescription" : { "c2jName" : "IdentityPoolShortDescription", "documentation" : "A description of the identity pool.", "shapeName" : "IdentityPoolShortDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string that you provide.", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string that you provide.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**A string that you provide.\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**A string that you provide.\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string that you provide.\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "identityPoolShortDescription", "variableType" : "IdentityPoolShortDescription", "variableDeclarationType" : "IdentityPoolShortDescription", "documentation" : null, "simpleType" : "IdentityPoolShortDescription", "variableSetterType" : "IdentityPoolShortDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "A string that you provide.", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string that you provide.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**A string that you provide.\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**A string that you provide.\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A string that you provide.\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\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" : null, "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" : { } }, "GetOpenIdTokenRequest" : { "c2jName" : "GetOpenIdTokenInput", "documentation" : "Input to the GetOpenIdToken action.", "shapeName" : "GetOpenIdTokenRequest", "deprecated" : false, "required" : [ "IdentityId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOpenIdTokenRequest", "variableType" : "GetOpenIdTokenRequest", "variableDeclarationType" : "GetOpenIdTokenRequest", "documentation" : null, "simpleType" : "GetOpenIdTokenRequest", "variableSetterType" : "GetOpenIdTokenRequest" }, "marshaller" : { "action" : "GetOpenIdToken", "verb" : "POST", "target" : "AWSCognitoIdentityService.GetOpenIdToken", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@param logins A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com or any other OpenId Connect provider, always include the id_token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "Thrown when the total number of user pools has exceeded a preset limit.", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "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" : { } }, "DeleteIdentitiesRequest" : { "c2jName" : "DeleteIdentitiesInput", "documentation" : "

Input to the DeleteIdentities action.

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

A list of 1-60 identities that you want to delete.

", "name" : "IdentityIdsToDelete", "c2jName" : "IdentityIdsToDelete", "c2jShape" : "IdentityIdList", "variable" : { "variableName" : "identityIdsToDelete", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of 1-60 identities that you want to delete.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityIdsToDelete", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityIdsToDelete", "marshallLocationName" : "IdentityIdsToDelete", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityId", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.*/", "getterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@return A list of 1-60 identities that you want to delete.*/", "fluentSetterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n

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

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteIdentitiesRequest", "variableType" : "DeleteIdentitiesRequest", "variableDeclarationType" : "DeleteIdentitiesRequest", "documentation" : null, "simpleType" : "DeleteIdentitiesRequest", "variableSetterType" : "DeleteIdentitiesRequest" }, "marshaller" : { "action" : "DeleteIdentities", "verb" : "POST", "target" : "AWSCognitoIdentityService.DeleteIdentities", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityIdsToDelete" : { "documentation" : "

A list of 1-60 identities that you want to delete.

", "name" : "IdentityIdsToDelete", "c2jName" : "IdentityIdsToDelete", "c2jShape" : "IdentityIdList", "variable" : { "variableName" : "identityIdsToDelete", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of 1-60 identities that you want to delete.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityIdsToDelete", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityIdsToDelete", "marshallLocationName" : "IdentityIdsToDelete", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityId", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.*/", "getterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@return A list of 1-60 identities that you want to delete.*/", "fluentSetterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of 1-60 identities that you want to delete.

\n

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

\n@param identityIdsToDelete A list of 1-60 identities that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceConflictException" : { "c2jName" : "ResourceConflictException", "documentation" : "Thrown when a user tries to use a login which is already linked to another account.", "shapeName" : "ResourceConflictException", "deprecated" : false, "required" : null, "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" : { } }, "GetIdentityPoolRolesResult" : { "c2jName" : "GetIdentityPoolRolesResponse", "documentation" : "

Returned in response to a successful GetIdentityPoolRoles operation.

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

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

", "name" : "Roles", "c2jName" : "Roles", "c2jShape" : "RolesMap", "variable" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Roles", "marshallLocationName" : "Roles", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ARNString", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.*/", "getterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@return The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.*/", "fluentSetterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdentityPoolRolesResult", "variableType" : "GetIdentityPoolRolesResult", "variableDeclarationType" : "GetIdentityPoolRolesResult", "documentation" : null, "simpleType" : "GetIdentityPoolRolesResult", "variableSetterType" : "GetIdentityPoolRolesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Roles" : { "documentation" : "

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

", "name" : "Roles", "c2jName" : "Roles", "c2jShape" : "RolesMap", "variable" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Roles", "marshallLocationName" : "Roles", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ARNString", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.*/", "getterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@return The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.*/", "fluentSetterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

\n@param roles The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IdentityDescription" : { "c2jName" : "IdentityDescription", "documentation" : "A description of the identity.", "shapeName" : "IdentityDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsList", "variable" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n

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

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Date on which the identity was created.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Date on which the identity 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 identity was created.

\n@param creationDate Date on which the identity was created.*/", "getterDocumentation" : "/**

Date on which the identity was created.

\n@return Date on which the identity was created.*/", "fluentSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\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" : "DateType", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "identityDescription", "variableType" : "IdentityDescription", "variableDeclarationType" : "IdentityDescription", "documentation" : null, "simpleType" : "IdentityDescription", "variableSetterType" : "IdentityDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\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" : "DateType", "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.*/" }, "CreationDate" : { "documentation" : "

Date on which the identity was created.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Date on which the identity 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 identity was created.

\n@param creationDate Date on which the identity was created.*/", "getterDocumentation" : "/**

Date on which the identity was created.

\n@return Date on which the identity was created.*/", "fluentSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsList", "variable" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n

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

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetIdentityPoolRolesResult" : { "c2jName" : "SetIdentityPoolRolesResult", "documentation" : null, "shapeName" : "SetIdentityPoolRolesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setIdentityPoolRolesResult", "variableType" : "SetIdentityPoolRolesResult", "variableDeclarationType" : "SetIdentityPoolRolesResult", "documentation" : null, "simpleType" : "SetIdentityPoolRolesResult", "variableSetterType" : "SetIdentityPoolRolesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListIdentityPoolsRequest" : { "c2jName" : "ListIdentityPoolsInput", "documentation" : "Input to the ListIdentityPools action.", "shapeName" : "ListIdentityPoolsRequest", "deprecated" : false, "required" : [ "MaxResults" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The maximum number of identities to return.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of identities to return.", "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 identities to return.\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**The maximum number of identities to return.\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentityPoolsRequest", "variableType" : "ListIdentityPoolsRequest", "variableDeclarationType" : "ListIdentityPoolsRequest", "documentation" : null, "simpleType" : "ListIdentityPoolsRequest", "variableSetterType" : "ListIdentityPoolsRequest" }, "marshaller" : { "action" : "ListIdentityPools", "verb" : "POST", "target" : "AWSCognitoIdentityService.ListIdentityPools", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of identities to return.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of identities to return.", "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 identities to return.\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**The maximum number of identities to return.\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIdResult" : { "c2jName" : "GetIdResponse", "documentation" : "Returned in response to a GetId request.", "shapeName" : "GetIdResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdResult", "variableType" : "GetIdResult", "variableDeclarationType" : "GetIdResult", "documentation" : null, "simpleType" : "GetIdResult", "variableSetterType" : "GetIdResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIdentityPoolRequest" : { "c2jName" : "IdentityPool", "documentation" : "An object representing a Cognito identity pool.", "shapeName" : "UpdateIdentityPoolRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityPoolName", "AllowUnauthenticatedIdentities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIdentityPoolRequest", "variableType" : "UpdateIdentityPoolRequest", "variableDeclarationType" : "UpdateIdentityPoolRequest", "documentation" : null, "simpleType" : "UpdateIdentityPoolRequest", "variableSetterType" : "UpdateIdentityPoolRequest" }, "marshaller" : { "action" : "UpdateIdentityPool", "verb" : "POST", "target" : "AWSCognitoIdentityService.UpdateIdentityPool", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowUnauthenticatedIdentities" : { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoIdentityProviders" : { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OpenIdConnectProviderARNs" : { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedLoginProviders" : { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SamlProviderARNs" : { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeIdentityPoolRequest" : { "c2jName" : "DescribeIdentityPoolInput", "documentation" : "Input to the DescribeIdentityPool action.", "shapeName" : "DescribeIdentityPoolRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityPoolRequest", "variableType" : "DescribeIdentityPoolRequest", "variableDeclarationType" : "DescribeIdentityPoolRequest", "documentation" : null, "simpleType" : "DescribeIdentityPoolRequest", "variableSetterType" : "DescribeIdentityPoolRequest" }, "marshaller" : { "action" : "DescribeIdentityPool", "verb" : "POST", "target" : "AWSCognitoIdentityService.DescribeIdentityPool", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ExternalServiceException" : { "c2jName" : "ExternalServiceException", "documentation" : "

An exception thrown when a dependent service such as Facebook or Twitter is not responding

", "shapeName" : "ExternalServiceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "externalServiceException", "variableType" : "ExternalServiceException", "variableDeclarationType" : "ExternalServiceException", "documentation" : null, "simpleType" : "ExternalServiceException", "variableSetterType" : "ExternalServiceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ExternalServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "documentation" : "Thrown for missing or bad input parameter(s).", "shapeName" : "InvalidParameterException", "deprecated" : false, "required" : null, "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" : { } }, "DeleteIdentityPoolRequest" : { "c2jName" : "DeleteIdentityPoolInput", "documentation" : "

Input to the DeleteIdentityPool action.

", "shapeName" : "DeleteIdentityPoolRequest", "deprecated" : false, "required" : [ "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteIdentityPoolRequest", "variableType" : "DeleteIdentityPoolRequest", "variableDeclarationType" : "DeleteIdentityPoolRequest", "documentation" : null, "simpleType" : "DeleteIdentityPoolRequest", "variableSetterType" : "DeleteIdentityPoolRequest" }, "marshaller" : { "action" : "DeleteIdentityPool", "verb" : "POST", "target" : "AWSCognitoIdentityService.DeleteIdentityPool", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIdentityPoolResult" : { "c2jName" : "IdentityPool", "documentation" : "An object representing a Cognito identity pool.", "shapeName" : "UpdateIdentityPoolResult", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityPoolName", "AllowUnauthenticatedIdentities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIdentityPoolResult", "variableType" : "UpdateIdentityPoolResult", "variableDeclarationType" : "UpdateIdentityPoolResult", "documentation" : null, "simpleType" : "UpdateIdentityPoolResult", "variableSetterType" : "UpdateIdentityPoolResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowUnauthenticatedIdentities" : { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoIdentityProviders" : { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OpenIdConnectProviderARNs" : { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedLoginProviders" : { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SamlProviderARNs" : { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListIdentitiesRequest" : { "c2jName" : "ListIdentitiesInput", "documentation" : "Input to the ListIdentities action.", "shapeName" : "ListIdentitiesRequest", "deprecated" : false, "required" : [ "IdentityPoolId", "MaxResults" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of identities to return.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of identities to return.", "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 identities to return.\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**The maximum number of identities to return.\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

", "name" : "HideDisabled", "c2jName" : "HideDisabled", "c2jShape" : "HideDisabled", "variable" : { "variableName" : "hideDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "hideDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HideDisabled", "marshallLocationName" : "HideDisabled", "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" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.*/", "getterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@return An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.*/", "fluentSetterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentitiesRequest", "variableType" : "ListIdentitiesRequest", "variableDeclarationType" : "ListIdentitiesRequest", "documentation" : null, "simpleType" : "ListIdentitiesRequest", "variableSetterType" : "ListIdentitiesRequest" }, "marshaller" : { "action" : "ListIdentities", "verb" : "POST", "target" : "AWSCognitoIdentityService.ListIdentities", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "The maximum number of identities to return.", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The maximum number of identities to return.", "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 identities to return.\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**The maximum number of identities to return.\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of identities to return.\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HideDisabled" : { "documentation" : "

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

", "name" : "HideDisabled", "c2jName" : "HideDisabled", "c2jShape" : "HideDisabled", "variable" : { "variableName" : "hideDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "hideDisabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "HideDisabled", "marshallLocationName" : "HideDisabled", "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" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.*/", "getterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@return An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.*/", "fluentSetterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.

\n@param hideDisabled An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetOpenIdTokenForDeveloperIdentityResult" : { "c2jName" : "GetOpenIdTokenForDeveloperIdentityResponse", "documentation" : "

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An OpenID token.

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

An OpenID 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" : "/**

An OpenID token.

\n@param token An OpenID token.*/", "getterDocumentation" : "/**

An OpenID token.

\n@return An OpenID token.*/", "fluentSetterDocumentation" : "/**

An OpenID token.

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

An OpenID token.

\n@param token An OpenID token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOpenIdTokenForDeveloperIdentityResult", "variableType" : "GetOpenIdTokenForDeveloperIdentityResult", "variableDeclarationType" : "GetOpenIdTokenForDeveloperIdentityResult", "documentation" : null, "simpleType" : "GetOpenIdTokenForDeveloperIdentityResult", "variableSetterType" : "GetOpenIdTokenForDeveloperIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Token" : { "documentation" : "

An OpenID token.

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

An OpenID 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" : "/**

An OpenID token.

\n@param token An OpenID token.*/", "getterDocumentation" : "/**

An OpenID token.

\n@return An OpenID token.*/", "fluentSetterDocumentation" : "/**

An OpenID token.

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

An OpenID token.

\n@param token An OpenID token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateIdentityPoolRequest" : { "c2jName" : "CreateIdentityPoolInput", "documentation" : "

Input to the CreateIdentityPool action.

", "shapeName" : "CreateIdentityPoolRequest", "deprecated" : false, "required" : [ "IdentityPoolName", "AllowUnauthenticatedIdentities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

TRUE if the identity pool supports unauthenticated logins.

", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

TRUE if the identity pool supports unauthenticated logins.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@return The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Cognito Identity user pools.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Cognito Identity user pools.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.*/", "getterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@return An array of Amazon Cognito Identity user pools.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n

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

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createIdentityPoolRequest", "variableType" : "CreateIdentityPoolRequest", "variableDeclarationType" : "CreateIdentityPoolRequest", "documentation" : null, "simpleType" : "CreateIdentityPoolRequest", "variableSetterType" : "CreateIdentityPoolRequest" }, "marshaller" : { "action" : "CreateIdentityPool", "verb" : "POST", "target" : "AWSCognitoIdentityService.CreateIdentityPool", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@return The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowUnauthenticatedIdentities" : { "documentation" : "

TRUE if the identity pool supports unauthenticated logins.

", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

TRUE if the identity pool supports unauthenticated logins.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

TRUE if the identity pool supports unauthenticated logins.

\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoIdentityProviders" : { "documentation" : "

An array of Amazon Cognito Identity user pools.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Cognito Identity user pools.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.*/", "getterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@return An array of Amazon Cognito Identity user pools.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Cognito Identity user pools.

\n

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

\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OpenIdConnectProviderARNs" : { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedLoginProviders" : { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SamlProviderARNs" : { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListIdentitiesResult" : { "c2jName" : "ListIdentitiesResponse", "documentation" : "The response to a ListIdentities request.", "shapeName" : "ListIdentitiesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "An object containing a set of identities and associated mappings.", "name" : "Identities", "c2jName" : "Identities", "c2jShape" : "IdentitiesList", "variable" : { "variableName" : "identities", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "An object containing a set of identities and associated mappings.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identities", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Identities", "marshallLocationName" : "Identities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityDescription", "variable" : { "variableName" : "member", "variableType" : "IdentityDescription", "variableDeclarationType" : "IdentityDescription", "documentation" : "", "simpleType" : "IdentityDescription", "variableSetterType" : "IdentityDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityDescription", "variableDeclarationType" : "IdentityDescription", "documentation" : "", "simpleType" : "IdentityDescription", "variableSetterType" : "IdentityDescription" }, "getterModel" : { "returnType" : "IdentityDescription", "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" : "IdentityDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@param identities An object containing a set of identities and associated mappings.*/", "getterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@return An object containing a set of identities and associated mappings.*/", "fluentSetterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@param identities An object containing a set of identities and associated mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An object containing a set of identities and associated mappings.\n

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

\n@param identities An object containing a set of identities and associated mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentitiesResult", "variableType" : "ListIdentitiesResult", "variableDeclarationType" : "ListIdentitiesResult", "documentation" : null, "simpleType" : "ListIdentitiesResult", "variableSetterType" : "ListIdentitiesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Identities" : { "documentation" : "An object containing a set of identities and associated mappings.", "name" : "Identities", "c2jName" : "Identities", "c2jShape" : "IdentitiesList", "variable" : { "variableName" : "identities", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "An object containing a set of identities and associated mappings.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identities", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Identities", "marshallLocationName" : "Identities", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityDescription", "variable" : { "variableName" : "member", "variableType" : "IdentityDescription", "variableDeclarationType" : "IdentityDescription", "documentation" : "", "simpleType" : "IdentityDescription", "variableSetterType" : "IdentityDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityDescription", "variableDeclarationType" : "IdentityDescription", "documentation" : "", "simpleType" : "IdentityDescription", "variableSetterType" : "IdentityDescription" }, "getterModel" : { "returnType" : "IdentityDescription", "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" : "IdentityDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@param identities An object containing a set of identities and associated mappings.*/", "getterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@return An object containing a set of identities and associated mappings.*/", "fluentSetterDocumentation" : "/**An object containing a set of identities and associated mappings.\n@param identities An object containing a set of identities and associated mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An object containing a set of identities and associated mappings.\n

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

\n@param identities An object containing a set of identities and associated mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnlinkIdentityRequest" : { "c2jName" : "UnlinkIdentityInput", "documentation" : "Input to the UnlinkIdentity action.", "shapeName" : "UnlinkIdentityRequest", "deprecated" : false, "required" : [ "IdentityId", "Logins", "LoginsToRemove" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Provider names to unlink from this identity.", "name" : "LoginsToRemove", "c2jName" : "LoginsToRemove", "c2jShape" : "LoginsList", "variable" : { "variableName" : "loginsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "Provider names to unlink from this identity.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loginsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoginsToRemove", "marshallLocationName" : "LoginsToRemove", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Provider names to unlink from this identity.\n@param loginsToRemove Provider names to unlink from this identity.*/", "getterDocumentation" : "/**Provider names to unlink from this identity.\n@return Provider names to unlink from this identity.*/", "fluentSetterDocumentation" : "/**Provider names to unlink from this identity.\n@param loginsToRemove Provider names to unlink from this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Provider names to unlink from this identity.\n

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

\n@param loginsToRemove Provider names to unlink from this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "unlinkIdentityRequest", "variableType" : "UnlinkIdentityRequest", "variableDeclarationType" : "UnlinkIdentityRequest", "documentation" : null, "simpleType" : "UnlinkIdentityRequest", "variableSetterType" : "UnlinkIdentityRequest" }, "marshaller" : { "action" : "UnlinkIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.UnlinkIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoginsToRemove" : { "documentation" : "Provider names to unlink from this identity.", "name" : "LoginsToRemove", "c2jName" : "LoginsToRemove", "c2jShape" : "LoginsList", "variable" : { "variableName" : "loginsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "Provider names to unlink from this identity.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "loginsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "LoginsToRemove", "marshallLocationName" : "LoginsToRemove", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**Provider names to unlink from this identity.\n@param loginsToRemove Provider names to unlink from this identity.*/", "getterDocumentation" : "/**Provider names to unlink from this identity.\n@return Provider names to unlink from this identity.*/", "fluentSetterDocumentation" : "/**Provider names to unlink from this identity.\n@param loginsToRemove Provider names to unlink from this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Provider names to unlink from this identity.\n

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

\n@param loginsToRemove Provider names to unlink from this identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnprocessedIdentityId" : { "c2jName" : "UnprocessedIdentityId", "documentation" : "

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The error code indicating the type of error that occurred.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code indicating the type of error that occurred.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "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" : "ErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@see ErrorCode*/", "getterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@return The error code indicating the type of error that occurred.\n@see ErrorCode*/", "fluentSetterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/", "varargSetterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/" } ], "enums" : null, "variable" : { "variableName" : "unprocessedIdentityId", "variableType" : "UnprocessedIdentityId", "variableDeclarationType" : "UnprocessedIdentityId", "documentation" : null, "simpleType" : "UnprocessedIdentityId", "variableSetterType" : "UnprocessedIdentityId" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "

The error code indicating the type of error that occurred.

", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The error code indicating the type of error that occurred.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "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" : "ErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@see ErrorCode*/", "getterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@return The error code indicating the type of error that occurred.\n@see ErrorCode*/", "fluentSetterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/", "varargSetterDocumentation" : "/**

The error code indicating the type of error that occurred.

\n@param errorCode The error code indicating the type of error that occurred.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/" } } }, "ErrorCode" : { "c2jName" : "ErrorCode", "documentation" : "", "shapeName" : "ErrorCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "AccessDenied", "value" : "AccessDenied" }, { "name" : "InternalServerError", "value" : "InternalServerError" } ], "variable" : { "variableName" : "errorCode", "variableType" : "ErrorCode", "variableDeclarationType" : "ErrorCode", "documentation" : null, "simpleType" : "ErrorCode", "variableSetterType" : "ErrorCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteIdentityPoolResult" : { "c2jName" : "DeleteIdentityPoolResult", "documentation" : null, "shapeName" : "DeleteIdentityPoolResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteIdentityPoolResult", "variableType" : "DeleteIdentityPoolResult", "variableDeclarationType" : "DeleteIdentityPoolResult", "documentation" : null, "simpleType" : "DeleteIdentityPoolResult", "variableSetterType" : "DeleteIdentityPoolResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModificationException", "documentation" : "

Thrown if there are parallel requests to modify a resource.

", "shapeName" : "ConcurrentModificationException", "deprecated" : false, "required" : null, "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" : { } }, "MergeDeveloperIdentitiesRequest" : { "c2jName" : "MergeDeveloperIdentitiesInput", "documentation" : "

Input to the MergeDeveloperIdentities action.

", "shapeName" : "MergeDeveloperIdentitiesRequest", "deprecated" : false, "required" : [ "SourceUserIdentifier", "DestinationUserIdentifier", "DeveloperProviderName", "IdentityPoolId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

User identifier for the source user. The value should be a DeveloperUserIdentifier.

", "name" : "SourceUserIdentifier", "c2jName" : "SourceUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "sourceUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User identifier for the source user. The value should be a DeveloperUserIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceUserIdentifier", "marshallLocationName" : "SourceUserIdentifier", "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" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.*/", "getterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@return User identifier for the source user. The value should be a DeveloperUserIdentifier.*/", "fluentSetterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

", "name" : "DestinationUserIdentifier", "c2jName" : "DestinationUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "destinationUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "destinationUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationUserIdentifier", "marshallLocationName" : "DestinationUserIdentifier", "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" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.*/", "getterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@return User identifier for the destination user. The value should be a DeveloperUserIdentifier.*/", "fluentSetterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@return The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "mergeDeveloperIdentitiesRequest", "variableType" : "MergeDeveloperIdentitiesRequest", "variableDeclarationType" : "MergeDeveloperIdentitiesRequest", "documentation" : null, "simpleType" : "MergeDeveloperIdentitiesRequest", "variableSetterType" : "MergeDeveloperIdentitiesRequest" }, "marshaller" : { "action" : "MergeDeveloperIdentities", "verb" : "POST", "target" : "AWSCognitoIdentityService.MergeDeveloperIdentities", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@return The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This is a (pseudo) domain name that you provide while creating an identity pool. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName, you can use letters as well as period (.), underscore (_), and dash (-).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DestinationUserIdentifier" : { "documentation" : "

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

", "name" : "DestinationUserIdentifier", "c2jName" : "DestinationUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "destinationUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "destinationUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DestinationUserIdentifier", "marshallLocationName" : "DestinationUserIdentifier", "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" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.*/", "getterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@return User identifier for the destination user. The value should be a DeveloperUserIdentifier.*/", "fluentSetterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User identifier for the destination user. The value should be a DeveloperUserIdentifier.

\n@param destinationUserIdentifier User identifier for the destination user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceUserIdentifier" : { "documentation" : "

User identifier for the source user. The value should be a DeveloperUserIdentifier.

", "name" : "SourceUserIdentifier", "c2jName" : "SourceUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "sourceUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

User identifier for the source user. The value should be a DeveloperUserIdentifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceUserIdentifier", "marshallLocationName" : "SourceUserIdentifier", "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" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.*/", "getterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@return User identifier for the source user. The value should be a DeveloperUserIdentifier.*/", "fluentSetterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

User identifier for the source user. The value should be a DeveloperUserIdentifier.

\n@param sourceUserIdentifier User identifier for the source user. The value should be a DeveloperUserIdentifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MergeDeveloperIdentitiesResult" : { "c2jName" : "MergeDeveloperIdentitiesResponse", "documentation" : "

Returned in response to a successful MergeDeveloperIdentities action.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "mergeDeveloperIdentitiesResult", "variableType" : "MergeDeveloperIdentitiesResult", "variableDeclarationType" : "MergeDeveloperIdentitiesResult", "documentation" : null, "simpleType" : "MergeDeveloperIdentitiesResult", "variableSetterType" : "MergeDeveloperIdentitiesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteIdentitiesResult" : { "c2jName" : "DeleteIdentitiesResponse", "documentation" : "

Returned in response to a successful DeleteIdentities operation.

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

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

", "name" : "UnprocessedIdentityIds", "c2jName" : "UnprocessedIdentityIds", "c2jShape" : "UnprocessedIdentityIdList", "variable" : { "variableName" : "unprocessedIdentityIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "unprocessedIdentityIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UnprocessedIdentityIds", "marshallLocationName" : "UnprocessedIdentityIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UnprocessedIdentityId", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UnprocessedIdentityId", "variable" : { "variableName" : "member", "variableType" : "UnprocessedIdentityId", "variableDeclarationType" : "UnprocessedIdentityId", "documentation" : "", "simpleType" : "UnprocessedIdentityId", "variableSetterType" : "UnprocessedIdentityId" }, "setterModel" : { "variableName" : "member", "variableType" : "UnprocessedIdentityId", "variableDeclarationType" : "UnprocessedIdentityId", "documentation" : "", "simpleType" : "UnprocessedIdentityId", "variableSetterType" : "UnprocessedIdentityId" }, "getterModel" : { "returnType" : "UnprocessedIdentityId", "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" : "UnprocessedIdentityId", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.*/", "getterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@return An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.*/", "fluentSetterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n

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

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteIdentitiesResult", "variableType" : "DeleteIdentitiesResult", "variableDeclarationType" : "DeleteIdentitiesResult", "documentation" : null, "simpleType" : "DeleteIdentitiesResult", "variableSetterType" : "DeleteIdentitiesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UnprocessedIdentityIds" : { "documentation" : "

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

", "name" : "UnprocessedIdentityIds", "c2jName" : "UnprocessedIdentityIds", "c2jShape" : "UnprocessedIdentityIdList", "variable" : { "variableName" : "unprocessedIdentityIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "unprocessedIdentityIds", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UnprocessedIdentityIds", "marshallLocationName" : "UnprocessedIdentityIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UnprocessedIdentityId", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UnprocessedIdentityId", "variable" : { "variableName" : "member", "variableType" : "UnprocessedIdentityId", "variableDeclarationType" : "UnprocessedIdentityId", "documentation" : "", "simpleType" : "UnprocessedIdentityId", "variableSetterType" : "UnprocessedIdentityId" }, "setterModel" : { "variableName" : "member", "variableType" : "UnprocessedIdentityId", "variableDeclarationType" : "UnprocessedIdentityId", "documentation" : "", "simpleType" : "UnprocessedIdentityId", "variableSetterType" : "UnprocessedIdentityId" }, "getterModel" : { "returnType" : "UnprocessedIdentityId", "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" : "UnprocessedIdentityId", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.*/", "getterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@return An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.*/", "fluentSetterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.

\n

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

\n@param unprocessedIdentityIds An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnlinkDeveloperIdentityResult" : { "c2jName" : "UnlinkDeveloperIdentityResult", "documentation" : null, "shapeName" : "UnlinkDeveloperIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unlinkDeveloperIdentityResult", "variableType" : "UnlinkDeveloperIdentityResult", "variableDeclarationType" : "UnlinkDeveloperIdentityResult", "documentation" : null, "simpleType" : "UnlinkDeveloperIdentityResult", "variableSetterType" : "UnlinkDeveloperIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetIdentityPoolRolesRequest" : { "c2jName" : "SetIdentityPoolRolesInput", "documentation" : "

Input to the SetIdentityPoolRoles action.

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

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

", "name" : "Roles", "c2jName" : "Roles", "c2jShape" : "RolesMap", "variable" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Roles", "marshallLocationName" : "Roles", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ARNString", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.*/", "getterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@return The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.*/", "fluentSetterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setIdentityPoolRolesRequest", "variableType" : "SetIdentityPoolRolesRequest", "variableDeclarationType" : "SetIdentityPoolRolesRequest", "documentation" : null, "simpleType" : "SetIdentityPoolRolesRequest", "variableSetterType" : "SetIdentityPoolRolesRequest" }, "marshaller" : { "action" : "SetIdentityPoolRoles", "verb" : "POST", "target" : "AWSCognitoIdentityService.SetIdentityPoolRoles", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Roles" : { "documentation" : "

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

", "name" : "Roles", "c2jName" : "Roles", "c2jShape" : "RolesMap", "variable" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "roles", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Roles", "marshallLocationName" : "Roles", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ARNString", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.*/", "getterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@return The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.*/", "fluentSetterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.

\n@param roles The map of roles associated with this pool. For a given role, the key will be either \"authenticated\" or \"unauthenticated\" and the value will be the Role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Credentials" : { "c2jName" : "Credentials", "documentation" : "

Credentials for the provided identity ID.

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

The Access Key portion of the credentials.

", "name" : "AccessKeyId", "c2jName" : "AccessKeyId", "c2jShape" : "AccessKeyString", "variable" : { "variableName" : "accessKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Access Key portion of the credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessKeyId", "marshallLocationName" : "AccessKeyId", "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 Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.*/", "getterDocumentation" : "/**

The Access Key portion of the credentials.

\n@return The Access Key portion of the credentials.*/", "fluentSetterDocumentation" : "/**

The Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Secret Access Key portion of the credentials

", "name" : "SecretKey", "c2jName" : "SecretKey", "c2jShape" : "SecretKeyString", "variable" : { "variableName" : "secretKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Secret Access Key portion of the credentials

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "secretKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecretKey", "marshallLocationName" : "SecretKey", "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 Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials*/", "getterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@return The Secret Access Key portion of the credentials*/", "fluentSetterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Session Token portion of the credentials

", "name" : "SessionToken", "c2jName" : "SessionToken", "c2jShape" : "SessionTokenString", "variable" : { "variableName" : "sessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Session Token portion of the credentials

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SessionToken", "marshallLocationName" : "SessionToken", "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 Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials*/", "getterDocumentation" : "/**

The Session Token portion of the credentials

\n@return The Session Token portion of the credentials*/", "fluentSetterDocumentation" : "/**

The Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date at which these credentials will expire.

", "name" : "Expiration", "c2jName" : "Expiration", "c2jShape" : "DateType", "variable" : { "variableName" : "expiration", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date at which these credentials will expire.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expiration", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Expiration", "marshallLocationName" : "Expiration", "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 at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.*/", "getterDocumentation" : "/**

The date at which these credentials will expire.

\n@return The date at which these credentials will expire.*/", "fluentSetterDocumentation" : "/**

The date at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "credentials", "variableType" : "Credentials", "variableDeclarationType" : "Credentials", "documentation" : null, "simpleType" : "Credentials", "variableSetterType" : "Credentials" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccessKeyId" : { "documentation" : "

The Access Key portion of the credentials.

", "name" : "AccessKeyId", "c2jName" : "AccessKeyId", "c2jShape" : "AccessKeyString", "variable" : { "variableName" : "accessKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Access Key portion of the credentials.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessKeyId", "marshallLocationName" : "AccessKeyId", "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 Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.*/", "getterDocumentation" : "/**

The Access Key portion of the credentials.

\n@return The Access Key portion of the credentials.*/", "fluentSetterDocumentation" : "/**

The Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Access Key portion of the credentials.

\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Expiration" : { "documentation" : "

The date at which these credentials will expire.

", "name" : "Expiration", "c2jName" : "Expiration", "c2jShape" : "DateType", "variable" : { "variableName" : "expiration", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date at which these credentials will expire.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expiration", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "Expiration", "marshallLocationName" : "Expiration", "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 at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.*/", "getterDocumentation" : "/**

The date at which these credentials will expire.

\n@return The date at which these credentials will expire.*/", "fluentSetterDocumentation" : "/**

The date at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date at which these credentials will expire.

\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SessionToken" : { "documentation" : "

The Session Token portion of the credentials

", "name" : "SessionToken", "c2jName" : "SessionToken", "c2jShape" : "SessionTokenString", "variable" : { "variableName" : "sessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Session Token portion of the credentials

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sessionToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SessionToken", "marshallLocationName" : "SessionToken", "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 Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials*/", "getterDocumentation" : "/**

The Session Token portion of the credentials

\n@return The Session Token portion of the credentials*/", "fluentSetterDocumentation" : "/**

The Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Session Token portion of the credentials

\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SecretKey" : { "documentation" : "

The Secret Access Key portion of the credentials

", "name" : "SecretKey", "c2jName" : "SecretKey", "c2jShape" : "SecretKeyString", "variable" : { "variableName" : "secretKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Secret Access Key portion of the credentials

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "secretKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecretKey", "marshallLocationName" : "SecretKey", "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 Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials*/", "getterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@return The Secret Access Key portion of the credentials*/", "fluentSetterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Secret Access Key portion of the credentials

\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateIdentityPoolResult" : { "c2jName" : "IdentityPool", "documentation" : "An object representing a Cognito identity pool.", "shapeName" : "CreateIdentityPoolResult", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityPoolName", "AllowUnauthenticatedIdentities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createIdentityPoolResult", "variableType" : "CreateIdentityPoolResult", "variableDeclarationType" : "CreateIdentityPoolResult", "documentation" : null, "simpleType" : "CreateIdentityPoolResult", "variableSetterType" : "CreateIdentityPoolResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowUnauthenticatedIdentities" : { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoIdentityProviders" : { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OpenIdConnectProviderARNs" : { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedLoginProviders" : { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SamlProviderARNs" : { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidIdentityPoolConfigurationException" : { "c2jName" : "InvalidIdentityPoolConfigurationException", "documentation" : "

Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.

", "shapeName" : "InvalidIdentityPoolConfigurationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidIdentityPoolConfigurationException", "variableType" : "InvalidIdentityPoolConfigurationException", "variableDeclarationType" : "InvalidIdentityPoolConfigurationException", "documentation" : null, "simpleType" : "InvalidIdentityPoolConfigurationException", "variableSetterType" : "InvalidIdentityPoolConfigurationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidIdentityPoolConfigurationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeIdentityPoolResult" : { "c2jName" : "IdentityPool", "documentation" : "An object representing a Cognito identity pool.", "shapeName" : "DescribeIdentityPoolResult", "deprecated" : false, "required" : [ "IdentityPoolId", "IdentityPoolName", "AllowUnauthenticatedIdentities" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityPoolResult", "variableType" : "DescribeIdentityPoolResult", "variableDeclarationType" : "DescribeIdentityPoolResult", "documentation" : null, "simpleType" : "DescribeIdentityPoolResult", "variableSetterType" : "DescribeIdentityPoolResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolName" : { "documentation" : "

A string that you provide.

", "name" : "IdentityPoolName", "c2jName" : "IdentityPoolName", "c2jShape" : "IdentityPoolName", "variable" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string that you provide.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityPoolName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPoolName", "marshallLocationName" : "IdentityPoolName", "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 that you provide.

\n@param identityPoolName A string that you provide.*/", "getterDocumentation" : "/**

A string that you provide.

\n@return A string that you provide.*/", "fluentSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string that you provide.

\n@param identityPoolName A string that you provide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowUnauthenticatedIdentities" : { "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "name" : "AllowUnauthenticatedIdentities", "c2jName" : "AllowUnauthenticatedIdentities", "c2jShape" : "IdentityPoolUnauthenticated", "variable" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "TRUE if the identity pool supports unauthenticated logins.", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "allowUnauthenticatedIdentities", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowUnauthenticatedIdentities", "marshallLocationName" : "AllowUnauthenticatedIdentities", "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" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/", "getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/", "fluentSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "An identity pool ID in the format REGION:GUID.", "name" : "IdentityPoolId", "c2jName" : "IdentityPoolId", "c2jShape" : "IdentityPoolId", "variable" : { "variableName" : "identityPoolId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An identity pool ID in the format REGION:GUID.", "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" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CognitoIdentityProviders" : { "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "name" : "CognitoIdentityProviders", "c2jName" : "CognitoIdentityProviders", "c2jShape" : "CognitoIdentityProviderList", "variable" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list representing an Amazon Cognito Identity User Pool and its client ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cognitoIdentityProviders", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CognitoIdentityProviders", "marshallLocationName" : "CognitoIdentityProviders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CognitoIdentityProvider", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CognitoIdentityProvider", "variable" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "setterModel" : { "variableName" : "member", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : "", "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "getterModel" : { "returnType" : "CognitoIdentityProvider", "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" : "CognitoIdentityProvider", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "getterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@return A list representing an Amazon Cognito Identity User Pool and its client ID.*/", "fluentSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list representing an Amazon Cognito Identity User Pool and its client ID.

\n

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

\n@param cognitoIdentityProviders A list representing an Amazon Cognito Identity User Pool and its client ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OpenIdConnectProviderARNs" : { "documentation" : "

A list of OpendID Connect provider ARNs.

", "name" : "OpenIdConnectProviderARNs", "c2jName" : "OpenIdConnectProviderARNs", "c2jShape" : "OIDCProviderList", "variable" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of OpendID Connect provider ARNs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "openIdConnectProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OpenIdConnectProviderARNs", "marshallLocationName" : "OpenIdConnectProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/", "getterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@return A list of OpendID Connect provider ARNs.*/", "fluentSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of OpendID Connect provider ARNs.

\n

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

\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedLoginProviders" : { "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "name" : "SupportedLoginProviders", "c2jName" : "SupportedLoginProviders", "c2jShape" : "IdentityProviders", "variable" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Optional key:value pairs mapping provider names to provider app IDs.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "supportedLoginProviders", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedLoginProviders", "marshallLocationName" : "SupportedLoginProviders", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderId", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.*/", "getterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@return Optional key:value pairs mapping provider names to provider app IDs.*/", "fluentSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional key:value pairs mapping provider names to provider app IDs.

\n@param supportedLoginProviders Optional key:value pairs mapping provider names to provider app IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SamlProviderARNs" : { "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "name" : "SamlProviderARNs", "c2jName" : "SamlProviderARNs", "c2jShape" : "SAMLProviderList", "variable" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "samlProviderARNs", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SamlProviderARNs", "marshallLocationName" : "SamlProviderARNs", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ARNString", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "getterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@return An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.*/", "fluentSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

\n

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

\n@param samlProviderARNs An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LookupDeveloperIdentityResult" : { "c2jName" : "LookupDeveloperIdentityResponse", "documentation" : "

Returned in response to a successful LookupDeveloperIdentity action.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

", "name" : "DeveloperUserIdentifierList", "c2jName" : "DeveloperUserIdentifierList", "c2jShape" : "DeveloperUserIdentifierList", "variable" : { "variableName" : "developerUserIdentifierList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "developerUserIdentifierList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifierList", "marshallLocationName" : "DeveloperUserIdentifierList", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeveloperUserIdentifier", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.*/", "getterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@return This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.*/", "fluentSetterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n

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

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "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. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "getterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@return A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "fluentSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lookupDeveloperIdentityResult", "variableType" : "LookupDeveloperIdentityResult", "variableDeclarationType" : "LookupDeveloperIdentityResult", "documentation" : null, "simpleType" : "LookupDeveloperIdentityResult", "variableSetterType" : "LookupDeveloperIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "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. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "getterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@return A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "fluentSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperUserIdentifierList" : { "documentation" : "

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

", "name" : "DeveloperUserIdentifierList", "c2jName" : "DeveloperUserIdentifierList", "c2jShape" : "DeveloperUserIdentifierList", "variable" : { "variableName" : "developerUserIdentifierList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "developerUserIdentifierList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifierList", "marshallLocationName" : "DeveloperUserIdentifierList", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DeveloperUserIdentifier", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.*/", "getterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@return This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.*/", "fluentSetterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.

\n

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

\n@param developerUserIdentifierList This is the list of developer user identifiers associated with an identity ID. Cognito supports the association of multiple developer user identifiers with an identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeIdentityResult" : { "c2jName" : "IdentityDescription", "documentation" : "A description of the identity.", "shapeName" : "DescribeIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsList", "variable" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n

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

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Date on which the identity was created.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Date on which the identity 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 identity was created.

\n@param creationDate Date on which the identity was created.*/", "getterDocumentation" : "/**

Date on which the identity was created.

\n@return Date on which the identity was created.*/", "fluentSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\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" : "DateType", "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityResult", "variableType" : "DescribeIdentityResult", "variableDeclarationType" : "DescribeIdentityResult", "documentation" : null, "simpleType" : "DescribeIdentityResult", "variableSetterType" : "DescribeIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID.", "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 unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID.\n@param identityId A unique identifier in the format REGION:GUID.\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" : "DateType", "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.*/" }, "CreationDate" : { "documentation" : "

Date on which the identity was created.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "DateType", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Date on which the identity 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 identity was created.

\n@param creationDate Date on which the identity was created.*/", "getterDocumentation" : "/**

Date on which the identity was created.

\n@return Date on which the identity was created.*/", "fluentSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Date on which the identity was created.

\n@param creationDate Date on which the identity was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsList", "variable" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "A set of optional name-value pairs that map provider names to provider tokens.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityProviderName", "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" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A set of optional name-value pairs that map provider names to provider tokens.\n

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

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeveloperUserAlreadyRegisteredException" : { "c2jName" : "DeveloperUserAlreadyRegisteredException", "documentation" : "

The provided developer user identifier is already registered with Cognito under a different identity ID.

", "shapeName" : "DeveloperUserAlreadyRegisteredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "developerUserAlreadyRegisteredException", "variableType" : "DeveloperUserAlreadyRegisteredException", "variableDeclarationType" : "DeveloperUserAlreadyRegisteredException", "documentation" : null, "simpleType" : "DeveloperUserAlreadyRegisteredException", "variableSetterType" : "DeveloperUserAlreadyRegisteredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeveloperUserAlreadyRegisteredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListIdentityPoolsResult" : { "c2jName" : "ListIdentityPoolsResponse", "documentation" : "The result of a successful ListIdentityPools action.", "shapeName" : "ListIdentityPoolsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The identity pools returned by the ListIdentityPools action.", "name" : "IdentityPools", "c2jName" : "IdentityPools", "c2jShape" : "IdentityPoolsList", "variable" : { "variableName" : "identityPools", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "The identity pools returned by the ListIdentityPools action.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityPools", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPools", "marshallLocationName" : "IdentityPools", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityPoolShortDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityPoolShortDescription", "variable" : { "variableName" : "member", "variableType" : "IdentityPoolShortDescription", "variableDeclarationType" : "IdentityPoolShortDescription", "documentation" : "", "simpleType" : "IdentityPoolShortDescription", "variableSetterType" : "IdentityPoolShortDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityPoolShortDescription", "variableDeclarationType" : "IdentityPoolShortDescription", "documentation" : "", "simpleType" : "IdentityPoolShortDescription", "variableSetterType" : "IdentityPoolShortDescription" }, "getterModel" : { "returnType" : "IdentityPoolShortDescription", "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" : "IdentityPoolShortDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@param identityPools The identity pools returned by the ListIdentityPools action.*/", "getterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@return The identity pools returned by the ListIdentityPools action.*/", "fluentSetterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@param identityPools The identity pools returned by the ListIdentityPools action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n

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

\n@param identityPools The identity pools returned by the ListIdentityPools action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listIdentityPoolsResult", "variableType" : "ListIdentityPoolsResult", "variableDeclarationType" : "ListIdentityPoolsResult", "documentation" : null, "simpleType" : "ListIdentityPoolsResult", "variableSetterType" : "ListIdentityPoolsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "A pagination token.", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A pagination token.", "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.\n@param nextToken A pagination token.*/", "getterDocumentation" : "/**A pagination token.\n@return A pagination token.*/", "fluentSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A pagination token.\n@param nextToken A pagination token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPools" : { "documentation" : "The identity pools returned by the ListIdentityPools action.", "name" : "IdentityPools", "c2jName" : "IdentityPools", "c2jShape" : "IdentityPoolsList", "variable" : { "variableName" : "identityPools", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "The identity pools returned by the ListIdentityPools action.", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "identityPools", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "IdentityPools", "marshallLocationName" : "IdentityPools", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "IdentityPoolShortDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IdentityPoolShortDescription", "variable" : { "variableName" : "member", "variableType" : "IdentityPoolShortDescription", "variableDeclarationType" : "IdentityPoolShortDescription", "documentation" : "", "simpleType" : "IdentityPoolShortDescription", "variableSetterType" : "IdentityPoolShortDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "IdentityPoolShortDescription", "variableDeclarationType" : "IdentityPoolShortDescription", "documentation" : "", "simpleType" : "IdentityPoolShortDescription", "variableSetterType" : "IdentityPoolShortDescription" }, "getterModel" : { "returnType" : "IdentityPoolShortDescription", "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" : "IdentityPoolShortDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@param identityPools The identity pools returned by the ListIdentityPools action.*/", "getterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@return The identity pools returned by the ListIdentityPools action.*/", "fluentSetterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n@param identityPools The identity pools returned by the ListIdentityPools action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity pools returned by the ListIdentityPools action.\n

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

\n@param identityPools The identity pools returned by the ListIdentityPools action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIdentityPoolRolesRequest" : { "c2jName" : "GetIdentityPoolRolesInput", "documentation" : "

Input to the GetIdentityPoolRoles action.

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

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIdentityPoolRolesRequest", "variableType" : "GetIdentityPoolRolesRequest", "variableDeclarationType" : "GetIdentityPoolRolesRequest", "documentation" : null, "simpleType" : "GetIdentityPoolRolesRequest", "variableSetterType" : "GetIdentityPoolRolesRequest" }, "marshaller" : { "action" : "GetIdentityPoolRoles", "verb" : "POST", "target" : "AWSCognitoIdentityService.GetIdentityPoolRoles", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetOpenIdTokenForDeveloperIdentityRequest" : { "c2jName" : "GetOpenIdTokenForDeveloperIdentityInput", "documentation" : "

Input to the GetOpenIdTokenForDeveloperIdentity action.

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

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@return A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

", "name" : "TokenDuration", "c2jName" : "TokenDuration", "c2jShape" : "TokenDuration", "variable" : { "variableName" : "tokenDuration", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "tokenDuration", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TokenDuration", "marshallLocationName" : "TokenDuration", "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 expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.*/", "getterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@return The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.*/", "fluentSetterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOpenIdTokenForDeveloperIdentityRequest", "variableType" : "GetOpenIdTokenForDeveloperIdentityRequest", "variableDeclarationType" : "GetOpenIdTokenForDeveloperIdentityRequest", "documentation" : null, "simpleType" : "GetOpenIdTokenForDeveloperIdentityRequest", "variableSetterType" : "GetOpenIdTokenForDeveloperIdentityRequest" }, "marshaller" : { "action" : "GetOpenIdTokenForDeveloperIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TokenDuration" : { "documentation" : "

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

", "name" : "TokenDuration", "c2jName" : "TokenDuration", "c2jShape" : "TokenDuration", "variable" : { "variableName" : "tokenDuration", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "tokenDuration", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "TokenDuration", "marshallLocationName" : "TokenDuration", "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 expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.*/", "getterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@return The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.*/", "fluentSetterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.

\n@param tokenDuration The expiration time of the token, in seconds. You can specify a custom expiration time for the token so that you can cache it. If you don't provide an expiration time, the token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS credentials, which are valid for a maximum of one hour. The maximum token duration you can set is 24 hours. You should take care in setting the expiration time for a token, as there are significant security implications: an attacker could use a leaked token to access your AWS resources for the token's duration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@return A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens. Each name-value pair represents a user from a public provider or developer provider. If the user is from a developer provider, the name-value pair will follow the syntax \"developer_provider_name\": \"developer_user_identifier\". The developer provider is the \"domain\" by which Cognito will refer to your users; you provided this domain while creating/updating the identity pool. The developer user identifier is an identifier from your backend that uniquely identifies a user. When you create an identity pool, you can specify the supported logins.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCredentialsForIdentityResult" : { "c2jName" : "GetCredentialsForIdentityResponse", "documentation" : "

Returned in response to a successful GetCredentialsForIdentity operation.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Credentials for the provided identity ID.

", "name" : "Credentials", "c2jName" : "Credentials", "c2jShape" : "Credentials", "variable" : { "variableName" : "credentials", "variableType" : "Credentials", "variableDeclarationType" : "Credentials", "documentation" : "

Credentials for the provided identity ID.

", "simpleType" : "Credentials", "variableSetterType" : "Credentials" }, "setterModel" : { "variableName" : "credentials", "variableType" : "Credentials", "variableDeclarationType" : "Credentials", "documentation" : "", "simpleType" : "Credentials", "variableSetterType" : "Credentials" }, "getterModel" : { "returnType" : "Credentials", "documentation" : null }, "http" : { "unmarshallLocationName" : "Credentials", "marshallLocationName" : "Credentials", "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" : "/**

Credentials for the provided identity ID.

\n@param credentials Credentials for the provided identity ID.*/", "getterDocumentation" : "/**

Credentials for the provided identity ID.

\n@return Credentials for the provided identity ID.*/", "fluentSetterDocumentation" : "/**

Credentials for the provided identity ID.

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

Credentials for the provided identity ID.

\n@param credentials Credentials for the provided identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCredentialsForIdentityResult", "variableType" : "GetCredentialsForIdentityResult", "variableDeclarationType" : "GetCredentialsForIdentityResult", "documentation" : null, "simpleType" : "GetCredentialsForIdentityResult", "variableSetterType" : "GetCredentialsForIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Credentials for the provided identity ID.

", "name" : "Credentials", "c2jName" : "Credentials", "c2jShape" : "Credentials", "variable" : { "variableName" : "credentials", "variableType" : "Credentials", "variableDeclarationType" : "Credentials", "documentation" : "

Credentials for the provided identity ID.

", "simpleType" : "Credentials", "variableSetterType" : "Credentials" }, "setterModel" : { "variableName" : "credentials", "variableType" : "Credentials", "variableDeclarationType" : "Credentials", "documentation" : "", "simpleType" : "Credentials", "variableSetterType" : "Credentials" }, "getterModel" : { "returnType" : "Credentials", "documentation" : null }, "http" : { "unmarshallLocationName" : "Credentials", "marshallLocationName" : "Credentials", "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" : "/**

Credentials for the provided identity ID.

\n@param credentials Credentials for the provided identity ID.*/", "getterDocumentation" : "/**

Credentials for the provided identity ID.

\n@return Credentials for the provided identity ID.*/", "fluentSetterDocumentation" : "/**

Credentials for the provided identity ID.

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

Credentials for the provided identity ID.

\n@param credentials Credentials for the provided identity ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LookupDeveloperIdentityRequest" : { "c2jName" : "LookupDeveloperIdentityInput", "documentation" : "

Input to the LookupDeveloperIdentityInput action.

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

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

", "name" : "DeveloperUserIdentifier", "c2jName" : "DeveloperUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifier", "marshallLocationName" : "DeveloperUserIdentifier", "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 unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.*/", "getterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@return A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.*/", "fluentSetterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of identities to return.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of identities to return.

", "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 identities to return.

\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**

The maximum number of identities to return.

\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of identities to return.

\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of identities to return.

\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "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. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "getterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@return A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "fluentSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lookupDeveloperIdentityRequest", "variableType" : "LookupDeveloperIdentityRequest", "variableDeclarationType" : "LookupDeveloperIdentityRequest", "documentation" : null, "simpleType" : "LookupDeveloperIdentityRequest", "variableSetterType" : "LookupDeveloperIdentityRequest" }, "marshaller" : { "action" : "LookupDeveloperIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.LookupDeveloperIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeveloperUserIdentifier" : { "documentation" : "

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

", "name" : "DeveloperUserIdentifier", "c2jName" : "DeveloperUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifier", "marshallLocationName" : "DeveloperUserIdentifier", "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 unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.*/", "getterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@return A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.*/", "fluentSetterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.

\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user. Typically, a developer identity provider would issue many developer user identifiers, in keeping with the number of users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationKey", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

", "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. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "getterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@return A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.*/", "fluentSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.

\n@param nextToken A pagination token. The first call you make will have NextToken set to null. After that the service will return NextToken values as needed. For example, let's say you make a request with MaxResults set to 10, and there are 20 matches in the database. The service will return a pagination token as a part of the response. This token can be used to call the API again and get results starting from the 11th match.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The maximum number of identities to return.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "QueryLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of identities to return.

", "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 identities to return.

\n@param maxResults The maximum number of identities to return.*/", "getterDocumentation" : "/**

The maximum number of identities to return.

\n@return The maximum number of identities to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of identities to return.

\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of identities to return.

\n@param maxResults The maximum number of identities to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCredentialsForIdentityRequest" : { "c2jName" : "GetCredentialsForIdentityInput", "documentation" : "

Input to the GetCredentialsForIdentity action.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

", "name" : "CustomRoleArn", "c2jName" : "CustomRoleArn", "c2jShape" : "ARNString", "variable" : { "variableName" : "customRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomRoleArn", "marshallLocationName" : "CustomRoleArn", "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 Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@return The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCredentialsForIdentityRequest", "variableType" : "GetCredentialsForIdentityRequest", "variableDeclarationType" : "GetCredentialsForIdentityRequest", "documentation" : null, "simpleType" : "GetCredentialsForIdentityRequest", "variableSetterType" : "GetCredentialsForIdentityRequest" }, "marshaller" : { "action" : "GetCredentialsForIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.GetCredentialsForIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomRoleArn" : { "documentation" : "

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

", "name" : "CustomRoleArn", "c2jName" : "CustomRoleArn", "c2jShape" : "ARNString", "variable" : { "variableName" : "customRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomRoleArn", "marshallLocationName" : "CustomRoleArn", "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 Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@return The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.

\n@param customRoleArn The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were received in the token from the identity provider. For example, a SAML-based identity provider. This parameter is optional for identity providers that do not support role customization.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logins" : { "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

", "name" : "Logins", "c2jName" : "Logins", "c2jShape" : "LoginsMap", "variable" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A set of optional name-value pairs that map provider names to provider tokens.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "logins", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logins", "marshallLocationName" : "Logins", "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" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IdentityProviderToken", "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" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.*/", "getterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@return A set of optional name-value pairs that map provider names to provider tokens.*/", "fluentSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A set of optional name-value pairs that map provider names to provider tokens.

\n@param logins A set of optional name-value pairs that map provider names to provider tokens.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetOpenIdTokenResult" : { "c2jName" : "GetOpenIdTokenResponse", "documentation" : "Returned in response to a successful GetOpenIdToken request.", "shapeName" : "GetOpenIdTokenResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.", "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 unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "An OpenID token, valid for 15 minutes.", "name" : "Token", "c2jName" : "Token", "c2jShape" : "OIDCToken", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An OpenID token, valid for 15 minutes.", "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" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.*/", "getterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@return An OpenID token, valid for 15 minutes.*/", "fluentSetterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOpenIdTokenResult", "variableType" : "GetOpenIdTokenResult", "variableDeclarationType" : "GetOpenIdTokenResult", "documentation" : null, "simpleType" : "GetOpenIdTokenResult", "variableSetterType" : "GetOpenIdTokenResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.", "name" : "IdentityId", "c2jName" : "IdentityId", "c2jShape" : "IdentityId", "variable" : { "variableName" : "identityId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.", "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 unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.*/", "getterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.*/", "fluentSetterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@param identityId A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Token" : { "documentation" : "An OpenID token, valid for 15 minutes.", "name" : "Token", "c2jName" : "Token", "c2jShape" : "OIDCToken", "variable" : { "variableName" : "token", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An OpenID token, valid for 15 minutes.", "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" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.*/", "getterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@return An OpenID token, valid for 15 minutes.*/", "fluentSetterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An OpenID token, valid for 15 minutes.\n@param token An OpenID token, valid for 15 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnlinkDeveloperIdentityRequest" : { "c2jName" : "UnlinkDeveloperIdentityInput", "documentation" : "

Input to the UnlinkDeveloperIdentity action.

", "shapeName" : "UnlinkDeveloperIdentityRequest", "deprecated" : false, "required" : [ "IdentityId", "IdentityPoolId", "DeveloperProviderName", "DeveloperUserIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A unique ID used by your backend authentication process to identify a user.", "name" : "DeveloperUserIdentifier", "c2jName" : "DeveloperUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique ID used by your backend authentication process to identify a user.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifier", "marshallLocationName" : "DeveloperUserIdentifier", "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 unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.*/", "getterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@return A unique ID used by your backend authentication process to identify a user.*/", "fluentSetterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "unlinkDeveloperIdentityRequest", "variableType" : "UnlinkDeveloperIdentityRequest", "variableDeclarationType" : "UnlinkDeveloperIdentityRequest", "documentation" : null, "simpleType" : "UnlinkDeveloperIdentityRequest", "variableSetterType" : "UnlinkDeveloperIdentityRequest" }, "marshaller" : { "action" : "UnlinkDeveloperIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.UnlinkDeveloperIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeveloperUserIdentifier" : { "documentation" : "A unique ID used by your backend authentication process to identify a user.", "name" : "DeveloperUserIdentifier", "c2jName" : "DeveloperUserIdentifier", "c2jShape" : "DeveloperUserIdentifier", "variable" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique ID used by your backend authentication process to identify a user.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerUserIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperUserIdentifier", "marshallLocationName" : "DeveloperUserIdentifier", "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 unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.*/", "getterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@return A unique ID used by your backend authentication process to identify a user.*/", "fluentSetterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique ID used by your backend authentication process to identify a user.\n@param developerUserIdentifier A unique ID used by your backend authentication process to identify a user.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeveloperProviderName" : { "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "name" : "DeveloperProviderName", "c2jName" : "DeveloperProviderName", "c2jShape" : "DeveloperProviderName", "variable" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"domain\" by which Cognito will refer to your users.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "developerProviderName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeveloperProviderName", "marshallLocationName" : "DeveloperProviderName", "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 \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/", "getterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@return The \"domain\" by which Cognito will refer to your users.*/", "fluentSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"domain\" by which Cognito will refer to your users.

\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityPoolId" : { "documentation" : "

An identity pool ID in the format REGION:GUID.

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

An identity pool ID in the format REGION:GUID.

", "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" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/", "getterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@return An identity pool ID in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An identity pool ID in the format REGION:GUID.

\n@param identityPoolId An identity pool ID in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "Thrown when the requested resource (for example, a dataset or record) does not exist.", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "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" : { } }, "UnlinkIdentityResult" : { "c2jName" : "UnlinkIdentityResult", "documentation" : null, "shapeName" : "UnlinkIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unlinkIdentityResult", "variableType" : "UnlinkIdentityResult", "variableDeclarationType" : "UnlinkIdentityResult", "documentation" : null, "simpleType" : "UnlinkIdentityResult", "variableSetterType" : "UnlinkIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeIdentityRequest" : { "c2jName" : "DescribeIdentityInput", "documentation" : "

Input to the DescribeIdentity action.

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

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeIdentityRequest", "variableType" : "DescribeIdentityRequest", "variableDeclarationType" : "DescribeIdentityRequest", "documentation" : null, "simpleType" : "DescribeIdentityRequest", "variableSetterType" : "DescribeIdentityRequest" }, "marshaller" : { "action" : "DescribeIdentity", "verb" : "POST", "target" : "AWSCognitoIdentityService.DescribeIdentity", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IdentityId" : { "documentation" : "

A unique identifier in the format REGION:GUID.

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

A unique identifier in the format REGION:GUID.

", "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 unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.*/", "getterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@return A unique identifier in the format REGION:GUID.*/", "fluentSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier in the format REGION:GUID.

\n@param identityId A unique identifier in the format REGION:GUID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CognitoIdentityProvider" : { "c2jName" : "CognitoIdentityProvider", "documentation" : "

A provider representing an Amazon Cognito Identity User Pool and its client ID.

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

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

", "name" : "ProviderName", "c2jName" : "ProviderName", "c2jShape" : "CognitoIdentityProviderName", "variable" : { "variableName" : "providerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "providerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProviderName", "marshallLocationName" : "ProviderName", "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 provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.*/", "getterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@return The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.*/", "fluentSetterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The client ID for the Amazon Cognito Identity User Pool.

", "name" : "ClientId", "c2jName" : "ClientId", "c2jShape" : "CognitoIdentityProviderClientId", "variable" : { "variableName" : "clientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The client ID for the Amazon Cognito Identity User Pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientId", "marshallLocationName" : "ClientId", "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 client ID for the Amazon Cognito Identity User Pool.

\n@param clientId The client ID for the Amazon Cognito Identity User Pool.*/", "getterDocumentation" : "/**

The client ID for the Amazon Cognito Identity User Pool.

\n@return The client ID for the Amazon Cognito Identity User Pool.*/", "fluentSetterDocumentation" : "/**

The client ID for the Amazon Cognito Identity User Pool.

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

The client ID for the Amazon Cognito Identity User Pool.

\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cognitoIdentityProvider", "variableType" : "CognitoIdentityProvider", "variableDeclarationType" : "CognitoIdentityProvider", "documentation" : null, "simpleType" : "CognitoIdentityProvider", "variableSetterType" : "CognitoIdentityProvider" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ProviderName" : { "documentation" : "

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

", "name" : "ProviderName", "c2jName" : "ProviderName", "c2jShape" : "CognitoIdentityProviderName", "variable" : { "variableName" : "providerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "providerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProviderName", "marshallLocationName" : "ProviderName", "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 provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.*/", "getterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@return The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.*/", "fluentSetterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClientId" : { "documentation" : "

The client ID for the Amazon Cognito Identity User Pool.

", "name" : "ClientId", "c2jName" : "ClientId", "c2jShape" : "CognitoIdentityProviderClientId", "variable" : { "variableName" : "clientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The client ID for the Amazon Cognito Identity User Pool.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClientId", "marshallLocationName" : "ClientId", "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 client ID for the Amazon Cognito Identity User Pool.

\n@param clientId The client ID for the Amazon Cognito Identity User Pool.*/", "getterDocumentation" : "/**

The client ID for the Amazon Cognito Identity User Pool.

\n@return The client ID for the Amazon Cognito Identity User Pool.*/", "fluentSetterDocumentation" : "/**

The client ID for the Amazon Cognito Identity User Pool.

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

The client ID for the Amazon Cognito Identity User Pool.

\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "documentation" : "Thrown when a request is throttled.", "shapeName" : "TooManyRequestsException", "deprecated" : false, "required" : null, "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" : { } }, "InternalErrorException" : { "c2jName" : "InternalErrorException", "documentation" : "Thrown when the service encounters an error during processing the request.", "shapeName" : "InternalErrorException", "deprecated" : false, "required" : null, "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" : false, "useAutoConstructMap" : false, "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", "exceptionUnmarshallerImpl" : null }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy