
models.cognito-idp-2016-04-18-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cognitoidp Show documentation
{
"metadata" : {
"apiVersion" : "2016-04-18",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "You can create a user pool in Amazon Cognito Identity to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies.
This API reference provides information about user pools in Amazon Cognito Identity, which is a new capability that is available as a beta.
",
"defaultEndpoint" : "https://cognito-idp.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "cognito-idp.us-east-1.amazonaws.com",
"syncInterface" : "AWSCognitoIdentityProvider",
"syncClient" : "AWSCognitoIdentityProviderClient",
"asyncInterface" : "AWSCognitoIdentityProviderAsync",
"asyncClient" : "AWSCognitoIdentityProviderAsyncClient",
"packageName" : "com.amazonaws.services.cognitoidp",
"packagePath" : "com/amazonaws/services/cognitoidp",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Cognito Identity Provider",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "cognito-idp",
"signingName" : "cognito-idp",
"xmlProtocol" : false,
"jsonProtocol" : true,
"serviceName" : "Amazon Cognito Identity Provider",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller"
},
"operations" : {
"AddCustomAttributes" : {
"documentation" : "Adds additional user attributes to the user pool schema.
",
"operationName" : "AddCustomAttributes",
"deprecated" : false,
"input" : {
"variableName" : "addCustomAttributesRequest",
"variableType" : "AddCustomAttributesRequest",
"variableDeclarationType" : "AddCustomAttributesRequest",
"documentation" : "Represents the request to add custom attributes.
",
"simpleType" : "AddCustomAttributesRequest",
"variableSetterType" : "AddCustomAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddCustomAttributesResult",
"documentation" : "Represents the response from the server for the request to add custom attributes.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AddCustomAttributesResult",
"asyncReturnType" : "AddCustomAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "addCustomAttributes"
},
"AdminConfirmSignUp" : {
"documentation" : "Confirms user registration as an admin without using a confirmation code. Works on any user.
",
"operationName" : "AdminConfirmSignUp",
"deprecated" : false,
"input" : {
"variableName" : "adminConfirmSignUpRequest",
"variableType" : "AdminConfirmSignUpRequest",
"variableDeclarationType" : "AdminConfirmSignUpRequest",
"documentation" : "Represents the request to confirm user registration.
",
"simpleType" : "AdminConfirmSignUpRequest",
"variableSetterType" : "AdminConfirmSignUpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminConfirmSignUpResult",
"documentation" : "Represents the response from the server for the request to confirm registration.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyFailedAttemptsException",
"documentation" : "This exception gets thrown when the user has made too many failed attempts for a given action (e.g., sign in).
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminConfirmSignUpResult",
"asyncReturnType" : "AdminConfirmSignUpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminConfirmSignUp"
},
"AdminDeleteUser" : {
"documentation" : "Deletes a user as an administrator. Works on any user.
",
"operationName" : "AdminDeleteUser",
"deprecated" : false,
"input" : {
"variableName" : "adminDeleteUserRequest",
"variableType" : "AdminDeleteUserRequest",
"variableDeclarationType" : "AdminDeleteUserRequest",
"documentation" : "Represents the request to delete a user as an administrator.
",
"simpleType" : "AdminDeleteUserRequest",
"variableSetterType" : "AdminDeleteUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminDeleteUserResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminDeleteUserResult",
"asyncReturnType" : "AdminDeleteUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminDeleteUser"
},
"AdminDeleteUserAttributes" : {
"documentation" : "Deletes the user attributes in a user pool as an administrator. Works on any user.
",
"operationName" : "AdminDeleteUserAttributes",
"deprecated" : false,
"input" : {
"variableName" : "adminDeleteUserAttributesRequest",
"variableType" : "AdminDeleteUserAttributesRequest",
"variableDeclarationType" : "AdminDeleteUserAttributesRequest",
"documentation" : "Represents the request to delete user attributes as an administrator.
",
"simpleType" : "AdminDeleteUserAttributesRequest",
"variableSetterType" : "AdminDeleteUserAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminDeleteUserAttributesResult",
"documentation" : "Represents the response received from the server for a request to delete user attributes.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminDeleteUserAttributesResult",
"asyncReturnType" : "AdminDeleteUserAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminDeleteUserAttributes"
},
"AdminDisableUser" : {
"documentation" : "Disables the specified user as an administrator. Works on any user.
",
"operationName" : "AdminDisableUser",
"deprecated" : false,
"input" : {
"variableName" : "adminDisableUserRequest",
"variableType" : "AdminDisableUserRequest",
"variableDeclarationType" : "AdminDisableUserRequest",
"documentation" : "Represents the request to disable any user as an administrator.
",
"simpleType" : "AdminDisableUserRequest",
"variableSetterType" : "AdminDisableUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminDisableUserResult",
"documentation" : "Represents the response received from the server to disable the user as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminDisableUserResult",
"asyncReturnType" : "AdminDisableUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminDisableUser"
},
"AdminEnableUser" : {
"documentation" : "Enables the specified user as an administrator. Works on any user.
",
"operationName" : "AdminEnableUser",
"deprecated" : false,
"input" : {
"variableName" : "adminEnableUserRequest",
"variableType" : "AdminEnableUserRequest",
"variableDeclarationType" : "AdminEnableUserRequest",
"documentation" : "Represents the request that enables the user as an administrator.
",
"simpleType" : "AdminEnableUserRequest",
"variableSetterType" : "AdminEnableUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminEnableUserResult",
"documentation" : "Represents the response from the server for the request to enable a user as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminEnableUserResult",
"asyncReturnType" : "AdminEnableUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminEnableUser"
},
"AdminGetUser" : {
"documentation" : "Gets the specified user by user name in a user pool as an administrator. Works on any user.
",
"operationName" : "AdminGetUser",
"deprecated" : false,
"input" : {
"variableName" : "adminGetUserRequest",
"variableType" : "AdminGetUserRequest",
"variableDeclarationType" : "AdminGetUserRequest",
"documentation" : "Represents the request to get the specified user as an administrator.
",
"simpleType" : "AdminGetUserRequest",
"variableSetterType" : "AdminGetUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminGetUserResult",
"documentation" : "Represents the response from the server from the request to get the specified user as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminGetUserResult",
"asyncReturnType" : "AdminGetUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminGetUser"
},
"AdminResetUserPassword" : {
"documentation" : "Resets the specified user's password in a user pool as an administrator. Works on any user.
",
"operationName" : "AdminResetUserPassword",
"deprecated" : false,
"input" : {
"variableName" : "adminResetUserPasswordRequest",
"variableType" : "AdminResetUserPasswordRequest",
"variableDeclarationType" : "AdminResetUserPasswordRequest",
"documentation" : "Represents the request to reset a user's password as an administrator.
",
"simpleType" : "AdminResetUserPasswordRequest",
"variableSetterType" : "AdminResetUserPasswordRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminResetUserPasswordResult",
"documentation" : "Represents the response from the server to reset a user password as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminResetUserPasswordResult",
"asyncReturnType" : "AdminResetUserPasswordResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminResetUserPassword"
},
"AdminSetUserSettings" : {
"documentation" : "Sets all the user settings for a specified user name. Works on any user.
",
"operationName" : "AdminSetUserSettings",
"deprecated" : false,
"input" : {
"variableName" : "adminSetUserSettingsRequest",
"variableType" : "AdminSetUserSettingsRequest",
"variableDeclarationType" : "AdminSetUserSettingsRequest",
"documentation" : "Represents the request to set user settings as an administrator.
",
"simpleType" : "AdminSetUserSettingsRequest",
"variableSetterType" : "AdminSetUserSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminSetUserSettingsResult",
"documentation" : "Represents the response from the server to set user settings as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminSetUserSettingsResult",
"asyncReturnType" : "AdminSetUserSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminSetUserSettings"
},
"AdminUpdateUserAttributes" : {
"documentation" : "Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.
",
"operationName" : "AdminUpdateUserAttributes",
"deprecated" : false,
"input" : {
"variableName" : "adminUpdateUserAttributesRequest",
"variableType" : "AdminUpdateUserAttributesRequest",
"variableDeclarationType" : "AdminUpdateUserAttributesRequest",
"documentation" : "Represents the request to update the user's attributes as an administrator.
",
"simpleType" : "AdminUpdateUserAttributesRequest",
"variableSetterType" : "AdminUpdateUserAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AdminUpdateUserAttributesResult",
"documentation" : "Represents the response from the server for the request to update user attributes as an administrator.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "AliasExistsException",
"documentation" : "This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "AdminUpdateUserAttributesResult",
"asyncReturnType" : "AdminUpdateUserAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "adminUpdateUserAttributes"
},
"ChangePassword" : {
"documentation" : "Changes the password for a specified user in a user pool.
",
"operationName" : "ChangePassword",
"deprecated" : false,
"input" : {
"variableName" : "changePasswordRequest",
"variableType" : "ChangePasswordRequest",
"variableDeclarationType" : "ChangePasswordRequest",
"documentation" : "Represents the request to change a user password.
",
"simpleType" : "ChangePasswordRequest",
"variableSetterType" : "ChangePasswordRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ChangePasswordResult",
"documentation" : "The response from the server to the change password request.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "InvalidPasswordException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid password.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ChangePasswordResult",
"asyncReturnType" : "ChangePasswordResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "changePassword"
},
"ConfirmForgotPassword" : {
"documentation" : "Allows a user to enter a code provided when they reset their password to update their password.
",
"operationName" : "ConfirmForgotPassword",
"deprecated" : false,
"input" : {
"variableName" : "confirmForgotPasswordRequest",
"variableType" : "ConfirmForgotPasswordRequest",
"variableDeclarationType" : "ConfirmForgotPasswordRequest",
"documentation" : "The request representing the confirmation for a password reset.
",
"simpleType" : "ConfirmForgotPasswordRequest",
"variableSetterType" : "ConfirmForgotPasswordRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfirmForgotPasswordResult",
"documentation" : "The response from the server that results from a user's request to retrieve a forgotten password.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "InvalidPasswordException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid password.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "CodeMismatchException",
"documentation" : "This exception is thrown if the provided code does not match what the server was expecting.
"
}, {
"exceptionName" : "ExpiredCodeException",
"documentation" : "This exception is thrown if a code has expired.
"
}, {
"exceptionName" : "TooManyFailedAttemptsException",
"documentation" : "This exception gets thrown when the user has made too many failed attempts for a given action (e.g., sign in).
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ConfirmForgotPasswordResult",
"asyncReturnType" : "ConfirmForgotPasswordResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "confirmForgotPassword"
},
"ConfirmSignUp" : {
"documentation" : "Confirms registration of a user and handles the existing alias from a previous user.
",
"operationName" : "ConfirmSignUp",
"deprecated" : false,
"input" : {
"variableName" : "confirmSignUpRequest",
"variableType" : "ConfirmSignUpRequest",
"variableDeclarationType" : "ConfirmSignUpRequest",
"documentation" : "Represents the request to confirm registration of a user.
",
"simpleType" : "ConfirmSignUpRequest",
"variableSetterType" : "ConfirmSignUpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfirmSignUpResult",
"documentation" : "Represents the response from the server for the registration confirmation.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyFailedAttemptsException",
"documentation" : "This exception gets thrown when the user has made too many failed attempts for a given action (e.g., sign in).
"
}, {
"exceptionName" : "CodeMismatchException",
"documentation" : "This exception is thrown if the provided code does not match what the server was expecting.
"
}, {
"exceptionName" : "ExpiredCodeException",
"documentation" : "This exception is thrown if a code has expired.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "AliasExistsException",
"documentation" : "This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ConfirmSignUpResult",
"asyncReturnType" : "ConfirmSignUpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "confirmSignUp"
},
"CreateUserPool" : {
"documentation" : "Creates a new Amazon Cognito user pool and sets the password policy for the pool.
",
"operationName" : "CreateUserPool",
"deprecated" : false,
"input" : {
"variableName" : "createUserPoolRequest",
"variableType" : "CreateUserPoolRequest",
"variableDeclarationType" : "CreateUserPoolRequest",
"documentation" : "Represents the request to create a user pool.
",
"simpleType" : "CreateUserPoolRequest",
"variableSetterType" : "CreateUserPoolRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateUserPoolResult",
"documentation" : "Represents the response from the server for the request to create a user pool.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateUserPoolResult",
"asyncReturnType" : "CreateUserPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createUserPool"
},
"CreateUserPoolClient" : {
"documentation" : "Creates the user pool client.
",
"operationName" : "CreateUserPoolClient",
"deprecated" : false,
"input" : {
"variableName" : "createUserPoolClientRequest",
"variableType" : "CreateUserPoolClientRequest",
"variableDeclarationType" : "CreateUserPoolClientRequest",
"documentation" : "Represents the request to create a user pool client.
",
"simpleType" : "CreateUserPoolClientRequest",
"variableSetterType" : "CreateUserPoolClientRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateUserPoolClientResult",
"documentation" : "Represents the response from the server to create a user pool client.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateUserPoolClientResult",
"asyncReturnType" : "CreateUserPoolClientResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createUserPoolClient"
},
"DeleteUser" : {
"documentation" : "Allows a user to delete one's self.
",
"operationName" : "DeleteUser",
"deprecated" : false,
"input" : {
"variableName" : "deleteUserRequest",
"variableType" : "DeleteUserRequest",
"variableDeclarationType" : "DeleteUserRequest",
"documentation" : "Represents the request to delete a user.
",
"simpleType" : "DeleteUserRequest",
"variableSetterType" : "DeleteUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteUserResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteUserResult",
"asyncReturnType" : "DeleteUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "deleteUser"
},
"DeleteUserAttributes" : {
"documentation" : "Deletes the attributes for a user.
",
"operationName" : "DeleteUserAttributes",
"deprecated" : false,
"input" : {
"variableName" : "deleteUserAttributesRequest",
"variableType" : "DeleteUserAttributesRequest",
"variableDeclarationType" : "DeleteUserAttributesRequest",
"documentation" : "Represents the request to delete user attributes.
",
"simpleType" : "DeleteUserAttributesRequest",
"variableSetterType" : "DeleteUserAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteUserAttributesResult",
"documentation" : "Represents the response from the server to delete user attributes.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteUserAttributesResult",
"asyncReturnType" : "DeleteUserAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "deleteUserAttributes"
},
"DeleteUserPool" : {
"documentation" : "Deletes the specified Amazon Cognito user pool.
",
"operationName" : "DeleteUserPool",
"deprecated" : false,
"input" : {
"variableName" : "deleteUserPoolRequest",
"variableType" : "DeleteUserPoolRequest",
"variableDeclarationType" : "DeleteUserPoolRequest",
"documentation" : "Represents the request to delete a user pool.
",
"simpleType" : "DeleteUserPoolRequest",
"variableSetterType" : "DeleteUserPoolRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteUserPoolResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteUserPoolResult",
"asyncReturnType" : "DeleteUserPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteUserPool"
},
"DeleteUserPoolClient" : {
"documentation" : "Allows the developer to delete the user pool client.
",
"operationName" : "DeleteUserPoolClient",
"deprecated" : false,
"input" : {
"variableName" : "deleteUserPoolClientRequest",
"variableType" : "DeleteUserPoolClientRequest",
"variableDeclarationType" : "DeleteUserPoolClientRequest",
"documentation" : "Represents the request to delete a user pool client.
",
"simpleType" : "DeleteUserPoolClientRequest",
"variableSetterType" : "DeleteUserPoolClientRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteUserPoolClientResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteUserPoolClientResult",
"asyncReturnType" : "DeleteUserPoolClientResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteUserPoolClient"
},
"DescribeUserPool" : {
"documentation" : "Returns the configuration information and metadata of the specified user pool.
",
"operationName" : "DescribeUserPool",
"deprecated" : false,
"input" : {
"variableName" : "describeUserPoolRequest",
"variableType" : "DescribeUserPoolRequest",
"variableDeclarationType" : "DescribeUserPoolRequest",
"documentation" : "Represents the request to describe the user pool.
",
"simpleType" : "DescribeUserPoolRequest",
"variableSetterType" : "DescribeUserPoolRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeUserPoolResult",
"documentation" : "Represents the response to describe the user pool.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeUserPoolResult",
"asyncReturnType" : "DescribeUserPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeUserPool"
},
"DescribeUserPoolClient" : {
"documentation" : "Client method for returning the configuration information and metadata of the specified user pool client.
",
"operationName" : "DescribeUserPoolClient",
"deprecated" : false,
"input" : {
"variableName" : "describeUserPoolClientRequest",
"variableType" : "DescribeUserPoolClientRequest",
"variableDeclarationType" : "DescribeUserPoolClientRequest",
"documentation" : "Represents the request to describe a user pool client.
",
"simpleType" : "DescribeUserPoolClientRequest",
"variableSetterType" : "DescribeUserPoolClientRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeUserPoolClientResult",
"documentation" : "Represents the response from the server from a request to describe the user pool client.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeUserPoolClientResult",
"asyncReturnType" : "DescribeUserPoolClientResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeUserPoolClient"
},
"ForgotPassword" : {
"documentation" : "Retrieves the password for the specified client ID or username.
",
"operationName" : "ForgotPassword",
"deprecated" : false,
"input" : {
"variableName" : "forgotPasswordRequest",
"variableType" : "ForgotPasswordRequest",
"variableDeclarationType" : "ForgotPasswordRequest",
"documentation" : "Represents the request to reset a user's password.
",
"simpleType" : "ForgotPasswordRequest",
"variableSetterType" : "ForgotPasswordRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ForgotPasswordResult",
"documentation" : "Respresents the response from the server regarding the request to reset a password.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ForgotPasswordResult",
"asyncReturnType" : "ForgotPasswordResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "forgotPassword"
},
"GetUser" : {
"documentation" : "Gets the user attributes and metadata for a user.
",
"operationName" : "GetUser",
"deprecated" : false,
"input" : {
"variableName" : "getUserRequest",
"variableType" : "GetUserRequest",
"variableDeclarationType" : "GetUserRequest",
"documentation" : "Represents the request to get information about the user.
",
"simpleType" : "GetUserRequest",
"variableSetterType" : "GetUserRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetUserResult",
"documentation" : "Represents the response from the server from the request to get information about the user.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetUserResult",
"asyncReturnType" : "GetUserResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "getUser"
},
"GetUserAttributeVerificationCode" : {
"documentation" : "Gets the user attribute verification code for the specified attribute name.
",
"operationName" : "GetUserAttributeVerificationCode",
"deprecated" : false,
"input" : {
"variableName" : "getUserAttributeVerificationCodeRequest",
"variableType" : "GetUserAttributeVerificationCodeRequest",
"variableDeclarationType" : "GetUserAttributeVerificationCodeRequest",
"documentation" : "Represents the request to get user attribute verification.
",
"simpleType" : "GetUserAttributeVerificationCodeRequest",
"variableSetterType" : "GetUserAttributeVerificationCodeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetUserAttributeVerificationCodeResult",
"documentation" : "The verification code response returned by the server response to get the user attribute verification code.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetUserAttributeVerificationCodeResult",
"asyncReturnType" : "GetUserAttributeVerificationCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "getUserAttributeVerificationCode"
},
"ListUserPoolClients" : {
"documentation" : "Lists the clients that have been created for the specified user pool.
",
"operationName" : "ListUserPoolClients",
"deprecated" : false,
"input" : {
"variableName" : "listUserPoolClientsRequest",
"variableType" : "ListUserPoolClientsRequest",
"variableDeclarationType" : "ListUserPoolClientsRequest",
"documentation" : "Represents the request to list the user pool clients.
",
"simpleType" : "ListUserPoolClientsRequest",
"variableSetterType" : "ListUserPoolClientsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListUserPoolClientsResult",
"documentation" : "Represents the response from the server that lists user pool clients.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListUserPoolClientsResult",
"asyncReturnType" : "ListUserPoolClientsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listUserPoolClients"
},
"ListUserPools" : {
"documentation" : "Lists the user pools associated with an AWS account.
",
"operationName" : "ListUserPools",
"deprecated" : false,
"input" : {
"variableName" : "listUserPoolsRequest",
"variableType" : "ListUserPoolsRequest",
"variableDeclarationType" : "ListUserPoolsRequest",
"documentation" : "Represents the request to list user pools.
",
"simpleType" : "ListUserPoolsRequest",
"variableSetterType" : "ListUserPoolsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListUserPoolsResult",
"documentation" : "Represents the response to list user pools.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListUserPoolsResult",
"asyncReturnType" : "ListUserPoolsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listUserPools"
},
"ListUsers" : {
"documentation" : "Lists the users in the Amazon Cognito user pool.
",
"operationName" : "ListUsers",
"deprecated" : false,
"input" : {
"variableName" : "listUsersRequest",
"variableType" : "ListUsersRequest",
"variableDeclarationType" : "ListUsersRequest",
"documentation" : "Represents the request to list users.
",
"simpleType" : "ListUsersRequest",
"variableSetterType" : "ListUsersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListUsersResult",
"documentation" : "The response from the request to list users.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ListUsersResult",
"asyncReturnType" : "ListUsersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listUsers"
},
"ResendConfirmationCode" : {
"documentation" : "Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
",
"operationName" : "ResendConfirmationCode",
"deprecated" : false,
"input" : {
"variableName" : "resendConfirmationCodeRequest",
"variableType" : "ResendConfirmationCodeRequest",
"variableDeclarationType" : "ResendConfirmationCodeRequest",
"documentation" : "Represents the request to resend the confirmation code.
",
"simpleType" : "ResendConfirmationCodeRequest",
"variableSetterType" : "ResendConfirmationCodeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ResendConfirmationCodeResult",
"documentation" : "The response from the server when the Amazon Cognito service makes the request to resend a confirmation code.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ResendConfirmationCodeResult",
"asyncReturnType" : "ResendConfirmationCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "resendConfirmationCode"
},
"SetUserSettings" : {
"documentation" : "Sets the user settings like multi-factor authentication (MFA). If MFA is to be removed for a particular attribute pass the attribute with code delivery as null. If null list is passed, all MFA options are removed.
",
"operationName" : "SetUserSettings",
"deprecated" : false,
"input" : {
"variableName" : "setUserSettingsRequest",
"variableType" : "SetUserSettingsRequest",
"variableDeclarationType" : "SetUserSettingsRequest",
"documentation" : "Represents the request to set user settings.
",
"simpleType" : "SetUserSettingsRequest",
"variableSetterType" : "SetUserSettingsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetUserSettingsResult",
"documentation" : "The response from the server for a set user settings request.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "SetUserSettingsResult",
"asyncReturnType" : "SetUserSettingsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "setUserSettings"
},
"SignUp" : {
"documentation" : "Registers the user in the specified user pool and creates a user name, password, and user attributes.
",
"operationName" : "SignUp",
"deprecated" : false,
"input" : {
"variableName" : "signUpRequest",
"variableType" : "SignUpRequest",
"variableDeclarationType" : "SignUpRequest",
"documentation" : "Represents the request to register a user.
",
"simpleType" : "SignUpRequest",
"variableSetterType" : "SignUpRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SignUpResult",
"documentation" : "The response from the server for a registration request.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "InvalidPasswordException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid password.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "UsernameExistsException",
"documentation" : "This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "SignUpResult",
"asyncReturnType" : "SignUpResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "signUp"
},
"UpdateUserAttributes" : {
"documentation" : "Allows a user to update a specific attribute (one at a time).
",
"operationName" : "UpdateUserAttributes",
"deprecated" : false,
"input" : {
"variableName" : "updateUserAttributesRequest",
"variableType" : "UpdateUserAttributesRequest",
"variableDeclarationType" : "UpdateUserAttributesRequest",
"documentation" : "Represents the request to update user attributes.
",
"simpleType" : "UpdateUserAttributesRequest",
"variableSetterType" : "UpdateUserAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateUserAttributesResult",
"documentation" : "Represents the response from the server for the request to update user attributes.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "CodeMismatchException",
"documentation" : "This exception is thrown if the provided code does not match what the server was expecting.
"
}, {
"exceptionName" : "ExpiredCodeException",
"documentation" : "This exception is thrown if a code has expired.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
"
}, {
"exceptionName" : "UserLambdaValidationException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters a user validation exception with the AWS Lambda service.
"
}, {
"exceptionName" : "InvalidLambdaResponseException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid AWS Lambda response.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "AliasExistsException",
"documentation" : "This exception is thrown when a user tries to confirm the account with an email or phone number that has already been supplied as an alias from a different account. This exception tells user that an account with this email or phone already exists.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateUserAttributesResult",
"asyncReturnType" : "UpdateUserAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "updateUserAttributes"
},
"UpdateUserPool" : {
"documentation" : "Updates the specified user pool with the specified attributes.
",
"operationName" : "UpdateUserPool",
"deprecated" : false,
"input" : {
"variableName" : "updateUserPoolRequest",
"variableType" : "UpdateUserPoolRequest",
"variableDeclarationType" : "UpdateUserPoolRequest",
"documentation" : "Represents the request to update the user pool.
",
"simpleType" : "UpdateUserPoolRequest",
"variableSetterType" : "UpdateUserPoolRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateUserPoolResult",
"documentation" : "Represents the response from the server when you make a request to update the user pool.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "This exception is thrown if two or more modifications are happening concurrently.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateUserPoolResult",
"asyncReturnType" : "UpdateUserPoolResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateUserPool"
},
"UpdateUserPoolClient" : {
"documentation" : "Allows the developer to update the specified user pool client and password policy.
",
"operationName" : "UpdateUserPoolClient",
"deprecated" : false,
"input" : {
"variableName" : "updateUserPoolClientRequest",
"variableType" : "UpdateUserPoolClientRequest",
"variableDeclarationType" : "UpdateUserPoolClientRequest",
"documentation" : "Represents the request to update the user pool client.
",
"simpleType" : "UpdateUserPoolClientRequest",
"variableSetterType" : "UpdateUserPoolClientRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateUserPoolClientResult",
"documentation" : "Represents the response from the server to the request to update the user pool client.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateUserPoolClientResult",
"asyncReturnType" : "UpdateUserPoolClientResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateUserPoolClient"
},
"VerifyUserAttribute" : {
"documentation" : "Verifies the specified user attributes in the user pool.
",
"operationName" : "VerifyUserAttribute",
"deprecated" : false,
"input" : {
"variableName" : "verifyUserAttributeRequest",
"variableType" : "VerifyUserAttributeRequest",
"variableDeclarationType" : "VerifyUserAttributeRequest",
"documentation" : "Represents the request to verify user attributes.
",
"simpleType" : "VerifyUserAttributeRequest",
"variableSetterType" : "VerifyUserAttributeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "VerifyUserAttributeResult",
"documentation" : "A container representing the response from the server from the request to verify user attributes.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "This exception is thrown when the Amazon Cognito service cannot find the requested resource.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
"
}, {
"exceptionName" : "CodeMismatchException",
"documentation" : "This exception is thrown if the provided code does not match what the server was expecting.
"
}, {
"exceptionName" : "ExpiredCodeException",
"documentation" : "This exception is thrown if a code has expired.
"
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "This exception gets thrown when a user is not authorized.
"
}, {
"exceptionName" : "TooManyRequestsException",
"documentation" : "This exception gets thrown when the user has made too many requests for a given operation.
"
}, {
"exceptionName" : "InternalErrorException",
"documentation" : "This exception is thrown when Amazon Cognito encounters an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "VerifyUserAttributeResult",
"asyncReturnType" : "VerifyUserAttributeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : false,
"methodName" : "verifyUserAttribute"
}
},
"shapes" : {
"UpdateUserPoolClientRequest" : {
"c2jName" : "UpdateUserPoolClientRequest",
"documentation" : "Represents the request to update the user pool client.
",
"shapeName" : "UpdateUserPoolClientRequest",
"deprecated" : false,
"required" : [ "UserPoolId", "ClientId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user pool ID for the user pool where you want to update the user pool client.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to update the user pool client.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@return The user pool ID for the user pool where you want to update the user pool client.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the client associated with the user pool.
",
"name" : "ClientId",
"c2jName" : "ClientId",
"c2jShape" : "ClientIdType",
"variable" : {
"variableName" : "clientId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the client associated with the user pool.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "clientId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientId",
"marshallLocationName" : "ClientId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.*/",
"getterDocumentation" : "/**The ID of the client associated with the user pool.
\n@return The ID of the client associated with the user pool.*/",
"fluentSetterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The client name from the update user pool client request.
",
"name" : "ClientName",
"c2jName" : "ClientName",
"c2jShape" : "ClientNameType",
"variable" : {
"variableName" : "clientName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The client name from the update user pool client request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "clientName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientName",
"marshallLocationName" : "ClientName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.*/",
"getterDocumentation" : "/**The client name from the update user pool client request.
\n@return The client name from the update user pool client request.*/",
"fluentSetterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateUserPoolClientRequest",
"variableType" : "UpdateUserPoolClientRequest",
"variableDeclarationType" : "UpdateUserPoolClientRequest",
"documentation" : null,
"simpleType" : "UpdateUserPoolClientRequest",
"variableSetterType" : "UpdateUserPoolClientRequest"
},
"marshaller" : {
"action" : "UpdateUserPoolClient",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.UpdateUserPoolClient",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"UserPoolId" : {
"documentation" : "The user pool ID for the user pool where you want to update the user pool client.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to update the user pool client.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@return The user pool ID for the user pool where you want to update the user pool client.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to update the user pool client.
\n@param userPoolId The user pool ID for the user pool where you want to update the user pool client.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ClientName" : {
"documentation" : "The client name from the update user pool client request.
",
"name" : "ClientName",
"c2jName" : "ClientName",
"c2jShape" : "ClientNameType",
"variable" : {
"variableName" : "clientName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The client name from the update user pool client request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "clientName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientName",
"marshallLocationName" : "ClientName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.*/",
"getterDocumentation" : "/**The client name from the update user pool client request.
\n@return The client name from the update user pool client request.*/",
"fluentSetterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The client name from the update user pool client request.
\n@param clientName The client name from the update user pool client request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ClientId" : {
"documentation" : "The ID of the client associated with the user pool.
",
"name" : "ClientId",
"c2jName" : "ClientId",
"c2jShape" : "ClientIdType",
"variable" : {
"variableName" : "clientId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the client associated with the user pool.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "clientId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ClientId",
"marshallLocationName" : "ClientId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.*/",
"getterDocumentation" : "/**The ID of the client associated with the user pool.
\n@return The ID of the client associated with the user pool.*/",
"fluentSetterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the client associated with the user pool.
\n@param clientId The ID of the client associated with the user pool.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UsernameExistsException" : {
"c2jName" : "UsernameExistsException",
"documentation" : "This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.
",
"shapeName" : "UsernameExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "usernameExistsException",
"variableType" : "UsernameExistsException",
"variableDeclarationType" : "UsernameExistsException",
"documentation" : null,
"simpleType" : "UsernameExistsException",
"variableSetterType" : "UsernameExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UsernameExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AdminResetUserPasswordResult" : {
"c2jName" : "AdminResetUserPasswordResponse",
"documentation" : "Represents the response from the server to reset a user password as an administrator.
",
"shapeName" : "AdminResetUserPasswordResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "adminResetUserPasswordResult",
"variableType" : "AdminResetUserPasswordResult",
"variableDeclarationType" : "AdminResetUserPasswordResult",
"documentation" : null,
"simpleType" : "AdminResetUserPasswordResult",
"variableSetterType" : "AdminResetUserPasswordResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"MFAOptionType" : {
"c2jName" : "MFAOptionType",
"documentation" : "Specifies the different settings for multi-factor authentication (MFA).
",
"shapeName" : "MFAOptionType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The delivery medium (email message or SMS message) to send the MFA code.
",
"name" : "DeliveryMedium",
"c2jName" : "DeliveryMedium",
"c2jShape" : "DeliveryMediumType",
"variable" : {
"variableName" : "deliveryMedium",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The delivery medium (email message or SMS message) to send the MFA code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deliveryMedium",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryMedium",
"marshallLocationName" : "DeliveryMedium",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DeliveryMediumType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@see DeliveryMediumType*/",
"getterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@return The delivery medium (email message or SMS message) to send the MFA code.\n@see DeliveryMediumType*/",
"fluentSetterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryMediumType*/",
"varargSetterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryMediumType*/"
}, {
"documentation" : "The attribute name of the MFA option type.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The attribute name of the MFA option type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.*/",
"getterDocumentation" : "/**The attribute name of the MFA option type.
\n@return The attribute name of the MFA option type.*/",
"fluentSetterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "mFAOptionType",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : null,
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeliveryMedium" : {
"documentation" : "The delivery medium (email message or SMS message) to send the MFA code.
",
"name" : "DeliveryMedium",
"c2jName" : "DeliveryMedium",
"c2jShape" : "DeliveryMediumType",
"variable" : {
"variableName" : "deliveryMedium",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The delivery medium (email message or SMS message) to send the MFA code.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deliveryMedium",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeliveryMedium",
"marshallLocationName" : "DeliveryMedium",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DeliveryMediumType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@see DeliveryMediumType*/",
"getterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@return The delivery medium (email message or SMS message) to send the MFA code.\n@see DeliveryMediumType*/",
"fluentSetterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryMediumType*/",
"varargSetterDocumentation" : "/**The delivery medium (email message or SMS message) to send the MFA code.
\n@param deliveryMedium The delivery medium (email message or SMS message) to send the MFA code.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeliveryMediumType*/"
},
"AttributeName" : {
"documentation" : "The attribute name of the MFA option type.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The attribute name of the MFA option type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.*/",
"getterDocumentation" : "/**The attribute name of the MFA option type.
\n@return The attribute name of the MFA option type.*/",
"fluentSetterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The attribute name of the MFA option type.
\n@param attributeName The attribute name of the MFA option type.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnexpectedLambdaException" : {
"c2jName" : "UnexpectedLambdaException",
"documentation" : "This exception gets thrown when the Amazon Cognito service encounters an unexpected exception with the AWS Lambda service.
",
"shapeName" : "UnexpectedLambdaException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "unexpectedLambdaException",
"variableType" : "UnexpectedLambdaException",
"variableDeclarationType" : "UnexpectedLambdaException",
"documentation" : null,
"simpleType" : "UnexpectedLambdaException",
"variableSetterType" : "UnexpectedLambdaException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UnexpectedLambdaException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ChangePasswordResult" : {
"c2jName" : "ChangePasswordResponse",
"documentation" : "The response from the server to the change password request.
",
"shapeName" : "ChangePasswordResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "changePasswordResult",
"variableType" : "ChangePasswordResult",
"variableDeclarationType" : "ChangePasswordResult",
"documentation" : null,
"simpleType" : "ChangePasswordResult",
"variableSetterType" : "ChangePasswordResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListUserPoolClientsResult" : {
"c2jName" : "ListUserPoolClientsResponse",
"documentation" : "Represents the response from the server that lists user pool clients.
",
"shapeName" : "ListUserPoolClientsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user pool clients in the response that lists user pool clients.
",
"name" : "UserPoolClients",
"c2jName" : "UserPoolClients",
"c2jShape" : "UserPoolClientListType",
"variable" : {
"variableName" : "userPoolClients",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The user pool clients in the response that lists user pool clients.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userPoolClients",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolClients",
"marshallLocationName" : "UserPoolClients",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "UserPoolClientDescription",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "UserPoolClientDescription",
"variable" : {
"variableName" : "member",
"variableType" : "UserPoolClientDescription",
"variableDeclarationType" : "UserPoolClientDescription",
"documentation" : "",
"simpleType" : "UserPoolClientDescription",
"variableSetterType" : "UserPoolClientDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "UserPoolClientDescription",
"variableDeclarationType" : "UserPoolClientDescription",
"documentation" : "",
"simpleType" : "UserPoolClientDescription",
"variableSetterType" : "UserPoolClientDescription"
},
"getterModel" : {
"returnType" : "UserPoolClientDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "UserPoolClientDescription",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.*/",
"getterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@return The user pool clients in the response that lists user pool clients.*/",
"fluentSetterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserPoolClients(java.util.Collection)} or {@link #withUserPoolClients(java.util.Collection)} if you want to override the existing values.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "PaginationKey",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"getterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@return An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"fluentSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listUserPoolClientsResult",
"variableType" : "ListUserPoolClientsResult",
"variableDeclarationType" : "ListUserPoolClientsResult",
"documentation" : null,
"simpleType" : "ListUserPoolClientsResult",
"variableSetterType" : "ListUserPoolClientsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "PaginationKey",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"getterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@return An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"fluentSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param nextToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UserPoolClients" : {
"documentation" : "The user pool clients in the response that lists user pool clients.
",
"name" : "UserPoolClients",
"c2jName" : "UserPoolClients",
"c2jShape" : "UserPoolClientListType",
"variable" : {
"variableName" : "userPoolClients",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The user pool clients in the response that lists user pool clients.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userPoolClients",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolClients",
"marshallLocationName" : "UserPoolClients",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "UserPoolClientDescription",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "UserPoolClientDescription",
"variable" : {
"variableName" : "member",
"variableType" : "UserPoolClientDescription",
"variableDeclarationType" : "UserPoolClientDescription",
"documentation" : "",
"simpleType" : "UserPoolClientDescription",
"variableSetterType" : "UserPoolClientDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "UserPoolClientDescription",
"variableDeclarationType" : "UserPoolClientDescription",
"documentation" : "",
"simpleType" : "UserPoolClientDescription",
"variableSetterType" : "UserPoolClientDescription"
},
"getterModel" : {
"returnType" : "UserPoolClientDescription",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "UserPoolClientDescription",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.*/",
"getterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@return The user pool clients in the response that lists user pool clients.*/",
"fluentSetterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool clients in the response that lists user pool clients.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserPoolClients(java.util.Collection)} or {@link #withUserPoolClients(java.util.Collection)} if you want to override the existing values.
\n@param userPoolClients The user pool clients in the response that lists user pool clients.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateUserPoolClientResult" : {
"c2jName" : "CreateUserPoolClientResponse",
"documentation" : "Represents the response from the server to create a user pool client.
",
"shapeName" : "CreateUserPoolClientResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user pool client that was just created.
",
"name" : "UserPoolClient",
"c2jName" : "UserPoolClient",
"c2jShape" : "UserPoolClientType",
"variable" : {
"variableName" : "userPoolClient",
"variableType" : "UserPoolClientType",
"variableDeclarationType" : "UserPoolClientType",
"documentation" : "The user pool client that was just created.
",
"simpleType" : "UserPoolClientType",
"variableSetterType" : "UserPoolClientType"
},
"setterModel" : {
"variableName" : "userPoolClient",
"variableType" : "UserPoolClientType",
"variableDeclarationType" : "UserPoolClientType",
"documentation" : "",
"simpleType" : "UserPoolClientType",
"variableSetterType" : "UserPoolClientType"
},
"getterModel" : {
"returnType" : "UserPoolClientType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolClient",
"marshallLocationName" : "UserPoolClient",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.*/",
"getterDocumentation" : "/**The user pool client that was just created.
\n@return The user pool client that was just created.*/",
"fluentSetterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createUserPoolClientResult",
"variableType" : "CreateUserPoolClientResult",
"variableDeclarationType" : "CreateUserPoolClientResult",
"documentation" : null,
"simpleType" : "CreateUserPoolClientResult",
"variableSetterType" : "CreateUserPoolClientResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"UserPoolClient" : {
"documentation" : "The user pool client that was just created.
",
"name" : "UserPoolClient",
"c2jName" : "UserPoolClient",
"c2jShape" : "UserPoolClientType",
"variable" : {
"variableName" : "userPoolClient",
"variableType" : "UserPoolClientType",
"variableDeclarationType" : "UserPoolClientType",
"documentation" : "The user pool client that was just created.
",
"simpleType" : "UserPoolClientType",
"variableSetterType" : "UserPoolClientType"
},
"setterModel" : {
"variableName" : "userPoolClient",
"variableType" : "UserPoolClientType",
"variableDeclarationType" : "UserPoolClientType",
"documentation" : "",
"simpleType" : "UserPoolClientType",
"variableSetterType" : "UserPoolClientType"
},
"getterModel" : {
"returnType" : "UserPoolClientType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolClient",
"marshallLocationName" : "UserPoolClient",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.*/",
"getterDocumentation" : "/**The user pool client that was just created.
\n@return The user pool client that was just created.*/",
"fluentSetterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool client that was just created.
\n@param userPoolClient The user pool client that was just created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateUserAttributesRequest" : {
"c2jName" : "UpdateUserAttributesRequest",
"documentation" : "Represents the request to update user attributes.
",
"shapeName" : "UpdateUserAttributesRequest",
"deprecated" : false,
"required" : [ "UserAttributes" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An array of name-value pairs representing user attributes.
",
"name" : "UserAttributes",
"c2jName" : "UserAttributes",
"c2jShape" : "AttributeListType",
"variable" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of name-value pairs representing user attributes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributes",
"marshallLocationName" : "UserAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttributeType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"getterModel" : {
"returnType" : "AttributeType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttributeType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.*/",
"getterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@return An array of name-value pairs representing user attributes.*/",
"fluentSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributes(java.util.Collection)} or {@link #withUserAttributes(java.util.Collection)} if you want to override the existing values.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The access token for the request to update user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token for the request to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.*/",
"getterDocumentation" : "/**The access token for the request to update user attributes.
\n@return The access token for the request to update user attributes.*/",
"fluentSetterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateUserAttributesRequest",
"variableType" : "UpdateUserAttributesRequest",
"variableDeclarationType" : "UpdateUserAttributesRequest",
"documentation" : null,
"simpleType" : "UpdateUserAttributesRequest",
"variableSetterType" : "UpdateUserAttributesRequest"
},
"marshaller" : {
"action" : "UpdateUserAttributes",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.UpdateUserAttributes",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"UserAttributes" : {
"documentation" : "An array of name-value pairs representing user attributes.
",
"name" : "UserAttributes",
"c2jName" : "UserAttributes",
"c2jShape" : "AttributeListType",
"variable" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of name-value pairs representing user attributes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributes",
"marshallLocationName" : "UserAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttributeType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"getterModel" : {
"returnType" : "AttributeType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttributeType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.*/",
"getterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@return An array of name-value pairs representing user attributes.*/",
"fluentSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributes(java.util.Collection)} or {@link #withUserAttributes(java.util.Collection)} if you want to override the existing values.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AccessToken" : {
"documentation" : "The access token for the request to update user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token for the request to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.*/",
"getterDocumentation" : "/**The access token for the request to update user attributes.
\n@return The access token for the request to update user attributes.*/",
"fluentSetterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token for the request to update user attributes.
\n@param accessToken The access token for the request to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"documentation" : "This exception is thrown when a user exceeds the limit for a requested AWS resource.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AdminConfirmSignUpResult" : {
"c2jName" : "AdminConfirmSignUpResponse",
"documentation" : "Represents the response from the server for the request to confirm registration.
",
"shapeName" : "AdminConfirmSignUpResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "adminConfirmSignUpResult",
"variableType" : "AdminConfirmSignUpResult",
"variableDeclarationType" : "AdminConfirmSignUpResult",
"documentation" : null,
"simpleType" : "AdminConfirmSignUpResult",
"variableSetterType" : "AdminConfirmSignUpResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeliveryMediumType" : {
"c2jName" : "DeliveryMediumType",
"documentation" : "",
"shapeName" : "DeliveryMediumType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SMS",
"value" : "SMS"
}, {
"name" : "EMAIL",
"value" : "EMAIL"
} ],
"variable" : {
"variableName" : "deliveryMediumType",
"variableType" : "DeliveryMediumType",
"variableDeclarationType" : "DeliveryMediumType",
"documentation" : null,
"simpleType" : "DeliveryMediumType",
"variableSetterType" : "DeliveryMediumType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetUserSettingsRequest" : {
"c2jName" : "SetUserSettingsRequest",
"documentation" : "Represents the request to set user settings.
",
"shapeName" : "SetUserSettingsRequest",
"deprecated" : false,
"required" : [ "AccessToken", "MFAOptions" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The access token for the set user settings request.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token for the set user settings request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.*/",
"getterDocumentation" : "/**The access token for the set user settings request.
\n@return The access token for the set user settings request.*/",
"fluentSetterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"name" : "MFAOptions",
"c2jName" : "MFAOptions",
"c2jShape" : "MFAOptionListType",
"variable" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MFAOptions",
"marshallLocationName" : "MFAOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MFAOptionType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MFAOptionType",
"variable" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"getterModel" : {
"returnType" : "MFAOptionType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MFAOptionType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).*/",
"getterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@return Specifies the options for MFA (e.g., email or phone number).*/",
"fluentSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMFAOptions(java.util.Collection)} or {@link #withMFAOptions(java.util.Collection)} if you want to override the existing values.
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setUserSettingsRequest",
"variableType" : "SetUserSettingsRequest",
"variableDeclarationType" : "SetUserSettingsRequest",
"documentation" : null,
"simpleType" : "SetUserSettingsRequest",
"variableSetterType" : "SetUserSettingsRequest"
},
"marshaller" : {
"action" : "SetUserSettings",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.SetUserSettings",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MFAOptions" : {
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"name" : "MFAOptions",
"c2jName" : "MFAOptions",
"c2jShape" : "MFAOptionListType",
"variable" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MFAOptions",
"marshallLocationName" : "MFAOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MFAOptionType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MFAOptionType",
"variable" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"getterModel" : {
"returnType" : "MFAOptionType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MFAOptionType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).*/",
"getterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@return Specifies the options for MFA (e.g., email or phone number).*/",
"fluentSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMFAOptions(java.util.Collection)} or {@link #withMFAOptions(java.util.Collection)} if you want to override the existing values.
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AccessToken" : {
"documentation" : "The access token for the set user settings request.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token for the set user settings request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.*/",
"getterDocumentation" : "/**The access token for the set user settings request.
\n@return The access token for the set user settings request.*/",
"fluentSetterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token for the set user settings request.
\n@param accessToken The access token for the set user settings request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"VerifiedAttributeType" : {
"c2jName" : "VerifiedAttributeType",
"documentation" : "",
"shapeName" : "VerifiedAttributeType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Phone_number",
"value" : "phone_number"
}, {
"name" : "Email",
"value" : "email"
} ],
"variable" : {
"variableName" : "verifiedAttributeType",
"variableType" : "VerifiedAttributeType",
"variableDeclarationType" : "VerifiedAttributeType",
"documentation" : null,
"simpleType" : "VerifiedAttributeType",
"variableSetterType" : "VerifiedAttributeType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AdminSetUserSettingsRequest" : {
"c2jName" : "AdminSetUserSettingsRequest",
"documentation" : "Represents the request to set user settings as an administrator.
",
"shapeName" : "AdminSetUserSettingsRequest",
"deprecated" : false,
"required" : [ "UserPoolId", "Username", "MFAOptions" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@return The user pool ID for the user pool where you want to set the user's settings, such as MFA options.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user name of the user for whom you wish to set user settings.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "UsernameType",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name of the user for whom you wish to set user settings.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.*/",
"getterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@return The user name of the user for whom you wish to set user settings.*/",
"fluentSetterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"name" : "MFAOptions",
"c2jName" : "MFAOptions",
"c2jShape" : "MFAOptionListType",
"variable" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MFAOptions",
"marshallLocationName" : "MFAOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MFAOptionType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MFAOptionType",
"variable" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"getterModel" : {
"returnType" : "MFAOptionType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MFAOptionType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).*/",
"getterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@return Specifies the options for MFA (e.g., email or phone number).*/",
"fluentSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMFAOptions(java.util.Collection)} or {@link #withMFAOptions(java.util.Collection)} if you want to override the existing values.
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "adminSetUserSettingsRequest",
"variableType" : "AdminSetUserSettingsRequest",
"variableDeclarationType" : "AdminSetUserSettingsRequest",
"documentation" : null,
"simpleType" : "AdminSetUserSettingsRequest",
"variableSetterType" : "AdminSetUserSettingsRequest"
},
"marshaller" : {
"action" : "AdminSetUserSettings",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.AdminSetUserSettings",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MFAOptions" : {
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"name" : "MFAOptions",
"c2jName" : "MFAOptions",
"c2jShape" : "MFAOptionListType",
"variable" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Specifies the options for MFA (e.g., email or phone number).
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "mFAOptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MFAOptions",
"marshallLocationName" : "MFAOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MFAOptionType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MFAOptionType",
"variable" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MFAOptionType",
"variableDeclarationType" : "MFAOptionType",
"documentation" : "",
"simpleType" : "MFAOptionType",
"variableSetterType" : "MFAOptionType"
},
"getterModel" : {
"returnType" : "MFAOptionType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MFAOptionType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).*/",
"getterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@return Specifies the options for MFA (e.g., email or phone number).*/",
"fluentSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the options for MFA (e.g., email or phone number).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMFAOptions(java.util.Collection)} or {@link #withMFAOptions(java.util.Collection)} if you want to override the existing values.
\n@param mFAOptions Specifies the options for MFA (e.g., email or phone number).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Username" : {
"documentation" : "The user name of the user for whom you wish to set user settings.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "UsernameType",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name of the user for whom you wish to set user settings.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.*/",
"getterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@return The user name of the user for whom you wish to set user settings.*/",
"fluentSetterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name of the user for whom you wish to set user settings.
\n@param username The user name of the user for whom you wish to set user settings.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UserPoolId" : {
"documentation" : "The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@return The user pool ID for the user pool where you want to set the user's settings, such as MFA options.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to set the user's settings, such as MFA options.
\n@param userPoolId The user pool ID for the user pool where you want to set the user's settings, such as MFA options.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ConfirmForgotPasswordResult" : {
"c2jName" : "ConfirmForgotPasswordResponse",
"documentation" : "The response from the server that results from a user's request to retrieve a forgotten password.
",
"shapeName" : "ConfirmForgotPasswordResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "confirmForgotPasswordResult",
"variableType" : "ConfirmForgotPasswordResult",
"variableDeclarationType" : "ConfirmForgotPasswordResult",
"documentation" : null,
"simpleType" : "ConfirmForgotPasswordResult",
"variableSetterType" : "ConfirmForgotPasswordResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetUserAttributeVerificationCodeResult" : {
"c2jName" : "GetUserAttributeVerificationCodeResponse",
"documentation" : "The verification code response returned by the server response to get the user attribute verification code.
",
"shapeName" : "GetUserAttributeVerificationCodeResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The code delivery details returned by the server response to get the user attribute verification code.
",
"name" : "CodeDeliveryDetails",
"c2jName" : "CodeDeliveryDetails",
"c2jShape" : "CodeDeliveryDetailsType",
"variable" : {
"variableName" : "codeDeliveryDetails",
"variableType" : "CodeDeliveryDetailsType",
"variableDeclarationType" : "CodeDeliveryDetailsType",
"documentation" : "The code delivery details returned by the server response to get the user attribute verification code.
",
"simpleType" : "CodeDeliveryDetailsType",
"variableSetterType" : "CodeDeliveryDetailsType"
},
"setterModel" : {
"variableName" : "codeDeliveryDetails",
"variableType" : "CodeDeliveryDetailsType",
"variableDeclarationType" : "CodeDeliveryDetailsType",
"documentation" : "",
"simpleType" : "CodeDeliveryDetailsType",
"variableSetterType" : "CodeDeliveryDetailsType"
},
"getterModel" : {
"returnType" : "CodeDeliveryDetailsType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CodeDeliveryDetails",
"marshallLocationName" : "CodeDeliveryDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.*/",
"getterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@return The code delivery details returned by the server response to get the user attribute verification code.*/",
"fluentSetterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getUserAttributeVerificationCodeResult",
"variableType" : "GetUserAttributeVerificationCodeResult",
"variableDeclarationType" : "GetUserAttributeVerificationCodeResult",
"documentation" : null,
"simpleType" : "GetUserAttributeVerificationCodeResult",
"variableSetterType" : "GetUserAttributeVerificationCodeResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CodeDeliveryDetails" : {
"documentation" : "The code delivery details returned by the server response to get the user attribute verification code.
",
"name" : "CodeDeliveryDetails",
"c2jName" : "CodeDeliveryDetails",
"c2jShape" : "CodeDeliveryDetailsType",
"variable" : {
"variableName" : "codeDeliveryDetails",
"variableType" : "CodeDeliveryDetailsType",
"variableDeclarationType" : "CodeDeliveryDetailsType",
"documentation" : "The code delivery details returned by the server response to get the user attribute verification code.
",
"simpleType" : "CodeDeliveryDetailsType",
"variableSetterType" : "CodeDeliveryDetailsType"
},
"setterModel" : {
"variableName" : "codeDeliveryDetails",
"variableType" : "CodeDeliveryDetailsType",
"variableDeclarationType" : "CodeDeliveryDetailsType",
"documentation" : "",
"simpleType" : "CodeDeliveryDetailsType",
"variableSetterType" : "CodeDeliveryDetailsType"
},
"getterModel" : {
"returnType" : "CodeDeliveryDetailsType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CodeDeliveryDetails",
"marshallLocationName" : "CodeDeliveryDetails",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.*/",
"getterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@return The code delivery details returned by the server response to get the user attribute verification code.*/",
"fluentSetterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The code delivery details returned by the server response to get the user attribute verification code.
\n@param codeDeliveryDetails The code delivery details returned by the server response to get the user attribute verification code.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AdminUpdateUserAttributesRequest" : {
"c2jName" : "AdminUpdateUserAttributesRequest",
"documentation" : "Represents the request to update the user's attributes as an administrator.
",
"shapeName" : "AdminUpdateUserAttributesRequest",
"deprecated" : false,
"required" : [ "UserPoolId", "Username", "UserAttributes" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user pool ID for the user pool where you want to update user attributes.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@return The user pool ID for the user pool where you want to update user attributes.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user name of the user for whom you want to update user attributes.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "UsernameType",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name of the user for whom you want to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.*/",
"getterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@return The user name of the user for whom you want to update user attributes.*/",
"fluentSetterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An array of name-value pairs representing user attributes.
",
"name" : "UserAttributes",
"c2jName" : "UserAttributes",
"c2jShape" : "AttributeListType",
"variable" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of name-value pairs representing user attributes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributes",
"marshallLocationName" : "UserAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttributeType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"getterModel" : {
"returnType" : "AttributeType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttributeType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.*/",
"getterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@return An array of name-value pairs representing user attributes.*/",
"fluentSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributes(java.util.Collection)} or {@link #withUserAttributes(java.util.Collection)} if you want to override the existing values.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "adminUpdateUserAttributesRequest",
"variableType" : "AdminUpdateUserAttributesRequest",
"variableDeclarationType" : "AdminUpdateUserAttributesRequest",
"documentation" : null,
"simpleType" : "AdminUpdateUserAttributesRequest",
"variableSetterType" : "AdminUpdateUserAttributesRequest"
},
"marshaller" : {
"action" : "AdminUpdateUserAttributes",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.AdminUpdateUserAttributes",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"UserAttributes" : {
"documentation" : "An array of name-value pairs representing user attributes.
",
"name" : "UserAttributes",
"c2jName" : "UserAttributes",
"c2jShape" : "AttributeListType",
"variable" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of name-value pairs representing user attributes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributes",
"marshallLocationName" : "UserAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AttributeType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : "",
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"getterModel" : {
"returnType" : "AttributeType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AttributeType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.*/",
"getterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@return An array of name-value pairs representing user attributes.*/",
"fluentSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of name-value pairs representing user attributes.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributes(java.util.Collection)} or {@link #withUserAttributes(java.util.Collection)} if you want to override the existing values.
\n@param userAttributes An array of name-value pairs representing user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Username" : {
"documentation" : "The user name of the user for whom you want to update user attributes.
",
"name" : "Username",
"c2jName" : "Username",
"c2jShape" : "UsernameType",
"variable" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user name of the user for whom you want to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "username",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Username",
"marshallLocationName" : "Username",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.*/",
"getterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@return The user name of the user for whom you want to update user attributes.*/",
"fluentSetterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user name of the user for whom you want to update user attributes.
\n@param username The user name of the user for whom you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UserPoolId" : {
"documentation" : "The user pool ID for the user pool where you want to update user attributes.
",
"name" : "UserPoolId",
"c2jName" : "UserPoolId",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool ID for the user pool where you want to update user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "userPoolId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserPoolId",
"marshallLocationName" : "UserPoolId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.*/",
"getterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@return The user pool ID for the user pool where you want to update user attributes.*/",
"fluentSetterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user pool ID for the user pool where you want to update user attributes.
\n@param userPoolId The user pool ID for the user pool where you want to update user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidPasswordException" : {
"c2jName" : "InvalidPasswordException",
"documentation" : "This exception is thrown when the Amazon Cognito service encounters an invalid password.
",
"shapeName" : "InvalidPasswordException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidPasswordException",
"variableType" : "InvalidPasswordException",
"variableDeclarationType" : "InvalidPasswordException",
"documentation" : null,
"simpleType" : "InvalidPasswordException",
"variableSetterType" : "InvalidPasswordException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidPasswordException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"documentation" : "This exception is thrown if two or more modifications are happening concurrently.
",
"shapeName" : "ConcurrentModificationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"variableDeclarationType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AttributeType" : {
"c2jName" : "AttributeType",
"documentation" : "Specifies whether the attribute is standard or custom.
",
"shapeName" : "AttributeType",
"deprecated" : false,
"required" : [ "Name" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the attribute.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value of the attribute.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "AttributeValueType",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.*/",
"getterDocumentation" : "/**The value of the attribute.
\n@return The value of the attribute.*/",
"fluentSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "attributeType",
"variableType" : "AttributeType",
"variableDeclarationType" : "AttributeType",
"documentation" : null,
"simpleType" : "AttributeType",
"variableSetterType" : "AttributeType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The name of the attribute.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Value" : {
"documentation" : "The value of the attribute.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "AttributeValueType",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.*/",
"getterDocumentation" : "/**The value of the attribute.
\n@return The value of the attribute.*/",
"fluentSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteUserAttributesRequest" : {
"c2jName" : "DeleteUserAttributesRequest",
"documentation" : "Represents the request to delete user attributes.
",
"shapeName" : "DeleteUserAttributesRequest",
"deprecated" : false,
"required" : [ "UserAttributeNames" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An array of strings representing the user attribute names you wish to delete.
",
"name" : "UserAttributeNames",
"c2jName" : "UserAttributeNames",
"c2jShape" : "AttributeNameListType",
"variable" : {
"variableName" : "userAttributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of strings representing the user attribute names you wish to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributeNames",
"marshallLocationName" : "UserAttributeNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.*/",
"getterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@return An array of strings representing the user attribute names you wish to delete.*/",
"fluentSetterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributeNames(java.util.Collection)} or {@link #withUserAttributeNames(java.util.Collection)} if you want to override the existing values.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The access token used in the request to delete user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token used in the request to delete user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.*/",
"getterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@return The access token used in the request to delete user attributes.*/",
"fluentSetterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteUserAttributesRequest",
"variableType" : "DeleteUserAttributesRequest",
"variableDeclarationType" : "DeleteUserAttributesRequest",
"documentation" : null,
"simpleType" : "DeleteUserAttributesRequest",
"variableSetterType" : "DeleteUserAttributesRequest"
},
"marshaller" : {
"action" : "DeleteUserAttributes",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.DeleteUserAttributes",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AccessToken" : {
"documentation" : "The access token used in the request to delete user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access token used in the request to delete user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.*/",
"getterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@return The access token used in the request to delete user attributes.*/",
"fluentSetterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The access token used in the request to delete user attributes.
\n@param accessToken The access token used in the request to delete user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UserAttributeNames" : {
"documentation" : "An array of strings representing the user attribute names you wish to delete.
",
"name" : "UserAttributeNames",
"c2jName" : "UserAttributeNames",
"c2jShape" : "AttributeNameListType",
"variable" : {
"variableName" : "userAttributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "An array of strings representing the user attribute names you wish to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "userAttributeNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UserAttributeNames",
"marshallLocationName" : "UserAttributeNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.*/",
"getterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@return An array of strings representing the user attribute names you wish to delete.*/",
"fluentSetterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of strings representing the user attribute names you wish to delete.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUserAttributeNames(java.util.Collection)} or {@link #withUserAttributeNames(java.util.Collection)} if you want to override the existing values.
\n@param userAttributeNames An array of strings representing the user attribute names you wish to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AliasAttributeType" : {
"c2jName" : "AliasAttributeType",
"documentation" : "",
"shapeName" : "AliasAttributeType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Phone_number",
"value" : "phone_number"
}, {
"name" : "Email",
"value" : "email"
}, {
"name" : "Preferred_username",
"value" : "preferred_username"
} ],
"variable" : {
"variableName" : "aliasAttributeType",
"variableType" : "AliasAttributeType",
"variableDeclarationType" : "AliasAttributeType",
"documentation" : null,
"simpleType" : "AliasAttributeType",
"variableSetterType" : "AliasAttributeType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"VerifyUserAttributeRequest" : {
"c2jName" : "VerifyUserAttributeRequest",
"documentation" : "Represents the request to verify user attributes.
",
"shapeName" : "VerifyUserAttributeRequest",
"deprecated" : false,
"required" : [ "AttributeName", "Code" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Represents the access token of the request to verify user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Represents the access token of the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.*/",
"getterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@return Represents the access token of the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The attribute name in the request to verify user attributes.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The attribute name in the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.*/",
"getterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@return The attribute name in the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The verification code in the request to verify user attributes.
",
"name" : "Code",
"c2jName" : "Code",
"c2jShape" : "ConfirmationCodeType",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The verification code in the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Code",
"marshallLocationName" : "Code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.*/",
"getterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@return The verification code in the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "verifyUserAttributeRequest",
"variableType" : "VerifyUserAttributeRequest",
"variableDeclarationType" : "VerifyUserAttributeRequest",
"documentation" : null,
"simpleType" : "VerifyUserAttributeRequest",
"variableSetterType" : "VerifyUserAttributeRequest"
},
"marshaller" : {
"action" : "VerifyUserAttribute",
"verb" : "POST",
"target" : "AWSCognitoIdentityProviderService.VerifyUserAttribute",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AccessToken" : {
"documentation" : "Represents the access token of the request to verify user attributes.
",
"name" : "AccessToken",
"c2jName" : "AccessToken",
"c2jShape" : "TokenModelType",
"variable" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Represents the access token of the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessToken",
"marshallLocationName" : "AccessToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.*/",
"getterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@return Represents the access token of the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Represents the access token of the request to verify user attributes.
\n@param accessToken Represents the access token of the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttributeName" : {
"documentation" : "The attribute name in the request to verify user attributes.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeNameType",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The attribute name in the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.*/",
"getterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@return The attribute name in the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The attribute name in the request to verify user attributes.
\n@param attributeName The attribute name in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Code" : {
"documentation" : "The verification code in the request to verify user attributes.
",
"name" : "Code",
"c2jName" : "Code",
"c2jShape" : "ConfirmationCodeType",
"variable" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The verification code in the request to verify user attributes.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Code",
"marshallLocationName" : "Code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.*/",
"getterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@return The verification code in the request to verify user attributes.*/",
"fluentSetterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The verification code in the request to verify user attributes.
\n@param code The verification code in the request to verify user attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UserPoolDescriptionType" : {
"c2jName" : "UserPoolDescriptionType",
"documentation" : "A user pool description.
",
"shapeName" : "UserPoolDescriptionType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID in a user pool description.
",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.*/",
"getterDocumentation" : "/**The ID in a user pool description.
\n@return The ID in a user pool description.*/",
"fluentSetterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name in a user pool description.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "UserPoolNameType",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.*/",
"getterDocumentation" : "/**The name in a user pool description.
\n@return The name in a user pool description.*/",
"fluentSetterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS Lambda configuration information in a user pool description.
",
"name" : "LambdaConfig",
"c2jName" : "LambdaConfig",
"c2jShape" : "LambdaConfigType",
"variable" : {
"variableName" : "lambdaConfig",
"variableType" : "LambdaConfigType",
"variableDeclarationType" : "LambdaConfigType",
"documentation" : "The AWS Lambda configuration information in a user pool description.
",
"simpleType" : "LambdaConfigType",
"variableSetterType" : "LambdaConfigType"
},
"setterModel" : {
"variableName" : "lambdaConfig",
"variableType" : "LambdaConfigType",
"variableDeclarationType" : "LambdaConfigType",
"documentation" : "",
"simpleType" : "LambdaConfigType",
"variableSetterType" : "LambdaConfigType"
},
"getterModel" : {
"returnType" : "LambdaConfigType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LambdaConfig",
"marshallLocationName" : "LambdaConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.*/",
"getterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@return The AWS Lambda configuration information in a user pool description.*/",
"fluentSetterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user pool status in a user pool description.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "StatusType",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool status in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StatusType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@see StatusType*/",
"getterDocumentation" : "/**The user pool status in a user pool description.
\n@return The user pool status in a user pool description.\n@see StatusType*/",
"fluentSetterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusType*/",
"varargSetterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusType*/"
}, {
"documentation" : "The last modified date in a user pool description.
",
"name" : "LastModifiedDate",
"c2jName" : "LastModifiedDate",
"c2jShape" : "DateType",
"variable" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date in a user pool description.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedDate",
"marshallLocationName" : "LastModifiedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.*/",
"getterDocumentation" : "/**The last modified date in a user pool description.
\n@return The last modified date in a user pool description.*/",
"fluentSetterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The creation date in a user pool description.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "DateType",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date in a user pool description.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.*/",
"getterDocumentation" : "/**The creation date in a user pool description.
\n@return The creation date in a user pool description.*/",
"fluentSetterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "userPoolDescriptionType",
"variableType" : "UserPoolDescriptionType",
"variableDeclarationType" : "UserPoolDescriptionType",
"documentation" : null,
"simpleType" : "UserPoolDescriptionType",
"variableSetterType" : "UserPoolDescriptionType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The name in a user pool description.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "UserPoolNameType",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.*/",
"getterDocumentation" : "/**The name in a user pool description.
\n@return The name in a user pool description.*/",
"fluentSetterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name in a user pool description.
\n@param name The name in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "The user pool status in a user pool description.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "StatusType",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user pool status in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StatusType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@see StatusType*/",
"getterDocumentation" : "/**The user pool status in a user pool description.
\n@return The user pool status in a user pool description.\n@see StatusType*/",
"fluentSetterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusType*/",
"varargSetterDocumentation" : "/**The user pool status in a user pool description.
\n@param status The user pool status in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusType*/"
},
"LambdaConfig" : {
"documentation" : "The AWS Lambda configuration information in a user pool description.
",
"name" : "LambdaConfig",
"c2jName" : "LambdaConfig",
"c2jShape" : "LambdaConfigType",
"variable" : {
"variableName" : "lambdaConfig",
"variableType" : "LambdaConfigType",
"variableDeclarationType" : "LambdaConfigType",
"documentation" : "The AWS Lambda configuration information in a user pool description.
",
"simpleType" : "LambdaConfigType",
"variableSetterType" : "LambdaConfigType"
},
"setterModel" : {
"variableName" : "lambdaConfig",
"variableType" : "LambdaConfigType",
"variableDeclarationType" : "LambdaConfigType",
"documentation" : "",
"simpleType" : "LambdaConfigType",
"variableSetterType" : "LambdaConfigType"
},
"getterModel" : {
"returnType" : "LambdaConfigType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LambdaConfig",
"marshallLocationName" : "LambdaConfig",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.*/",
"getterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@return The AWS Lambda configuration information in a user pool description.*/",
"fluentSetterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS Lambda configuration information in a user pool description.
\n@param lambdaConfig The AWS Lambda configuration information in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastModifiedDate" : {
"documentation" : "The last modified date in a user pool description.
",
"name" : "LastModifiedDate",
"c2jName" : "LastModifiedDate",
"c2jShape" : "DateType",
"variable" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The last modified date in a user pool description.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastModifiedDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastModifiedDate",
"marshallLocationName" : "LastModifiedDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.*/",
"getterDocumentation" : "/**The last modified date in a user pool description.
\n@return The last modified date in a user pool description.*/",
"fluentSetterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The last modified date in a user pool description.
\n@param lastModifiedDate The last modified date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreationDate" : {
"documentation" : "The creation date in a user pool description.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "DateType",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The creation date in a user pool description.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.*/",
"getterDocumentation" : "/**The creation date in a user pool description.
\n@return The creation date in a user pool description.*/",
"fluentSetterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The creation date in a user pool description.
\n@param creationDate The creation date in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "The ID in a user pool description.
",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "UserPoolIdType",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID in a user pool description.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.*/",
"getterDocumentation" : "/**The ID in a user pool description.
\n@return The ID in a user pool description.*/",
"fluentSetterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID in a user pool description.
\n@param id The ID in a user pool description.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListUsersResult" : {
"c2jName" : "ListUsersResponse",
"documentation" : "The response from the request to list users.
",
"shapeName" : "ListUsersResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The users returned in the request to list users.
",
"name" : "Users",
"c2jName" : "Users",
"c2jShape" : "UsersListType",
"variable" : {
"variableName" : "users",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The users returned in the request to list users.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "users",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Users",
"marshallLocationName" : "Users",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "UserType",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "UserType",
"variable" : {
"variableName" : "member",
"variableType" : "UserType",
"variableDeclarationType" : "UserType",
"documentation" : "",
"simpleType" : "UserType",
"variableSetterType" : "UserType"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "UserType",
"variableDeclarationType" : "UserType",
"documentation" : "",
"simpleType" : "UserType",
"variableSetterType" : "UserType"
},
"getterModel" : {
"returnType" : "UserType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "UserType",
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The users returned in the request to list users.
\n@param users The users returned in the request to list users.*/",
"getterDocumentation" : "/**The users returned in the request to list users.
\n@return The users returned in the request to list users.*/",
"fluentSetterDocumentation" : "/**The users returned in the request to list users.
\n@param users The users returned in the request to list users.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The users returned in the request to list users.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setUsers(java.util.Collection)} or {@link #withUsers(java.util.Collection)} if you want to override the existing values.
\n@param users The users returned in the request to list users.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"name" : "PaginationToken",
"c2jName" : "PaginationToken",
"c2jShape" : "SearchPaginationTokenType",
"variable" : {
"variableName" : "paginationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "paginationToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PaginationToken",
"marshallLocationName" : "PaginationToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param paginationToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"getterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@return An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.*/",
"fluentSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param paginationToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
\n@param paginationToken An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listUsersResult",
"variableType" : "ListUsersResult",
"variableDeclarationType" : "ListUsersResult",
"documentation" : null,
"simpleType" : "ListUsersResult",
"variableSetterType" : "ListUsersResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Users" : {
"documentation" : "The users returned in the request to list users.
",
"name" : "Users",
"c2jName" : "Users",
"c2jShape" : "UsersListType",
"variable" : {
"variableName" : "users",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The users returned in the request to list users.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "users",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List