
models.cognito-identity-2014-06-30-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cognitoidentity Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2014-06-30",
"asyncClient" : "AmazonCognitoIdentityAsyncClient",
"asyncClientBuilderClassName" : "AmazonCognitoIdentityAsyncClientBuilder",
"asyncInterface" : "AmazonCognitoIdentityAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonCognitoIdentityModuleInjector",
"defaultEndpoint" : "https://cognito-identity.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "cognito-identity.us-east-1.amazonaws.com",
"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.
",
"endpointPrefix" : "cognito-identity",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.cognitoidentity",
"packagePath" : "com/amazonaws/services/cognitoidentity",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Cognito Identity",
"serviceName" : "Amazon Cognito Identity",
"signingName" : "cognito-identity",
"smokeTestsPackageName" : "com.amazonaws.services.cognitoidentity.smoketests",
"syncClient" : "AmazonCognitoIdentityClient",
"syncClientBuilderClassName" : "AmazonCognitoIdentityClientBuilder",
"syncInterface" : "AmazonCognitoIdentity",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"CreateIdentityPool" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateIdentityPoolResult",
"authenticated" : true,
"deprecated" : false,
"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.",
"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,
"input" : {
"variableDeclarationType" : "CreateIdentityPoolRequest",
"variableName" : "createIdentityPoolRequest",
"variableType" : "CreateIdentityPoolRequest",
"documentation" : "Input to the CreateIdentityPool action.
",
"simpleType" : "CreateIdentityPoolRequest",
"variableSetterType" : "CreateIdentityPoolRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createIdentityPool",
"operationName" : "CreateIdentityPool",
"returnType" : {
"returnType" : "CreateIdentityPoolResult",
"documentation" : "An object representing a Cognito identity pool."
},
"syncReturnType" : "CreateIdentityPoolResult"
},
"DeleteIdentities" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIdentitiesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteIdentitiesRequest",
"variableName" : "deleteIdentitiesRequest",
"variableType" : "DeleteIdentitiesRequest",
"documentation" : "Input to the DeleteIdentities
action.
",
"simpleType" : "DeleteIdentitiesRequest",
"variableSetterType" : "DeleteIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIdentities",
"operationName" : "DeleteIdentities",
"returnType" : {
"returnType" : "DeleteIdentitiesResult",
"documentation" : "Returned in response to a successful DeleteIdentities
operation.
"
},
"syncReturnType" : "DeleteIdentitiesResult"
},
"DeleteIdentityPool" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIdentityPoolResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DeleteIdentityPoolRequest",
"variableName" : "deleteIdentityPoolRequest",
"variableType" : "DeleteIdentityPoolRequest",
"documentation" : "Input to the DeleteIdentityPool action.
",
"simpleType" : "DeleteIdentityPoolRequest",
"variableSetterType" : "DeleteIdentityPoolRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIdentityPool",
"operationName" : "DeleteIdentityPool",
"returnType" : {
"returnType" : "DeleteIdentityPoolResult",
"documentation" : null
},
"syncReturnType" : "DeleteIdentityPoolResult"
},
"DescribeIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeIdentityRequest",
"variableName" : "describeIdentityRequest",
"variableType" : "DescribeIdentityRequest",
"documentation" : "Input to the DescribeIdentity
action.
",
"simpleType" : "DescribeIdentityRequest",
"variableSetterType" : "DescribeIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeIdentity",
"operationName" : "DescribeIdentity",
"returnType" : {
"returnType" : "DescribeIdentityResult",
"documentation" : "A description of the identity."
},
"syncReturnType" : "DescribeIdentityResult"
},
"DescribeIdentityPool" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeIdentityPoolResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeIdentityPoolRequest",
"variableName" : "describeIdentityPoolRequest",
"variableType" : "DescribeIdentityPoolRequest",
"documentation" : "Input to the DescribeIdentityPool action.",
"simpleType" : "DescribeIdentityPoolRequest",
"variableSetterType" : "DescribeIdentityPoolRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeIdentityPool",
"operationName" : "DescribeIdentityPool",
"returnType" : {
"returnType" : "DescribeIdentityPoolResult",
"documentation" : "An object representing a Cognito identity pool."
},
"syncReturnType" : "DescribeIdentityPoolResult"
},
"GetCredentialsForIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetCredentialsForIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetCredentialsForIdentityRequest",
"variableName" : "getCredentialsForIdentityRequest",
"variableType" : "GetCredentialsForIdentityRequest",
"documentation" : "Input to the GetCredentialsForIdentity
action.
",
"simpleType" : "GetCredentialsForIdentityRequest",
"variableSetterType" : "GetCredentialsForIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getCredentialsForIdentity",
"operationName" : "GetCredentialsForIdentity",
"returnType" : {
"returnType" : "GetCredentialsForIdentityResult",
"documentation" : "Returned in response to a successful GetCredentialsForIdentity
operation.
"
},
"syncReturnType" : "GetCredentialsForIdentityResult"
},
"GetId" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetIdRequest",
"variableName" : "getIdRequest",
"variableType" : "GetIdRequest",
"documentation" : "Input to the GetId action.",
"simpleType" : "GetIdRequest",
"variableSetterType" : "GetIdRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getId",
"operationName" : "GetId",
"returnType" : {
"returnType" : "GetIdResult",
"documentation" : "Returned in response to a GetId request."
},
"syncReturnType" : "GetIdResult"
},
"GetIdentityPoolRoles" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetIdentityPoolRolesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the roles for an identity pool.
You must use AWS Developer credentials to call this API.
",
"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,
"input" : {
"variableDeclarationType" : "GetIdentityPoolRolesRequest",
"variableName" : "getIdentityPoolRolesRequest",
"variableType" : "GetIdentityPoolRolesRequest",
"documentation" : "Input to the GetIdentityPoolRoles
action.
",
"simpleType" : "GetIdentityPoolRolesRequest",
"variableSetterType" : "GetIdentityPoolRolesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getIdentityPoolRoles",
"operationName" : "GetIdentityPoolRoles",
"returnType" : {
"returnType" : "GetIdentityPoolRolesResult",
"documentation" : "Returned in response to a successful GetIdentityPoolRoles
operation.
"
},
"syncReturnType" : "GetIdentityPoolRolesResult"
},
"GetOpenIdToken" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetOpenIdTokenResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetOpenIdTokenRequest",
"variableName" : "getOpenIdTokenRequest",
"variableType" : "GetOpenIdTokenRequest",
"documentation" : "Input to the GetOpenIdToken action.",
"simpleType" : "GetOpenIdTokenRequest",
"variableSetterType" : "GetOpenIdTokenRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getOpenIdToken",
"operationName" : "GetOpenIdToken",
"returnType" : {
"returnType" : "GetOpenIdTokenResult",
"documentation" : "Returned in response to a successful GetOpenIdToken request."
},
"syncReturnType" : "GetOpenIdTokenResult"
},
"GetOpenIdTokenForDeveloperIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "GetOpenIdTokenForDeveloperIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "GetOpenIdTokenForDeveloperIdentityRequest",
"variableName" : "getOpenIdTokenForDeveloperIdentityRequest",
"variableType" : "GetOpenIdTokenForDeveloperIdentityRequest",
"documentation" : "Input to the GetOpenIdTokenForDeveloperIdentity
action.
",
"simpleType" : "GetOpenIdTokenForDeveloperIdentityRequest",
"variableSetterType" : "GetOpenIdTokenForDeveloperIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "getOpenIdTokenForDeveloperIdentity",
"operationName" : "GetOpenIdTokenForDeveloperIdentity",
"returnType" : {
"returnType" : "GetOpenIdTokenForDeveloperIdentityResult",
"documentation" : "Returned in response to a successful GetOpenIdTokenForDeveloperIdentity
request.
"
},
"syncReturnType" : "GetOpenIdTokenForDeveloperIdentityResult"
},
"ListIdentities" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListIdentitiesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the identities in a pool.
You must use AWS Developer credentials to call this API.
",
"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,
"input" : {
"variableDeclarationType" : "ListIdentitiesRequest",
"variableName" : "listIdentitiesRequest",
"variableType" : "ListIdentitiesRequest",
"documentation" : "Input to the ListIdentities action.",
"simpleType" : "ListIdentitiesRequest",
"variableSetterType" : "ListIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listIdentities",
"operationName" : "ListIdentities",
"returnType" : {
"returnType" : "ListIdentitiesResult",
"documentation" : "The response to a ListIdentities request."
},
"syncReturnType" : "ListIdentitiesResult"
},
"ListIdentityPools" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListIdentityPoolsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all of the Cognito identity pools registered for your account.
You must use AWS Developer credentials to call this API.
",
"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,
"input" : {
"variableDeclarationType" : "ListIdentityPoolsRequest",
"variableName" : "listIdentityPoolsRequest",
"variableType" : "ListIdentityPoolsRequest",
"documentation" : "Input to the ListIdentityPools action.",
"simpleType" : "ListIdentityPoolsRequest",
"variableSetterType" : "ListIdentityPoolsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listIdentityPools",
"operationName" : "ListIdentityPools",
"returnType" : {
"returnType" : "ListIdentityPoolsResult",
"documentation" : "The result of a successful ListIdentityPools action."
},
"syncReturnType" : "ListIdentityPoolsResult"
},
"LookupDeveloperIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "LookupDeveloperIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "LookupDeveloperIdentityRequest",
"variableName" : "lookupDeveloperIdentityRequest",
"variableType" : "LookupDeveloperIdentityRequest",
"documentation" : "Input to the LookupDeveloperIdentityInput
action.
",
"simpleType" : "LookupDeveloperIdentityRequest",
"variableSetterType" : "LookupDeveloperIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "lookupDeveloperIdentity",
"operationName" : "LookupDeveloperIdentity",
"returnType" : {
"returnType" : "LookupDeveloperIdentityResult",
"documentation" : "Returned in response to a successful LookupDeveloperIdentity
action.
"
},
"syncReturnType" : "LookupDeveloperIdentityResult"
},
"MergeDeveloperIdentities" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "MergeDeveloperIdentitiesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "MergeDeveloperIdentitiesRequest",
"variableName" : "mergeDeveloperIdentitiesRequest",
"variableType" : "MergeDeveloperIdentitiesRequest",
"documentation" : "Input to the MergeDeveloperIdentities
action.
",
"simpleType" : "MergeDeveloperIdentitiesRequest",
"variableSetterType" : "MergeDeveloperIdentitiesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "mergeDeveloperIdentities",
"operationName" : "MergeDeveloperIdentities",
"returnType" : {
"returnType" : "MergeDeveloperIdentitiesResult",
"documentation" : "Returned in response to a successful MergeDeveloperIdentities
action.
"
},
"syncReturnType" : "MergeDeveloperIdentitiesResult"
},
"SetIdentityPoolRoles" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetIdentityPoolRolesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SetIdentityPoolRolesRequest",
"variableName" : "setIdentityPoolRolesRequest",
"variableType" : "SetIdentityPoolRolesRequest",
"documentation" : "Input to the SetIdentityPoolRoles
action.
",
"simpleType" : "SetIdentityPoolRolesRequest",
"variableSetterType" : "SetIdentityPoolRolesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setIdentityPoolRoles",
"operationName" : "SetIdentityPoolRoles",
"returnType" : {
"returnType" : "SetIdentityPoolRolesResult",
"documentation" : null
},
"syncReturnType" : "SetIdentityPoolRolesResult"
},
"UnlinkDeveloperIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UnlinkDeveloperIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UnlinkDeveloperIdentityRequest",
"variableName" : "unlinkDeveloperIdentityRequest",
"variableType" : "UnlinkDeveloperIdentityRequest",
"documentation" : "Input to the UnlinkDeveloperIdentity
action.
",
"simpleType" : "UnlinkDeveloperIdentityRequest",
"variableSetterType" : "UnlinkDeveloperIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "unlinkDeveloperIdentity",
"operationName" : "UnlinkDeveloperIdentity",
"returnType" : {
"returnType" : "UnlinkDeveloperIdentityResult",
"documentation" : null
},
"syncReturnType" : "UnlinkDeveloperIdentityResult"
},
"UnlinkIdentity" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UnlinkIdentityResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "UnlinkIdentityRequest",
"variableName" : "unlinkIdentityRequest",
"variableType" : "UnlinkIdentityRequest",
"documentation" : "Input to the UnlinkIdentity action.",
"simpleType" : "UnlinkIdentityRequest",
"variableSetterType" : "UnlinkIdentityRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "unlinkIdentity",
"operationName" : "UnlinkIdentity",
"returnType" : {
"returnType" : "UnlinkIdentityResult",
"documentation" : null
},
"syncReturnType" : "UnlinkIdentityResult"
},
"UpdateIdentityPool" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateIdentityPoolResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a user pool.
You must use AWS Developer credentials to call this API.
",
"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,
"input" : {
"variableDeclarationType" : "UpdateIdentityPoolRequest",
"variableName" : "updateIdentityPoolRequest",
"variableType" : "UpdateIdentityPoolRequest",
"documentation" : "An object representing a Cognito identity pool.",
"simpleType" : "UpdateIdentityPoolRequest",
"variableSetterType" : "UpdateIdentityPoolRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateIdentityPool",
"operationName" : "UpdateIdentityPool",
"returnType" : {
"returnType" : "UpdateIdentityPoolResult",
"documentation" : "An object representing a Cognito identity pool."
},
"syncReturnType" : "UpdateIdentityPoolResult"
}
},
"shapes" : {
"CognitoIdentityProvider" : {
"c2jName" : "CognitoIdentityProvider",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "A provider representing an Amazon Cognito Identity User Pool and its client ID.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ProviderName",
"c2jShape" : "CognitoIdentityProviderName",
"deprecated" : false,
"documentation" : "The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@return The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProviderName",
"setterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "providerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "providerName",
"variableType" : "String",
"documentation" : "The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ClientId",
"c2jShape" : "CognitoIdentityProviderClientId",
"deprecated" : false,
"documentation" : "The client ID for the Amazon Cognito Identity User Pool.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@return The client ID for the Amazon Cognito Identity User Pool.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClientId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClientId",
"setterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientId",
"variableType" : "String",
"documentation" : "The client ID for the Amazon Cognito Identity User Pool.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ClientId" : {
"c2jName" : "ClientId",
"c2jShape" : "CognitoIdentityProviderClientId",
"deprecated" : false,
"documentation" : "The client ID for the Amazon Cognito Identity User Pool.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@return The client ID for the Amazon Cognito Identity User Pool.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ClientId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ClientId",
"setterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The client ID for the Amazon Cognito Identity User Pool.
\n@param clientId The client ID for the Amazon Cognito Identity User Pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientId",
"variableType" : "String",
"documentation" : "The client ID for the Amazon Cognito Identity User Pool.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProviderName" : {
"c2jName" : "ProviderName",
"c2jShape" : "CognitoIdentityProviderName",
"deprecated" : false,
"documentation" : "The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@return The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ProviderName",
"setterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "providerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
\n@param providerName The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "providerName",
"variableType" : "String",
"documentation" : "The provider name for an Amazon Cognito Identity User Pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CognitoIdentityProvider",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "cognitoIdentityProvider",
"variableType" : "CognitoIdentityProvider",
"documentation" : null,
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"wrapper" : false
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Thrown if there are parallel requests to modify a resource.
",
"enums" : null,
"errorCode" : "ConcurrentModificationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"required" : null,
"shapeName" : "ConcurrentModificationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false
},
"CreateIdentityPoolRequest" : {
"c2jName" : "CreateIdentityPoolInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input to the CreateIdentityPool action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateIdentityPool",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSCognitoIdentityService.CreateIdentityPool",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "IdentityPoolName",
"c2jShape" : "IdentityPoolName",
"deprecated" : false,
"documentation" : "A string that you provide.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A string that you provide.
\n@return A string that you provide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolName",
"setterDocumentation" : "/**A string that you provide.
\n@param identityPoolName A string that you provide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "A string that you provide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AllowUnauthenticatedIdentities",
"c2jShape" : "IdentityPoolUnauthenticated",
"deprecated" : false,
"documentation" : "TRUE if the identity pool supports unauthenticated logins.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.
\n@return TRUE if the identity pool supports unauthenticated logins.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowUnauthenticatedIdentities",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowUnauthenticatedIdentities",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowUnauthenticatedIdentities",
"setterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.
\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "TRUE if the identity pool supports unauthenticated logins.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SupportedLoginProviders",
"c2jShape" : "IdentityProviders",
"deprecated" : false,
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SupportedLoginProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SupportedLoginProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "IdentityProviderId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "SupportedLoginProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DeveloperProviderName",
"c2jShape" : "DeveloperProviderName",
"deprecated" : false,
"documentation" : "The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@return The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DeveloperProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeveloperProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeveloperProviderName",
"setterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OpenIdConnectProviderARNs",
"c2jShape" : "OIDCProviderList",
"deprecated" : false,
"documentation" : "A list of OpendID Connect provider ARNs.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@return A list of OpendID Connect provider ARNs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OpenIdConnectProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenIdConnectProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OpenIdConnectProviderARNs",
"setterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "A list of OpendID Connect provider ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CognitoIdentityProviders",
"c2jShape" : "CognitoIdentityProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Cognito Identity user pools.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@return An array of Amazon Cognito Identity user pools.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CognitoIdentityProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CognitoIdentityProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CognitoIdentityProvider",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CognitoIdentityProvider",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CognitoIdentityProvider",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CognitoIdentityProvider",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CognitoIdentityProviders",
"setterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\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 An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Cognito Identity user pools.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SamlProviderARNs",
"c2jShape" : "SAMLProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SamlProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SamlProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SamlProviderARNs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowUnauthenticatedIdentities" : {
"c2jName" : "AllowUnauthenticatedIdentities",
"c2jShape" : "IdentityPoolUnauthenticated",
"deprecated" : false,
"documentation" : "TRUE if the identity pool supports unauthenticated logins.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.
\n@return TRUE if the identity pool supports unauthenticated logins.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowUnauthenticatedIdentities",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowUnauthenticatedIdentities",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowUnauthenticatedIdentities",
"setterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.
\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "TRUE if the identity pool supports unauthenticated logins.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"CognitoIdentityProviders" : {
"c2jName" : "CognitoIdentityProviders",
"c2jShape" : "CognitoIdentityProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Cognito Identity user pools.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@return An array of Amazon Cognito Identity user pools.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CognitoIdentityProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CognitoIdentityProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CognitoIdentityProvider",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CognitoIdentityProvider",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CognitoIdentityProvider",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CognitoIdentityProvider",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CognitoIdentityProviders",
"setterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\n@param cognitoIdentityProviders An array of Amazon Cognito Identity user pools.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of Amazon Cognito Identity user pools.
\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 An array of Amazon Cognito Identity user pools.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Cognito Identity user pools.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DeveloperProviderName" : {
"c2jName" : "DeveloperProviderName",
"c2jShape" : "DeveloperProviderName",
"deprecated" : false,
"documentation" : "The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@return The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DeveloperProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeveloperProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeveloperProviderName",
"setterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
). Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "
The \"domain\" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider. For the DeveloperProviderName
, you can use letters as well as period (.
), underscore (_
), and dash (-
).
Once you have set a developer provider name, you cannot change it. Please take care in setting this parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdentityPoolName" : {
"c2jName" : "IdentityPoolName",
"c2jShape" : "IdentityPoolName",
"deprecated" : false,
"documentation" : "A string that you provide.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A string that you provide.
\n@return A string that you provide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolName",
"setterDocumentation" : "/**A string that you provide.
\n@param identityPoolName A string that you provide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "A string that you provide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OpenIdConnectProviderARNs" : {
"c2jName" : "OpenIdConnectProviderARNs",
"c2jShape" : "OIDCProviderList",
"deprecated" : false,
"documentation" : "A list of OpendID Connect provider ARNs.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@return A list of OpendID Connect provider ARNs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OpenIdConnectProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenIdConnectProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OpenIdConnectProviderARNs",
"setterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "A list of OpendID Connect provider ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SamlProviderARNs" : {
"c2jName" : "SamlProviderARNs",
"c2jShape" : "SAMLProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SamlProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SamlProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SamlProviderARNs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SupportedLoginProviders" : {
"c2jName" : "SupportedLoginProviders",
"c2jShape" : "IdentityProviders",
"deprecated" : false,
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SupportedLoginProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SupportedLoginProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "IdentityProviderId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "SupportedLoginProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "IdentityPoolName", "AllowUnauthenticatedIdentities" ],
"shapeName" : "CreateIdentityPoolRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateIdentityPoolRequest",
"variableName" : "createIdentityPoolRequest",
"variableType" : "CreateIdentityPoolRequest",
"documentation" : null,
"simpleType" : "CreateIdentityPoolRequest",
"variableSetterType" : "CreateIdentityPoolRequest"
},
"wrapper" : false
},
"CreateIdentityPoolResult" : {
"c2jName" : "IdentityPool",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An object representing a Cognito identity pool.",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IdentityPoolId",
"c2jShape" : "IdentityPoolId",
"deprecated" : false,
"documentation" : "An identity pool ID in the format REGION:GUID.",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolId",
"setterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolId",
"variableType" : "String",
"documentation" : "An identity pool ID in the format REGION:GUID.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IdentityPoolName",
"c2jShape" : "IdentityPoolName",
"deprecated" : false,
"documentation" : "A string that you provide.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A string that you provide.
\n@return A string that you provide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolName",
"setterDocumentation" : "/**A string that you provide.
\n@param identityPoolName A string that you provide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "A string that you provide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AllowUnauthenticatedIdentities",
"c2jShape" : "IdentityPoolUnauthenticated",
"deprecated" : false,
"documentation" : "TRUE if the identity pool supports unauthenticated logins.",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowUnauthenticatedIdentities",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowUnauthenticatedIdentities",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowUnauthenticatedIdentities",
"setterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "TRUE if the identity pool supports unauthenticated logins.",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SupportedLoginProviders",
"c2jShape" : "IdentityProviders",
"deprecated" : false,
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SupportedLoginProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SupportedLoginProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "IdentityProviderId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "SupportedLoginProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DeveloperProviderName",
"c2jShape" : "DeveloperProviderName",
"deprecated" : false,
"documentation" : "The \"domain\" by which Cognito will refer to your users.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users.
\n@return The \"domain\" by which Cognito will refer to your users.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DeveloperProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeveloperProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeveloperProviderName",
"setterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "The \"domain\" by which Cognito will refer to your users.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OpenIdConnectProviderARNs",
"c2jShape" : "OIDCProviderList",
"deprecated" : false,
"documentation" : "A list of OpendID Connect provider ARNs.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@return A list of OpendID Connect provider ARNs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OpenIdConnectProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenIdConnectProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OpenIdConnectProviderARNs",
"setterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "A list of OpendID Connect provider ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CognitoIdentityProviders",
"c2jShape" : "CognitoIdentityProviderList",
"deprecated" : false,
"documentation" : "A list representing an Amazon Cognito Identity User Pool and its client ID.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CognitoIdentityProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CognitoIdentityProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CognitoIdentityProvider",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CognitoIdentityProvider",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CognitoIdentityProvider",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CognitoIdentityProvider",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CognitoIdentityProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "A list representing an Amazon Cognito Identity User Pool and its client ID.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SamlProviderARNs",
"c2jShape" : "SAMLProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SamlProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SamlProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SamlProviderARNs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowUnauthenticatedIdentities" : {
"c2jName" : "AllowUnauthenticatedIdentities",
"c2jShape" : "IdentityPoolUnauthenticated",
"deprecated" : false,
"documentation" : "TRUE if the identity pool supports unauthenticated logins.",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@return TRUE if the identity pool supports unauthenticated logins.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AllowUnauthenticatedIdentities",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowUnauthenticatedIdentities",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AllowUnauthenticatedIdentities",
"setterDocumentation" : "/**TRUE if the identity pool supports unauthenticated logins.\n@param allowUnauthenticatedIdentities TRUE if the identity pool supports unauthenticated logins.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowUnauthenticatedIdentities",
"variableType" : "Boolean",
"documentation" : "TRUE if the identity pool supports unauthenticated logins.",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"CognitoIdentityProviders" : {
"c2jName" : "CognitoIdentityProviders",
"c2jShape" : "CognitoIdentityProviderList",
"deprecated" : false,
"documentation" : "A list representing an Amazon Cognito Identity User Pool and its client ID.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CognitoIdentityProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CognitoIdentityProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "CognitoIdentityProvider",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "CognitoIdentityProvider",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CognitoIdentityProvider",
"variableName" : "member",
"variableType" : "CognitoIdentityProvider",
"documentation" : "",
"simpleType" : "CognitoIdentityProvider",
"variableSetterType" : "CognitoIdentityProvider"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CognitoIdentityProvider",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "CognitoIdentityProvider",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "CognitoIdentityProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cognitoIdentityProviders",
"variableType" : "java.util.List",
"documentation" : "A list representing an Amazon Cognito Identity User Pool and its client ID.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DeveloperProviderName" : {
"c2jName" : "DeveloperProviderName",
"c2jShape" : "DeveloperProviderName",
"deprecated" : false,
"documentation" : "The \"domain\" by which Cognito will refer to your users.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users.
\n@return The \"domain\" by which Cognito will refer to your users.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DeveloperProviderName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeveloperProviderName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DeveloperProviderName",
"setterDocumentation" : "/**The \"domain\" by which Cognito will refer to your users.
\n@param developerProviderName The \"domain\" by which Cognito will refer to your users.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "developerProviderName",
"variableType" : "String",
"documentation" : "The \"domain\" by which Cognito will refer to your users.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdentityPoolId" : {
"c2jName" : "IdentityPoolId",
"c2jShape" : "IdentityPoolId",
"deprecated" : false,
"documentation" : "An identity pool ID in the format REGION:GUID.",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@return An identity pool ID in the format REGION:GUID.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolId",
"setterDocumentation" : "/**An identity pool ID in the format REGION:GUID.\n@param identityPoolId An identity pool ID in the format REGION:GUID.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolId",
"variableType" : "String",
"documentation" : "An identity pool ID in the format REGION:GUID.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdentityPoolName" : {
"c2jName" : "IdentityPoolName",
"c2jShape" : "IdentityPoolName",
"deprecated" : false,
"documentation" : "A string that you provide.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A string that you provide.
\n@return A string that you provide.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityPoolName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityPoolName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdentityPoolName",
"setterDocumentation" : "/**A string that you provide.
\n@param identityPoolName A string that you provide.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "identityPoolName",
"variableType" : "String",
"documentation" : "A string that you provide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OpenIdConnectProviderARNs" : {
"c2jName" : "OpenIdConnectProviderARNs",
"c2jShape" : "OIDCProviderList",
"deprecated" : false,
"documentation" : "A list of OpendID Connect provider ARNs.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@return A list of OpendID Connect provider ARNs.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OpenIdConnectProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OpenIdConnectProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OpenIdConnectProviderARNs",
"setterDocumentation" : "/**A list of OpendID Connect provider ARNs.
\n@param openIdConnectProviderARNs A list of OpendID Connect provider ARNs.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "openIdConnectProviderARNs",
"variableType" : "java.util.List",
"documentation" : "A list of OpendID Connect provider ARNs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SamlProviderARNs" : {
"c2jName" : "SamlProviderARNs",
"c2jShape" : "SAMLProviderList",
"deprecated" : false,
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SamlProviderARNs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SamlProviderARNs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ARNString",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SamlProviderARNs",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "samlProviderARNs",
"variableType" : "java.util.List",
"documentation" : "An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SupportedLoginProviders" : {
"c2jName" : "SupportedLoginProviders",
"c2jShape" : "IdentityProviders",
"deprecated" : false,
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SupportedLoginProviders",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SupportedLoginProviders",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : null,
"keyType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"c2jName" : "value",
"c2jShape" : "IdentityProviderId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**\n@param value */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueType" : "String",
"entryType" : "Map.Entry",
"keySimple" : true,
"templateImplType" : "java.util.HashMap",
"templateType" : "java.util.Map",
"valueList" : false,
"valueSimple" : true
},
"name" : "SupportedLoginProviders",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "supportedLoginProviders",
"variableType" : "java.util.Map",
"documentation" : "Optional key:value pairs mapping provider names to provider app IDs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "IdentityPoolId", "IdentityPoolName", "AllowUnauthenticatedIdentities" ],
"shapeName" : "CreateIdentityPoolResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateIdentityPoolResult",
"variableName" : "createIdentityPoolResult",
"variableType" : "CreateIdentityPoolResult",
"documentation" : null,
"simpleType" : "CreateIdentityPoolResult",
"variableSetterType" : "CreateIdentityPoolResult"
},
"wrapper" : false
},
"Credentials" : {
"c2jName" : "Credentials",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Credentials for the provided identity ID.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AccessKeyId",
"c2jShape" : "AccessKeyString",
"deprecated" : false,
"documentation" : "The Access Key portion of the credentials.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Access Key portion of the credentials.
\n@return The Access Key portion of the credentials.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessKeyId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessKeyId",
"setterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "The Access Key portion of the credentials.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SecretKey",
"c2jShape" : "SecretKeyString",
"deprecated" : false,
"documentation" : "The Secret Access Key portion of the credentials
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@return The Secret Access Key portion of the credentials*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecretKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecretKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SecretKey",
"setterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "secretKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "secretKey",
"variableType" : "String",
"documentation" : "The Secret Access Key portion of the credentials
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SessionToken",
"c2jShape" : "SessionTokenString",
"deprecated" : false,
"documentation" : "The Session Token portion of the credentials
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Session Token portion of the credentials
\n@return The Session Token portion of the credentials*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SessionToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SessionToken",
"setterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "The Session Token portion of the credentials
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Expiration",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date at which these credentials will expire.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date at which these credentials will expire.
\n@return The date at which these credentials will expire.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expiration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expiration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expiration",
"setterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiration",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiration",
"variableType" : "java.util.Date",
"documentation" : "The date at which these credentials will expire.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AccessKeyId" : {
"c2jName" : "AccessKeyId",
"c2jShape" : "AccessKeyString",
"deprecated" : false,
"documentation" : "The Access Key portion of the credentials.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Access Key portion of the credentials.
\n@return The Access Key portion of the credentials.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AccessKeyId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AccessKeyId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AccessKeyId",
"setterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Access Key portion of the credentials.
\n@param accessKeyId The Access Key portion of the credentials.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "accessKeyId",
"variableType" : "String",
"documentation" : "The Access Key portion of the credentials.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Expiration" : {
"c2jName" : "Expiration",
"c2jShape" : "DateType",
"deprecated" : false,
"documentation" : "The date at which these credentials will expire.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The date at which these credentials will expire.
\n@return The date at which these credentials will expire.*/",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expiration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expiration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expiration",
"setterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiration",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**The date at which these credentials will expire.
\n@param expiration The date at which these credentials will expire.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "expiration",
"variableType" : "java.util.Date",
"documentation" : "The date at which these credentials will expire.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"SecretKey" : {
"c2jName" : "SecretKey",
"c2jShape" : "SecretKeyString",
"deprecated" : false,
"documentation" : "The Secret Access Key portion of the credentials
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@return The Secret Access Key portion of the credentials*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecretKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecretKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SecretKey",
"setterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "secretKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Secret Access Key portion of the credentials
\n@param secretKey The Secret Access Key portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "secretKey",
"variableType" : "String",
"documentation" : "The Secret Access Key portion of the credentials
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SessionToken" : {
"c2jName" : "SessionToken",
"c2jShape" : "SessionTokenString",
"deprecated" : false,
"documentation" : "The Session Token portion of the credentials
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Session Token portion of the credentials
\n@return The Session Token portion of the credentials*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SessionToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SessionToken",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SessionToken",
"setterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Session Token portion of the credentials
\n@param sessionToken The Session Token portion of the credentials\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sessionToken",
"variableType" : "String",
"documentation" : "The Session Token portion of the credentials
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Credentials",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Credentials",
"variableName" : "credentials",
"variableType" : "Credentials",
"documentation" : null,
"simpleType" : "Credentials",
"variableSetterType" : "Credentials"
},
"wrapper" : false
},
"DeleteIdentitiesRequest" : {
"c2jName" : "DeleteIdentitiesInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Input to the DeleteIdentities
action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteIdentities",
"locationName" : null,
"requestUri" : "/",
"target" : "AWSCognitoIdentityService.DeleteIdentities",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "IdentityIdsToDelete",
"c2jShape" : "IdentityIdList",
"deprecated" : false,
"documentation" : "A list of 1-60 identities that you want to delete.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityIdsToDelete",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityIdsToDelete",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "IdentityId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "IdentityIdsToDelete",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "identityIdsToDelete",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "identityIdsToDelete",
"variableType" : "java.util.List",
"documentation" : "A list of 1-60 identities that you want to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IdentityIdsToDelete" : {
"c2jName" : "IdentityIdsToDelete",
"c2jShape" : "IdentityIdList",
"deprecated" : false,
"documentation" : "A list of 1-60 identities that you want to delete.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdentityIdsToDelete",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdentityIdsToDelete",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "IdentityId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "IdentityIdsToDelete",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "identityIdsToDelete",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List