
models.cognito-identity-2014-06-30-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cognitoidentity Show documentation
{
"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",
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AmazonCognitoIdentityClientBuilder",
"asyncClientBuilderClassName" : "AmazonCognitoIdentityAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonCognitoIdentityModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.cognitoidentity.smoketests",
"serviceName" : "Amazon Cognito Identity",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : null
},
"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.
",
"variableSetterType" : "CreateIdentityPoolRequest",
"simpleType" : "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,
"syncReturnType" : "CreateIdentityPoolResult",
"asyncReturnType" : "CreateIdentityPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "DeleteIdentitiesRequest",
"simpleType" : "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,
"syncReturnType" : "DeleteIdentitiesResult",
"asyncReturnType" : "DeleteIdentitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "DeleteIdentityPoolRequest",
"simpleType" : "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,
"syncReturnType" : "DeleteIdentityPoolResult",
"asyncReturnType" : "DeleteIdentityPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "DescribeIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "DescribeIdentityResult",
"asyncReturnType" : "DescribeIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "DescribeIdentityPoolRequest",
"simpleType" : "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,
"syncReturnType" : "DescribeIdentityPoolResult",
"asyncReturnType" : "DescribeIdentityPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "GetCredentialsForIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "GetCredentialsForIdentityResult",
"asyncReturnType" : "GetCredentialsForIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "GetIdRequest",
"simpleType" : "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,
"syncReturnType" : "GetIdResult",
"asyncReturnType" : "GetIdResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "GetIdentityPoolRolesRequest",
"simpleType" : "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,
"syncReturnType" : "GetIdentityPoolRolesResult",
"asyncReturnType" : "GetIdentityPoolRolesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "GetOpenIdTokenRequest",
"simpleType" : "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,
"syncReturnType" : "GetOpenIdTokenResult",
"asyncReturnType" : "GetOpenIdTokenResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "GetOpenIdTokenForDeveloperIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "GetOpenIdTokenForDeveloperIdentityResult",
"asyncReturnType" : "GetOpenIdTokenForDeveloperIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "ListIdentitiesRequest",
"simpleType" : "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,
"syncReturnType" : "ListIdentitiesResult",
"asyncReturnType" : "ListIdentitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "ListIdentityPoolsRequest",
"simpleType" : "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,
"syncReturnType" : "ListIdentityPoolsResult",
"asyncReturnType" : "ListIdentityPoolsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listIdentityPools"
},
"LookupDeveloperIdentity" : {
"documentation" : "Retrieves the IdentityID
associated with a DeveloperUserIdentifier
or the list of DeveloperUserIdentifier
s 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.
",
"variableSetterType" : "LookupDeveloperIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "LookupDeveloperIdentityResult",
"asyncReturnType" : "LookupDeveloperIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "lookupDeveloperIdentity"
},
"MergeDeveloperIdentities" : {
"documentation" : "Merges two users having different IdentityId
s, 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.
",
"variableSetterType" : "MergeDeveloperIdentitiesRequest",
"simpleType" : "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,
"syncReturnType" : "MergeDeveloperIdentitiesResult",
"asyncReturnType" : "MergeDeveloperIdentitiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "SetIdentityPoolRolesRequest",
"simpleType" : "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,
"syncReturnType" : "SetIdentityPoolRolesResult",
"asyncReturnType" : "SetIdentityPoolRolesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.
",
"variableSetterType" : "UnlinkDeveloperIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "UnlinkDeveloperIdentityResult",
"asyncReturnType" : "UnlinkDeveloperIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "UnlinkIdentityRequest",
"simpleType" : "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,
"syncReturnType" : "UnlinkIdentityResult",
"asyncReturnType" : "UnlinkIdentityResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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.",
"variableSetterType" : "UpdateIdentityPoolRequest",
"simpleType" : "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,
"syncReturnType" : "UpdateIdentityPoolResult",
"asyncReturnType" : "UpdateIdentityPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateIdentityPool"
}
},
"shapes" : {
"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,
"variableSetterType" : "ConcurrentModificationException",
"simpleType" : "ConcurrentModificationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Map",
"simpleType" : "Map"
},
"setterModel" : {
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"variableSetterType" : "java.util.Map",
"simpleType" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerProviderName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "CognitoIdentityProvider"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"variableDeclarationType" : "CognitoIdentityProvider",
"documentation" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "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.
\nNOTE: 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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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,
"variableSetterType" : "CreateIdentityPoolResult",
"simpleType" : "CreateIdentityPoolResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "CognitoIdentityProvider"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"variableDeclarationType" : "CognitoIdentityProvider",
"documentation" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "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.
\nNOTE: 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.*/"
},
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerProviderName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "java.util.Map",
"simpleType" : "Map"
},
"setterModel" : {
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"variableSetterType" : "java.util.Map",
"simpleType" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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.*/"
},
"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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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.*/"
}
}
},
"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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "identityIdsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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,
"variableSetterType" : "DeleteIdentitiesRequest",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "identityIdsToDelete",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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.*/"
}
}
},
"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,
"variableSetterType" : "InvalidParameterException",
"simpleType" : "InvalidParameterException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidParameterException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerProviderName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerUserIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "UnlinkDeveloperIdentityRequest",
"simpleType" : "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" : {
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerProviderName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerUserIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "hideDisabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "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,
"variableSetterType" : "ListIdentitiesRequest",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "hideDisabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "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.*/"
}
}
},
"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).",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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
",
"variableSetterType" : "java.util.Map",
"simpleType" : "Map"
},
"setterModel" : {
"variableName" : "logins",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"variableSetterType" : "java.util.Map",
"simpleType" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "GetIdRequest",
"simpleType" : "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).",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "accountId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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
",
"variableSetterType" : "java.util.Map",
"simpleType" : "Map"
},
"setterModel" : {
"variableName" : "logins",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"variableSetterType" : "java.util.Map",
"simpleType" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "ResourceNotFoundException",
"simpleType" : "ResourceNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceNotFoundException",
"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,
"variableSetterType" : "DeleteIdentityPoolResult",
"simpleType" : "DeleteIdentityPoolResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "token",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "GetOpenIdTokenForDeveloperIdentityResult",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "token",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "token",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "GetOpenIdTokenResult",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "token",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "DeleteIdentityPoolRequest",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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,
"variableSetterType" : "DescribeIdentityPoolRequest",
"simpleType" : "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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "logins",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.\nNOTE: 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.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "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,
"variableSetterType" : "IdentityDescription",
"simpleType" : "IdentityDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "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.*/"
},
"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.
",
"variableSetterType" : "java.util.Date",
"simpleType" : "Date"
},
"setterModel" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"variableSetterType" : "java.util.Date",
"simpleType" : "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.*/"
},
"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.",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "logins",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.\nNOTE: 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.*/"
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.*/"
}
}
},
"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,
"variableSetterType" : "DeveloperUserAlreadyRegisteredException",
"simpleType" : "DeveloperUserAlreadyRegisteredException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DeveloperUserAlreadyRegisteredException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "identityPoolName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.",
"variableSetterType" : "Boolean",
"simpleType" : "Boolean"
},
"setterModel" : {
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"variableSetterType" : "Boolean",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Map",
"simpleType" : "Map"
},
"setterModel" : {
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"variableSetterType" : "java.util.Map",
"simpleType" : "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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "developerProviderName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "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.
\nNOTE: 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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"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" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "CognitoIdentityProvider"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"variableDeclarationType" : "CognitoIdentityProvider",
"documentation" : "",
"variableSetterType" : "CognitoIdentityProvider",
"simpleType" : "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.
\nNOTE: 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.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List