From 835fe0847a125c61c19fa4fac25ec2eeefc79501 Mon Sep 17 00:00:00 2001 From: AWS Mobile SDK Bot <46607340+awsmobilesdk@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:18:53 -0300 Subject: [PATCH] feat(aws-android-sdk-cognitoidentityprovider): update models to latest (#3376) --- .../AmazonCognitoIdentityProvider.java | 1974 +++++++++++++++- .../AmazonCognitoIdentityProviderClient.java | 2010 ++++++++++++++++- .../model/AccountRecoverySettingType.java | 2 +- .../model/AccountTakeoverActionType.java | 2 +- .../model/AccountTakeoverActionsType.java | 2 +- .../model/AccountTakeoverEventActionType.java | 2 +- .../AccountTakeoverRiskConfigurationType.java | 2 +- .../model/AddCustomAttributesRequest.java | 29 +- .../model/AddCustomAttributesResult.java | 2 +- .../model/AdminAddUserToGroupRequest.java | 28 +- .../model/AdminConfirmSignUpRequest.java | 28 +- .../model/AdminConfirmSignUpResult.java | 2 +- .../model/AdminCreateUserConfigType.java | 2 +- .../model/AdminCreateUserRequest.java | 83 +- .../model/AdminCreateUserResult.java | 2 +- .../AdminDeleteUserAttributesRequest.java | 28 +- .../AdminDeleteUserAttributesResult.java | 2 +- .../model/AdminDeleteUserRequest.java | 28 +- .../AdminDisableProviderForUserRequest.java | 45 +- .../AdminDisableProviderForUserResult.java | 2 +- .../model/AdminDisableUserRequest.java | 29 +- .../model/AdminDisableUserResult.java | 2 +- .../model/AdminEnableUserRequest.java | 28 +- .../model/AdminEnableUserResult.java | 2 +- .../model/AdminForgetDeviceRequest.java | 28 +- .../model/AdminGetDeviceRequest.java | 28 +- .../model/AdminGetDeviceResult.java | 2 +- .../model/AdminGetUserRequest.java | 28 +- .../model/AdminGetUserResult.java | 114 +- .../model/AdminInitiateAuthRequest.java | 210 +- .../model/AdminInitiateAuthResult.java | 2 +- .../AdminLinkProviderForUserRequest.java | 246 +- .../model/AdminLinkProviderForUserResult.java | 2 +- .../model/AdminListDevicesRequest.java | 28 +- .../model/AdminListDevicesResult.java | 2 +- .../model/AdminListGroupsForUserRequest.java | 28 +- .../model/AdminListGroupsForUserResult.java | 2 +- .../model/AdminListUserAuthEventsRequest.java | 29 +- .../model/AdminListUserAuthEventsResult.java | 2 +- .../AdminRemoveUserFromGroupRequest.java | 28 +- .../model/AdminResetUserPasswordRequest.java | 51 +- .../model/AdminResetUserPasswordResult.java | 2 +- .../AdminRespondToAuthChallengeRequest.java | 97 +- .../AdminRespondToAuthChallengeResult.java | 2 +- .../AdminSetUserMFAPreferenceRequest.java | 29 +- .../AdminSetUserMFAPreferenceResult.java | 2 +- .../model/AdminSetUserPasswordRequest.java | 44 +- .../model/AdminSetUserPasswordResult.java | 2 +- .../model/AdminSetUserSettingsRequest.java | 29 +- .../model/AdminSetUserSettingsResult.java | 2 +- .../AdminUpdateAuthEventFeedbackRequest.java | 122 +- .../AdminUpdateAuthEventFeedbackResult.java | 2 +- .../model/AdminUpdateDeviceStatusRequest.java | 28 +- .../model/AdminUpdateDeviceStatusResult.java | 2 +- .../AdminUpdateUserAttributesRequest.java | 54 +- .../AdminUpdateUserAttributesResult.java | 2 +- .../model/AdminUserGlobalSignOutRequest.java | 45 +- .../model/AdminUserGlobalSignOutResult.java | 2 +- .../model/AdvancedSecurityModeType.java | 2 +- .../model/AliasAttributeType.java | 2 +- .../model/AliasExistsException.java | 2 +- .../model/AnalyticsConfigurationType.java | 16 +- .../model/AnalyticsMetadataType.java | 14 +- .../model/AssociateSoftwareTokenRequest.java | 12 +- .../model/AssociateSoftwareTokenResult.java | 2 +- .../model/AttributeDataType.java | 2 +- .../model/AttributeType.java | 2 +- .../model/AuthEventType.java | 42 +- .../model/AuthFlowType.java | 2 +- .../model/AuthenticationResultType.java | 14 +- .../model/ChallengeName.java | 2 +- .../model/ChallengeNameType.java | 2 +- .../model/ChallengeResponse.java | 2 +- .../model/ChallengeResponseType.java | 2 +- .../model/ChangePasswordRequest.java | 13 +- .../model/ChangePasswordResult.java | 2 +- .../CloudWatchLogsConfigurationType.java | 169 ++ .../model/CodeDeliveryDetailsType.java | 14 +- .../model/CodeDeliveryFailureException.java | 2 +- .../model/CodeMismatchException.java | 2 +- .../CompromisedCredentialsActionsType.java | 2 +- ...CompromisedCredentialsEventActionType.java | 2 +- ...misedCredentialsRiskConfigurationType.java | 2 +- .../ConcurrentModificationException.java | 2 +- .../model/ConfirmDeviceRequest.java | 13 +- .../model/ConfirmDeviceResult.java | 2 +- .../model/ConfirmForgotPasswordRequest.java | 44 +- .../model/ConfirmForgotPasswordResult.java | 2 +- .../model/ConfirmSignUpRequest.java | 13 +- .../model/ConfirmSignUpResult.java | 2 +- .../model/ContextDataType.java | 50 +- .../model/CreateGroupRequest.java | 28 +- .../model/CreateGroupResult.java | 2 +- .../model/CreateIdentityProviderRequest.java | 29 +- .../model/CreateIdentityProviderResult.java | 2 +- .../model/CreateResourceServerRequest.java | 29 +- .../model/CreateResourceServerResult.java | 2 +- .../model/CreateUserImportJobRequest.java | 31 +- .../model/CreateUserImportJobResult.java | 2 +- .../model/CreateUserPoolClientRequest.java | 427 +++- .../model/CreateUserPoolClientResult.java | 2 +- .../model/CreateUserPoolDomainRequest.java | 29 +- .../model/CreateUserPoolDomainResult.java | 2 +- .../model/CreateUserPoolRequest.java | 246 +- .../model/CreateUserPoolResult.java | 2 +- .../model/CustomDomainConfigType.java | 2 +- .../CustomEmailLambdaVersionConfigType.java | 2 +- .../CustomEmailSenderLambdaVersionType.java | 2 +- .../CustomSMSLambdaVersionConfigType.java | 2 +- .../CustomSMSSenderLambdaVersionType.java | 2 +- .../model/DefaultEmailOptionType.java | 2 +- .../model/DeleteGroupRequest.java | 2 +- .../model/DeleteIdentityProviderRequest.java | 2 +- .../model/DeleteResourceServerRequest.java | 2 +- .../model/DeleteUserAttributesRequest.java | 13 +- .../model/DeleteUserAttributesResult.java | 2 +- .../model/DeleteUserPoolClientRequest.java | 2 +- .../model/DeleteUserPoolDomainRequest.java | 2 +- .../model/DeleteUserPoolDomainResult.java | 2 +- .../model/DeleteUserPoolRequest.java | 2 +- .../model/DeleteUserRequest.java | 15 +- .../model/DeletionProtectionType.java | 2 +- .../model/DeliveryMediumType.java | 2 +- .../DescribeIdentityProviderRequest.java | 2 +- .../model/DescribeIdentityProviderResult.java | 2 +- .../model/DescribeResourceServerRequest.java | 2 +- .../model/DescribeResourceServerResult.java | 2 +- .../DescribeRiskConfigurationRequest.java | 2 +- .../DescribeRiskConfigurationResult.java | 2 +- .../model/DescribeUserImportJobRequest.java | 2 +- .../model/DescribeUserImportJobResult.java | 2 +- .../model/DescribeUserPoolClientRequest.java | 29 +- .../model/DescribeUserPoolClientResult.java | 2 +- .../model/DescribeUserPoolDomainRequest.java | 2 +- .../model/DescribeUserPoolDomainResult.java | 2 +- .../model/DescribeUserPoolRequest.java | 29 +- .../model/DescribeUserPoolResult.java | 2 +- .../model/DeviceConfigurationType.java | 2 +- .../model/DeviceRememberedStatusType.java | 2 +- .../model/DeviceSecretVerifierConfigType.java | 26 +- .../model/DeviceType.java | 30 +- .../model/DomainDescriptionType.java | 57 +- .../model/DomainStatusType.java | 2 +- .../model/DuplicateProviderException.java | 2 +- .../model/EmailConfigurationType.java | 88 +- .../model/EmailSendingAccountType.java | 2 +- .../EnableSoftwareTokenMFAException.java | 2 +- .../model/EventContextDataType.java | 62 +- .../model/EventFeedbackType.java | 107 +- .../model/EventFilterType.java | 2 +- .../model/EventResponseType.java | 2 +- .../model/EventRiskType.java | 2 +- .../model/EventSourceName.java | 60 + .../model/EventType.java | 2 +- .../model/ExpiredCodeException.java | 2 +- .../model/ExplicitAuthFlowsType.java | 2 +- .../model/FeedbackValueType.java | 2 +- .../model/ForbiddenException.java | 2 +- .../model/ForgetDeviceRequest.java | 13 +- .../model/ForgotPasswordRequest.java | 24 +- .../model/ForgotPasswordResult.java | 2 +- .../model/GetCSVHeaderRequest.java | 2 +- .../model/GetCSVHeaderResult.java | 2 +- .../model/GetDeviceRequest.java | 13 +- .../model/GetDeviceResult.java | 2 +- .../model/GetGroupRequest.java | 2 +- .../model/GetGroupResult.java | 2 +- ...etIdentityProviderByIdentifierRequest.java | 2 +- ...GetIdentityProviderByIdentifierResult.java | 2 +- .../GetLogDeliveryConfigurationRequest.java | 148 ++ .../GetLogDeliveryConfigurationResult.java | 125 + .../model/GetSigningCertificateRequest.java | 2 +- .../model/GetSigningCertificateResult.java | 14 +- .../model/GetUICustomizationRequest.java | 2 +- .../model/GetUICustomizationResult.java | 2 +- ...tUserAttributeVerificationCodeRequest.java | 14 +- ...etUserAttributeVerificationCodeResult.java | 2 +- .../model/GetUserPoolMfaConfigRequest.java | 2 +- .../model/GetUserPoolMfaConfigResult.java | 2 +- .../model/GetUserRequest.java | 13 +- .../model/GetUserResult.java | 31 +- .../model/GlobalSignOutRequest.java | 26 +- .../model/GlobalSignOutResult.java | 2 +- .../model/GroupExistsException.java | 2 +- .../model/GroupType.java | 58 +- .../model/HttpHeader.java | 26 +- .../model/IdentityProviderType.java | 58 +- .../model/IdentityProviderTypeType.java | 2 +- .../model/InitiateAuthRequest.java | 144 +- .../model/InitiateAuthResult.java | 2 +- .../model/InternalErrorException.java | 2 +- ...InvalidEmailRoleAccessPolicyException.java | 2 +- .../model/InvalidLambdaResponseException.java | 2 +- .../model/InvalidOAuthFlowException.java | 2 +- .../model/InvalidParameterException.java | 2 +- .../model/InvalidPasswordException.java | 2 +- .../InvalidSmsRoleAccessPolicyException.java | 2 +- ...alidSmsRoleTrustRelationshipException.java | 2 +- ...InvalidUserPoolConfigurationException.java | 2 +- .../model/LambdaConfigType.java | 2 +- .../model/LimitExceededException.java | 2 +- .../model/ListDevicesRequest.java | 13 +- .../model/ListDevicesResult.java | 2 +- .../model/ListGroupsRequest.java | 28 +- .../model/ListGroupsResult.java | 2 +- .../model/ListIdentityProvidersRequest.java | 29 +- .../model/ListIdentityProvidersResult.java | 2 +- .../model/ListResourceServersRequest.java | 29 +- .../model/ListResourceServersResult.java | 2 +- .../model/ListTagsForResourceRequest.java | 2 +- .../model/ListTagsForResourceResult.java | 2 +- .../model/ListUserImportJobsRequest.java | 31 +- .../model/ListUserImportJobsResult.java | 2 +- .../model/ListUserPoolClientsRequest.java | 29 +- .../model/ListUserPoolClientsResult.java | 2 +- .../model/ListUserPoolsRequest.java | 29 +- .../model/ListUserPoolsResult.java | 2 +- .../model/ListUsersInGroupRequest.java | 28 +- .../model/ListUsersInGroupResult.java | 2 +- .../model/ListUsersRequest.java | 98 +- .../model/ListUsersResult.java | 150 +- .../model/LogConfigurationType.java | 381 ++++ .../model/LogDeliveryConfigurationType.java | 234 ++ .../model/LogLevel.java | 60 + .../model/MFAMethodNotFoundException.java | 2 +- .../model/MFAOptionType.java | 2 +- .../model/MessageActionType.java | 2 +- .../model/MessageTemplateType.java | 2 +- .../model/NewDeviceMetadataType.java | 14 +- .../model/NotAuthorizedException.java | 2 +- .../model/NotifyConfigurationType.java | 26 +- .../model/NotifyEmailType.java | 2 +- .../model/NumberAttributeConstraintsType.java | 26 +- .../model/OAuthFlowType.java | 2 +- .../model/PasswordPolicyType.java | 2 +- .../model/PasswordResetRequiredException.java | 2 +- .../model/PreconditionNotMetException.java | 2 +- .../model/PreventUserExistenceErrorTypes.java | 2 +- .../model/ProviderDescription.java | 30 +- .../model/ProviderUserIdentifierType.java | 26 +- .../model/RecoveryOptionNameType.java | 2 +- .../model/RecoveryOptionType.java | 2 +- .../model/ResendConfirmationCodeRequest.java | 14 +- .../model/ResendConfirmationCodeResult.java | 2 +- .../model/ResourceNotFoundException.java | 2 +- .../model/ResourceServerScopeType.java | 2 +- .../model/ResourceServerType.java | 2 +- .../model/RespondToAuthChallengeRequest.java | 80 +- .../model/RespondToAuthChallengeResult.java | 2 +- .../model/RevokeTokenRequest.java | 13 +- .../model/RevokeTokenResult.java | 2 +- .../model/RiskConfigurationType.java | 30 +- .../model/RiskDecisionType.java | 2 +- .../model/RiskExceptionConfigurationType.java | 2 +- .../model/RiskLevelType.java | 2 +- .../model/SMSMfaSettingsType.java | 2 +- .../model/SchemaAttributeType.java | 158 +- .../model/ScopeDoesNotExistException.java | 2 +- .../SetLogDeliveryConfigurationRequest.java | 251 ++ .../SetLogDeliveryConfigurationResult.java | 129 ++ .../model/SetRiskConfigurationRequest.java | 2 +- .../model/SetRiskConfigurationResult.java | 2 +- .../model/SetUICustomizationRequest.java | 26 +- .../model/SetUICustomizationResult.java | 2 +- .../model/SetUserMFAPreferenceRequest.java | 13 +- .../model/SetUserMFAPreferenceResult.java | 2 +- .../model/SetUserPoolMfaConfigRequest.java | 4 +- .../model/SetUserPoolMfaConfigResult.java | 2 +- .../model/SetUserSettingsRequest.java | 13 +- .../model/SetUserSettingsResult.java | 2 +- .../model/SignUpRequest.java | 14 +- .../model/SignUpResult.java | 14 +- .../model/SmsConfigurationType.java | 14 +- .../model/SmsMfaConfigType.java | 2 +- .../SoftwareTokenMFANotFoundException.java | 2 +- .../model/SoftwareTokenMfaConfigType.java | 2 +- .../model/SoftwareTokenMfaSettingsType.java | 2 +- .../model/StartUserImportJobRequest.java | 2 +- .../model/StartUserImportJobResult.java | 2 +- .../model/StatusType.java | 2 +- .../model/StopUserImportJobRequest.java | 2 +- .../model/StopUserImportJobResult.java | 2 +- .../model/StringAttributeConstraintsType.java | 26 +- .../model/TagResourceRequest.java | 2 +- .../model/TagResourceResult.java | 2 +- .../model/TimeUnitsType.java | 2 +- .../model/TokenValidityUnitsType.java | 72 +- .../model/TooManyFailedAttemptsException.java | 2 +- .../model/TooManyRequestsException.java | 2 +- .../model/UICustomizationType.java | 70 +- .../model/UnauthorizedException.java | 2 +- .../model/UnexpectedLambdaException.java | 2 +- .../UnsupportedIdentityProviderException.java | 2 +- .../model/UnsupportedOperationException.java | 2 +- .../model/UnsupportedTokenTypeException.java | 2 +- .../model/UnsupportedUserStateException.java | 2 +- .../model/UntagResourceRequest.java | 2 +- .../model/UntagResourceResult.java | 2 +- .../model/UpdateAuthEventFeedbackRequest.java | 106 +- .../model/UpdateAuthEventFeedbackResult.java | 2 +- .../model/UpdateDeviceStatusRequest.java | 13 +- .../model/UpdateDeviceStatusResult.java | 2 +- .../model/UpdateGroupRequest.java | 28 +- .../model/UpdateGroupResult.java | 2 +- .../model/UpdateIdentityProviderRequest.java | 29 +- .../model/UpdateIdentityProviderResult.java | 2 +- .../model/UpdateResourceServerRequest.java | 30 +- .../model/UpdateResourceServerResult.java | 2 +- .../model/UpdateUserAttributesRequest.java | 14 +- .../model/UpdateUserAttributesResult.java | 2 +- .../model/UpdateUserPoolClientRequest.java | 468 +++- .../model/UpdateUserPoolClientResult.java | 2 +- .../model/UpdateUserPoolDomainRequest.java | 29 +- .../model/UpdateUserPoolDomainResult.java | 2 +- .../model/UpdateUserPoolRequest.java | 129 +- .../model/UpdateUserPoolResult.java | 2 +- .../UserAttributeUpdateSettingsType.java | 20 +- .../model/UserContextDataType.java | 26 +- .../model/UserImportInProgressException.java | 2 +- .../model/UserImportJobStatusType.java | 2 +- .../model/UserImportJobType.java | 30 +- .../model/UserLambdaValidationException.java | 2 +- .../model/UserNotConfirmedException.java | 2 +- .../model/UserNotFoundException.java | 2 +- .../UserPoolAddOnNotEnabledException.java | 2 +- .../model/UserPoolAddOnsType.java | 39 +- .../model/UserPoolClientDescription.java | 2 +- .../model/UserPoolClientType.java | 451 +++- .../model/UserPoolDescriptionType.java | 58 +- .../model/UserPoolMfaType.java | 2 +- .../model/UserPoolPolicyType.java | 2 +- .../model/UserPoolTaggingException.java | 2 +- .../model/UserPoolType.java | 320 ++- .../model/UserStatusType.java | 2 +- .../model/UserType.java | 85 +- .../model/UsernameAttributeType.java | 2 +- .../model/UsernameConfigurationType.java | 133 +- .../model/UsernameExistsException.java | 2 +- .../VerificationMessageTemplateType.java | 2 +- .../model/VerifiedAttributeType.java | 2 +- .../model/VerifySoftwareTokenRequest.java | 25 +- .../VerifySoftwareTokenResponseType.java | 2 +- .../model/VerifySoftwareTokenResult.java | 2 +- .../model/VerifyUserAttributeRequest.java | 13 +- .../model/VerifyUserAttributeResult.java | 2 +- ...ountRecoverySettingTypeJsonMarshaller.java | 2 +- ...ntRecoverySettingTypeJsonUnmarshaller.java | 2 +- ...countTakeoverActionTypeJsonMarshaller.java | 2 +- ...untTakeoverActionTypeJsonUnmarshaller.java | 2 +- ...ountTakeoverActionsTypeJsonMarshaller.java | 2 +- ...ntTakeoverActionsTypeJsonUnmarshaller.java | 2 +- ...erRiskConfigurationTypeJsonMarshaller.java | 2 +- ...RiskConfigurationTypeJsonUnmarshaller.java | 2 +- .../AddCustomAttributesRequestMarshaller.java | 2 +- ...ustomAttributesResultJsonUnmarshaller.java | 2 +- .../AdminAddUserToGroupRequestMarshaller.java | 2 +- .../AdminConfirmSignUpRequestMarshaller.java | 2 +- ...inConfirmSignUpResultJsonUnmarshaller.java | 2 +- ...minCreateUserConfigTypeJsonMarshaller.java | 2 +- ...nCreateUserConfigTypeJsonUnmarshaller.java | 2 +- .../AdminCreateUserRequestMarshaller.java | 2 +- ...AdminCreateUserResultJsonUnmarshaller.java | 2 +- ...DeleteUserAttributesRequestMarshaller.java | 2 +- ...eUserAttributesResultJsonUnmarshaller.java | 2 +- .../AdminDeleteUserRequestMarshaller.java | 2 +- ...sableProviderForUserRequestMarshaller.java | 2 +- ...ProviderForUserResultJsonUnmarshaller.java | 2 +- .../AdminDisableUserRequestMarshaller.java | 2 +- ...dminDisableUserResultJsonUnmarshaller.java | 2 +- .../AdminEnableUserRequestMarshaller.java | 2 +- ...AdminEnableUserResultJsonUnmarshaller.java | 2 +- .../AdminForgetDeviceRequestMarshaller.java | 2 +- .../AdminGetDeviceRequestMarshaller.java | 2 +- .../AdminGetDeviceResultJsonUnmarshaller.java | 2 +- .../AdminGetUserRequestMarshaller.java | 2 +- .../AdminGetUserResultJsonUnmarshaller.java | 2 +- .../AdminInitiateAuthRequestMarshaller.java | 2 +- ...minInitiateAuthResultJsonUnmarshaller.java | 2 +- ...nLinkProviderForUserRequestMarshaller.java | 2 +- ...ProviderForUserResultJsonUnmarshaller.java | 2 +- .../AdminListDevicesRequestMarshaller.java | 2 +- ...dminListDevicesResultJsonUnmarshaller.java | 2 +- ...minListGroupsForUserRequestMarshaller.java | 2 +- ...stGroupsForUserResultJsonUnmarshaller.java | 2 +- ...inListUserAuthEventsRequestMarshaller.java | 2 +- ...tUserAuthEventsResultJsonUnmarshaller.java | 2 +- ...nRemoveUserFromGroupRequestMarshaller.java | 2 +- ...minResetUserPasswordRequestMarshaller.java | 2 +- ...setUserPasswordResultJsonUnmarshaller.java | 2 +- ...spondToAuthChallengeRequestMarshaller.java | 2 +- ...ToAuthChallengeResultJsonUnmarshaller.java | 2 +- ...SetUserMFAPreferenceRequestMarshaller.java | 2 +- ...erMFAPreferenceResultJsonUnmarshaller.java | 2 +- ...AdminSetUserPasswordRequestMarshaller.java | 2 +- ...SetUserPasswordResultJsonUnmarshaller.java | 2 +- ...AdminSetUserSettingsRequestMarshaller.java | 2 +- ...SetUserSettingsResultJsonUnmarshaller.java | 2 +- ...ateAuthEventFeedbackRequestMarshaller.java | 2 +- ...thEventFeedbackResultJsonUnmarshaller.java | 2 +- ...inUpdateDeviceStatusRequestMarshaller.java | 2 +- ...ateDeviceStatusResultJsonUnmarshaller.java | 2 +- ...UpdateUserAttributesRequestMarshaller.java | 2 +- ...eUserAttributesResultJsonUnmarshaller.java | 2 +- ...minUserGlobalSignOutRequestMarshaller.java | 2 +- ...erGlobalSignOutResultJsonUnmarshaller.java | 2 +- .../AliasExistsExceptionUnmarshaller.java | 2 +- ...lyticsConfigurationTypeJsonMarshaller.java | 2 +- ...ticsConfigurationTypeJsonUnmarshaller.java | 2 +- .../AnalyticsMetadataTypeJsonMarshaller.java | 2 +- ...AnalyticsMetadataTypeJsonUnmarshaller.java | 2 +- ...sociateSoftwareTokenRequestMarshaller.java | 2 +- ...teSoftwareTokenResultJsonUnmarshaller.java | 2 +- .../AttributeTypeJsonMarshaller.java | 2 +- .../AttributeTypeJsonUnmarshaller.java | 2 +- .../AuthEventTypeJsonMarshaller.java | 2 +- .../AuthEventTypeJsonUnmarshaller.java | 2 +- ...uthenticationResultTypeJsonMarshaller.java | 2 +- ...henticationResultTypeJsonUnmarshaller.java | 2 +- .../ChallengeResponseTypeJsonMarshaller.java | 2 +- ...ChallengeResponseTypeJsonUnmarshaller.java | 2 +- .../ChangePasswordRequestMarshaller.java | 2 +- .../ChangePasswordResultJsonUnmarshaller.java | 2 +- ...chLogsConfigurationTypeJsonMarshaller.java | 45 + ...LogsConfigurationTypeJsonUnmarshaller.java | 58 + ...CodeDeliveryDetailsTypeJsonMarshaller.java | 2 +- ...deDeliveryDetailsTypeJsonUnmarshaller.java | 2 +- ...eDeliveryFailureExceptionUnmarshaller.java | 2 +- .../CodeMismatchExceptionUnmarshaller.java | 2 +- ...dCredentialsActionsTypeJsonMarshaller.java | 2 +- ...redentialsActionsTypeJsonUnmarshaller.java | 2 +- ...lsRiskConfigurationTypeJsonMarshaller.java | 2 +- ...RiskConfigurationTypeJsonUnmarshaller.java | 2 +- ...rentModificationExceptionUnmarshaller.java | 2 +- .../ConfirmDeviceRequestMarshaller.java | 2 +- .../ConfirmDeviceResultJsonUnmarshaller.java | 2 +- ...onfirmForgotPasswordRequestMarshaller.java | 2 +- ...mForgotPasswordResultJsonUnmarshaller.java | 2 +- .../ConfirmSignUpRequestMarshaller.java | 2 +- .../ConfirmSignUpResultJsonUnmarshaller.java | 2 +- .../ContextDataTypeJsonMarshaller.java | 2 +- .../ContextDataTypeJsonUnmarshaller.java | 2 +- .../CreateGroupRequestMarshaller.java | 2 +- .../CreateGroupResultJsonUnmarshaller.java | 2 +- ...eateIdentityProviderRequestMarshaller.java | 2 +- ...dentityProviderResultJsonUnmarshaller.java | 2 +- ...CreateResourceServerRequestMarshaller.java | 2 +- ...eResourceServerResultJsonUnmarshaller.java | 2 +- .../CreateUserImportJobRequestMarshaller.java | 2 +- ...teUserImportJobResultJsonUnmarshaller.java | 2 +- ...CreateUserPoolClientRequestMarshaller.java | 2 +- ...eUserPoolClientResultJsonUnmarshaller.java | 2 +- ...CreateUserPoolDomainRequestMarshaller.java | 2 +- ...eUserPoolDomainResultJsonUnmarshaller.java | 2 +- .../CreateUserPoolRequestMarshaller.java | 2 +- .../CreateUserPoolResultJsonUnmarshaller.java | 2 +- .../CustomDomainConfigTypeJsonMarshaller.java | 2 +- ...ustomDomainConfigTypeJsonUnmarshaller.java | 2 +- ...LambdaVersionConfigTypeJsonMarshaller.java | 2 +- ...mbdaVersionConfigTypeJsonUnmarshaller.java | 2 +- ...LambdaVersionConfigTypeJsonMarshaller.java | 2 +- ...mbdaVersionConfigTypeJsonUnmarshaller.java | 2 +- .../DeleteGroupRequestMarshaller.java | 2 +- ...leteIdentityProviderRequestMarshaller.java | 2 +- ...DeleteResourceServerRequestMarshaller.java | 2 +- ...DeleteUserAttributesRequestMarshaller.java | 2 +- ...eUserAttributesResultJsonUnmarshaller.java | 2 +- ...DeleteUserPoolClientRequestMarshaller.java | 2 +- ...DeleteUserPoolDomainRequestMarshaller.java | 2 +- ...eUserPoolDomainResultJsonUnmarshaller.java | 2 +- .../DeleteUserPoolRequestMarshaller.java | 2 +- .../DeleteUserRequestMarshaller.java | 2 +- ...ribeIdentityProviderRequestMarshaller.java | 2 +- ...dentityProviderResultJsonUnmarshaller.java | 2 +- ...scribeResourceServerRequestMarshaller.java | 2 +- ...eResourceServerResultJsonUnmarshaller.java | 2 +- ...ibeRiskConfigurationRequestMarshaller.java | 2 +- ...skConfigurationResultJsonUnmarshaller.java | 2 +- ...escribeUserImportJobRequestMarshaller.java | 2 +- ...beUserImportJobResultJsonUnmarshaller.java | 2 +- ...scribeUserPoolClientRequestMarshaller.java | 2 +- ...eUserPoolClientResultJsonUnmarshaller.java | 2 +- ...scribeUserPoolDomainRequestMarshaller.java | 2 +- ...eUserPoolDomainResultJsonUnmarshaller.java | 2 +- .../DescribeUserPoolRequestMarshaller.java | 2 +- ...escribeUserPoolResultJsonUnmarshaller.java | 2 +- ...DeviceConfigurationTypeJsonMarshaller.java | 2 +- ...viceConfigurationTypeJsonUnmarshaller.java | 2 +- ...ecretVerifierConfigTypeJsonMarshaller.java | 2 +- ...retVerifierConfigTypeJsonUnmarshaller.java | 2 +- .../transform/DeviceTypeJsonMarshaller.java | 2 +- .../transform/DeviceTypeJsonUnmarshaller.java | 2 +- .../DomainDescriptionTypeJsonMarshaller.java | 2 +- ...DomainDescriptionTypeJsonUnmarshaller.java | 2 +- ...uplicateProviderExceptionUnmarshaller.java | 2 +- .../EmailConfigurationTypeJsonMarshaller.java | 2 +- ...mailConfigurationTypeJsonUnmarshaller.java | 2 +- ...SoftwareTokenMFAExceptionUnmarshaller.java | 2 +- .../EventContextDataTypeJsonMarshaller.java | 2 +- .../EventContextDataTypeJsonUnmarshaller.java | 2 +- .../EventFeedbackTypeJsonMarshaller.java | 2 +- .../EventFeedbackTypeJsonUnmarshaller.java | 2 +- .../EventRiskTypeJsonMarshaller.java | 2 +- .../EventRiskTypeJsonUnmarshaller.java | 2 +- .../ExpiredCodeExceptionUnmarshaller.java | 2 +- .../ForbiddenExceptionUnmarshaller.java | 2 +- .../ForgetDeviceRequestMarshaller.java | 2 +- .../ForgotPasswordRequestMarshaller.java | 2 +- .../ForgotPasswordResultJsonUnmarshaller.java | 2 +- .../GetCSVHeaderRequestMarshaller.java | 2 +- .../GetCSVHeaderResultJsonUnmarshaller.java | 2 +- .../transform/GetDeviceRequestMarshaller.java | 2 +- .../GetDeviceResultJsonUnmarshaller.java | 2 +- .../transform/GetGroupRequestMarshaller.java | 2 +- .../GetGroupResultJsonUnmarshaller.java | 2 +- ...ProviderByIdentifierRequestMarshaller.java | 2 +- ...derByIdentifierResultJsonUnmarshaller.java | 2 +- ...eliveryConfigurationRequestMarshaller.java | 88 + ...ryConfigurationResultJsonUnmarshaller.java | 58 + ...etSigningCertificateRequestMarshaller.java | 2 +- ...ningCertificateResultJsonUnmarshaller.java | 2 +- .../GetUICustomizationRequestMarshaller.java | 2 +- ...UICustomizationResultJsonUnmarshaller.java | 2 +- ...buteVerificationCodeRequestMarshaller.java | 2 +- ...erificationCodeResultJsonUnmarshaller.java | 2 +- ...GetUserPoolMfaConfigRequestMarshaller.java | 2 +- ...erPoolMfaConfigResultJsonUnmarshaller.java | 2 +- .../transform/GetUserRequestMarshaller.java | 2 +- .../GetUserResultJsonUnmarshaller.java | 2 +- .../GlobalSignOutRequestMarshaller.java | 2 +- .../GlobalSignOutResultJsonUnmarshaller.java | 2 +- .../GroupExistsExceptionUnmarshaller.java | 2 +- .../transform/GroupTypeJsonMarshaller.java | 2 +- .../transform/GroupTypeJsonUnmarshaller.java | 2 +- .../transform/HttpHeaderJsonMarshaller.java | 2 +- .../transform/HttpHeaderJsonUnmarshaller.java | 2 +- .../IdentityProviderTypeJsonMarshaller.java | 2 +- .../IdentityProviderTypeJsonUnmarshaller.java | 2 +- .../InitiateAuthRequestMarshaller.java | 2 +- .../InitiateAuthResultJsonUnmarshaller.java | 2 +- .../InternalErrorExceptionUnmarshaller.java | 2 +- ...RoleAccessPolicyExceptionUnmarshaller.java | 2 +- ...idLambdaResponseExceptionUnmarshaller.java | 2 +- ...InvalidOAuthFlowExceptionUnmarshaller.java | 2 +- ...InvalidParameterExceptionUnmarshaller.java | 2 +- .../InvalidPasswordExceptionUnmarshaller.java | 2 +- ...RoleAccessPolicyExceptionUnmarshaller.java | 2 +- ...rustRelationshipExceptionUnmarshaller.java | 2 +- ...oolConfigurationExceptionUnmarshaller.java | 2 +- .../LambdaConfigTypeJsonMarshaller.java | 2 +- .../LambdaConfigTypeJsonUnmarshaller.java | 2 +- .../LimitExceededExceptionUnmarshaller.java | 2 +- .../ListDevicesRequestMarshaller.java | 2 +- .../ListDevicesResultJsonUnmarshaller.java | 2 +- .../ListGroupsRequestMarshaller.java | 2 +- .../ListGroupsResultJsonUnmarshaller.java | 2 +- ...istIdentityProvidersRequestMarshaller.java | 2 +- ...entityProvidersResultJsonUnmarshaller.java | 2 +- .../ListResourceServersRequestMarshaller.java | 2 +- ...ResourceServersResultJsonUnmarshaller.java | 2 +- .../ListTagsForResourceRequestMarshaller.java | 2 +- ...TagsForResourceResultJsonUnmarshaller.java | 2 +- .../ListUserImportJobsRequestMarshaller.java | 2 +- ...tUserImportJobsResultJsonUnmarshaller.java | 2 +- .../ListUserPoolClientsRequestMarshaller.java | 2 +- ...UserPoolClientsResultJsonUnmarshaller.java | 2 +- .../ListUserPoolsRequestMarshaller.java | 2 +- .../ListUserPoolsResultJsonUnmarshaller.java | 2 +- .../ListUsersInGroupRequestMarshaller.java | 2 +- ...istUsersInGroupResultJsonUnmarshaller.java | 2 +- .../transform/ListUsersRequestMarshaller.java | 2 +- .../ListUsersResultJsonUnmarshaller.java | 2 +- .../LogConfigurationTypeJsonMarshaller.java | 57 + .../LogConfigurationTypeJsonUnmarshaller.java | 65 + ...liveryConfigurationTypeJsonMarshaller.java | 58 + ...veryConfigurationTypeJsonUnmarshaller.java | 64 + ...FAMethodNotFoundExceptionUnmarshaller.java | 2 +- .../MFAOptionTypeJsonMarshaller.java | 2 +- .../MFAOptionTypeJsonUnmarshaller.java | 2 +- .../MessageTemplateTypeJsonMarshaller.java | 2 +- .../MessageTemplateTypeJsonUnmarshaller.java | 2 +- .../NewDeviceMetadataTypeJsonMarshaller.java | 2 +- ...NewDeviceMetadataTypeJsonUnmarshaller.java | 2 +- .../NotAuthorizedExceptionUnmarshaller.java | 2 +- ...NotifyConfigurationTypeJsonMarshaller.java | 2 +- ...tifyConfigurationTypeJsonUnmarshaller.java | 2 +- .../NotifyEmailTypeJsonMarshaller.java | 2 +- .../NotifyEmailTypeJsonUnmarshaller.java | 2 +- ...ttributeConstraintsTypeJsonMarshaller.java | 2 +- ...ributeConstraintsTypeJsonUnmarshaller.java | 2 +- .../PasswordPolicyTypeJsonMarshaller.java | 2 +- .../PasswordPolicyTypeJsonUnmarshaller.java | 2 +- ...ordResetRequiredExceptionUnmarshaller.java | 2 +- ...econditionNotMetExceptionUnmarshaller.java | 2 +- .../ProviderDescriptionJsonMarshaller.java | 2 +- .../ProviderDescriptionJsonUnmarshaller.java | 2 +- ...viderUserIdentifierTypeJsonMarshaller.java | 2 +- ...derUserIdentifierTypeJsonUnmarshaller.java | 2 +- .../RecoveryOptionTypeJsonMarshaller.java | 2 +- .../RecoveryOptionTypeJsonUnmarshaller.java | 2 +- ...sendConfirmationCodeRequestMarshaller.java | 2 +- ...onfirmationCodeResultJsonUnmarshaller.java | 2 +- ...ResourceNotFoundExceptionUnmarshaller.java | 2 +- ...ResourceServerScopeTypeJsonMarshaller.java | 2 +- ...sourceServerScopeTypeJsonUnmarshaller.java | 2 +- .../ResourceServerTypeJsonMarshaller.java | 2 +- .../ResourceServerTypeJsonUnmarshaller.java | 2 +- ...spondToAuthChallengeRequestMarshaller.java | 2 +- ...ToAuthChallengeResultJsonUnmarshaller.java | 2 +- .../RevokeTokenRequestMarshaller.java | 2 +- .../RevokeTokenResultJsonUnmarshaller.java | 2 +- .../RiskConfigurationTypeJsonMarshaller.java | 2 +- ...RiskConfigurationTypeJsonUnmarshaller.java | 2 +- ...eptionConfigurationTypeJsonMarshaller.java | 2 +- ...tionConfigurationTypeJsonUnmarshaller.java | 2 +- .../SMSMfaSettingsTypeJsonMarshaller.java | 2 +- .../SMSMfaSettingsTypeJsonUnmarshaller.java | 2 +- .../SchemaAttributeTypeJsonMarshaller.java | 2 +- .../SchemaAttributeTypeJsonUnmarshaller.java | 2 +- ...copeDoesNotExistExceptionUnmarshaller.java | 2 +- ...eliveryConfigurationRequestMarshaller.java | 101 + ...ryConfigurationResultJsonUnmarshaller.java | 58 + ...SetRiskConfigurationRequestMarshaller.java | 2 +- ...skConfigurationResultJsonUnmarshaller.java | 2 +- .../SetUICustomizationRequestMarshaller.java | 2 +- ...UICustomizationResultJsonUnmarshaller.java | 2 +- ...SetUserMFAPreferenceRequestMarshaller.java | 2 +- ...erMFAPreferenceResultJsonUnmarshaller.java | 2 +- ...SetUserPoolMfaConfigRequestMarshaller.java | 2 +- ...erPoolMfaConfigResultJsonUnmarshaller.java | 2 +- .../SetUserSettingsRequestMarshaller.java | 2 +- ...SetUserSettingsResultJsonUnmarshaller.java | 2 +- .../transform/SignUpRequestMarshaller.java | 2 +- .../SignUpResultJsonUnmarshaller.java | 2 +- .../SmsConfigurationTypeJsonMarshaller.java | 2 +- .../SmsConfigurationTypeJsonUnmarshaller.java | 2 +- .../SmsMfaConfigTypeJsonMarshaller.java | 2 +- .../SmsMfaConfigTypeJsonUnmarshaller.java | 2 +- ...TokenMFANotFoundExceptionUnmarshaller.java | 2 +- ...twareTokenMfaConfigTypeJsonMarshaller.java | 2 +- ...areTokenMfaConfigTypeJsonUnmarshaller.java | 2 +- ...areTokenMfaSettingsTypeJsonMarshaller.java | 2 +- ...eTokenMfaSettingsTypeJsonUnmarshaller.java | 2 +- .../StartUserImportJobRequestMarshaller.java | 2 +- ...rtUserImportJobResultJsonUnmarshaller.java | 2 +- .../StopUserImportJobRequestMarshaller.java | 2 +- ...opUserImportJobResultJsonUnmarshaller.java | 2 +- ...ttributeConstraintsTypeJsonMarshaller.java | 2 +- ...ributeConstraintsTypeJsonUnmarshaller.java | 2 +- .../TagResourceRequestMarshaller.java | 2 +- .../TagResourceResultJsonUnmarshaller.java | 2 +- .../TokenValidityUnitsTypeJsonMarshaller.java | 2 +- ...okenValidityUnitsTypeJsonUnmarshaller.java | 2 +- ...nyFailedAttemptsExceptionUnmarshaller.java | 2 +- .../TooManyRequestsExceptionUnmarshaller.java | 2 +- .../UICustomizationTypeJsonMarshaller.java | 2 +- .../UICustomizationTypeJsonUnmarshaller.java | 2 +- .../UnauthorizedExceptionUnmarshaller.java | 2 +- ...UnexpectedLambdaExceptionUnmarshaller.java | 2 +- ...IdentityProviderExceptionUnmarshaller.java | 2 +- ...pportedOperationExceptionUnmarshaller.java | 2 +- ...pportedTokenTypeExceptionUnmarshaller.java | 2 +- ...pportedUserStateExceptionUnmarshaller.java | 2 +- .../UntagResourceRequestMarshaller.java | 2 +- .../UntagResourceResultJsonUnmarshaller.java | 2 +- ...ateAuthEventFeedbackRequestMarshaller.java | 2 +- ...thEventFeedbackResultJsonUnmarshaller.java | 2 +- .../UpdateDeviceStatusRequestMarshaller.java | 2 +- ...ateDeviceStatusResultJsonUnmarshaller.java | 2 +- .../UpdateGroupRequestMarshaller.java | 2 +- .../UpdateGroupResultJsonUnmarshaller.java | 2 +- ...dateIdentityProviderRequestMarshaller.java | 2 +- ...dentityProviderResultJsonUnmarshaller.java | 2 +- ...UpdateResourceServerRequestMarshaller.java | 2 +- ...eResourceServerResultJsonUnmarshaller.java | 2 +- ...UpdateUserAttributesRequestMarshaller.java | 2 +- ...eUserAttributesResultJsonUnmarshaller.java | 2 +- ...UpdateUserPoolClientRequestMarshaller.java | 2 +- ...eUserPoolClientResultJsonUnmarshaller.java | 2 +- ...UpdateUserPoolDomainRequestMarshaller.java | 2 +- ...eUserPoolDomainResultJsonUnmarshaller.java | 2 +- .../UpdateUserPoolRequestMarshaller.java | 2 +- .../UpdateUserPoolResultJsonUnmarshaller.java | 2 +- ...ibuteUpdateSettingsTypeJsonMarshaller.java | 2 +- ...uteUpdateSettingsTypeJsonUnmarshaller.java | 2 +- .../UserContextDataTypeJsonMarshaller.java | 2 +- .../UserContextDataTypeJsonUnmarshaller.java | 2 +- ...ImportInProgressExceptionUnmarshaller.java | 2 +- .../UserImportJobTypeJsonMarshaller.java | 2 +- .../UserImportJobTypeJsonUnmarshaller.java | 2 +- ...LambdaValidationExceptionUnmarshaller.java | 2 +- ...UserNotConfirmedExceptionUnmarshaller.java | 2 +- .../UserNotFoundExceptionUnmarshaller.java | 2 +- ...lAddOnNotEnabledExceptionUnmarshaller.java | 2 +- .../UserPoolAddOnsTypeJsonMarshaller.java | 2 +- .../UserPoolAddOnsTypeJsonUnmarshaller.java | 2 +- ...erPoolClientDescriptionJsonMarshaller.java | 2 +- ...PoolClientDescriptionJsonUnmarshaller.java | 2 +- .../UserPoolClientTypeJsonMarshaller.java | 2 +- .../UserPoolClientTypeJsonUnmarshaller.java | 2 +- ...UserPoolDescriptionTypeJsonMarshaller.java | 2 +- ...erPoolDescriptionTypeJsonUnmarshaller.java | 2 +- .../UserPoolPolicyTypeJsonMarshaller.java | 2 +- .../UserPoolPolicyTypeJsonUnmarshaller.java | 2 +- .../UserPoolTaggingExceptionUnmarshaller.java | 2 +- .../transform/UserPoolTypeJsonMarshaller.java | 2 +- .../UserPoolTypeJsonUnmarshaller.java | 2 +- .../transform/UserTypeJsonMarshaller.java | 2 +- .../transform/UserTypeJsonUnmarshaller.java | 2 +- ...ernameConfigurationTypeJsonMarshaller.java | 2 +- ...nameConfigurationTypeJsonUnmarshaller.java | 2 +- .../UsernameExistsExceptionUnmarshaller.java | 2 +- ...tionMessageTemplateTypeJsonMarshaller.java | 2 +- ...onMessageTemplateTypeJsonUnmarshaller.java | 2 +- .../VerifySoftwareTokenRequestMarshaller.java | 2 +- ...fySoftwareTokenResultJsonUnmarshaller.java | 2 +- .../VerifyUserAttributeRequestMarshaller.java | 2 +- ...fyUserAttributeResultJsonUnmarshaller.java | 2 +- .../cognitoidentityprovider/package-info.java | 2 +- 718 files changed, 12187 insertions(+), 1903 deletions(-) create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CloudWatchLogsConfigurationType.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventSourceName.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationRequest.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationResult.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogConfigurationType.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogDeliveryConfigurationType.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogLevel.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationRequest.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationResult.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonMarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonUnmarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationRequestMarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationResultJsonUnmarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonMarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonUnmarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonMarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonUnmarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationRequestMarshaller.java create mode 100644 aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationResultJsonUnmarshaller.java diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java index 22dc95c9bd..cbd286f2e1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -22,18 +22,105 @@ /** * Interface for accessing Amazon Cognito Your User Pool *

- * Using the Amazon Cognito user pools API, you can create a user pool to manage - * directories and users. You can authenticate a user to obtain tokens related - * to user identity and access policies. + * With the Amazon Cognito user pools API, you can set up user pools and app + * clients, and authenticate users. To authenticate users from third-party + * identity providers (IdPs) in this API, you can link IdP users to native user profiles. Learn more about the + * authentication and authorization of federated users in the Using the Amazon Cognito user pools API and user pool endpoints. *

*

- * This API reference provides information about user pools in Amazon Cognito - * user pools. + * This API reference provides detailed information about API operations and + * object types in Amazon Cognito. At the bottom of the page for each API + * operation and object, under See Also, you can learn how to use it in + * an Amazon Web Services SDK in the language of your choice. *

*

- * For more information, see the Amazon Cognito Documentation. + * Along with resource management operations, the Amazon Cognito user pools API + * includes classes of operations and authorization models for client-side and + * server-side user operations. For more information, see Using the Amazon Cognito native and OIDC APIs in the Amazon Cognito + * Developer Guide. + *

+ *

+ * You can also start reading about the CognitoIdentityProvider + * client in the following SDK guides. + *

+ * + *

+ * To get started with an Amazon Web Services SDK, see Tools to Build on Amazon Web + * Services. For example actions and scenarios, see Code examples for Amazon Cognito Identity Provider using Amazon Web Services + * SDKs. *

**/ public interface AmazonCognitoIdentityProvider { @@ -101,6 +188,33 @@ public interface AmazonCognitoIdentityProvider { *

* Adds additional user attributes to the user pool schema. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param addCustomAttributesRequest

* Represents the request to add custom attributes. @@ -130,9 +244,33 @@ AddCustomAttributesResult addCustomAttributes( *

* Adds the specified user to the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminAddUserToGroupRequest * @throws InvalidParameterException @@ -157,12 +295,36 @@ void adminAddUserToGroup(AdminAddUserToGroupRequest adminAddUserToGroupRequest) * Confirms user registration as an admin without using a confirmation code. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminConfirmSignUpRequest

- * Represents the request to confirm user registration. + * Confirm a user's registration as a user pool administrator. *

* @return adminConfirmSignUpResult The response from the AdminConfirmSignUp * service method, as returned by Amazon Cognito Your User Pool. @@ -216,7 +378,7 @@ AdminConfirmSignUpResult adminConfirmSignUp(AdminConfirmSignUpRequest adminConfi * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -236,9 +398,33 @@ AdminConfirmSignUpResult adminConfirmSignUp(AdminConfirmSignUpRequest adminConfi * FORCE_CHANGE_PASSWORD state until they sign in and change * their password. *

+ * *

- * AdminCreateUser requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminCreateUserRequest

* Represents the request to create a user in the specified user @@ -277,9 +463,33 @@ AdminCreateUserResult adminCreateUser(AdminCreateUserRequest adminCreateUserRequ *

* Deletes a user as an administrator. Works on any user. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDeleteUserRequest

* Represents the request to delete a user as an administrator. @@ -306,9 +516,33 @@ void adminDeleteUser(AdminDeleteUserRequest adminDeleteUserRequest) * Deletes the user attributes in a user pool as an administrator. Works on * any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDeleteUserAttributesRequest

* Represents the request to delete user attributes as an @@ -349,10 +583,6 @@ AdminDeleteUserAttributesResult adminDeleteUserAttributes( * >AdminLinkProviderForUser. *

*

- * This action is enabled only for admin access and requires developer - * credentials. - *

- *

* The ProviderName must match the value specified when * creating an IdP for the pool. *

@@ -382,6 +612,33 @@ AdminDeleteUserAttributesResult adminDeleteUserAttributes( * be Cognito_Subject and ProviderAttributeValue * must be the subject of the SAML assertion. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDisableProviderForUserRequest * @return adminDisableProviderForUserResult The response from the @@ -412,10 +669,33 @@ AdminDisableProviderForUserResult adminDisableProviderForUser( * deactivated user can't sign in, but still appears in the responses to * GetUser and ListUsers API requests. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDisableUserRequest

* Represents the request to disable the user as an @@ -444,9 +724,33 @@ AdminDisableUserResult adminDisableUser(AdminDisableUserRequest adminDisableUser *

* Enables the specified user as an administrator. Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminEnableUserRequest

* Represents the request that enables the user as an @@ -475,9 +779,33 @@ AdminEnableUserResult adminEnableUser(AdminEnableUserRequest adminEnableUserRequ *

* Forgets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminForgetDeviceRequest

* Sends the forgot device request, as an administrator. @@ -504,9 +832,33 @@ void adminForgetDevice(AdminForgetDeviceRequest adminForgetDeviceRequest) *

* Gets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminGetDeviceRequest

* Represents the request to get the device, as an administrator. @@ -535,9 +887,33 @@ AdminGetDeviceResult adminGetDevice(AdminGetDeviceRequest adminGetDeviceRequest) * Gets the specified user by user name in a user pool as an administrator. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminGetUserRequest

* Represents the request to get the specified user as an @@ -586,14 +962,37 @@ AdminGetUserResult adminGetUser(AdminGetUserRequest adminGetUserRequest) * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

- * + * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminInitiateAuthRequest

* Initiates the authorization request, as an administrator. @@ -653,10 +1052,33 @@ AdminInitiateAuthResult adminInitiateAuth(AdminInitiateAuthRequest adminInitiate * be used with external IdPs and provider attributes that have been trusted * by the application owner. *

- * + * *

- * This action is administrative and requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminLinkProviderForUserRequest * @return adminLinkProviderForUserResult The response from the @@ -686,9 +1108,33 @@ AdminLinkProviderForUserResult adminLinkProviderForUser( *

* Lists devices, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminListDevicesRequest

* Represents the request to list devices, as an administrator. @@ -716,9 +1162,33 @@ AdminListDevicesResult adminListDevices(AdminListDevicesRequest adminListDevices *

* Lists the groups that the user belongs to. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminListGroupsForUserRequest * @return adminListGroupsForUserResult The response from the @@ -747,6 +1217,33 @@ AdminListGroupsForUserResult adminListGroupsForUser( * A history of user activity and any risks detected as part of Amazon * Cognito advanced security. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminListUserAuthEventsRequest * @return adminListUserAuthEventsResult The response from the @@ -775,9 +1272,33 @@ AdminListUserAuthEventsResult adminListUserAuthEvents( *

* Removes the specified user from the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminRemoveUserFromGroupRequest * @throws InvalidParameterException @@ -802,17 +1323,6 @@ void adminRemoveUserFromGroup(AdminRemoveUserFromGroupRequest adminRemoveUserFro * Resets the specified user's password in a user pool as an administrator. * Works on any user. *

- *

- * When a developer calls this API, the current password is invalidated, so - * it must be changed. If a user tries to sign in after the API is called, - * the app will get a PasswordResetRequiredException exception back and - * should direct the user down the flow to reset the password, which is the - * same as the forgot password flow. In addition, if the user pool has phone - * verification selected and a verified phone number exists for the user, or - * if email verification is selected and a verified email exists for the - * user, calling this API will also result in sending a message to the end - * user with the code to change their password. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -833,14 +1343,49 @@ void adminRemoveUserFromGroup(AdminRemoveUserFromGroupRequest adminRemoveUserFro * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
*

- * Calling this action requires developer credentials. + * Deactivates a user's password, requiring them to change it. If a user + * tries to sign in after the API is called, Amazon Cognito responds with a + * PasswordResetRequiredException error. Your app must then + * perform the actions that reset your user's password: the forgot-password + * flow. In addition, if the user pool has phone verification selected and a + * verified phone number exists for the user, or if email verification is + * selected and a verified email exists for the user, calling this API will + * also result in sending a message to the end user with the code to change + * their password. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminResetUserPasswordRequest

* Represents the request to reset a user's password as an @@ -898,14 +1443,37 @@ AdminResetUserPasswordResult adminResetUserPassword( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

- * + * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminRespondToAuthChallengeRequest

* The request to respond to the authentication challenge, as an @@ -955,6 +1523,33 @@ AdminRespondToAuthChallengeResult adminRespondToAuthChallenge( * options are activated and no preference is set, a challenge to choose an * MFA option will be returned during sign-in. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserMFAPreferenceRequest * @return adminSetUserMFAPreferenceResult The response from the @@ -996,6 +1591,48 @@ AdminSetUserMFAPreferenceResult adminSetUserMFAPreference( * Once the user has set a new password, or the password is permanent, the * user status is set to Confirmed. *

+ *

+ * AdminSetUserPassword can set a password for the user profile + * that Amazon Cognito creates for third-party federated users. When you set + * a password, the federated user's status changes from + * EXTERNAL_PROVIDER to CONFIRMED. A user in this + * state can sign in as a federated user, and initiate authentication flows + * in the API like a linked native user. They can also modify their password + * and attributes in token-authenticated API requests like + * ChangePassword and UpdateUserAttributes. As a + * best security practice and to keep users in sync with your external IdP, + * don't set passwords on federated user profiles. To set up a federated + * user for native sign-in with a linked native user, refer to Linking federated users to an existing user profile. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserPasswordRequest * @return adminSetUserPasswordResult The response from the @@ -1028,6 +1665,33 @@ AdminSetUserPasswordResult adminSetUserPassword( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserMFAPreference.html" * >AdminSetUserMFAPreference instead. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserSettingsRequest

* You can use this parameter to set an MFA configuration that @@ -1059,6 +1723,33 @@ AdminSetUserSettingsResult adminSetUserSettings( * valid user. This feedback is used for improving the risk evaluation * decision for the user pool as part of Amazon Cognito advanced security. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateAuthEventFeedbackRequest * @return adminUpdateAuthEventFeedbackResult The response from the @@ -1087,9 +1778,33 @@ AdminUpdateAuthEventFeedbackResult adminUpdateAuthEventFeedback( *

* Updates the device status as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateDeviceStatusRequest

* The request to update the device status, as an administrator. @@ -1117,18 +1832,6 @@ AdminUpdateDeviceStatusResult adminUpdateDeviceStatus( throws AmazonClientException, AmazonServiceException; /** - *

- * Updates the specified user's attributes, including developer attributes, - * as an administrator. Works on any user. - *

- *

- * For custom attributes, you must prepend the custom: prefix - * to the attribute name. - *

- *

- * In addition to updating user attributes, this API can also be used to - * mark phone and email as verified. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -1149,14 +1852,50 @@ AdminUpdateDeviceStatusResult adminUpdateDeviceStatus( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
*

- * Calling this action requires developer credentials. + * Updates the specified user's attributes, including developer attributes, + * as an administrator. Works on any user. + *

+ *

+ * For custom attributes, you must prepend the custom: prefix + * to the attribute name. + *

+ *

+ * In addition to updating user attributes, this API can also be used to + * mark phone and email as verified. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateUserAttributesRequest

* Represents the request to update the user's attributes as an @@ -1192,17 +1931,44 @@ AdminUpdateUserAttributesResult adminUpdateUserAttributes( /** *

- * Signs out a user from all devices. You must sign - * AdminUserGlobalSignOut requests with Amazon Web Services - * credentials. It also invalidates all refresh tokens that Amazon Cognito - * has issued to a user. The user's current access and ID tokens remain - * valid until they expire. By default, access and ID tokens expire one hour - * after they're issued. A user can still use a hosted UI cookie to retrieve - * new tokens for the duration of the cookie validity period of 1 hour. + * Signs out a user from all devices. AdminUserGlobalSignOut + * invalidates all identity, access and refresh tokens that Amazon Cognito + * has issued to a user. A user can still use a hosted UI cookie to retrieve + * new tokens for the duration of the 1-hour cookie validity period. *

*

- * Calling this action requires developer credentials. + * Your app isn't aware that a user's access token is revoked unless it + * attempts to authorize a user pools API request with an access token that + * contains the scope aws.cognito.signin.user.admin. Your app + * might otherwise accept access tokens until they expire. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUserGlobalSignOutRequest

* The request to sign out of all devices, as an administrator. @@ -1255,6 +2021,16 @@ AdminUserGlobalSignOutResult adminUserGlobalSignOut( * generates a SOFTWARE_TOKEN_MFA challenge when they * authenticate. Respond to this challenge with your user's TOTP. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

*
* * @param associateSoftwareTokenRequest @@ -1284,6 +2060,17 @@ AssociateSoftwareTokenResult associateSoftwareToken( *

* Changes the password for a specified user in a user pool. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param changePasswordRequest

* Represents the request to change a user password. @@ -1317,6 +2104,17 @@ ChangePasswordResult changePassword(ChangePasswordRequest changePasswordRequest) * Confirms tracking of the device. This API call is the call that begins * device tracking. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmDeviceRequest

* Confirms the device request. @@ -1351,6 +2149,17 @@ ConfirmDeviceResult confirmDevice(ConfirmDeviceRequest confirmDeviceRequest) *

* Allows a user to enter a confirmation code to reset a forgotten password. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmForgotPasswordRequest

* The request representing the confirmation for a password @@ -1391,6 +2200,17 @@ ConfirmForgotPasswordResult confirmForgotPassword( *

* Confirms registration of a new user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmSignUpRequest

* Represents the request to confirm registration of a user. @@ -1427,9 +2247,33 @@ ConfirmSignUpResult confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest) *

* Creates a new group in the specified user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createGroupRequest * @return createGroupResult The response from the CreateGroup service @@ -1456,6 +2300,33 @@ CreateGroupResult createGroup(CreateGroupRequest createGroupRequest) *

* Creates an IdP for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createIdentityProviderRequest * @return createIdentityProviderResult The response from the @@ -1485,6 +2356,33 @@ CreateIdentityProviderResult createIdentityProvider( * Creates a new OAuth2.0 resource server and defines custom scopes within * it. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createResourceServerRequest * @return createResourceServerResult The response from the @@ -1510,8 +2408,35 @@ CreateResourceServerResult createResourceServer( /** *

- * Creates the user import job. + * Creates a user import job. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserImportJobRequest

* Represents the request to create the user import job. @@ -1539,10 +2464,6 @@ CreateUserImportJobResult createUserImportJob( AmazonServiceException; /** - *

- * Creates a new Amazon Cognito user pool and sets the password policy for - * the pool. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -1563,11 +2484,47 @@ CreateUserImportJobResult createUserImportJob( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
+ *

+ * Creates a new Amazon Cognito user pool and sets the password policy for + * the pool. + *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolRequest

* Represents the request to create a user pool. @@ -1604,6 +2561,38 @@ CreateUserPoolResult createUserPool(CreateUserPoolRequest createUserPoolRequest) * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolClientRequest

* Represents the request to create a user pool client. @@ -1635,6 +2624,33 @@ CreateUserPoolClientResult createUserPoolClient( *

* Creates a new domain for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolDomainRequest * @return createUserPoolDomainResult The response from the @@ -1730,8 +2746,19 @@ void deleteResourceServer(DeleteResourceServerRequest deleteResourceServerReques /** *

- * Allows a user to delete himself or herself. + * Allows a user to delete their own user profile. + *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. *

+ *
* * @param deleteUserRequest

* Represents the request to delete a user. @@ -1760,6 +2787,17 @@ void deleteUser(DeleteUserRequest deleteUserRequest) throws AmazonClientExceptio *

* Deletes the attributes for a user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param deleteUserAttributesRequest

* Represents the request to delete user attributes. @@ -1975,6 +3013,33 @@ DescribeUserImportJobResult describeUserImportJob( * Returns the configuration information and metadata of the specified user * pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param describeUserPoolRequest

* Represents the request to describe the user pool. @@ -2003,6 +3068,33 @@ DescribeUserPoolResult describeUserPool(DescribeUserPoolRequest describeUserPool * Client method for returning the configuration information and metadata of * the specified user pool app client. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param describeUserPoolClientRequest

* Represents the request to describe a user pool client. @@ -2056,6 +3148,17 @@ DescribeUserPoolDomainResult describeUserPoolDomain( *

* Forgets the specified device. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param forgetDeviceRequest

* Represents the request to forget the device. @@ -2090,14 +3193,29 @@ void forgetDevice(ForgetDeviceRequest forgetDeviceRequest) throws AmazonClientEx * specified AccountRecoverySetting. For more information, see Recovering User Accounts in the Amazon Cognito Developer - * Guide. If neither a verified phone number nor a verified email - * exists, an InvalidParameterException is thrown. To use the - * confirmation code for resetting the password, call . To use the confirmation code for resetting the password, call + * ConfirmForgotPassword. *

+ *

+ * If neither a verified phone number nor a verified email exists, this API + * returns InvalidParameterException. If your app client has a + * client secret and you don't provide a SECRET_HASH parameter, + * this API returns NotAuthorizedException. + *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -2116,7 +3234,7 @@ void forgetDevice(ForgetDeviceRequest forgetDeviceRequest) throws AmazonClientEx * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -2185,6 +3303,17 @@ GetCSVHeaderResult getCSVHeader(GetCSVHeaderRequest getCSVHeaderRequest) *

* Gets the device. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param getDeviceRequest

* Represents the request to get the device. @@ -2241,18 +3370,44 @@ GetGroupResult getGroup(GetGroupRequest getGroupRequest) throws AmazonClientExce /** *

- * Gets the specified IdP. + * Gets the specified IdP. + *

+ * + * @param getIdentityProviderByIdentifierRequest + * @return getIdentityProviderByIdentifierResult The response from the + * GetIdentityProviderByIdentifier service method, as returned by + * Amazon Cognito Your User Pool. + * @throws InvalidParameterException + * @throws ResourceNotFoundException + * @throws NotAuthorizedException + * @throws TooManyRequestsException + * @throws InternalErrorException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Cognito Your User Pool indicating either a problem with the + * data in the request, or a server side issue. + */ + GetIdentityProviderByIdentifierResult getIdentityProviderByIdentifier( + GetIdentityProviderByIdentifierRequest getIdentityProviderByIdentifierRequest) + throws AmazonClientException, AmazonServiceException; + + /** + *

+ * Gets the detailed activity logging configuration for a user pool. *

* - * @param getIdentityProviderByIdentifierRequest - * @return getIdentityProviderByIdentifierResult The response from the - * GetIdentityProviderByIdentifier service method, as returned by - * Amazon Cognito Your User Pool. + * @param getLogDeliveryConfigurationRequest + * @return getLogDeliveryConfigurationResult The response from the + * GetLogDeliveryConfiguration service method, as returned by Amazon + * Cognito Your User Pool. * @throws InvalidParameterException - * @throws ResourceNotFoundException - * @throws NotAuthorizedException - * @throws TooManyRequestsException * @throws InternalErrorException + * @throws TooManyRequestsException + * @throws NotAuthorizedException + * @throws ResourceNotFoundException * @throws AmazonClientException If any internal errors are encountered * inside the client while attempting to make the request or * handle the response. For example if a network connection is @@ -2261,8 +3416,8 @@ GetGroupResult getGroup(GetGroupRequest getGroupRequest) throws AmazonClientExce * Cognito Your User Pool indicating either a problem with the * data in the request, or a server side issue. */ - GetIdentityProviderByIdentifierResult getIdentityProviderByIdentifier( - GetIdentityProviderByIdentifierRequest getIdentityProviderByIdentifierRequest) + GetLogDeliveryConfigurationResult getLogDeliveryConfiguration( + GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest) throws AmazonClientException, AmazonServiceException; /** @@ -2331,6 +3486,17 @@ GetUICustomizationResult getUICustomization(GetUICustomizationRequest getUICusto *

* Gets the user attributes and metadata for a user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param getUserRequest

* Represents the request to get information about the user. @@ -2365,6 +3531,16 @@ GetUserResult getUser(GetUserRequest getUserRequest) throws AmazonClientExceptio *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -2383,7 +3559,7 @@ GetUserResult getUser(GetUserRequest getUserRequest) throws AmazonClientExceptio * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -2452,11 +3628,28 @@ GetUserPoolMfaConfigResult getUserPoolMfaConfig( /** *

- * Signs out users from all devices. It also invalidates all refresh tokens - * that Amazon Cognito has issued to a user. A user can still use a hosted - * UI cookie to retrieve new tokens for the duration of the 1-hour cookie - * validity period. + * Signs out a user from all devices. GlobalSignOut invalidates + * all identity, access and refresh tokens that Amazon Cognito has issued to + * a user. A user can still use a hosted UI cookie to retrieve new tokens + * for the duration of the 1-hour cookie validity period. *

+ *

+ * Your app isn't aware that a user's access token is revoked unless it + * attempts to authorize a user pools API request with an access token that + * contains the scope aws.cognito.signin.user.admin. Your app + * might otherwise accept access tokens until they expire. + *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param globalSignOutRequest

* Represents the request to sign out all devices. @@ -2492,6 +3685,16 @@ GlobalSignOutResult globalSignOut(GlobalSignOutRequest globalSignOutRequest) *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -2510,7 +3713,7 @@ GlobalSignOutResult globalSignOut(GlobalSignOutRequest globalSignOutRequest) * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -2552,6 +3755,17 @@ InitiateAuthResult initiateAuth(InitiateAuthRequest initiateAuthRequest) * Lists the sign-in devices that Amazon Cognito has registered to the * current user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param listDevicesRequest

* Represents the request to list the devices. @@ -2583,9 +3797,33 @@ ListDevicesResult listDevices(ListDevicesRequest listDevicesRequest) *

* Lists the groups associated with a user pool. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listGroupsRequest * @return listGroupsResult The response from the ListGroups service method, @@ -2610,6 +3848,33 @@ ListGroupsResult listGroups(ListGroupsRequest listGroupsRequest) throws AmazonCl *

* Lists information about all IdPs for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listIdentityProvidersRequest * @return listIdentityProvidersResult The response from the @@ -2636,6 +3901,33 @@ ListIdentityProvidersResult listIdentityProviders( *

* Lists the resource servers for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listResourceServersRequest * @return listResourceServersResult The response from the @@ -2694,8 +3986,35 @@ ListTagsForResourceResult listTagsForResource( /** *

- * Lists the user import jobs. + * Lists user import jobs for a user pool. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserImportJobsRequest

* Represents the request to list the user import jobs. @@ -2722,6 +4041,33 @@ ListUserImportJobsResult listUserImportJobs(ListUserImportJobsRequest listUserIm *

* Lists the clients that have been created for the specified user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserPoolClientsRequest

* Represents the request to list the user pool clients. @@ -2750,6 +4096,33 @@ ListUserPoolClientsResult listUserPoolClients( *

* Lists the user pools associated with an Amazon Web Services account. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserPoolsRequest

* Represents the request to list user pools. @@ -2773,8 +4146,35 @@ ListUserPoolsResult listUserPools(ListUserPoolsRequest listUserPoolsRequest) /** *

- * Lists the users in the Amazon Cognito user pool. + * Lists users and their basic details in a user pool. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param listUsersRequest

* Represents the request to list users. @@ -2801,9 +4201,33 @@ ListUsersResult listUsers(ListUsersRequest listUsersRequest) throws AmazonClient *

* Lists the users in the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUsersInGroupRequest * @return listUsersInGroupResult The response from the ListUsersInGroup @@ -2831,6 +4255,16 @@ ListUsersInGroupResult listUsersInGroup(ListUsersInGroupRequest listUsersInGroup *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -2849,7 +4283,7 @@ ListUsersInGroupResult listUsersInGroup(ListUsersInGroupRequest listUsersInGroup * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -2894,6 +4328,16 @@ ResendConfirmationCodeResult resendConfirmationCode( *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -2912,7 +4356,7 @@ ResendConfirmationCodeResult resendConfirmationCode( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -2964,6 +4408,17 @@ RespondToAuthChallengeResult respondToAuthChallenge( * revoked token to access Amazon Cognito user APIs, or to authorize access * to your resource server. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param revokeTokenRequest * @return revokeTokenResult The response from the RevokeToken service @@ -2986,6 +4441,33 @@ RespondToAuthChallengeResult respondToAuthChallenge( RevokeTokenResult revokeToken(RevokeTokenRequest revokeTokenRequest) throws AmazonClientException, AmazonServiceException; + /** + *

+ * Sets up or modifies the detailed activity logging configuration of a user + * pool. + *

+ * + * @param setLogDeliveryConfigurationRequest + * @return setLogDeliveryConfigurationResult The response from the + * SetLogDeliveryConfiguration service method, as returned by Amazon + * Cognito Your User Pool. + * @throws InvalidParameterException + * @throws InternalErrorException + * @throws TooManyRequestsException + * @throws NotAuthorizedException + * @throws ResourceNotFoundException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Cognito Your User Pool indicating either a problem with the + * data in the request, or a server side issue. + */ + SetLogDeliveryConfigurationResult setLogDeliveryConfiguration( + SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest) + throws AmazonClientException, AmazonServiceException; + /** *

* Configures actions on detected risks. To delete the risk configuration @@ -3077,6 +4559,17 @@ SetUICustomizationResult setUICustomization(SetUICustomizationRequest setUICusto * of sign-in attempts, deactivate MFA for users and turn on Adaptive * Authentication for the user pool. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param setUserMFAPreferenceRequest * @return setUserMFAPreferenceResult The response from the @@ -3126,7 +4619,7 @@ SetUserMFAPreferenceResult setUserMFAPreference( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -3163,6 +4656,17 @@ SetUserPoolMfaConfigResult setUserPoolMfaConfig( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserMFAPreference.html" * >SetUserMFAPreference instead. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param setUserSettingsRequest

* Represents the request to set user settings. @@ -3195,6 +4699,16 @@ SetUserSettingsResult setUserSettings(SetUserSettingsRequest setUserSettingsRequ *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -3213,7 +4727,7 @@ SetUserSettingsResult setUserSettings(SetUserSettingsRequest setUserSettingsRequ * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -3381,6 +4895,17 @@ UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest) * evaluation decision for the user pool as part of Amazon Cognito advanced * security. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param updateAuthEventFeedbackRequest * @return updateAuthEventFeedbackResult The response from the @@ -3409,6 +4934,17 @@ UpdateAuthEventFeedbackResult updateAuthEventFeedback( *

* Updates the device status. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param updateDeviceStatusRequest

* Represents the request to update the device status. @@ -3440,9 +4976,33 @@ UpdateDeviceStatusResult updateDeviceStatus(UpdateDeviceStatusRequest updateDevi *

* Updates the specified group with the specified attributes. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateGroupRequest * @return updateGroupResult The response from the UpdateGroup service @@ -3467,6 +5027,33 @@ UpdateGroupResult updateGroup(UpdateGroupRequest updateGroupRequest) *

* Updates IdP information for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateIdentityProviderRequest * @return updateIdentityProviderResult The response from the @@ -3501,7 +5088,33 @@ UpdateIdentityProviderResult updateIdentityProvider( * If you don't provide a value for an attribute, it is set to the default * value. *

- * + * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateResourceServerRequest * @return updateResourceServerResult The response from the @@ -3530,6 +5143,16 @@ UpdateResourceServerResult updateResourceServer( *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -3548,7 +5171,7 @@ UpdateResourceServerResult updateResourceServer( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -3592,13 +5215,6 @@ UpdateUserAttributesResult updateUserAttributes( AmazonServiceException; /** - *

- * Updates the specified user pool with the specified attributes. You can - * get a list of the current user pool settings using DescribeUserPool. If you don't provide a value for an attribute, it - * will be set to the default value. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -3619,11 +5235,49 @@ UpdateUserAttributesResult updateUserAttributes( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
+ *

+ * Updates the specified user pool with the specified attributes. You can + * get a list of the current user pool settings using DescribeUserPool. + *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolRequest

* Represents the request to update the user pool. @@ -3662,8 +5316,8 @@ UpdateUserPoolResult updateUserPool(UpdateUserPoolRequest updateUserPoolRequest) *

* *

- * If you don't provide a value for an attribute, it will be set to the - * default value. + * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. *

*
*

@@ -3672,6 +5326,33 @@ UpdateUserPoolResult updateUserPool(UpdateUserPoolRequest updateUserPoolRequest) * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolClientRequest

* Represents the request to update the user pool client. @@ -3741,6 +5422,33 @@ UpdateUserPoolClientResult updateUserPoolClient( * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html" * >Using Your Own Domain for the Hosted UI. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolDomainRequest

* The UpdateUserPoolDomain request input. @@ -3772,6 +5480,17 @@ UpdateUserPoolDomainResult updateUserPoolDomain( * if successful. The request takes an access token or a session string, but * not both. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param verifySoftwareTokenRequest * @return verifySoftwareTokenResult The response from the @@ -3814,6 +5533,17 @@ VerifySoftwareTokenResult verifySoftwareToken( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UserAttributeUpdateSettingsType.html" * > UserAttributeUpdateSettingsType. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param verifyUserAttributeRequest

* Represents the request to verify user attributes. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java index 63512ee1ed..5e5f443ca9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -36,18 +36,105 @@ * completes. *

*

- * Using the Amazon Cognito user pools API, you can create a user pool to manage - * directories and users. You can authenticate a user to obtain tokens related - * to user identity and access policies. + * With the Amazon Cognito user pools API, you can set up user pools and app + * clients, and authenticate users. To authenticate users from third-party + * identity providers (IdPs) in this API, you can link IdP users to native user profiles. Learn more about the + * authentication and authorization of federated users in the Using the Amazon Cognito user pools API and user pool endpoints. *

*

- * This API reference provides information about user pools in Amazon Cognito - * user pools. + * This API reference provides detailed information about API operations and + * object types in Amazon Cognito. At the bottom of the page for each API + * operation and object, under See Also, you can learn how to use it in + * an Amazon Web Services SDK in the language of your choice. *

*

- * For more information, see the Amazon Cognito Documentation. + * Along with resource management operations, the Amazon Cognito user pools API + * includes classes of operations and authorization models for client-side and + * server-side user operations. For more information, see Using the Amazon Cognito native and OIDC APIs in the Amazon Cognito + * Developer Guide. + *

+ *

+ * You can also start reading about the CognitoIdentityProvider + * client in the following SDK guides. + *

+ * + *

+ * To get started with an Amazon Web Services SDK, see Tools to Build on Amazon Web + * Services. For example actions and scenarios, see Code examples for Amazon Cognito Identity Provider using Amazon Web Services + * SDKs. *

*/ public class AmazonCognitoIdentityProviderClient extends AmazonWebServiceClient implements @@ -409,6 +496,33 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration *

* Adds additional user attributes to the user pool schema. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param addCustomAttributesRequest

* Represents the request to add custom attributes. @@ -465,9 +579,33 @@ public AddCustomAttributesResult addCustomAttributes( *

* Adds the specified user to the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminAddUserToGroupRequest * @throws InvalidParameterException @@ -514,12 +652,36 @@ public void adminAddUserToGroup(AdminAddUserToGroupRequest adminAddUserToGroupRe * Confirms user registration as an admin without using a confirmation code. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminConfirmSignUpRequest

- * Represents the request to confirm user registration. + * Confirm a user's registration as a user pool administrator. *

* @return adminConfirmSignUpResult The response from the AdminConfirmSignUp * service method, as returned by Amazon Cognito Your User Pool. @@ -601,7 +763,7 @@ public AdminConfirmSignUpResult adminConfirmSignUp( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -621,9 +783,33 @@ public AdminConfirmSignUpResult adminConfirmSignUp( * FORCE_CHANGE_PASSWORD state until they sign in and change * their password. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminCreateUserRequest

* Represents the request to create a user in the specified user @@ -688,9 +874,33 @@ public AdminCreateUserResult adminCreateUser(AdminCreateUserRequest adminCreateU *

* Deletes a user as an administrator. Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDeleteUserRequest

* Represents the request to delete a user as an administrator. @@ -738,9 +948,33 @@ public void adminDeleteUser(AdminDeleteUserRequest adminDeleteUserRequest) * Deletes the user attributes in a user pool as an administrator. Works on * any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminDeleteUserAttributesRequest

* Represents the request to delete user attributes as an @@ -808,10 +1042,6 @@ public AdminDeleteUserAttributesResult adminDeleteUserAttributes( * >AdminLinkProviderForUser. *

*

- * This action is enabled only for admin access and requires developer - * credentials. - *

- *

* The ProviderName must match the value specified when * creating an IdP for the pool. *

@@ -841,6 +1071,33 @@ public AdminDeleteUserAttributesResult adminDeleteUserAttributes( * be Cognito_Subject and ProviderAttributeValue * must be the subject of the SAML assertion. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDisableProviderForUserRequest * @return adminDisableProviderForUserResult The response from the @@ -898,10 +1155,33 @@ public AdminDisableProviderForUserResult adminDisableProviderForUser( * deactivated user can't sign in, but still appears in the responses to * GetUser and ListUsers API requests. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminDisableUserRequest

* Represents the request to disable the user as an @@ -956,9 +1236,33 @@ public AdminDisableUserResult adminDisableUser(AdminDisableUserRequest adminDisa *

* Enables the specified user as an administrator. Works on any user. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminEnableUserRequest

* Represents the request that enables the user as an @@ -1013,9 +1317,33 @@ public AdminEnableUserResult adminEnableUser(AdminEnableUserRequest adminEnableU *

* Forgets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminForgetDeviceRequest

* Sends the forgot device request, as an administrator. @@ -1064,9 +1392,33 @@ public void adminForgetDevice(AdminForgetDeviceRequest adminForgetDeviceRequest) *

* Gets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminGetDeviceRequest

* Represents the request to get the device, as an administrator. @@ -1121,9 +1473,33 @@ public AdminGetDeviceResult adminGetDevice(AdminGetDeviceRequest adminGetDeviceR * Gets the specified user by user name in a user pool as an administrator. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminGetUserRequest

* Represents the request to get the specified user as an @@ -1198,14 +1574,37 @@ public AdminGetUserResult adminGetUser(AdminGetUserRequest adminGetUserRequest) * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

- *
+ *
*

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminInitiateAuthRequest

* Initiates the authorization request, as an administrator. @@ -1293,10 +1692,33 @@ public AdminInitiateAuthResult adminInitiateAuth( * be used with external IdPs and provider attributes that have been trusted * by the application owner. *

- * + * *

- * This action is administrative and requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param adminLinkProviderForUserRequest * @return adminLinkProviderForUserResult The response from the @@ -1353,9 +1775,33 @@ public AdminLinkProviderForUserResult adminLinkProviderForUser( *

* Lists devices, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminListDevicesRequest

* Represents the request to list devices, as an administrator. @@ -1409,9 +1855,33 @@ public AdminListDevicesResult adminListDevices(AdminListDevicesRequest adminList *

* Lists the groups that the user belongs to. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminListGroupsForUserRequest * @return adminListGroupsForUserResult The response from the @@ -1467,6 +1937,33 @@ public AdminListGroupsForUserResult adminListGroupsForUser( * A history of user activity and any risks detected as part of Amazon * Cognito advanced security. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminListUserAuthEventsRequest * @return adminListUserAuthEventsResult The response from the @@ -1522,9 +2019,33 @@ public AdminListUserAuthEventsResult adminListUserAuthEvents( *

* Removes the specified user from the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminRemoveUserFromGroupRequest * @throws InvalidParameterException @@ -1572,17 +2093,6 @@ public void adminRemoveUserFromGroup( * Resets the specified user's password in a user pool as an administrator. * Works on any user. *

- *

- * When a developer calls this API, the current password is invalidated, so - * it must be changed. If a user tries to sign in after the API is called, - * the app will get a PasswordResetRequiredException exception back and - * should direct the user down the flow to reset the password, which is the - * same as the forgot password flow. In addition, if the user pool has phone - * verification selected and a verified phone number exists for the user, or - * if email verification is selected and a verified email exists for the - * user, calling this API will also result in sending a message to the end - * user with the code to change their password. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -1603,14 +2113,49 @@ public void adminRemoveUserFromGroup( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
*

- * Calling this action requires developer credentials. + * Deactivates a user's password, requiring them to change it. If a user + * tries to sign in after the API is called, Amazon Cognito responds with a + * PasswordResetRequiredException error. Your app must then + * perform the actions that reset your user's password: the forgot-password + * flow. In addition, if the user pool has phone verification selected and a + * verified phone number exists for the user, or if email verification is + * selected and a verified email exists for the user, calling this API will + * also result in sending a message to the end user with the code to change + * their password. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminResetUserPasswordRequest

* Represents the request to reset a user's password as an @@ -1695,14 +2240,37 @@ public AdminResetUserPasswordResult adminResetUserPassword( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

- *
+ *
*

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param adminRespondToAuthChallengeRequest

* The request to respond to the authentication challenge, as an @@ -1779,6 +2347,33 @@ public AdminRespondToAuthChallengeResult adminRespondToAuthChallenge( * options are activated and no preference is set, a challenge to choose an * MFA option will be returned during sign-in. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserMFAPreferenceRequest * @return adminSetUserMFAPreferenceResult The response from the @@ -1847,6 +2442,48 @@ public AdminSetUserMFAPreferenceResult adminSetUserMFAPreference( * Once the user has set a new password, or the password is permanent, the * user status is set to Confirmed. *

+ *

+ * AdminSetUserPassword can set a password for the user profile + * that Amazon Cognito creates for third-party federated users. When you set + * a password, the federated user's status changes from + * EXTERNAL_PROVIDER to CONFIRMED. A user in this + * state can sign in as a federated user, and initiate authentication flows + * in the API like a linked native user. They can also modify their password + * and attributes in token-authenticated API requests like + * ChangePassword and UpdateUserAttributes. As a + * best security practice and to keep users in sync with your external IdP, + * don't set passwords on federated user profiles. To set up a federated + * user for native sign-in with a linked native user, refer to Linking federated users to an existing user profile. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserPasswordRequest * @return adminSetUserPasswordResult The response from the @@ -1906,6 +2543,33 @@ public AdminSetUserPasswordResult adminSetUserPassword( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserMFAPreference.html" * >AdminSetUserMFAPreference instead. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminSetUserSettingsRequest

* You can use this parameter to set an MFA configuration that @@ -1964,6 +2628,33 @@ public AdminSetUserSettingsResult adminSetUserSettings( * valid user. This feedback is used for improving the risk evaluation * decision for the user pool as part of Amazon Cognito advanced security. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateAuthEventFeedbackRequest * @return adminUpdateAuthEventFeedbackResult The response from the @@ -2019,9 +2710,33 @@ public AdminUpdateAuthEventFeedbackResult adminUpdateAuthEventFeedback( *

* Updates the device status as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateDeviceStatusRequest

* The request to update the device status, as an administrator. @@ -2076,18 +2791,6 @@ public AdminUpdateDeviceStatusResult adminUpdateDeviceStatus( } /** - *

- * Updates the specified user's attributes, including developer attributes, - * as an administrator. Works on any user. - *

- *

- * For custom attributes, you must prepend the custom: prefix - * to the attribute name. - *

- *

- * In addition to updating user attributes, this API can also be used to - * mark phone and email as verified. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -2108,14 +2811,50 @@ public AdminUpdateDeviceStatusResult adminUpdateDeviceStatus( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

- *
+ *
+ *

+ * Updates the specified user's attributes, including developer attributes, + * as an administrator. Works on any user. + *

+ *

+ * For custom attributes, you must prepend the custom: prefix + * to the attribute name. + *

+ *

+ * In addition to updating user attributes, this API can also be used to + * mark phone and email as verified. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUpdateUserAttributesRequest

* Represents the request to update the user's attributes as an @@ -2178,17 +2917,44 @@ public AdminUpdateUserAttributesResult adminUpdateUserAttributes( /** *

- * Signs out a user from all devices. You must sign - * AdminUserGlobalSignOut requests with Amazon Web Services - * credentials. It also invalidates all refresh tokens that Amazon Cognito - * has issued to a user. The user's current access and ID tokens remain - * valid until they expire. By default, access and ID tokens expire one hour - * after they're issued. A user can still use a hosted UI cookie to retrieve - * new tokens for the duration of the cookie validity period of 1 hour. + * Signs out a user from all devices. AdminUserGlobalSignOut + * invalidates all identity, access and refresh tokens that Amazon Cognito + * has issued to a user. A user can still use a hosted UI cookie to retrieve + * new tokens for the duration of the 1-hour cookie validity period. *

*

- * Calling this action requires developer credentials. + * Your app isn't aware that a user's access token is revoked unless it + * attempts to authorize a user pools API request with an access token that + * contains the scope aws.cognito.signin.user.admin. Your app + * might otherwise accept access tokens until they expire. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param adminUserGlobalSignOutRequest

* The request to sign out of all devices, as an administrator. @@ -2268,6 +3034,16 @@ public AdminUserGlobalSignOutResult adminUserGlobalSignOut( * generates a SOFTWARE_TOKEN_MFA challenge when they * authenticate. Respond to this challenge with your user's TOTP. *

+ *
+ *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

*
* * @param associateSoftwareTokenRequest @@ -2324,6 +3100,17 @@ public AssociateSoftwareTokenResult associateSoftwareToken( *

* Changes the password for a specified user in a user pool. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param changePasswordRequest

* Represents the request to change a user password. @@ -2383,6 +3170,17 @@ public ChangePasswordResult changePassword(ChangePasswordRequest changePasswordR * Confirms tracking of the device. This API call is the call that begins * device tracking. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmDeviceRequest

* Confirms the device request. @@ -2443,6 +3241,17 @@ public ConfirmDeviceResult confirmDevice(ConfirmDeviceRequest confirmDeviceReque *

* Allows a user to enter a confirmation code to reset a forgotten password. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmForgotPasswordRequest

* The request representing the confirmation for a password @@ -2510,6 +3319,17 @@ public ConfirmForgotPasswordResult confirmForgotPassword( *

* Confirms registration of a new user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param confirmSignUpRequest

* Represents the request to confirm registration of a user. @@ -2572,9 +3392,33 @@ public ConfirmSignUpResult confirmSignUp(ConfirmSignUpRequest confirmSignUpReque *

* Creates a new group in the specified user pool. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param createGroupRequest * @return createGroupResult The response from the CreateGroup service @@ -2627,6 +3471,33 @@ public CreateGroupResult createGroup(CreateGroupRequest createGroupRequest) *

* Creates an IdP for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createIdentityProviderRequest * @return createIdentityProviderResult The response from the @@ -2683,6 +3554,33 @@ public CreateIdentityProviderResult createIdentityProvider( * Creates a new OAuth2.0 resource server and defines custom scopes within * it. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createResourceServerRequest * @return createResourceServerResult The response from the @@ -2735,8 +3633,35 @@ public CreateResourceServerResult createResourceServer( /** *

- * Creates the user import job. + * Creates a user import job. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserImportJobRequest

* Represents the request to create the user import job. @@ -2791,10 +3716,6 @@ public CreateUserImportJobResult createUserImportJob( } /** - *

- * Creates a new Amazon Cognito user pool and sets the password policy for - * the pool. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -2815,11 +3736,47 @@ public CreateUserImportJobResult createUserImportJob( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
+ *

+ * Creates a new Amazon Cognito user pool and sets the password policy for + * the pool. + *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolRequest

* Represents the request to create a user pool. @@ -2882,6 +3839,38 @@ public CreateUserPoolResult createUserPool(CreateUserPoolRequest createUserPoolR * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolClientRequest

* Represents the request to create a user pool client. @@ -2940,6 +3929,33 @@ public CreateUserPoolClientResult createUserPoolClient( *

* Creates a new domain for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param createUserPoolDomainRequest * @return createUserPoolDomainResult The response from the @@ -3127,8 +4143,19 @@ public void deleteResourceServer(DeleteResourceServerRequest deleteResourceServe /** *

- * Allows a user to delete himself or herself. + * Allows a user to delete their own user profile. + *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. *

+ *
* * @param deleteUserRequest

* Represents the request to delete a user. @@ -3178,6 +4205,17 @@ public void deleteUser(DeleteUserRequest deleteUserRequest) *

* Deletes the attributes for a user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param deleteUserAttributesRequest

* Represents the request to delete user attributes. @@ -3598,6 +4636,33 @@ public DescribeUserImportJobResult describeUserImportJob( * Returns the configuration information and metadata of the specified user * pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param describeUserPoolRequest

* Represents the request to describe the user pool. @@ -3652,6 +4717,33 @@ public DescribeUserPoolResult describeUserPool(DescribeUserPoolRequest describeU * Client method for returning the configuration information and metadata of * the specified user pool app client. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param describeUserPoolClientRequest

* Represents the request to describe a user pool client. @@ -3759,6 +4851,17 @@ public DescribeUserPoolDomainResult describeUserPoolDomain( *

* Forgets the specified device. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param forgetDeviceRequest

* Represents the request to forget the device. @@ -3814,14 +4917,29 @@ public void forgetDevice(ForgetDeviceRequest forgetDeviceRequest) * specified AccountRecoverySetting. For more information, see Recovering User Accounts in the Amazon Cognito Developer - * Guide. If neither a verified phone number nor a verified email - * exists, an InvalidParameterException is thrown. To use the - * confirmation code for resetting the password, call . To use the confirmation code for resetting the password, call + * ConfirmForgotPassword. *

+ *

+ * If neither a verified phone number nor a verified email exists, this API + * returns InvalidParameterException. If your app client has a + * client secret and you don't provide a SECRET_HASH parameter, + * this API returns NotAuthorizedException. + *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -3840,7 +4958,7 @@ public void forgetDevice(ForgetDeviceRequest forgetDeviceRequest) * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -3961,6 +5079,17 @@ public GetCSVHeaderResult getCSVHeader(GetCSVHeaderRequest getCSVHeaderRequest) *

* Gets the device. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param getDeviceRequest

* Represents the request to get the device. @@ -4120,6 +5249,59 @@ public GetIdentityProviderByIdentifierResult getIdentityProviderByIdentifier( } } + /** + *

+ * Gets the detailed activity logging configuration for a user pool. + *

+ * + * @param getLogDeliveryConfigurationRequest + * @return getLogDeliveryConfigurationResult The response from the + * GetLogDeliveryConfiguration service method, as returned by Amazon + * Cognito Your User Pool. + * @throws InvalidParameterException + * @throws InternalErrorException + * @throws TooManyRequestsException + * @throws NotAuthorizedException + * @throws ResourceNotFoundException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Cognito Your User Pool indicating either a problem with the + * data in the request, or a server side issue. + */ + public GetLogDeliveryConfigurationResult getLogDeliveryConfiguration( + GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(getLogDeliveryConfigurationRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new GetLogDeliveryConfigurationRequestMarshaller() + .marshall(getLogDeliveryConfigurationRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new GetLogDeliveryConfigurationResultJsonUnmarshaller(); + JsonResponseHandler responseHandler = new JsonResponseHandler( + unmarshaller); + + response = invoke(request, responseHandler, executionContext); + + return response.getAwsResponse(); + } finally { + awsRequestMetrics.endEvent(Field.ClientExecuteTime); + endClientExecution(awsRequestMetrics, request, response, LOGGING_AWS_REQUEST_METRIC); + } + } + /** *

* This method takes a user pool ID, and returns the signing certificate. @@ -4241,6 +5423,17 @@ public GetUICustomizationResult getUICustomization( *

* Gets the user attributes and metadata for a user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param getUserRequest

* Represents the request to get information about the user. @@ -4301,6 +5494,16 @@ public GetUserResult getUser(GetUserRequest getUserRequest) *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -4319,7 +5522,7 @@ public GetUserResult getUser(GetUserRequest getUserRequest) * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -4442,11 +5645,28 @@ public GetUserPoolMfaConfigResult getUserPoolMfaConfig( /** *

- * Signs out users from all devices. It also invalidates all refresh tokens - * that Amazon Cognito has issued to a user. A user can still use a hosted - * UI cookie to retrieve new tokens for the duration of the 1-hour cookie - * validity period. + * Signs out a user from all devices. GlobalSignOut invalidates + * all identity, access and refresh tokens that Amazon Cognito has issued to + * a user. A user can still use a hosted UI cookie to retrieve new tokens + * for the duration of the 1-hour cookie validity period. *

+ *

+ * Your app isn't aware that a user's access token is revoked unless it + * attempts to authorize a user pools API request with an access token that + * contains the scope aws.cognito.signin.user.admin. Your app + * might otherwise accept access tokens until they expire. + *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param globalSignOutRequest

* Represents the request to sign out all devices. @@ -4508,6 +5728,16 @@ public GlobalSignOutResult globalSignOut(GlobalSignOutRequest globalSignOutReque *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -4526,7 +5756,7 @@ public GlobalSignOutResult globalSignOut(GlobalSignOutRequest globalSignOutReque * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -4594,6 +5824,17 @@ public InitiateAuthResult initiateAuth(InitiateAuthRequest initiateAuthRequest) * Lists the sign-in devices that Amazon Cognito has registered to the * current user. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param listDevicesRequest

* Represents the request to list the devices. @@ -4651,9 +5892,33 @@ public ListDevicesResult listDevices(ListDevicesRequest listDevicesRequest) *

* Lists the groups associated with a user pool. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listGroupsRequest * @return listGroupsResult The response from the ListGroups service method, @@ -4704,6 +5969,33 @@ public ListGroupsResult listGroups(ListGroupsRequest listGroupsRequest) *

* Lists information about all IdPs for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listIdentityProvidersRequest * @return listIdentityProvidersResult The response from the @@ -4757,6 +6049,33 @@ public ListIdentityProvidersResult listIdentityProviders( *

* Lists the resource servers for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listResourceServersRequest * @return listResourceServersResult The response from the @@ -4869,8 +6188,35 @@ public ListTagsForResourceResult listTagsForResource( /** *

- * Lists the user import jobs. + * Lists user import jobs for a user pool. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserImportJobsRequest

* Represents the request to list the user import jobs. @@ -4925,6 +6271,33 @@ public ListUserImportJobsResult listUserImportJobs( *

* Lists the clients that have been created for the specified user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserPoolClientsRequest

* Represents the request to list the user pool clients. @@ -4980,6 +6353,33 @@ public ListUserPoolClientsResult listUserPoolClients( *

* Lists the user pools associated with an Amazon Web Services account. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUserPoolsRequest

* Represents the request to list user pools. @@ -5029,8 +6429,35 @@ public ListUserPoolsResult listUserPools(ListUserPoolsRequest listUserPoolsReque /** *

- * Lists the users in the Amazon Cognito user pool. + * Lists users and their basic details in a user pool. + *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param listUsersRequest

* Represents the request to list users. @@ -5083,9 +6510,33 @@ public ListUsersResult listUsers(ListUsersRequest listUsersRequest) *

* Lists the users in the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
* * @param listUsersInGroupRequest * @return listUsersInGroupResult The response from the ListUsersInGroup @@ -5139,6 +6590,16 @@ public ListUsersInGroupResult listUsersInGroup(ListUsersInGroupRequest listUsers *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -5157,7 +6618,7 @@ public ListUsersInGroupResult listUsersInGroup(ListUsersInGroupRequest listUsers * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -5229,6 +6690,16 @@ public ResendConfirmationCodeResult resendConfirmationCode( *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -5247,7 +6718,7 @@ public ResendConfirmationCodeResult resendConfirmationCode( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -5326,6 +6797,17 @@ public RespondToAuthChallengeResult respondToAuthChallenge( * revoked token to access Amazon Cognito user APIs, or to authorize access * to your resource server. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param revokeTokenRequest * @return revokeTokenResult The response from the RevokeToken service @@ -5374,6 +6856,60 @@ public RevokeTokenResult revokeToken(RevokeTokenRequest revokeTokenRequest) } } + /** + *

+ * Sets up or modifies the detailed activity logging configuration of a user + * pool. + *

+ * + * @param setLogDeliveryConfigurationRequest + * @return setLogDeliveryConfigurationResult The response from the + * SetLogDeliveryConfiguration service method, as returned by Amazon + * Cognito Your User Pool. + * @throws InvalidParameterException + * @throws InternalErrorException + * @throws TooManyRequestsException + * @throws NotAuthorizedException + * @throws ResourceNotFoundException + * @throws AmazonClientException If any internal errors are encountered + * inside the client while attempting to make the request or + * handle the response. For example if a network connection is + * not available. + * @throws AmazonServiceException If an error response is returned by Amazon + * Cognito Your User Pool indicating either a problem with the + * data in the request, or a server side issue. + */ + public SetLogDeliveryConfigurationResult setLogDeliveryConfiguration( + SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest) + throws AmazonServiceException, AmazonClientException { + ExecutionContext executionContext = createExecutionContext(setLogDeliveryConfigurationRequest); + AWSRequestMetrics awsRequestMetrics = executionContext.getAwsRequestMetrics(); + awsRequestMetrics.startEvent(Field.ClientExecuteTime); + Request request = null; + Response response = null; + try { + awsRequestMetrics.startEvent(Field.RequestMarshallTime); + try { + request = new SetLogDeliveryConfigurationRequestMarshaller() + .marshall(setLogDeliveryConfigurationRequest); + // Binds the request metrics to the current request. + request.setAWSRequestMetrics(awsRequestMetrics); + } finally { + awsRequestMetrics.endEvent(Field.RequestMarshallTime); + } + Unmarshaller unmarshaller = new SetLogDeliveryConfigurationResultJsonUnmarshaller(); + JsonResponseHandler responseHandler = new JsonResponseHandler( + unmarshaller); + + response = invoke(request, responseHandler, executionContext); + + return response.getAwsResponse(); + } finally { + awsRequestMetrics.endEvent(Field.ClientExecuteTime); + endClientExecution(awsRequestMetrics, request, response, LOGGING_AWS_REQUEST_METRIC); + } + } + /** *

* Configures actions on detected risks. To delete the risk configuration @@ -5520,6 +7056,17 @@ public SetUICustomizationResult setUICustomization( * of sign-in attempts, deactivate MFA for users and turn on Adaptive * Authentication for the user pool. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param setUserMFAPreferenceRequest * @return setUserMFAPreferenceResult The response from the @@ -5596,7 +7143,7 @@ public SetUserMFAPreferenceResult setUserMFAPreference( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -5660,6 +7207,17 @@ public SetUserPoolMfaConfigResult setUserPoolMfaConfig( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserMFAPreference.html" * >SetUserMFAPreference instead. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param setUserSettingsRequest

* Represents the request to set user settings. @@ -5718,6 +7276,16 @@ public SetUserSettingsResult setUserSettings(SetUserSettingsRequest setUserSetti *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -5736,7 +7304,7 @@ public SetUserSettingsResult setUserSettings(SetUserSettingsRequest setUserSetti * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -6038,6 +7606,17 @@ public UntagResourceResult untagResource(UntagResourceRequest untagResourceReque * evaluation decision for the user pool as part of Amazon Cognito advanced * security. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param updateAuthEventFeedbackRequest * @return updateAuthEventFeedbackResult The response from the @@ -6093,6 +7672,17 @@ public UpdateAuthEventFeedbackResult updateAuthEventFeedback( *

* Updates the device status. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param updateDeviceStatusRequest

* Represents the request to update the device status. @@ -6152,9 +7742,33 @@ public UpdateDeviceStatusResult updateDeviceStatus( *

* Updates the specified group with the specified attributes. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more *

+ * + *
* * @param updateGroupRequest * @return updateGroupResult The response from the UpdateGroup service @@ -6205,6 +7819,33 @@ public UpdateGroupResult updateGroup(UpdateGroupRequest updateGroupRequest) *

* Updates IdP information for a user pool. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateIdentityProviderRequest * @return updateIdentityProviderResult The response from the @@ -6266,7 +7907,33 @@ public UpdateIdentityProviderResult updateIdentityProvider( * If you don't provide a value for an attribute, it is set to the default * value. *

- * + * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateResourceServerRequest * @return updateResourceServerResult The response from the @@ -6322,6 +7989,16 @@ public UpdateResourceServerResult updateResourceServer( *

* *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
+ *

* This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number * before you can send SMS messages to US phone numbers. If you use SMS text @@ -6340,7 +8017,7 @@ public UpdateResourceServerResult updateResourceServer( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -6411,13 +8088,6 @@ public UpdateUserAttributesResult updateUserAttributes( } /** - *

- * Updates the specified user pool with the specified attributes. You can - * get a list of the current user pool settings using DescribeUserPool. If you don't provide a value for an attribute, it - * will be set to the default value. - *

* *

* This action might generate an SMS text message. Starting June 1, 2021, US @@ -6438,11 +8108,49 @@ public UpdateUserAttributesResult updateUserAttributes( * numbers. After you test your app while in the sandbox environment, you * can move out of the sandbox and into production. For more information, * see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

*
+ *

+ * Updates the specified user pool with the specified attributes. You can + * get a list of the current user pool settings using DescribeUserPool. + *

+ * + *

+ * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. + *

+ *
+ *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolRequest

* Represents the request to update the user pool. @@ -6507,8 +8215,8 @@ public UpdateUserPoolResult updateUserPool(UpdateUserPoolRequest updateUserPoolR *

* *

- * If you don't provide a value for an attribute, it will be set to the - * default value. + * If you don't provide a value for an attribute, Amazon Cognito sets it to + * its default value. *

*
*

@@ -6517,6 +8225,33 @@ public UpdateUserPoolResult updateUserPool(UpdateUserPoolRequest updateUserPoolR * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolClientRequest

* Represents the request to update the user pool client. @@ -6613,6 +8348,33 @@ public UpdateUserPoolClientResult updateUserPoolClient( * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html" * >Using Your Own Domain for the Hosted UI. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
* * @param updateUserPoolDomainRequest

* The UpdateUserPoolDomain request input. @@ -6671,6 +8433,17 @@ public UpdateUserPoolDomainResult updateUserPoolDomain( * if successful. The request takes an access token or a session string, but * not both. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param verifySoftwareTokenRequest * @return verifySoftwareTokenResult The response from the @@ -6740,6 +8513,17 @@ public VerifySoftwareTokenResult verifySoftwareToken( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UserAttributeUpdateSettingsType.html" * > UserAttributeUpdateSettingsType. *

+ * + *

+ * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) + * policies in requests for this API operation. For this operation, you + * can't use IAM credentials to authorize requests, and you can't grant IAM + * permissions in policies. For more information about authorization models + * in Amazon Cognito, see Using the Amazon Cognito native and OIDC APIs. + *

+ *
* * @param verifyUserAttributeRequest

* Represents the request to verify user attributes. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java index 3f12cb4710..8dfff02362 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java index fe14ad6cfc..987f56c00a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java index 53d57fd93b..5f139dd810 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java index 9c28b15e12..f3b7ccae27 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java index d750ba0bea..9bb8874bd7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java index 4329a3e3d5..8a9e59df23 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

* Adds additional user attributes to the user pool schema. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
*/ public class AddCustomAttributesRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java index ddab20134b..84091edafc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java index 07625e9350..6e3df1cefa 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

* Adds the specified user to the specified group. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminAddUserToGroupRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpRequest.java index bba79637e9..abf93e9380 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,9 +24,33 @@ * Confirms user registration as an admin without using a confirmation code. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpResult.java index b3c419679f..4c3d9fc5f2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminConfirmSignUpResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserConfigType.java index a8ce9d8eb0..9d63df92b8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserRequest.java index 3b54807c25..9081466928 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

@@ -65,9 +65,33 @@ * In either case, the user will be in the FORCE_CHANGE_PASSWORD * state until they sign in and change their password. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminCreateUserRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -181,10 +205,9 @@ public class AdminCreateUserRequest extends AmazonWebServiceRequest implements S *

*

* The temporary password can only be used until the user account expiration - * limit that you specified when you created the user pool. To reset the - * account after that time limit, you must call AdminCreateUser - * again, specifying "RESEND" for the - * MessageAction parameter. + * limit that you set for your user pool. To reset the account after that + * time limit, you must call AdminCreateUser again and specify + * RESEND for the MessageAction parameter. *

*

* Constraints:
@@ -1059,10 +1082,9 @@ public AdminCreateUserRequest withValidationData( *

*

* The temporary password can only be used until the user account expiration - * limit that you specified when you created the user pool. To reset the - * account after that time limit, you must call AdminCreateUser - * again, specifying "RESEND" for the - * MessageAction parameter. + * limit that you set for your user pool. To reset the account after that + * time limit, you must call AdminCreateUser again and specify + * RESEND for the MessageAction parameter. *

*

* Constraints:
@@ -1086,11 +1108,10 @@ public AdminCreateUserRequest withValidationData( *

*

* The temporary password can only be used until the user account - * expiration limit that you specified when you created the user - * pool. To reset the account after that time limit, you must call - * AdminCreateUser again, specifying - * "RESEND" for the MessageAction - * parameter. + * expiration limit that you set for your user pool. To reset the + * account after that time limit, you must call + * AdminCreateUser again and specify + * RESEND for the MessageAction parameter. *

*/ public String getTemporaryPassword() { @@ -1113,10 +1134,9 @@ public String getTemporaryPassword() { *

*

* The temporary password can only be used until the user account expiration - * limit that you specified when you created the user pool. To reset the - * account after that time limit, you must call AdminCreateUser - * again, specifying "RESEND" for the - * MessageAction parameter. + * limit that you set for your user pool. To reset the account after that + * time limit, you must call AdminCreateUser again and specify + * RESEND for the MessageAction parameter. *

*

* Constraints:
@@ -1140,10 +1160,10 @@ public String getTemporaryPassword() { *

*

* The temporary password can only be used until the user account - * expiration limit that you specified when you created the user - * pool. To reset the account after that time limit, you must - * call AdminCreateUser again, specifying - * "RESEND" for the MessageAction + * expiration limit that you set for your user pool. To reset the + * account after that time limit, you must call + * AdminCreateUser again and specify + * RESEND for the MessageAction * parameter. *

*/ @@ -1167,10 +1187,9 @@ public void setTemporaryPassword(String temporaryPassword) { *

*

* The temporary password can only be used until the user account expiration - * limit that you specified when you created the user pool. To reset the - * account after that time limit, you must call AdminCreateUser - * again, specifying "RESEND" for the - * MessageAction parameter. + * limit that you set for your user pool. To reset the account after that + * time limit, you must call AdminCreateUser again and specify + * RESEND for the MessageAction parameter. *

*

* Returns a reference to this object so that method calls can be chained @@ -1197,10 +1216,10 @@ public void setTemporaryPassword(String temporaryPassword) { *

*

* The temporary password can only be used until the user account - * expiration limit that you specified when you created the user - * pool. To reset the account after that time limit, you must - * call AdminCreateUser again, specifying - * "RESEND" for the MessageAction + * expiration limit that you set for your user pool. To reset the + * account after that time limit, you must call + * AdminCreateUser again and specify + * RESEND for the MessageAction * parameter. *

* @return A reference to this updated object so that method calls can be diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserResult.java index a0df080543..daa14ee34f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminCreateUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesRequest.java index 768fb7689a..78f5bd40bc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,9 +24,33 @@ * Deletes the user attributes in a user pool as an administrator. Works on any * user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminDeleteUserAttributesRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesResult.java index 4fa24fbcb4..7fe2157b8d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserAttributesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserRequest.java index cb1f96b244..b3ea18cb05 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDeleteUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

* Deletes a user as an administrator. Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminDeleteUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserRequest.java index 1a627d7776..30ad04177f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -33,10 +33,6 @@ * >AdminLinkProviderForUser. *

*

- * This action is enabled only for admin access and requires developer - * credentials. - *

- *

* The ProviderName must match the value specified when creating an * IdP for the pool. *

@@ -66,6 +62,33 @@ * ProviderAttributeValue must be the subject of the SAML * assertion. *

+ * + *

+ * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminDisableProviderForUserRequest extends AmazonWebServiceRequest implements Serializable { @@ -73,6 +96,9 @@ public class AdminDisableProviderForUserRequest extends AmazonWebServiceRequest *

* The user pool ID for the user pool. *

+ *

+ * Constraints:
+ * Length: 0 - 131072
*/ private String userPoolId; @@ -87,6 +113,9 @@ public class AdminDisableProviderForUserRequest extends AmazonWebServiceRequest *

* The user pool ID for the user pool. *

+ *

+ * Constraints:
+ * Length: 0 - 131072
* * @return

* The user pool ID for the user pool. @@ -100,6 +129,9 @@ public String getUserPoolId() { *

* The user pool ID for the user pool. *

+ *

+ * Constraints:
+ * Length: 0 - 131072
* * @param userPoolId

* The user pool ID for the user pool. @@ -116,6 +148,9 @@ public void setUserPoolId(String userPoolId) { *

* Returns a reference to this object so that method calls can be chained * together. + *

+ * Constraints:
+ * Length: 0 - 131072
* * @param userPoolId

* The user pool ID for the user pool. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserResult.java index f1af1049e7..a86ca84a9b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableProviderForUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserRequest.java index 19f65ee38c..98a01c74e8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,10 +25,33 @@ * user can't sign in, but still appears in the responses to * GetUser and ListUsers API requests. *

+ * *

- * You must make this API request with Amazon Web Services credentials that have - * cognito-idp:AdminDisableUser permissions. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminDisableUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserResult.java index 8a796f2fcd..fc4fec95e9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminDisableUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserRequest.java index 4f4c883909..de3950f504 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

* Enables the specified user as an administrator. Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminEnableUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserResult.java index e344a01f66..23bb3c9385 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminEnableUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminForgetDeviceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminForgetDeviceRequest.java index 7993c44466..416260c4ca 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminForgetDeviceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminForgetDeviceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

* Forgets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminForgetDeviceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceRequest.java index c67aed769d..f475aad3e1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

* Gets the device, as an administrator. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminGetDeviceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceResult.java index 52f69d7be5..2e109f9a72 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetDeviceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserRequest.java index d1ff013fe5..98e8b88505 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,9 +24,33 @@ * Gets the specified user by user name in a user pool as an administrator. * Works on any user. *

+ * *

- * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

+ *

+ * Learn more + *

+ * + *
*/ public class AdminGetUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserResult.java index 925f57c9a8..e5572ef710 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminGetUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ public class AdminGetUserResult implements Serializable { /** *

- * The user name of the user about whom you're receiving information. + * The username of the user that you requested. *

*

* Constraints:
@@ -51,7 +51,9 @@ public class AdminGetUserResult implements Serializable { /** *

- * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

*/ private java.util.Date userLastModifiedDate; @@ -80,11 +82,6 @@ public class AdminGetUserResult implements Serializable { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -124,6 +121,9 @@ public class AdminGetUserResult implements Serializable { *

    * The user's preferred MFA setting. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String preferredMfaSetting; @@ -137,7 +137,7 @@ public class AdminGetUserResult implements Serializable { /** *

    - * The user name of the user about whom you're receiving information. + * The username of the user that you requested. *

    *

    * Constraints:
    @@ -145,8 +145,7 @@ public class AdminGetUserResult implements Serializable { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @return

    - * The user name of the user about whom you're receiving - * information. + * The username of the user that you requested. *

    */ public String getUsername() { @@ -155,7 +154,7 @@ public String getUsername() { /** *

    - * The user name of the user about whom you're receiving information. + * The username of the user that you requested. *

    *

    * Constraints:
    @@ -163,8 +162,7 @@ public String getUsername() { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @param username

    - * The user name of the user about whom you're receiving - * information. + * The username of the user that you requested. *

    */ public void setUsername(String username) { @@ -173,7 +171,7 @@ public void setUsername(String username) { /** *

    - * The user name of the user about whom you're receiving information. + * The username of the user that you requested. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -184,8 +182,7 @@ public void setUsername(String username) { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @param username

    - * The user name of the user about whom you're receiving - * information. + * The username of the user that you requested. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -316,11 +313,15 @@ public AdminGetUserResult withUserCreateDate(java.util.Date userCreateDate) { /** *

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getUserLastModifiedDate() { @@ -329,11 +330,15 @@ public java.util.Date getUserLastModifiedDate() { /** *

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param userLastModifiedDate

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setUserLastModifiedDate(java.util.Date userLastModifiedDate) { @@ -342,14 +347,18 @@ public void setUserLastModifiedDate(java.util.Date userLastModifiedDate) { /** *

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param userLastModifiedDate

    - * The date the user was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -434,11 +443,6 @@ public AdminGetUserResult withEnabled(Boolean enabled) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -477,11 +481,6 @@ public AdminGetUserResult withEnabled(Boolean enabled) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -523,11 +522,6 @@ public String getUserStatus() { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -566,11 +560,6 @@ public String getUserStatus() { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -612,11 +601,6 @@ public void setUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -658,11 +642,6 @@ public void setUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -707,11 +686,6 @@ public AdminGetUserResult withUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -750,11 +724,6 @@ public AdminGetUserResult withUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -796,11 +765,6 @@ public void setUserStatus(UserStatusType userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -842,11 +806,6 @@ public void setUserStatus(UserStatusType userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -988,6 +947,9 @@ public AdminGetUserResult withMFAOptions(java.util.Collection mFA *

    * The user's preferred MFA setting. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The user's preferred MFA setting. @@ -1001,6 +963,9 @@ public String getPreferredMfaSetting() { *

    * The user's preferred MFA setting. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param preferredMfaSetting

    * The user's preferred MFA setting. @@ -1017,6 +982,9 @@ public void setPreferredMfaSetting(String preferredMfaSetting) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param preferredMfaSetting

    * The user's preferred MFA setting. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthRequest.java index 96df3a2215..7a94c4f302 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,14 +42,37 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    - *
    + *
    + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminInitiateAuthRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -162,17 +185,18 @@ public class AdminInitiateAuthRequest extends AmazonWebServiceRequest implements * *
  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH (required - * if the app client is configured with a client secret), + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME (required), - * SECRET_HASH (if app client is configured with client - * secret), PASSWORD (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH (required + * if the app client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • @@ -185,6 +209,14 @@ public class AdminInitiateAuthRequest extends AmazonWebServiceRequest implements *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ private java.util.Map authParameters; @@ -1168,17 +1200,18 @@ public AdminInitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { * *
  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH (required - * if the app client is configured with a client secret), + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME (required), - * SECRET_HASH (if app client is configured with client - * secret), PASSWORD (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH (required + * if the app client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • @@ -1191,6 +1224,14 @@ public AdminInitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @return

    * The authentication parameters. These are inputs corresponding to @@ -1208,17 +1249,17 @@ public AdminInitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { * *

  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH - * (required if the app client is configured with a client secret), - * DEVICE_KEY. + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME - * (required), SECRET_HASH (if app client is configured - * with client secret), PASSWORD (required), + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • @@ -1233,6 +1274,14 @@ public AdminInitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public java.util.Map getAuthParameters() { return authParameters; @@ -1254,17 +1303,18 @@ public java.util.Map getAuthParameters() { * *
  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH (required - * if the app client is configured with a client secret), + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME (required), - * SECRET_HASH (if app client is configured with client - * secret), PASSWORD (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH (required + * if the app client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • @@ -1277,6 +1327,14 @@ public java.util.Map getAuthParameters() { *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @param authParameters

    * The authentication parameters. These are inputs corresponding @@ -1294,18 +1352,19 @@ public java.util.Map getAuthParameters() { * *

  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), - * SECRET_HASH (required if the app client is - * configured with a client secret), DEVICE_KEY. + * For ADMIN_USER_PASSWORD_AUTH: + * USERNAME (required), PASSWORD + * (required), SECRET_HASH (required if the app + * client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME - * (required), SECRET_HASH (if app client is - * configured with client secret), PASSWORD - * (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. *

    *
  • *
  • @@ -1319,6 +1378,15 @@ public java.util.Map getAuthParameters() { *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public void setAuthParameters(java.util.Map authParameters) { this.authParameters = authParameters; @@ -1340,17 +1408,18 @@ public void setAuthParameters(java.util.Map authParameters) { * *
  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH (required - * if the app client is configured with a client secret), + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME (required), - * SECRET_HASH (if app client is configured with client - * secret), PASSWORD (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH (required + * if the app client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • @@ -1364,6 +1433,14 @@ public void setAuthParameters(java.util.Map authParameters) { *
  • * *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * Returns a reference to this object so that method calls can be chained * together. * @@ -1383,18 +1460,19 @@ public void setAuthParameters(java.util.Map authParameters) { * *

  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), - * SECRET_HASH (required if the app client is - * configured with a client secret), DEVICE_KEY. + * For ADMIN_USER_PASSWORD_AUTH: + * USERNAME (required), PASSWORD + * (required), SECRET_HASH (required if the app + * client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME - * (required), SECRET_HASH (if app client is - * configured with client secret), PASSWORD - * (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. *

    *
  • *
  • @@ -1408,6 +1486,15 @@ public void setAuthParameters(java.util.Map authParameters) { *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * @return A reference to this updated object so that method calls can be * chained together. */ @@ -1432,17 +1519,18 @@ public AdminInitiateAuthRequest withAuthParameters(java.util.Map * *
  • *

    - * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: - * REFRESH_TOKEN (required), SECRET_HASH (required - * if the app client is configured with a client secret), + * For ADMIN_USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), SECRET_HASH + * (required if the app client is configured with a client secret), * DEVICE_KEY. *

    *
  • *
  • *

    - * For ADMIN_NO_SRP_AUTH: USERNAME (required), - * SECRET_HASH (if app client is configured with client - * secret), PASSWORD (required), DEVICE_KEY. + * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: + * REFRESH_TOKEN (required), SECRET_HASH (required + * if the app client is configured with a client secret), + * DEVICE_KEY. *

    *
  • *
  • @@ -1456,6 +1544,14 @@ public AdminInitiateAuthRequest withAuthParameters(java.util.Map *
  • * *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * The method adds a new key-value pair into AuthParameters parameter, and * returns a reference to this object so that method calls can be chained * together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthResult.java index edee9c8bff..961bb217d9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminInitiateAuthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserRequest.java index 37f6c9509e..f27da334a9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -44,10 +44,33 @@ * with external IdPs and provider attributes that have been trusted by the * application owner. *

    - * + * *

    - * This action is administrative and requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminLinkProviderForUserRequest extends AmazonWebServiceRequest implements Serializable { @@ -55,17 +78,20 @@ public class AdminLinkProviderForUserRequest extends AmazonWebServiceRequest imp *

    * The user pool ID for the user pool. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String userPoolId; /** *

    * The existing user in the user pool that you want to assign to the - * external IdP user account. This user can be a native (Username + - * Password) Amazon Cognito user pools user or a federated user (for - * example, a SAML or Facebook user). If the user doesn't exist, Amazon - * Cognito generates an exception. Amazon Cognito returns this user when the - * new user (with the linked IdP attribute) signs in. + * external IdP user account. This user can be a local (Username + Password) + * Amazon Cognito user pools user or a federated user (for example, a SAML + * or Facebook user). If the user doesn't exist, Amazon Cognito generates an + * exception. Amazon Cognito returns this user when the new user (with the + * linked IdP attribute) signs in. *

    *

    * For a native username + password user, the @@ -111,14 +137,26 @@ public class AdminLinkProviderForUserRequest extends AmazonWebServiceRequest imp *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any value that + * matches a claim in the ID token, or that your app retrieves from the + * userInfo endpoint. You must map the claim to a user pool + * attribute in your IdP configuration, and set the user pool attribute name + * as the value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any value that - * matches a claim in the SAML assertion. If you want to link SAML users - * based on the subject of the SAML assertion, you should map the subject to - * a claim through the SAML IdP and submit that claim name as the - * ProviderAttributeName. If you set + * matches a claim in the SAML assertion. To link SAML users based on the + * subject of the SAML assertion, map the subject to a claim through the + * SAML IdP and set that claim name as the value of + * ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to Cognito_Subject, * Amazon Cognito will automatically parse the default unique identifier - * found in the subject from the SAML token. + * found in the subject from the IdP token. *

    */ private ProviderUserIdentifierType sourceUser; @@ -127,6 +165,9 @@ public class AdminLinkProviderForUserRequest extends AmazonWebServiceRequest imp *

    * The user pool ID for the user pool. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The user pool ID for the user pool. @@ -140,6 +181,9 @@ public String getUserPoolId() { *

    * The user pool ID for the user pool. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param userPoolId

    * The user pool ID for the user pool. @@ -156,6 +200,9 @@ public void setUserPoolId(String userPoolId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param userPoolId

    * The user pool ID for the user pool. @@ -171,11 +218,11 @@ public AdminLinkProviderForUserRequest withUserPoolId(String userPoolId) { /** *

    * The existing user in the user pool that you want to assign to the - * external IdP user account. This user can be a native (Username + - * Password) Amazon Cognito user pools user or a federated user (for - * example, a SAML or Facebook user). If the user doesn't exist, Amazon - * Cognito generates an exception. Amazon Cognito returns this user when the - * new user (with the linked IdP attribute) signs in. + * external IdP user account. This user can be a local (Username + Password) + * Amazon Cognito user pools user or a federated user (for example, a SAML + * or Facebook user). If the user doesn't exist, Amazon Cognito generates an + * exception. Amazon Cognito returns this user when the new user (with the + * linked IdP attribute) signs in. *

    *

    * For a native username + password user, the @@ -201,7 +248,7 @@ public AdminLinkProviderForUserRequest withUserPoolId(String userPoolId) { * * @return

    * The existing user in the user pool that you want to assign to the - * external IdP user account. This user can be a native (Username + + * external IdP user account. This user can be a local (Username + * Password) Amazon Cognito user pools user or a federated user (for * example, a SAML or Facebook user). If the user doesn't exist, * Amazon Cognito generates an exception. Amazon Cognito returns @@ -238,11 +285,11 @@ public ProviderUserIdentifierType getDestinationUser() { /** *

    * The existing user in the user pool that you want to assign to the - * external IdP user account. This user can be a native (Username + - * Password) Amazon Cognito user pools user or a federated user (for - * example, a SAML or Facebook user). If the user doesn't exist, Amazon - * Cognito generates an exception. Amazon Cognito returns this user when the - * new user (with the linked IdP attribute) signs in. + * external IdP user account. This user can be a local (Username + Password) + * Amazon Cognito user pools user or a federated user (for example, a SAML + * or Facebook user). If the user doesn't exist, Amazon Cognito generates an + * exception. Amazon Cognito returns this user when the new user (with the + * linked IdP attribute) signs in. *

    *

    * For a native username + password user, the @@ -268,7 +315,7 @@ public ProviderUserIdentifierType getDestinationUser() { * * @param destinationUser

    * The existing user in the user pool that you want to assign to - * the external IdP user account. This user can be a native + * the external IdP user account. This user can be a local * (Username + Password) Amazon Cognito user pools user or a * federated user (for example, a SAML or Facebook user). If the * user doesn't exist, Amazon Cognito generates an exception. @@ -305,11 +352,11 @@ public void setDestinationUser(ProviderUserIdentifierType destinationUser) { /** *

    * The existing user in the user pool that you want to assign to the - * external IdP user account. This user can be a native (Username + - * Password) Amazon Cognito user pools user or a federated user (for - * example, a SAML or Facebook user). If the user doesn't exist, Amazon - * Cognito generates an exception. Amazon Cognito returns this user when the - * new user (with the linked IdP attribute) signs in. + * external IdP user account. This user can be a local (Username + Password) + * Amazon Cognito user pools user or a federated user (for example, a SAML + * or Facebook user). If the user doesn't exist, Amazon Cognito generates an + * exception. Amazon Cognito returns this user when the new user (with the + * linked IdP attribute) signs in. *

    *

    * For a native username + password user, the @@ -338,7 +385,7 @@ public void setDestinationUser(ProviderUserIdentifierType destinationUser) { * * @param destinationUser

    * The existing user in the user pool that you want to assign to - * the external IdP user account. This user can be a native + * the external IdP user account. This user can be a local * (Username + Password) Amazon Cognito user pools user or a * federated user (for example, a SAML or Facebook user). If the * user doesn't exist, Amazon Cognito generates an exception. @@ -396,14 +443,26 @@ public AdminLinkProviderForUserRequest withDestinationUser( *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any value that + * matches a claim in the ID token, or that your app retrieves from the + * userInfo endpoint. You must map the claim to a user pool + * attribute in your IdP configuration, and set the user pool attribute name + * as the value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any value that - * matches a claim in the SAML assertion. If you want to link SAML users - * based on the subject of the SAML assertion, you should map the subject to - * a claim through the SAML IdP and submit that claim name as the - * ProviderAttributeName. If you set + * matches a claim in the SAML assertion. To link SAML users based on the + * subject of the SAML assertion, map the subject to a claim through the + * SAML IdP and set that claim name as the value of + * ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to Cognito_Subject, * Amazon Cognito will automatically parse the default unique identifier - * found in the subject from the SAML token. + * found in the subject from the IdP token. *

    * * @return

    @@ -427,15 +486,28 @@ public AdminLinkProviderForUserRequest withDestinationUser( *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any value + * that matches a claim in the ID token, or that your app retrieves + * from the userInfo endpoint. You must map the claim + * to a user pool attribute in your IdP configuration, and set the + * user pool attribute name as the value of + * ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any value - * that matches a claim in the SAML assertion. If you want to link - * SAML users based on the subject of the SAML assertion, you should - * map the subject to a claim through the SAML IdP and submit that - * claim name as the ProviderAttributeName. If you set + * that matches a claim in the SAML assertion. To link SAML users + * based on the subject of the SAML assertion, map the subject to a + * claim through the SAML IdP and set that claim name as the value + * of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to * Cognito_Subject, Amazon Cognito will automatically * parse the default unique identifier found in the subject from the - * SAML token. + * IdP token. *

    */ public ProviderUserIdentifierType getSourceUser() { @@ -462,14 +534,26 @@ public ProviderUserIdentifierType getSourceUser() { *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any value that + * matches a claim in the ID token, or that your app retrieves from the + * userInfo endpoint. You must map the claim to a user pool + * attribute in your IdP configuration, and set the user pool attribute name + * as the value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any value that - * matches a claim in the SAML assertion. If you want to link SAML users - * based on the subject of the SAML assertion, you should map the subject to - * a claim through the SAML IdP and submit that claim name as the - * ProviderAttributeName. If you set + * matches a claim in the SAML assertion. To link SAML users based on the + * subject of the SAML assertion, map the subject to a claim through the + * SAML IdP and set that claim name as the value of + * ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to Cognito_Subject, * Amazon Cognito will automatically parse the default unique identifier - * found in the subject from the SAML token. + * found in the subject from the IdP token. *

    * * @param sourceUser

    @@ -493,16 +577,28 @@ public ProviderUserIdentifierType getSourceUser() { *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any + * value that matches a claim in the ID token, or that your app + * retrieves from the userInfo endpoint. You must + * map the claim to a user pool attribute in your IdP + * configuration, and set the user pool attribute name as the + * value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any - * value that matches a claim in the SAML assertion. If you want - * to link SAML users based on the subject of the SAML assertion, - * you should map the subject to a claim through the SAML IdP and - * submit that claim name as the - * ProviderAttributeName. If you set + * value that matches a claim in the SAML assertion. To link SAML + * users based on the subject of the SAML assertion, map the + * subject to a claim through the SAML IdP and set that claim + * name as the value of ProviderAttributeName in + * your AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to * Cognito_Subject, Amazon Cognito will * automatically parse the default unique identifier found in the - * subject from the SAML token. + * subject from the IdP token. *

    */ public void setSourceUser(ProviderUserIdentifierType sourceUser) { @@ -529,14 +625,26 @@ public void setSourceUser(ProviderUserIdentifierType sourceUser) { *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any value that + * matches a claim in the ID token, or that your app retrieves from the + * userInfo endpoint. You must map the claim to a user pool + * attribute in your IdP configuration, and set the user pool attribute name + * as the value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any value that - * matches a claim in the SAML assertion. If you want to link SAML users - * based on the subject of the SAML assertion, you should map the subject to - * a claim through the SAML IdP and submit that claim name as the - * ProviderAttributeName. If you set + * matches a claim in the SAML assertion. To link SAML users based on the + * subject of the SAML assertion, map the subject to a claim through the + * SAML IdP and set that claim name as the value of + * ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to Cognito_Subject, * Amazon Cognito will automatically parse the default unique identifier - * found in the subject from the SAML token. + * found in the subject from the IdP token. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -563,16 +671,28 @@ public void setSourceUser(ProviderUserIdentifierType sourceUser) { *

    *

    *

    + * For OIDC, the ProviderAttributeName can be any + * value that matches a claim in the ID token, or that your app + * retrieves from the userInfo endpoint. You must + * map the claim to a user pool attribute in your IdP + * configuration, and set the user pool attribute name as the + * value of ProviderAttributeName in your + * AdminLinkProviderForUser request. + *

    + *

    * For SAML, the ProviderAttributeName can be any - * value that matches a claim in the SAML assertion. If you want - * to link SAML users based on the subject of the SAML assertion, - * you should map the subject to a claim through the SAML IdP and - * submit that claim name as the - * ProviderAttributeName. If you set + * value that matches a claim in the SAML assertion. To link SAML + * users based on the subject of the SAML assertion, map the + * subject to a claim through the SAML IdP and set that claim + * name as the value of ProviderAttributeName in + * your AdminLinkProviderForUser request. + *

    + *

    + * For both OIDC and SAML users, when you set * ProviderAttributeName to * Cognito_Subject, Amazon Cognito will * automatically parse the default unique identifier found in the - * subject from the SAML token. + * subject from the IdP token. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserResult.java index 1368f67f23..47398ffe6a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminLinkProviderForUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesRequest.java index a99c7a9188..fb5931f1df 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Lists devices, as an administrator. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminListDevicesRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesResult.java index b66e01c176..3b7ca19713 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListDevicesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserRequest.java index b9321b68e7..b4c4e2e825 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Lists the groups that the user belongs to. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminListGroupsForUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserResult.java index a658b64aac..cde9a4bafe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListGroupsForUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsRequest.java index 50d1669de4..74e3632fbd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,33 @@ * A history of user activity and any risks detected as part of Amazon Cognito * advanced security. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminListUserAuthEventsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsResult.java index 49c0c2cc21..c781795284 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminListUserAuthEventsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRemoveUserFromGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRemoveUserFromGroupRequest.java index 12b54b046f..edda6ede13 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRemoveUserFromGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRemoveUserFromGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Removes the specified user from the specified group. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminRemoveUserFromGroupRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordRequest.java index 037dd159f2..a9ae0c9727 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,17 +24,6 @@ * Resets the specified user's password in a user pool as an administrator. * Works on any user. *

    - *

    - * When a developer calls this API, the current password is invalidated, so it - * must be changed. If a user tries to sign in after the API is called, the app - * will get a PasswordResetRequiredException exception back and should direct - * the user down the flow to reset the password, which is the same as the forgot - * password flow. In addition, if the user pool has phone verification selected - * and a verified phone number exists for the user, or if email verification is - * selected and a verified email exists for the user, calling this API will also - * result in sending a message to the end user with the code to change their - * password. - *

    * *

    * This action might generate an SMS text message. Starting June 1, 2021, US @@ -54,14 +43,48 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    *
    *

    - * Calling this action requires developer credentials. + * Deactivates a user's password, requiring them to change it. If a user tries + * to sign in after the API is called, Amazon Cognito responds with a + * PasswordResetRequiredException error. Your app must then perform + * the actions that reset your user's password: the forgot-password flow. In + * addition, if the user pool has phone verification selected and a verified + * phone number exists for the user, or if email verification is selected and a + * verified email exists for the user, calling this API will also result in + * sending a message to the end user with the code to change their password. + *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more *

    + * + *
    */ public class AdminResetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordResult.java index 332a5d6ce1..8635c3abf6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminResetUserPasswordResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeRequest.java index 7c36a6fd53..c2dd4122db 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,14 +42,37 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    - *
    + *
    + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminRespondToAuthChallengeRequest extends AmazonWebServiceRequest implements Serializable { @@ -159,6 +182,14 @@ public class AdminRespondToAuthChallengeRequest extends AmazonWebServiceRequest * USERNAMEUSER_ID_FOR_SRP attribute. This happens even if you * specified an alias in your call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ private java.util.Map challengeResponses; @@ -604,6 +635,14 @@ public AdminRespondToAuthChallengeRequest withChallengeName(ChallengeNameType ch * USERNAMEUSER_ID_FOR_SRP attribute. This happens even if you * specified an alias in your call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @return

    * The challenge responses. These are inputs corresponding to the @@ -678,6 +717,14 @@ public AdminRespondToAuthChallengeRequest withChallengeName(ChallengeNameType ch * attribute. This happens even if you specified an alias in your * call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public java.util.Map getChallengeResponses() { return challengeResponses; @@ -753,6 +800,14 @@ public java.util.Map getChallengeResponses() { * USERNAMEUSER_ID_FOR_SRP attribute. This happens even if you * specified an alias in your call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @param challengeResponses

    * The challenge responses. These are inputs corresponding to the @@ -830,6 +885,15 @@ public java.util.Map getChallengeResponses() { * attribute. This happens even if you specified an alias in your * call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public void setChallengeResponses(java.util.Map challengeResponses) { this.challengeResponses = challengeResponses; @@ -906,6 +970,14 @@ public void setChallengeResponses(java.util.Map challengeRespons * specified an alias in your call to AdminInitiateAuth. *

    *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * Returns a reference to this object so that method calls can be chained * together. * @@ -985,6 +1057,15 @@ public void setChallengeResponses(java.util.Map challengeRespons * attribute. This happens even if you specified an alias in your * call to AdminInitiateAuth. *

    + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * @return A reference to this updated object so that method calls can be * chained together. */ @@ -1065,6 +1146,14 @@ public AdminRespondToAuthChallengeRequest withChallengeResponses( * specified an alias in your call to AdminInitiateAuth. *

    *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * The method adds a new key-value pair into ChallengeResponses parameter, * and returns a reference to this object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeResult.java index bc509f14a6..0e27498080 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminRespondToAuthChallengeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceRequest.java index 9395d12b79..276da0feb5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -28,6 +28,33 @@ * preference is set, a challenge to choose an MFA option will be returned * during sign-in. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminSetUserMFAPreferenceRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceResult.java index 1dd1a3bdf7..1ede620a0b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserMFAPreferenceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordRequest.java index 303c418f45..e4f49392e4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -36,6 +36,48 @@ * Once the user has set a new password, or the password is permanent, the user * status is set to Confirmed. *

    + *

    + * AdminSetUserPassword can set a password for the user profile + * that Amazon Cognito creates for third-party federated users. When you set a + * password, the federated user's status changes from + * EXTERNAL_PROVIDER to CONFIRMED. A user in this + * state can sign in as a federated user, and initiate authentication flows in + * the API like a linked native user. They can also modify their password and + * attributes in token-authenticated API requests like + * ChangePassword and UpdateUserAttributes. As a best + * security practice and to keep users in sync with your external IdP, don't set + * passwords on federated user profiles. To set up a federated user for native + * sign-in with a linked native user, refer to Linking federated users to an existing user profile. + *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminSetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordResult.java index eec0583893..d3d6662338 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserPasswordResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsRequest.java index 9d54e76358..82d0796599 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,33 @@ * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserMFAPreference.html" * >AdminSetUserMFAPreference instead. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminSetUserSettingsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsResult.java index 718059dee1..18a94cc6e4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminSetUserSettingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackRequest.java index 24e4906c59..65188a2db0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,6 +25,33 @@ * valid user. This feedback is used for improving the risk evaluation decision * for the user pool as part of Amazon Cognito advanced security. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminUpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest implements Serializable { @@ -63,7 +90,13 @@ public class AdminUpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    @@ -244,14 +277,27 @@ public AdminUpdateAuthEventFeedbackRequest withEventId(String eventId) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @return

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell + * Amazon Cognito that you trust a user session where Amazon Cognito + * has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or you + * don't believe that Amazon Cognito evaluated a high-enough risk + * level. *

    * @see FeedbackValueType */ @@ -261,14 +307,27 @@ public String getFeedbackValue() { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @see FeedbackValueType */ @@ -278,7 +337,13 @@ public void setFeedbackValue(String feedbackValue) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -288,7 +353,14 @@ public void setFeedbackValue(String feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -301,14 +373,27 @@ public AdminUpdateAuthEventFeedbackRequest withFeedbackValue(String feedbackValu /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @see FeedbackValueType */ @@ -318,7 +403,13 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -328,7 +419,14 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackResult.java index 779036b8cb..ad6239a0bb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateAuthEventFeedbackResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusRequest.java index e7b00caebb..6d10d583b4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Updates the device status as an administrator. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminUpdateDeviceStatusRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusResult.java index df3c214c52..8c65bd68a5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateDeviceStatusResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesRequest.java index c032f75126..7595245423 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,18 +20,6 @@ import com.amazonaws.AmazonWebServiceRequest; /** - *

    - * Updates the specified user's attributes, including developer attributes, as - * an administrator. Works on any user. - *

    - *

    - * For custom attributes, you must prepend the custom: prefix to - * the attribute name. - *

    - *

    - * In addition to updating user attributes, this API can also be used to mark - * phone and email as verified. - *

    * *

    * This action might generate an SMS text message. Starting June 1, 2021, US @@ -51,14 +39,50 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    *
    *

    - * Calling this action requires developer credentials. + * Updates the specified user's attributes, including developer attributes, as + * an administrator. Works on any user. *

    + *

    + * For custom attributes, you must prepend the custom: prefix to + * the attribute name. + *

    + *

    + * In addition to updating user attributes, this API can also be used to mark + * phone and email as verified. + *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminUpdateUserAttributesRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesResult.java index 8cdb034ac9..9c945fceae 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUpdateUserAttributesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutRequest.java index 73754f777b..e6a3ee696a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,17 +21,44 @@ /** *

    - * Signs out a user from all devices. You must sign - * AdminUserGlobalSignOut requests with Amazon Web Services - * credentials. It also invalidates all refresh tokens that Amazon Cognito has - * issued to a user. The user's current access and ID tokens remain valid until - * they expire. By default, access and ID tokens expire one hour after they're - * issued. A user can still use a hosted UI cookie to retrieve new tokens for - * the duration of the cookie validity period of 1 hour. + * Signs out a user from all devices. AdminUserGlobalSignOut + * invalidates all identity, access and refresh tokens that Amazon Cognito has + * issued to a user. A user can still use a hosted UI cookie to retrieve new + * tokens for the duration of the 1-hour cookie validity period. *

    *

    - * Calling this action requires developer credentials. + * Your app isn't aware that a user's access token is revoked unless it attempts + * to authorize a user pools API request with an access token that contains the + * scope aws.cognito.signin.user.admin. Your app might otherwise + * accept access tokens until they expire. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class AdminUserGlobalSignOutRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutResult.java index 3ef22be57d..a89e7988b9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminUserGlobalSignOutResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdvancedSecurityModeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdvancedSecurityModeType.java index 21b9c3973d..0610b9c643 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdvancedSecurityModeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdvancedSecurityModeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasAttributeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasAttributeType.java index d2c8db7ead..7f5679d6ee 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasAttributeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasAttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasExistsException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasExistsException.java index e6d3fa3776..cff896c00a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasExistsException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AliasExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsConfigurationType.java index fef10ed67a..34af5ee059 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ *

    * *

    - * In Regions where Amazon Pinpointisn't available, user pools only support + * In Regions where Amazon Pinpoint isn't available, user pools only support * sending events to Amazon Pinpoint projects in us-east-1. In Regions where * Amazon Pinpoint is available, user pools support sending events to Amazon * Pinpoint projects within that same Region. @@ -76,6 +76,9 @@ public class AnalyticsConfigurationType implements Serializable { *

    * The external ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String externalId; @@ -298,6 +301,9 @@ public AnalyticsConfigurationType withRoleArn(String roleArn) { *

    * The external ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The external ID. @@ -311,6 +317,9 @@ public String getExternalId() { *

    * The external ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param externalId

    * The external ID. @@ -327,6 +336,9 @@ public void setExternalId(String externalId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param externalId

    * The external ID. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsMetadataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsMetadataType.java index 3b995b7673..d2ca6a1959 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsMetadataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AnalyticsMetadataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -35,6 +35,9 @@ public class AnalyticsMetadataType implements Serializable { *

    * The endpoint ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String analyticsEndpointId; @@ -42,6 +45,9 @@ public class AnalyticsMetadataType implements Serializable { *

    * The endpoint ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The endpoint ID. @@ -55,6 +61,9 @@ public String getAnalyticsEndpointId() { *

    * The endpoint ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param analyticsEndpointId

    * The endpoint ID. @@ -71,6 +80,9 @@ public void setAnalyticsEndpointId(String analyticsEndpointId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param analyticsEndpointId

    * The endpoint ID. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenRequest.java index 3cfc155df4..55ed09ff8e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -46,6 +46,16 @@ * SOFTWARE_TOKEN_MFA challenge when they authenticate. Respond to * this challenge with your user's TOTP. *

    + *
    + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    *
    */ public class AssociateSoftwareTokenRequest extends AmazonWebServiceRequest implements Serializable { diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenResult.java index 74b1a2b329..8318d4a70b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AssociateSoftwareTokenResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeDataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeDataType.java index 55b4bf4d8e..4c1777db80 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeDataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeDataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeType.java index d5f8257410..d2d2f229f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthEventType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthEventType.java index 079dd52d5a..8af0b86cb2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthEventType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthEventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class AuthEventType implements Serializable { *

    * The event ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String eventId; @@ -43,7 +46,9 @@ public class AuthEventType implements Serializable { /** *

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -93,6 +98,9 @@ public class AuthEventType implements Serializable { *

    * The event ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The event ID. @@ -106,6 +114,9 @@ public String getEventId() { *

    * The event ID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param eventId

    * The event ID. @@ -122,6 +133,9 @@ public void setEventId(String eventId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param eventId

    * The event ID. @@ -238,11 +252,15 @@ public AuthEventType withEventType(EventType eventType) { /** *

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -251,11 +269,15 @@ public java.util.Date getCreationDate() { /** *

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -264,14 +286,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The creation date + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthFlowType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthFlowType.java index 3d1809e3ca..76a501a29a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthFlowType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthFlowType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthenticationResultType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthenticationResultType.java index c7a23f77fb..8ed44b71b6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthenticationResultType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AuthenticationResultType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -45,6 +45,9 @@ public class AuthenticationResultType implements Serializable { *

    * The token type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String tokenType; @@ -184,6 +187,9 @@ public AuthenticationResultType withExpiresIn(Integer expiresIn) { *

    * The token type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The token type. @@ -197,6 +203,9 @@ public String getTokenType() { *

    * The token type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param tokenType

    * The token type. @@ -213,6 +222,9 @@ public void setTokenType(String tokenType) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param tokenType

    * The token type. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeName.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeName.java index 31771c539a..454bd18d51 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeName.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeName.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeNameType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeNameType.java index 8d63421fae..5b0f876669 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeNameType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeNameType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponse.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponse.java index 4642ea43ee..d819618d49 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponse.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponseType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponseType.java index 7ea5c45cb8..55caf9d77c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponseType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChallengeResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordRequest.java index 0b8397d8af..c71c2fe9e9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

    * Changes the password for a specified user in a user pool. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class ChangePasswordRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordResult.java index 3b7c1e7d3a..c0a2ff6885 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ChangePasswordResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CloudWatchLogsConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CloudWatchLogsConfigurationType.java new file mode 100644 index 0000000000..c9a4618619 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CloudWatchLogsConfigurationType.java @@ -0,0 +1,169 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +/** + *

    + * The CloudWatch logging destination of a user pool detailed activity logging + * configuration. + *

    + */ +public class CloudWatchLogsConfigurationType implements Serializable { + /** + *

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group where your + * user pool sends logs. The log group must not be encrypted with Key + * Management Service and must be in the same Amazon Web Services account as + * your user pool. + *

    + *

    + * Constraints:
    + * Length: 20 - 2048
    + * Pattern: + * arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+= + * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
    + */ + private String logGroupArn; + + /** + *

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group where your + * user pool sends logs. The log group must not be encrypted with Key + * Management Service and must be in the same Amazon Web Services account as + * your user pool. + *

    + *

    + * Constraints:
    + * Length: 20 - 2048
    + * Pattern: + * arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+= + * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
    + * + * @return

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group + * where your user pool sends logs. The log group must not be + * encrypted with Key Management Service and must be in the same + * Amazon Web Services account as your user pool. + *

    + */ + public String getLogGroupArn() { + return logGroupArn; + } + + /** + *

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group where your + * user pool sends logs. The log group must not be encrypted with Key + * Management Service and must be in the same Amazon Web Services account as + * your user pool. + *

    + *

    + * Constraints:
    + * Length: 20 - 2048
    + * Pattern: + * arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+= + * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
    + * + * @param logGroupArn

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group + * where your user pool sends logs. The log group must not be + * encrypted with Key Management Service and must be in the same + * Amazon Web Services account as your user pool. + *

    + */ + public void setLogGroupArn(String logGroupArn) { + this.logGroupArn = logGroupArn; + } + + /** + *

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group where your + * user pool sends logs. The log group must not be encrypted with Key + * Management Service and must be in the same Amazon Web Services account as + * your user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Length: 20 - 2048
    + * Pattern: + * arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+= + * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
    + * + * @param logGroupArn

    + * The Amazon Resource Name (arn) of a CloudWatch Logs log group + * where your user pool sends logs. The log group must not be + * encrypted with Key Management Service and must be in the same + * Amazon Web Services account as your user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public CloudWatchLogsConfigurationType withLogGroupArn(String logGroupArn) { + this.logGroupArn = logGroupArn; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getLogGroupArn() != null) + sb.append("LogGroupArn: " + getLogGroupArn()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + + ((getLogGroupArn() == null) ? 0 : getLogGroupArn().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof CloudWatchLogsConfigurationType == false) + return false; + CloudWatchLogsConfigurationType other = (CloudWatchLogsConfigurationType) obj; + + if (other.getLogGroupArn() == null ^ this.getLogGroupArn() == null) + return false; + if (other.getLogGroupArn() != null + && other.getLogGroupArn().equals(this.getLogGroupArn()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryDetailsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryDetailsType.java index af2259859a..259c60d3b6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryDetailsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryDetailsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,6 +29,9 @@ public class CodeDeliveryDetailsType implements Serializable { * The email address or phone number destination where Amazon Cognito sent * the code. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String destination; @@ -58,6 +61,9 @@ public class CodeDeliveryDetailsType implements Serializable { * The email address or phone number destination where Amazon Cognito sent * the code. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The email address or phone number destination where Amazon @@ -73,6 +79,9 @@ public String getDestination() { * The email address or phone number destination where Amazon Cognito sent * the code. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param destination

    * The email address or phone number destination where Amazon @@ -91,6 +100,9 @@ public void setDestination(String destination) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param destination

    * The email address or phone number destination where Amazon diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryFailureException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryFailureException.java index 07278dc5d6..004c600131 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryFailureException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeDeliveryFailureException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeMismatchException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeMismatchException.java index df4e831e17..518fd4dd0b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeMismatchException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CodeMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsActionsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsActionsType.java index 3202598242..8eec44257f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsActionsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsActionsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsEventActionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsEventActionType.java index 8a371b8719..a2e9a70bda 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsEventActionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsEventActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsRiskConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsRiskConfigurationType.java index f1840cf08d..83c1135110 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsRiskConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CompromisedCredentialsRiskConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConcurrentModificationException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConcurrentModificationException.java index 5dab8ac961..be80919b3f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConcurrentModificationException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConcurrentModificationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceRequest.java index 5d837b08ee..1c646d21f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,17 @@ * Confirms tracking of the device. This API call is the call that begins device * tracking. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class ConfirmDeviceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceResult.java index 0f976146d1..489bcd0381 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmDeviceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordRequest.java index 969525514e..6c3e8e8417 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

    * Allows a user to enter a confirmation code to reset a forgotten password. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class ConfirmForgotPasswordRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -40,7 +51,9 @@ public class ConfirmForgotPasswordRequest extends AmazonWebServiceRequest implem *

    * A keyed-hash message authentication code (HMAC) calculated using the * secret key of a user pool client and username plus the client ID in the - * message. + * message. For more information about SecretHash, see Computing secret hash values. *

    *

    * Constraints:
    @@ -218,7 +231,9 @@ public ConfirmForgotPasswordRequest withClientId(String clientId) { *

    * A keyed-hash message authentication code (HMAC) calculated using the * secret key of a user pool client and username plus the client ID in the - * message. + * message. For more information about SecretHash, see Computing secret hash values. *

    *

    * Constraints:
    @@ -228,7 +243,10 @@ public ConfirmForgotPasswordRequest withClientId(String clientId) { * @return

    * A keyed-hash message authentication code (HMAC) calculated using * the secret key of a user pool client and username plus the client - * ID in the message. + * ID in the message. For more information about + * SecretHash, see Computing secret hash values. *

    */ public String getSecretHash() { @@ -239,7 +257,9 @@ public String getSecretHash() { *

    * A keyed-hash message authentication code (HMAC) calculated using the * secret key of a user pool client and username plus the client ID in the - * message. + * message. For more information about SecretHash, see Computing secret hash values. *

    *

    * Constraints:
    @@ -249,7 +269,10 @@ public String getSecretHash() { * @param secretHash

    * A keyed-hash message authentication code (HMAC) calculated * using the secret key of a user pool client and username plus - * the client ID in the message. + * the client ID in the message. For more information about + * SecretHash, see Computing secret hash values. *

    */ public void setSecretHash(String secretHash) { @@ -260,7 +283,9 @@ public void setSecretHash(String secretHash) { *

    * A keyed-hash message authentication code (HMAC) calculated using the * secret key of a user pool client and username plus the client ID in the - * message. + * message. For more information about SecretHash, see Computing secret hash values. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -273,7 +298,10 @@ public void setSecretHash(String secretHash) { * @param secretHash

    * A keyed-hash message authentication code (HMAC) calculated * using the secret key of a user pool client and username plus - * the client ID in the message. + * the client ID in the message. For more information about + * SecretHash, see Computing secret hash values. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordResult.java index 913cb1d9ae..3da1f2dd58 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmForgotPasswordResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpRequest.java index f5fc3f18b8..fe39383d72 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

    * Confirms registration of a new user. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class ConfirmSignUpRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpResult.java index c611b34052..d12b9cfef4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ConfirmSignUpResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ContextDataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ContextDataType.java index 141f43f657..011e6fc8e9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ContextDataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ContextDataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -28,6 +28,9 @@ public class ContextDataType implements Serializable { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String ipAddress; @@ -35,6 +38,9 @@ public class ContextDataType implements Serializable { *

    * Your server endpoint where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String serverName; @@ -42,6 +48,9 @@ public class ContextDataType implements Serializable { *

    * Your server path where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String serverPath; @@ -60,6 +69,9 @@ public class ContextDataType implements Serializable { * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String encodedData; @@ -67,6 +79,9 @@ public class ContextDataType implements Serializable { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The source IP address of your user's device. @@ -80,6 +95,9 @@ public String getIpAddress() { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param ipAddress

    * The source IP address of your user's device. @@ -96,6 +114,9 @@ public void setIpAddress(String ipAddress) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param ipAddress

    * The source IP address of your user's device. @@ -112,6 +133,9 @@ public ContextDataType withIpAddress(String ipAddress) { *

    * Your server endpoint where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * Your server endpoint where this API is invoked. @@ -125,6 +149,9 @@ public String getServerName() { *

    * Your server endpoint where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param serverName

    * Your server endpoint where this API is invoked. @@ -141,6 +168,9 @@ public void setServerName(String serverName) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param serverName

    * Your server endpoint where this API is invoked. @@ -157,6 +187,9 @@ public ContextDataType withServerName(String serverName) { *

    * Your server path where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * Your server path where this API is invoked. @@ -170,6 +203,9 @@ public String getServerPath() { *

    * Your server path where this API is invoked. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param serverPath

    * Your server path where this API is invoked. @@ -186,6 +222,9 @@ public void setServerPath(String serverPath) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param serverPath

    * Your server path where this API is invoked. @@ -280,6 +319,9 @@ public ContextDataType withHttpHeaders(java.util.Collection httpHead * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * Encoded device-fingerprint details that your app collected with @@ -301,6 +343,9 @@ public String getEncodedData() { * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param encodedData

    * Encoded device-fingerprint details that your app collected @@ -325,6 +370,9 @@ public void setEncodedData(String encodedData) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param encodedData

    * Encoded device-fingerprint details that your app collected diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupRequest.java index 3d8d4a0ea7..a07e59f38b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Creates a new group in the specified user pool. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateGroupRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupResult.java index 344ec5a33e..a0bbd2be88 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderRequest.java index dad6abbe7a..0deac6b1bd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Creates an IdP for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateIdentityProviderRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderResult.java index 8b435b52c4..1fae42e8b0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateIdentityProviderResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerRequest.java index 8a8fb368c5..8fc1c2f16e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Creates a new OAuth2.0 resource server and defines custom scopes within it. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateResourceServerRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerResult.java index 6c803a038a..749311aaca 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateResourceServerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobRequest.java index 6d2cb14b46..484e5823c0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,8 +21,35 @@ /** *

    - * Creates the user import job. + * Creates a user import job. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateUserImportJobRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobResult.java index 6ee11b1433..2eef5eec34 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserImportJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientRequest.java index 38585237e7..fefcc04568 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,6 +29,38 @@ * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

    + * + *

    + * If you don't provide a value for an attribute, Amazon Cognito sets it to its + * default value. + *

    + *
    + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateUserPoolClientRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -133,8 +165,8 @@ public class CreateUserPoolClientRequest extends AmazonWebServiceRequest impleme * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -387,8 +419,43 @@ public class CreateUserPoolClientRequest extends AmazonWebServiceRequest impleme /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    */ private Boolean allowedOAuthFlowsUserPoolClient; @@ -1031,8 +1098,8 @@ public CreateUserPoolClientRequest withAccessTokenValidity(Integer accessTokenVa * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1056,8 +1123,8 @@ public CreateUserPoolClientRequest withAccessTokenValidity(Integer accessTokenVa * their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an - * API request is hours. Valid range is displayed below in + * The default time unit for IdTokenValidity in an API + * request is hours. Valid range is displayed below in * seconds. *

    *

    @@ -1083,8 +1150,8 @@ public Integer getIdTokenValidity() { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1109,9 +1176,9 @@ public Integer getIdTokenValidity() { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -1136,8 +1203,8 @@ public void setIdTokenValidity(Integer idTokenValidity) { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1165,9 +1232,9 @@ public void setIdTokenValidity(Integer idTokenValidity) { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -3201,13 +3268,85 @@ public CreateUserPoolClientRequest withAllowedOAuthScopes( /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean isAllowedOAuthFlowsUserPoolClient() { @@ -3216,13 +3355,85 @@ public Boolean isAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean getAllowedOAuthFlowsUserPoolClient() { @@ -3231,13 +3442,86 @@ public Boolean getAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    */ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) { @@ -3246,16 +3530,89 @@ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPool /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientResult.java index 132789437d..f9f5b840d5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolClientResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainRequest.java index 610f8e25e4..06aa819a7b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Creates a new domain for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateUserPoolDomainRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainResult.java index a6ec30c63f..55731acaa0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolDomainResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolRequest.java index 7fd7f6a42a..f87ee800ed 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,10 +20,6 @@ import com.amazonaws.AmazonWebServiceRequest; /** - *

    - * Creates a new Amazon Cognito user pool and sets the password policy for the - * pool. - *

    * *

    * This action might generate an SMS text message. Starting June 1, 2021, US @@ -43,11 +39,47 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    *
    + *

    + * Creates a new Amazon Cognito user pool and sets the password policy for the + * pool. + *

    + * + *

    + * If you don't provide a value for an attribute, Amazon Cognito sets it to its + * default value. + *

    + *
    + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class CreateUserPoolRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -282,8 +314,15 @@ public class CreateUserPoolRequest extends AmazonWebServiceRequest implements Se /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ private UserPoolAddOnsType userPoolAddOns; @@ -291,9 +330,19 @@ public class CreateUserPoolRequest extends AmazonWebServiceRequest implements Se /** *

    * Case sensitivity on the username input for the selected sign-in option. - * For example, when case sensitivity is set to False, users - * can sign in using either "username" or "Username". This configuration is - * immutable once it has been set. For more information, see False (case insensitive), + * users can sign in with any combination of capital and lowercase letters. + * For example, username, USERNAME, or + * UserName, or for email, email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case sensitivity + * to False (case insensitive) as a best practice. When + * usernames and email addresses are case insensitive, Amazon Cognito treats + * any variation in case as the same user, and prevents a case variation + * from being assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more information, + * see UsernameConfigurationType. *

    @@ -2005,13 +2054,28 @@ public CreateUserPoolRequest withSchema(java.util.Collection - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @return

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced + * security features. To log user security information but take no + * action, set to AUDIT. To configure automatic + * security responses to risky traffic to your user pool, set to + * ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public UserPoolAddOnsType getUserPoolAddOns() { @@ -2020,13 +2084,28 @@ public UserPoolAddOnsType getUserPoolAddOns() { /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @param userPoolAddOns

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { @@ -2035,16 +2114,31 @@ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param userPoolAddOns

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -2057,19 +2151,39 @@ public CreateUserPoolRequest withUserPoolAddOns(UserPoolAddOnsType userPoolAddOn /** *

    * Case sensitivity on the username input for the selected sign-in option. - * For example, when case sensitivity is set to False, users - * can sign in using either "username" or "Username". This configuration is - * immutable once it has been set. For more information, see False (case insensitive), + * users can sign in with any combination of capital and lowercase letters. + * For example, username, USERNAME, or + * UserName, or for email, email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case sensitivity + * to False (case insensitive) as a best practice. When + * usernames and email addresses are case insensitive, Amazon Cognito treats + * any variation in case as the same user, and prevents a case variation + * from being assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more information, + * see UsernameConfigurationType. *

    * * @return

    * Case sensitivity on the username input for the selected sign-in - * option. For example, when case sensitivity is set to - * False, users can sign in using either "username" or - * "Username". This configuration is immutable once it has been set. - * For more information, see False (case + * insensitive), users can sign in with any combination of capital + * and lowercase letters. For example, username, + * USERNAME, or UserName, or for email, + * email@example.com or EMaiL@eXamplE.Com. + * For most use cases, set case sensitivity to False + * (case insensitive) as a best practice. When usernames and email + * addresses are case insensitive, Amazon Cognito treats any + * variation in case as the same user, and prevents a case variation + * from being assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more + * information, see UsernameConfigurationType. *

    @@ -2081,19 +2195,41 @@ public UsernameConfigurationType getUsernameConfiguration() { /** *

    * Case sensitivity on the username input for the selected sign-in option. - * For example, when case sensitivity is set to False, users - * can sign in using either "username" or "Username". This configuration is - * immutable once it has been set. For more information, see False (case insensitive), + * users can sign in with any combination of capital and lowercase letters. + * For example, username, USERNAME, or + * UserName, or for email, email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case sensitivity + * to False (case insensitive) as a best practice. When + * usernames and email addresses are case insensitive, Amazon Cognito treats + * any variation in case as the same user, and prevents a case variation + * from being assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more information, + * see UsernameConfigurationType. *

    * * @param usernameConfiguration

    * Case sensitivity on the username input for the selected - * sign-in option. For example, when case sensitivity is set to - * False, users can sign in using either "username" - * or "Username". This configuration is immutable once it has - * been set. For more information, see False (case insensitive), users can sign in with + * any combination of capital and lowercase letters. For example, + * username, USERNAME, or + * UserName, or for email, + * email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case + * sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case + * insensitive, Amazon Cognito treats any variation in case as + * the same user, and prevents a case variation from being + * assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more + * information, see UsernameConfigurationType. *

    @@ -2105,9 +2241,19 @@ public void setUsernameConfiguration(UsernameConfigurationType usernameConfigura /** *

    * Case sensitivity on the username input for the selected sign-in option. - * For example, when case sensitivity is set to False, users - * can sign in using either "username" or "Username". This configuration is - * immutable once it has been set. For more information, see False (case insensitive), + * users can sign in with any combination of capital and lowercase letters. + * For example, username, USERNAME, or + * UserName, or for email, email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case sensitivity + * to False (case insensitive) as a best practice. When + * usernames and email addresses are case insensitive, Amazon Cognito treats + * any variation in case as the same user, and prevents a case variation + * from being assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more information, + * see UsernameConfigurationType. *

    @@ -2117,10 +2263,22 @@ public void setUsernameConfiguration(UsernameConfigurationType usernameConfigura * * @param usernameConfiguration

    * Case sensitivity on the username input for the selected - * sign-in option. For example, when case sensitivity is set to - * False, users can sign in using either "username" - * or "Username". This configuration is immutable once it has - * been set. For more information, see False (case insensitive), users can sign in with + * any combination of capital and lowercase letters. For example, + * username, USERNAME, or + * UserName, or for email, + * email@example.com or + * EMaiL@eXamplE.Com. For most use cases, set case + * sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case + * insensitive, Amazon Cognito treats any variation in case as + * the same user, and prevents a case variation from being + * assigned to the same attribute for a different user. + *

    + *

    + * This configuration is immutable after you set it. For more + * information, see UsernameConfigurationType. *

    diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolResult.java index cab4866ad7..851ca4114f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CreateUserPoolResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomDomainConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomDomainConfigType.java index 4af2b89f1e..a7f8e1958c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomDomainConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomDomainConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailLambdaVersionConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailLambdaVersionConfigType.java index 1a58f135d4..e519a0d50a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailLambdaVersionConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailLambdaVersionConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailSenderLambdaVersionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailSenderLambdaVersionType.java index 0e70b7fe64..6545dbaccc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailSenderLambdaVersionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomEmailSenderLambdaVersionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSLambdaVersionConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSLambdaVersionConfigType.java index 51451deb9d..645f60fe8f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSLambdaVersionConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSLambdaVersionConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSSenderLambdaVersionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSSenderLambdaVersionType.java index 52b13bbe53..5d8054b1c0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSSenderLambdaVersionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/CustomSMSSenderLambdaVersionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DefaultEmailOptionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DefaultEmailOptionType.java index 9553a1e8f8..f3b28dd268 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DefaultEmailOptionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DefaultEmailOptionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteGroupRequest.java index 5d3f2a8aa0..0c3ad2eb1f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteIdentityProviderRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteIdentityProviderRequest.java index 712abce669..5ecca8fe47 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteIdentityProviderRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteIdentityProviderRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteResourceServerRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteResourceServerRequest.java index faab792a7b..e176a49009 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteResourceServerRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteResourceServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesRequest.java index 2ac2db1fd1..640c90cc53 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

    * Deletes the attributes for a user. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class DeleteUserAttributesRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesResult.java index 87c49def36..4aa9808de8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserAttributesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolClientRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolClientRequest.java index 325325b96f..ae2ba068bc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolClientRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolClientRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainRequest.java index 9f36cb6c25..3d420d41cd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainResult.java index 45d9936b04..d8e0c517f5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolDomainResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolRequest.java index 7b5823df7c..2d704ada76 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserPoolRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserRequest.java index a6a1f5c01f..bc50732466 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeleteUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,8 +21,19 @@ /** *

    - * Allows a user to delete himself or herself. + * Allows a user to delete their own user profile. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class DeleteUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeletionProtectionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeletionProtectionType.java index 027275a962..f14510c5fd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeletionProtectionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeletionProtectionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeliveryMediumType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeliveryMediumType.java index 8598d7cb86..aa5247f437 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeliveryMediumType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeliveryMediumType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderRequest.java index 7ba4bc8457..0e78fe6a82 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderResult.java index 3e808abca3..62cd5dd4a7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeIdentityProviderResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerRequest.java index 3ae2e23be8..2398e63a8b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerResult.java index b9524fdbbf..bdd07faf3f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeResourceServerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationRequest.java index 4d05d94f24..44e467ec21 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationResult.java index 1797c0ad5f..eb9e11d8c8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeRiskConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobRequest.java index 935748446d..743a1b34e7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobResult.java index 9ecfc49bf3..9ab36338bd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserImportJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientRequest.java index 16923f4db1..788f700828 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,33 @@ * Client method for returning the configuration information and metadata of the * specified user pool app client. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class DescribeUserPoolClientRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientResult.java index ecba05077c..2d03116db6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolClientResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainRequest.java index 3a9471daf5..f792058529 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainResult.java index dbf90b87a0..5061b7a2e4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolDomainResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolRequest.java index a8a74bbf42..e481067a16 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,33 @@ * Returns the configuration information and metadata of the specified user * pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class DescribeUserPoolRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolResult.java index 0bbbfebdd1..3920c3a276 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DescribeUserPoolResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceConfigurationType.java index 754a80fbc6..504104e9d8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceRememberedStatusType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceRememberedStatusType.java index 2460f6b99b..dff4a42fb1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceRememberedStatusType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceRememberedStatusType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceSecretVerifierConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceSecretVerifierConfigType.java index 79d06c2b5a..55266bedf6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceSecretVerifierConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DeviceSecretVerifierConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class DeviceSecretVerifierConfigType implements Serializable { *

    * The password verifier. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String passwordVerifier; @@ -34,6 +37,9 @@ public class DeviceSecretVerifierConfigType implements Serializable { *

    * The salt *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String salt; @@ -41,6 +47,9 @@ public class DeviceSecretVerifierConfigType implements Serializable { *

    * The password verifier. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The password verifier. @@ -54,6 +63,9 @@ public String getPasswordVerifier() { *

    * The password verifier. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param passwordVerifier

    * The password verifier. @@ -70,6 +82,9 @@ public void setPasswordVerifier(String passwordVerifier) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param passwordVerifier

    * The password verifier. @@ -86,6 +101,9 @@ public DeviceSecretVerifierConfigType withPasswordVerifier(String passwordVerifi *

    * The salt *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The * The salt *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param salt

    * The * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param salt

    * The - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date deviceLastModifiedDate; @@ -240,11 +242,15 @@ public DeviceType withDeviceCreateDate(java.util.Date deviceCreateDate) { /** *

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getDeviceLastModifiedDate() { @@ -253,11 +259,15 @@ public java.util.Date getDeviceLastModifiedDate() { /** *

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param deviceLastModifiedDate

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setDeviceLastModifiedDate(java.util.Date deviceLastModifiedDate) { @@ -266,14 +276,18 @@ public void setDeviceLastModifiedDate(java.util.Date deviceLastModifiedDate) { /** *

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param deviceLastModifiedDate

    - * The last modified date of the device. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainDescriptionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainDescriptionType.java index 512e49dba8..98978f9611 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainDescriptionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainDescriptionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -38,6 +38,10 @@ public class DomainDescriptionType implements Serializable { *

    * The Amazon Web Services ID for the user pool owner. *

    + *

    + * Constraints:
    + * Length: - 12
    + * Pattern: [0-9]+
    */ private String aWSAccountId; @@ -67,8 +71,12 @@ public class DomainDescriptionType implements Serializable { /** *

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront distribution. + * The Amazon CloudFront endpoint that you use as the target of the alias + * that you set up with your Domain Name Service (DNS) provider. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String cloudFrontDistribution; @@ -161,6 +169,10 @@ public DomainDescriptionType withUserPoolId(String userPoolId) { *

    * The Amazon Web Services ID for the user pool owner. *

    + *

    + * Constraints:
    + * Length: - 12
    + * Pattern: [0-9]+
    * * @return

    * The Amazon Web Services ID for the user pool owner. @@ -174,6 +186,10 @@ public String getAWSAccountId() { *

    * The Amazon Web Services ID for the user pool owner. *

    + *

    + * Constraints:
    + * Length: - 12
    + * Pattern: [0-9]+
    * * @param aWSAccountId

    * The Amazon Web Services ID for the user pool owner. @@ -190,6 +206,10 @@ public void setAWSAccountId(String aWSAccountId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: - 12
    + * Pattern: [0-9]+
    * * @param aWSAccountId

    * The Amazon Web Services ID for the user pool owner. @@ -336,12 +356,17 @@ public DomainDescriptionType withS3Bucket(String s3Bucket) { /** *

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront distribution. + * The Amazon CloudFront endpoint that you use as the target of the alias + * that you set up with your Domain Name Service (DNS) provider. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront - * distribution. + * The Amazon CloudFront endpoint that you use as the target of the + * alias that you set up with your Domain Name Service (DNS) + * provider. *

    */ public String getCloudFrontDistribution() { @@ -350,12 +375,17 @@ public String getCloudFrontDistribution() { /** *

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront distribution. + * The Amazon CloudFront endpoint that you use as the target of the alias + * that you set up with your Domain Name Service (DNS) provider. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cloudFrontDistribution

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront - * distribution. + * The Amazon CloudFront endpoint that you use as the target of + * the alias that you set up with your Domain Name Service (DNS) + * provider. *

    */ public void setCloudFrontDistribution(String cloudFrontDistribution) { @@ -364,15 +394,20 @@ public void setCloudFrontDistribution(String cloudFrontDistribution) { /** *

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront distribution. + * The Amazon CloudFront endpoint that you use as the target of the alias + * that you set up with your Domain Name Service (DNS) provider. *

    *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cloudFrontDistribution

    - * The Amazon Resource Name (ARN) of the Amazon CloudFront - * distribution. + * The Amazon CloudFront endpoint that you use as the target of + * the alias that you set up with your Domain Name Service (DNS) + * provider. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainStatusType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainStatusType.java index faa601d94c..de06ae5c3d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainStatusType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DomainStatusType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DuplicateProviderException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DuplicateProviderException.java index c951067fde..bb48f7cfb6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DuplicateProviderException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/DuplicateProviderException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailConfigurationType.java index 36a56058d7..e094cec8b5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -37,9 +37,13 @@ public class EmailConfigurationType implements Serializable { /** *

    - * The ARN of a verified email address in Amazon SES. Amazon Cognito uses - * this email address in one of the following ways, depending on the value - * that you specify for the EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a verified domain + * in Amazon SES. You can set a SourceArn email from a verified + * domain only with an API request. You can set a verified email address, + * but not an address in a verified domain, in the Amazon Cognito console. + * Amazon Cognito uses the email address that you provide in one of the + * following ways, depending on the value that you specify for the + * EmailSendingAccount parameter: *

    *
      *
    • @@ -155,6 +159,9 @@ public class EmailConfigurationType implements Serializable { * Test User <testuser@example.com>. This address appears * before the body of the email. *

      + *

      + * Constraints:
      + * Length: 0 - 131072
      */ private String from; @@ -195,9 +202,13 @@ public class EmailConfigurationType implements Serializable { /** *

      - * The ARN of a verified email address in Amazon SES. Amazon Cognito uses - * this email address in one of the following ways, depending on the value - * that you specify for the EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a verified domain + * in Amazon SES. You can set a SourceArn email from a verified + * domain only with an API request. You can set a verified email address, + * but not an address in a verified domain, in the Amazon Cognito console. + * Amazon Cognito uses the email address that you provide in one of the + * following ways, depending on the value that you specify for the + * EmailSendingAccount parameter: *

      *
        *
      • @@ -232,8 +243,12 @@ public class EmailConfigurationType implements Serializable { * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
        * * @return

        - * The ARN of a verified email address in Amazon SES. Amazon Cognito - * uses this email address in one of the following ways, depending + * The ARN of a verified email address or an address from a verified + * domain in Amazon SES. You can set a SourceArn email + * from a verified domain only with an API request. You can set a + * verified email address, but not an address in a verified domain, + * in the Amazon Cognito console. Amazon Cognito uses the email + * address that you provide in one of the following ways, depending * on the value that you specify for the * EmailSendingAccount parameter: *

        @@ -269,9 +284,13 @@ public String getSourceArn() { /** *

        - * The ARN of a verified email address in Amazon SES. Amazon Cognito uses - * this email address in one of the following ways, depending on the value - * that you specify for the EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a verified domain + * in Amazon SES. You can set a SourceArn email from a verified + * domain only with an API request. You can set a verified email address, + * but not an address in a verified domain, in the Amazon Cognito console. + * Amazon Cognito uses the email address that you provide in one of the + * following ways, depending on the value that you specify for the + * EmailSendingAccount parameter: *

        *
          *
        • @@ -306,10 +325,15 @@ public String getSourceArn() { * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
          * * @param sourceArn

          - * The ARN of a verified email address in Amazon SES. Amazon - * Cognito uses this email address in one of the following ways, - * depending on the value that you specify for the - * EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a + * verified domain in Amazon SES. You can set a + * SourceArn email from a verified domain only with + * an API request. You can set a verified email address, but not + * an address in a verified domain, in the Amazon Cognito + * console. Amazon Cognito uses the email address that you + * provide in one of the following ways, depending on the value + * that you specify for the EmailSendingAccount + * parameter: *

          *
            *
          • @@ -345,9 +369,13 @@ public void setSourceArn(String sourceArn) { /** *

            - * The ARN of a verified email address in Amazon SES. Amazon Cognito uses - * this email address in one of the following ways, depending on the value - * that you specify for the EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a verified domain + * in Amazon SES. You can set a SourceArn email from a verified + * domain only with an API request. You can set a verified email address, + * but not an address in a verified domain, in the Amazon Cognito console. + * Amazon Cognito uses the email address that you provide in one of the + * following ways, depending on the value that you specify for the + * EmailSendingAccount parameter: *

            *
              *
            • @@ -385,10 +413,15 @@ public void setSourceArn(String sourceArn) { * /,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
              * * @param sourceArn

              - * The ARN of a verified email address in Amazon SES. Amazon - * Cognito uses this email address in one of the following ways, - * depending on the value that you specify for the - * EmailSendingAccount parameter: + * The ARN of a verified email address or an address from a + * verified domain in Amazon SES. You can set a + * SourceArn email from a verified domain only with + * an API request. You can set a verified email address, but not + * an address in a verified domain, in the Amazon Cognito + * console. Amazon Cognito uses the email address that you + * provide in one of the following ways, depending on the value + * that you specify for the EmailSendingAccount + * parameter: *

              *
                *
              • @@ -1147,6 +1180,9 @@ public EmailConfigurationType withEmailSendingAccount( * Test User <testuser@example.com>. This address appears * before the body of the email. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * Either the sender’s email address or the sender’s name with their @@ -1166,6 +1202,9 @@ public String getFrom() { * Test User <testuser@example.com>. This address appears * before the body of the email. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param from

                * Either the sender’s email address or the sender’s name with @@ -1189,6 +1228,9 @@ public void setFrom(String from) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param from

                * Either the sender’s email address or the sender’s name with diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailSendingAccountType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailSendingAccountType.java index f3dfe808fd..620cab0bb6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailSendingAccountType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EmailSendingAccountType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EnableSoftwareTokenMFAException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EnableSoftwareTokenMFAException.java index b0729f8926..9846ef9488 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EnableSoftwareTokenMFAException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EnableSoftwareTokenMFAException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventContextDataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventContextDataType.java index 47aa1178ba..36461c413e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventContextDataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventContextDataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class EventContextDataType implements Serializable { *

                * The source IP address of your user's device. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String ipAddress; @@ -34,6 +37,9 @@ public class EventContextDataType implements Serializable { *

                * The user's device name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String deviceName; @@ -41,6 +47,9 @@ public class EventContextDataType implements Serializable { *

                * The user's time zone. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String timezone; @@ -48,6 +57,9 @@ public class EventContextDataType implements Serializable { *

                * The user's city. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String city; @@ -55,6 +67,9 @@ public class EventContextDataType implements Serializable { *

                * The user's country. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String country; @@ -62,6 +77,9 @@ public class EventContextDataType implements Serializable { *

                * The source IP address of your user's device. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The source IP address of your user's device. @@ -75,6 +93,9 @@ public String getIpAddress() { *

                * The source IP address of your user's device. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param ipAddress

                * The source IP address of your user's device. @@ -91,6 +112,9 @@ public void setIpAddress(String ipAddress) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param ipAddress

                * The source IP address of your user's device. @@ -107,6 +131,9 @@ public EventContextDataType withIpAddress(String ipAddress) { *

                * The user's device name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The user's device name. @@ -120,6 +147,9 @@ public String getDeviceName() { *

                * The user's device name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param deviceName

                * The user's device name. @@ -136,6 +166,9 @@ public void setDeviceName(String deviceName) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param deviceName

                * The user's device name. @@ -152,6 +185,9 @@ public EventContextDataType withDeviceName(String deviceName) { *

                * The user's time zone. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The user's time zone. @@ -165,6 +201,9 @@ public String getTimezone() { *

                * The user's time zone. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param timezone

                * The user's time zone. @@ -181,6 +220,9 @@ public void setTimezone(String timezone) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param timezone

                * The user's time zone. @@ -197,6 +239,9 @@ public EventContextDataType withTimezone(String timezone) { *

                * The user's city. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The user's city. @@ -210,6 +255,9 @@ public String getCity() { *

                * The user's city. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param city

                * The user's city. @@ -226,6 +274,9 @@ public void setCity(String city) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param city

                * The user's city. @@ -242,6 +293,9 @@ public EventContextDataType withCity(String city) { *

                * The user's country. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The user's country. @@ -255,6 +309,9 @@ public String getCountry() { *

                * The user's country. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param country

                * The user's country. @@ -271,6 +328,9 @@ public void setCountry(String country) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param country

                * The user's country. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFeedbackType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFeedbackType.java index 02b3430950..e08a04def5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFeedbackType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFeedbackType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,7 +25,13 @@ public class EventFeedbackType implements Serializable { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Constraints:
                @@ -37,6 +43,9 @@ public class EventFeedbackType implements Serializable { *

                * The provider. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String provider; @@ -49,14 +58,27 @@ public class EventFeedbackType implements Serializable { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Constraints:
                * Allowed Values: Valid, Invalid * * @return

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell + * Amazon Cognito that you trust a user session where Amazon Cognito + * has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or you + * don't believe that Amazon Cognito evaluated a high-enough risk + * level. *

                * @see FeedbackValueType */ @@ -66,14 +88,27 @@ public String getFeedbackValue() { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Constraints:
                * Allowed Values: Valid, Invalid * * @param feedbackValue

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

                * @see FeedbackValueType */ @@ -83,7 +118,13 @@ public void setFeedbackValue(String feedbackValue) { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Returns a reference to this object so that method calls can be chained @@ -93,7 +134,14 @@ public void setFeedbackValue(String feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

                * @return A reference to this updated object so that method calls can be * chained together. @@ -106,14 +154,27 @@ public EventFeedbackType withFeedbackValue(String feedbackValue) { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Constraints:
                * Allowed Values: Valid, Invalid * * @param feedbackValue

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

                * @see FeedbackValueType */ @@ -123,7 +184,13 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { /** *

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

                *

                * Returns a reference to this object so that method calls can be chained @@ -133,7 +200,14 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

                - * The event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

                * @return A reference to this updated object so that method calls can be * chained together. @@ -148,6 +222,9 @@ public EventFeedbackType withFeedbackValue(FeedbackValueType feedbackValue) { *

                * The provider. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The provider. @@ -161,6 +238,9 @@ public String getProvider() { *

                * The provider. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param provider

                * The provider. @@ -177,6 +257,9 @@ public void setProvider(String provider) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param provider

                * The provider. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFilterType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFilterType.java index 1e90a151e2..474f9420e5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFilterType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventFilterType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventResponseType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventResponseType.java index 0a791477e7..aa6df8800e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventResponseType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventRiskType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventRiskType.java index 818284bec1..f8cae6c9a9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventRiskType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventRiskType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventSourceName.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventSourceName.java new file mode 100644 index 0000000000..e4b08167db --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventSourceName.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Event Source Name + */ +public enum EventSourceName { + + UserNotification("userNotification"); + + private String value; + + private EventSourceName(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map enumMap; + static { + enumMap = new HashMap(); + enumMap.put("userNotification", UserNotification); + } + + /** + * Use this in place of valueOf. + * + * @param value real value + * @return EventSourceName corresponding to the value + */ + public static EventSourceName fromValue(String value) { + if (value == null || value.isEmpty()) { + throw new IllegalArgumentException("Value cannot be null or empty!"); + } else if (enumMap.containsKey(value)) { + return enumMap.get(value); + } else { + throw new IllegalArgumentException("Cannot create enum from " + value + " value!"); + } + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventType.java index 086958dfc2..d26c8b224f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/EventType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExpiredCodeException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExpiredCodeException.java index 1aa4ba79a6..57249cb41f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExpiredCodeException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExpiredCodeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExplicitAuthFlowsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExplicitAuthFlowsType.java index d4e07a414f..24db0e4727 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExplicitAuthFlowsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ExplicitAuthFlowsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/FeedbackValueType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/FeedbackValueType.java index ce33bf312a..3c9de05a4d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/FeedbackValueType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/FeedbackValueType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForbiddenException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForbiddenException.java index 6456ece35d..8996ca74ef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForbiddenException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForbiddenException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgetDeviceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgetDeviceRequest.java index b62d6d3c80..6bf9da9afa 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgetDeviceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgetDeviceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

                * Forgets the specified device. *

                + * + *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                */ public class ForgetDeviceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordRequest.java index 5060752e39..089baf8b7f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -28,14 +28,28 @@ * AccountRecoverySetting. For more information, see Recovering User Accounts in the Amazon Cognito Developer Guide. - * If neither a verified phone number nor a verified email exists, an - * InvalidParameterException is thrown. To use the confirmation - * code for resetting the password, call ConfirmForgotPassword. *

                + *

                + * If neither a verified phone number nor a verified email exists, this API + * returns InvalidParameterException. If your app client has a + * client secret and you don't provide a SECRET_HASH parameter, + * this API returns NotAuthorizedException. + *

                * *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                + *

                * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -53,7 +67,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

                diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordResult.java index d2d221967b..244459e456 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ForgotPasswordResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderRequest.java index d350d97657..7564253c0d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderResult.java index a9d5cfc2c8..4147ea1536 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetCSVHeaderResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceRequest.java index 09af3c817b..633f97634e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

                * Gets the device. *

                + * + *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                */ public class GetDeviceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceResult.java index c29ae5835d..6a96bfd623 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetDeviceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupRequest.java index b635959001..65faef998c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupResult.java index 16caa2ee44..29992f3f8e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierRequest.java index b1d1475d50..cedf41e5d3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierResult.java index 53023d7abf..d6156886dc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetIdentityProviderByIdentifierResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationRequest.java new file mode 100644 index 0000000000..bb0ef02970 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationRequest.java @@ -0,0 +1,148 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

                + * Gets the detailed activity logging configuration for a user pool. + *

                + */ +public class GetLogDeliveryConfigurationRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *

                + * The ID of the user pool where you want to view detailed activity logging + * configuration. + *

                + *

                + * Constraints:
                + * Length: 1 - 55
                + * Pattern: [\w-]+_[0-9a-zA-Z]+
                + */ + private String userPoolId; + + /** + *

                + * The ID of the user pool where you want to view detailed activity logging + * configuration. + *

                + *

                + * Constraints:
                + * Length: 1 - 55
                + * Pattern: [\w-]+_[0-9a-zA-Z]+
                + * + * @return

                + * The ID of the user pool where you want to view detailed activity + * logging configuration. + *

                + */ + public String getUserPoolId() { + return userPoolId; + } + + /** + *

                + * The ID of the user pool where you want to view detailed activity logging + * configuration. + *

                + *

                + * Constraints:
                + * Length: 1 - 55
                + * Pattern: [\w-]+_[0-9a-zA-Z]+
                + * + * @param userPoolId

                + * The ID of the user pool where you want to view detailed + * activity logging configuration. + *

                + */ + public void setUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + } + + /** + *

                + * The ID of the user pool where you want to view detailed activity logging + * configuration. + *

                + *

                + * Returns a reference to this object so that method calls can be chained + * together. + *

                + * Constraints:
                + * Length: 1 - 55
                + * Pattern: [\w-]+_[0-9a-zA-Z]+
                + * + * @param userPoolId

                + * The ID of the user pool where you want to view detailed + * activity logging configuration. + *

                + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public GetLogDeliveryConfigurationRequest withUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getUserPoolId() != null) + sb.append("UserPoolId: " + getUserPoolId()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getUserPoolId() == null) ? 0 : getUserPoolId().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof GetLogDeliveryConfigurationRequest == false) + return false; + GetLogDeliveryConfigurationRequest other = (GetLogDeliveryConfigurationRequest) obj; + + if (other.getUserPoolId() == null ^ this.getUserPoolId() == null) + return false; + if (other.getUserPoolId() != null + && other.getUserPoolId().equals(this.getUserPoolId()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationResult.java new file mode 100644 index 0000000000..d76a51530f --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetLogDeliveryConfigurationResult.java @@ -0,0 +1,125 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +public class GetLogDeliveryConfigurationResult implements Serializable { + /** + *

                + * The detailed activity logging configuration of the requested user pool. + *

                + */ + private LogDeliveryConfigurationType logDeliveryConfiguration; + + /** + *

                + * The detailed activity logging configuration of the requested user pool. + *

                + * + * @return

                + * The detailed activity logging configuration of the requested user + * pool. + *

                + */ + public LogDeliveryConfigurationType getLogDeliveryConfiguration() { + return logDeliveryConfiguration; + } + + /** + *

                + * The detailed activity logging configuration of the requested user pool. + *

                + * + * @param logDeliveryConfiguration

                + * The detailed activity logging configuration of the requested + * user pool. + *

                + */ + public void setLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration) { + this.logDeliveryConfiguration = logDeliveryConfiguration; + } + + /** + *

                + * The detailed activity logging configuration of the requested user pool. + *

                + *

                + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logDeliveryConfiguration

                + * The detailed activity logging configuration of the requested + * user pool. + *

                + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public GetLogDeliveryConfigurationResult withLogDeliveryConfiguration( + LogDeliveryConfigurationType logDeliveryConfiguration) { + this.logDeliveryConfiguration = logDeliveryConfiguration; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getLogDeliveryConfiguration() != null) + sb.append("LogDeliveryConfiguration: " + getLogDeliveryConfiguration()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getLogDeliveryConfiguration() == null) ? 0 : getLogDeliveryConfiguration() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof GetLogDeliveryConfigurationResult == false) + return false; + GetLogDeliveryConfigurationResult other = (GetLogDeliveryConfigurationResult) obj; + + if (other.getLogDeliveryConfiguration() == null + ^ this.getLogDeliveryConfiguration() == null) + return false; + if (other.getLogDeliveryConfiguration() != null + && other.getLogDeliveryConfiguration().equals(this.getLogDeliveryConfiguration()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateRequest.java index 034611ab42..02027e12f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateResult.java index a40e5cdb8e..bdf9f9d855 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetSigningCertificateResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class GetSigningCertificateResult implements Serializable { *

                * The signing certificate. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String certificate; @@ -34,6 +37,9 @@ public class GetSigningCertificateResult implements Serializable { *

                * The signing certificate. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The signing certificate. @@ -47,6 +53,9 @@ public String getCertificate() { *

                * The signing certificate. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param certificate

                * The signing certificate. @@ -63,6 +72,9 @@ public void setCertificate(String certificate) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param certificate

                * The signing certificate. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationRequest.java index c3cfc86046..ecef73dfc5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationResult.java index df702b0462..8309134be9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUICustomizationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeRequest.java index 5ce27d81f8..18add12664 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,16 @@ *

                * *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                + *

                * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -44,7 +54,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

                diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeResult.java index 6e6d4e517d..8f7876383e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserAttributeVerificationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigRequest.java index 76a7dc9550..00ab3888d0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigResult.java index b479d09efa..dfbfa31fdf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserPoolMfaConfigResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserRequest.java index 94e31ea760..46690ab998 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

                * Gets the user attributes and metadata for a user. *

                + * + *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                */ public class GetUserRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserResult.java index 6de0c8208e..490365275b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GetUserResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ public class GetUserResult implements Serializable { /** *

                - * The user name of the user you want to retrieve from the get user request. + * The username of the user that you requested. *

                *

                * Constraints:
                @@ -61,6 +61,9 @@ public class GetUserResult implements Serializable { *

                * The user's preferred MFA setting. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String preferredMfaSetting; @@ -74,7 +77,7 @@ public class GetUserResult implements Serializable { /** *

                - * The user name of the user you want to retrieve from the get user request. + * The username of the user that you requested. *

                *

                * Constraints:
                @@ -82,8 +85,7 @@ public class GetUserResult implements Serializable { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
                * * @return

                - * The user name of the user you want to retrieve from the get user - * request. + * The username of the user that you requested. *

                */ public String getUsername() { @@ -92,7 +94,7 @@ public String getUsername() { /** *

                - * The user name of the user you want to retrieve from the get user request. + * The username of the user that you requested. *

                *

                * Constraints:
                @@ -100,8 +102,7 @@ public String getUsername() { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
                * * @param username

                - * The user name of the user you want to retrieve from the get - * user request. + * The username of the user that you requested. *

                */ public void setUsername(String username) { @@ -110,7 +111,7 @@ public void setUsername(String username) { /** *

                - * The user name of the user you want to retrieve from the get user request. + * The username of the user that you requested. *

                *

                * Returns a reference to this object so that method calls can be chained @@ -121,8 +122,7 @@ public void setUsername(String username) { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
                * * @param username

                - * The user name of the user you want to retrieve from the get - * user request. + * The username of the user that you requested. *

                * @return A reference to this updated object so that method calls can be * chained together. @@ -352,6 +352,9 @@ public GetUserResult withMFAOptions(java.util.Collection mFAOptio *

                * The user's preferred MFA setting. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The user's preferred MFA setting. @@ -365,6 +368,9 @@ public String getPreferredMfaSetting() { *

                * The user's preferred MFA setting. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param preferredMfaSetting

                * The user's preferred MFA setting. @@ -381,6 +387,9 @@ public void setPreferredMfaSetting(String preferredMfaSetting) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param preferredMfaSetting

                * The user's preferred MFA setting. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutRequest.java index caafffcbbb..33fdf6eb42 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,10 +21,28 @@ /** *

                - * Signs out users from all devices. It also invalidates all refresh tokens that - * Amazon Cognito has issued to a user. A user can still use a hosted UI cookie - * to retrieve new tokens for the duration of the 1-hour cookie validity period. + * Signs out a user from all devices. GlobalSignOut invalidates all + * identity, access and refresh tokens that Amazon Cognito has issued to a user. + * A user can still use a hosted UI cookie to retrieve new tokens for the + * duration of the 1-hour cookie validity period. *

                + *

                + * Your app isn't aware that a user's access token is revoked unless it attempts + * to authorize a user pools API request with an access token that contains the + * scope aws.cognito.signin.user.admin. Your app might otherwise + * accept access tokens until they expire. + *

                + * + *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                */ public class GlobalSignOutRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutResult.java index 3459178203..5b9974a787 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GlobalSignOutResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupExistsException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupExistsException.java index 1d0178c16d..4b7a39998b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupExistsException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupType.java index caf532bedd..782f818f5d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/GroupType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -98,14 +98,18 @@ public class GroupType implements Serializable { /** *

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ private java.util.Date lastModifiedDate; /** *

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ private java.util.Date creationDate; @@ -516,11 +520,15 @@ public GroupType withPrecedence(Integer precedence) { /** *

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * * @return

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ public java.util.Date getLastModifiedDate() { @@ -529,11 +537,15 @@ public java.util.Date getLastModifiedDate() { /** *

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * * @param lastModifiedDate

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -542,14 +554,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                *

                * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

                - * The date the group was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * @return A reference to this updated object so that method calls can be * chained together. @@ -561,11 +577,15 @@ public GroupType withLastModifiedDate(java.util.Date lastModifiedDate) { /** *

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * * @return

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ public java.util.Date getCreationDate() { @@ -574,11 +594,15 @@ public java.util.Date getCreationDate() { /** *

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * * @param creationDate

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ public void setCreationDate(java.util.Date creationDate) { @@ -587,14 +611,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                *

                * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

                - * The date the group was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/HttpHeader.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/HttpHeader.java index 028559e4e6..ced84fadc5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/HttpHeader.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/HttpHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class HttpHeader implements Serializable { *

                * The header name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String headerName; @@ -34,6 +37,9 @@ public class HttpHeader implements Serializable { *

                * The header value. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                */ private String headerValue; @@ -41,6 +47,9 @@ public class HttpHeader implements Serializable { *

                * The header name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The header name. @@ -54,6 +63,9 @@ public String getHeaderName() { *

                * The header name. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param headerName

                * The header name. @@ -70,6 +82,9 @@ public void setHeaderName(String headerName) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param headerName

                * The header name. @@ -86,6 +101,9 @@ public HttpHeader withHeaderName(String headerName) { *

                * The header value. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @return

                * The header value. @@ -99,6 +117,9 @@ public String getHeaderValue() { *

                * The header value. *

                + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param headerValue

                * The header value. @@ -115,6 +136,9 @@ public void setHeaderValue(String headerValue) { *

                * Returns a reference to this object so that method calls can be chained * together. + *

                + * Constraints:
                + * Length: 0 - 131072
                * * @param headerValue

                * The header value. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderType.java index 359bbe531c..cd79bce66f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -257,14 +257,18 @@ public class IdentityProviderType implements Serializable { /** *

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ private java.util.Date lastModifiedDate; /** *

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ private java.util.Date creationDate; @@ -1974,11 +1978,15 @@ public IdentityProviderType withIdpIdentifiers(java.util.Collection idpI /** *

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * * @return

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ public java.util.Date getLastModifiedDate() { @@ -1987,11 +1995,15 @@ public java.util.Date getLastModifiedDate() { /** *

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * * @param lastModifiedDate

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -2000,14 +2012,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                *

                * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

                - * The date the IdP was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

                * @return A reference to this updated object so that method calls can be * chained together. @@ -2019,11 +2035,15 @@ public IdentityProviderType withLastModifiedDate(java.util.Date lastModifiedDate /** *

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * * @return

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ public java.util.Date getCreationDate() { @@ -2032,11 +2052,15 @@ public java.util.Date getCreationDate() { /** *

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * * @param creationDate

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                */ public void setCreationDate(java.util.Date creationDate) { @@ -2045,14 +2069,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                *

                * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

                - * The date the IdP was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

                * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderTypeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderTypeType.java index 6aeb16d8f5..7c19437f3a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderTypeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/IdentityProviderTypeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthRequest.java index aa8aed2783..57a3dff14b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,6 +29,16 @@ *

                * *

                + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

                + *
                + *

                * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -46,7 +56,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

                @@ -137,6 +147,14 @@ public class InitiateAuthRequest extends AmazonWebServiceRequest implements Seri *
              • *
              • *

                + * For USER_PASSWORD_AUTH: USERNAME (required), + * PASSWORD (required), SECRET_HASH (required if + * the app client is configured with a client secret), + * DEVICE_KEY. + *

                + *
              • + *
              • + *

                * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH (required * if the app client is configured with a client secret), @@ -153,6 +171,14 @@ public class InitiateAuthRequest extends AmazonWebServiceRequest implements Seri *

                *
              • *
              + *

              + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

              */ private java.util.Map authParameters; @@ -988,6 +1014,14 @@ public InitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *
            • *
            • *

              + * For USER_PASSWORD_AUTH: USERNAME (required), + * PASSWORD (required), SECRET_HASH (required if + * the app client is configured with a client secret), + * DEVICE_KEY. + *

              + *
            • + *
            • + *

              * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH (required * if the app client is configured with a client secret), @@ -1004,6 +1038,14 @@ public InitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *

              *
            • *
            + *

            + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

            * * @return

            * The authentication parameters. These are inputs corresponding to @@ -1021,6 +1063,14 @@ public InitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *

          • *
          • *

            + * For USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. + *

            + *
          • + *
          • + *

            * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH * (required if the app client is configured with a client secret), @@ -1038,6 +1088,14 @@ public InitiateAuthRequest withAuthFlow(AuthFlowType authFlow) { *

            *
          • *
          + *

          + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

          */ public java.util.Map getAuthParameters() { return authParameters; @@ -1059,6 +1117,14 @@ public java.util.Map getAuthParameters() { *
        • *
        • *

          + * For USER_PASSWORD_AUTH: USERNAME (required), + * PASSWORD (required), SECRET_HASH (required if + * the app client is configured with a client secret), + * DEVICE_KEY. + *

          + *
        • + *
        • + *

          * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH (required * if the app client is configured with a client secret), @@ -1075,6 +1141,14 @@ public java.util.Map getAuthParameters() { *

          *
        • *
        + *

        + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

        * * @param authParameters

        * The authentication parameters. These are inputs corresponding @@ -1092,6 +1166,14 @@ public java.util.Map getAuthParameters() { *

      • *
      • *

        + * For USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. + *

        + *
      • + *
      • + *

        * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), * SECRET_HASH (required if the app client is @@ -1109,6 +1191,15 @@ public java.util.Map getAuthParameters() { *

        *
      • *
      + *

      + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

      */ public void setAuthParameters(java.util.Map authParameters) { this.authParameters = authParameters; @@ -1130,6 +1221,14 @@ public void setAuthParameters(java.util.Map authParameters) { *
    • *
    • *

      + * For USER_PASSWORD_AUTH: USERNAME (required), + * PASSWORD (required), SECRET_HASH (required if + * the app client is configured with a client secret), + * DEVICE_KEY. + *

      + *
    • + *
    • + *

      * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH (required * if the app client is configured with a client secret), @@ -1147,6 +1246,14 @@ public void setAuthParameters(java.util.Map authParameters) { *

    • *
    *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * Returns a reference to this object so that method calls can be chained * together. * @@ -1166,6 +1273,14 @@ public void setAuthParameters(java.util.Map authParameters) { * *

  • *

    + * For USER_PASSWORD_AUTH: USERNAME + * (required), PASSWORD (required), + * SECRET_HASH (required if the app client is + * configured with a client secret), DEVICE_KEY. + *

    + *
  • + *
  • + *

    * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), * SECRET_HASH (required if the app client is @@ -1183,6 +1298,15 @@ public void setAuthParameters(java.util.Map authParameters) { *

    *
  • * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * @return A reference to this updated object so that method calls can be * chained together. */ @@ -1207,6 +1331,14 @@ public InitiateAuthRequest withAuthParameters(java.util.Map auth * *
  • *

    + * For USER_PASSWORD_AUTH: USERNAME (required), + * PASSWORD (required), SECRET_HASH (required if + * the app client is configured with a client secret), + * DEVICE_KEY. + *

    + *
  • + *
  • + *

    * For REFRESH_TOKEN_AUTH/REFRESH_TOKEN: * REFRESH_TOKEN (required), SECRET_HASH (required * if the app client is configured with a client secret), @@ -1224,6 +1356,14 @@ public InitiateAuthRequest withAuthParameters(java.util.Map auth *

  • * *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * The method adds a new key-value pair into AuthParameters parameter, and * returns a reference to this object so that method calls can be chained * together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthResult.java index dd92a77f4f..722a1f4392 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InitiateAuthResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InternalErrorException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InternalErrorException.java index 061e86532a..e698f38f6c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InternalErrorException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InternalErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidEmailRoleAccessPolicyException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidEmailRoleAccessPolicyException.java index a255d19a02..ade3ebd7bf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidEmailRoleAccessPolicyException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidEmailRoleAccessPolicyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidLambdaResponseException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidLambdaResponseException.java index 19b5a8a8f8..4e1159651f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidLambdaResponseException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidLambdaResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidOAuthFlowException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidOAuthFlowException.java index 45b77d8f02..3c0cde360e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidOAuthFlowException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidOAuthFlowException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidParameterException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidParameterException.java index c695f35e28..6819aec1b7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidParameterException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidParameterException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidPasswordException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidPasswordException.java index a7a5d853f9..8be8af4c69 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidPasswordException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidPasswordException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleAccessPolicyException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleAccessPolicyException.java index 146c0f8edc..7f6c7a1eda 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleAccessPolicyException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleAccessPolicyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleTrustRelationshipException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleTrustRelationshipException.java index bb90887fd5..c400e4c834 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleTrustRelationshipException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidSmsRoleTrustRelationshipException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidUserPoolConfigurationException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidUserPoolConfigurationException.java index 224ebc5b7f..b6e7b23a85 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidUserPoolConfigurationException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/InvalidUserPoolConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LambdaConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LambdaConfigType.java index e7c90c2c93..ab2af8d60d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LambdaConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LambdaConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LimitExceededException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LimitExceededException.java index 62c8736673..b353a1c3fe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LimitExceededException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LimitExceededException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesRequest.java index b50625742b..98c7e34e93 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -24,6 +24,17 @@ * Lists the sign-in devices that Amazon Cognito has registered to the current * user. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class ListDevicesRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesResult.java index b6d5b595bc..911a78a507 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListDevicesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsRequest.java index cfe78bc362..5bd96403eb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Lists the groups associated with a user pool. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class ListGroupsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsResult.java index a798399938..63d107213c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListGroupsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersRequest.java index 06d54daa0c..38ef81b19e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Lists information about all IdPs for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListIdentityProvidersRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersResult.java index a49e48a922..aa1ec943cf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListIdentityProvidersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersRequest.java index f4ac94d7a7..84a0f54ab0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Lists the resource servers for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListResourceServersRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersResult.java index 4d5150ddd1..345af5aec9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListResourceServersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceRequest.java index 6ceac93b4d..f4940836c3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceResult.java index 7799d47641..3b2f873e75 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListTagsForResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsRequest.java index 5df61864bf..f80905eb74 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,8 +21,35 @@ /** *

    - * Lists the user import jobs. + * Lists user import jobs for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListUserImportJobsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsResult.java index 28f2b5a6a5..27270dd7d8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserImportJobsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsRequest.java index 6ed5214635..484c726bf2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Lists the clients that have been created for the specified user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListUserPoolClientsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsResult.java index cbf2c082c5..072a18ab4c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolClientsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsRequest.java index 73746d6800..f85783b17c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Lists the user pools associated with an Amazon Web Services account. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListUserPoolsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsResult.java index e9f343f6bc..b14e3c513b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUserPoolsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupRequest.java index 9614af844c..a70d6df028 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Lists the users in the specified group. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class ListUsersInGroupRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupResult.java index 2207dbfd87..4dc238ecd8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersInGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersRequest.java index aa073cc6f8..55d7a0108a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -21,8 +21,35 @@ /** *

    - * Lists the users in the Amazon Cognito user pool. + * Lists users and their basic details in a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class ListUsersRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -39,9 +66,10 @@ public class ListUsersRequest extends AmazonWebServiceRequest implements Seriali /** *

    - * An array of strings, where each string is the name of a user attribute to - * be returned for each user in the search results. If the array is null, - * all attributes are returned. + * A JSON array of user attribute names, for example given_name + * , that you want Amazon Cognito to include in the response for each user. + * When you don't provide an AttributesToGet parameter, Amazon + * Cognito returns all attributes for each user. *

    */ private java.util.List attributesToGet; @@ -259,15 +287,18 @@ public ListUsersRequest withUserPoolId(String userPoolId) { /** *

    - * An array of strings, where each string is the name of a user attribute to - * be returned for each user in the search results. If the array is null, - * all attributes are returned. + * A JSON array of user attribute names, for example given_name + * , that you want Amazon Cognito to include in the response for each user. + * When you don't provide an AttributesToGet parameter, Amazon + * Cognito returns all attributes for each user. *

    * * @return

    - * An array of strings, where each string is the name of a user - * attribute to be returned for each user in the search results. If - * the array is null, all attributes are returned. + * A JSON array of user attribute names, for example + * given_name, that you want Amazon Cognito to include + * in the response for each user. When you don't provide an + * AttributesToGet parameter, Amazon Cognito returns + * all attributes for each user. *

    */ public java.util.List getAttributesToGet() { @@ -276,15 +307,18 @@ public java.util.List getAttributesToGet() { /** *

    - * An array of strings, where each string is the name of a user attribute to - * be returned for each user in the search results. If the array is null, - * all attributes are returned. + * A JSON array of user attribute names, for example given_name + * , that you want Amazon Cognito to include in the response for each user. + * When you don't provide an AttributesToGet parameter, Amazon + * Cognito returns all attributes for each user. *

    * * @param attributesToGet

    - * An array of strings, where each string is the name of a user - * attribute to be returned for each user in the search results. - * If the array is null, all attributes are returned. + * A JSON array of user attribute names, for example + * given_name, that you want Amazon Cognito to + * include in the response for each user. When you don't provide + * an AttributesToGet parameter, Amazon Cognito + * returns all attributes for each user. *

    */ public void setAttributesToGet(java.util.Collection attributesToGet) { @@ -298,18 +332,21 @@ public void setAttributesToGet(java.util.Collection attributesToGet) { /** *

    - * An array of strings, where each string is the name of a user attribute to - * be returned for each user in the search results. If the array is null, - * all attributes are returned. + * A JSON array of user attribute names, for example given_name + * , that you want Amazon Cognito to include in the response for each user. + * When you don't provide an AttributesToGet parameter, Amazon + * Cognito returns all attributes for each user. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param attributesToGet

    - * An array of strings, where each string is the name of a user - * attribute to be returned for each user in the search results. - * If the array is null, all attributes are returned. + * A JSON array of user attribute names, for example + * given_name, that you want Amazon Cognito to + * include in the response for each user. When you don't provide + * an AttributesToGet parameter, Amazon Cognito + * returns all attributes for each user. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -326,18 +363,21 @@ public ListUsersRequest withAttributesToGet(String... attributesToGet) { /** *

    - * An array of strings, where each string is the name of a user attribute to - * be returned for each user in the search results. If the array is null, - * all attributes are returned. + * A JSON array of user attribute names, for example given_name + * , that you want Amazon Cognito to include in the response for each user. + * When you don't provide an AttributesToGet parameter, Amazon + * Cognito returns all attributes for each user. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param attributesToGet

    - * An array of strings, where each string is the name of a user - * attribute to be returned for each user in the search results. - * If the array is null, all attributes are returned. + * A JSON array of user attribute names, for example + * given_name, that you want Amazon Cognito to + * include in the response for each user. When you don't provide + * an AttributesToGet parameter, Amazon Cognito + * returns all attributes for each user. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersResult.java index 4e337c4d7a..a3874f98da 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ListUsersResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,8 +25,22 @@ public class ListUsersResult implements Serializable { /** *

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match your + * query. *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each native user + * in your user pool, and each unique user ID from your third-party identity + * providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native user + * that you linked. You can identify IdP users in the Users + * object of this API response by the IdP prefix that Amazon Cognito appends + * to Username. + *

    + *
    */ private java.util.List users; @@ -44,12 +58,41 @@ public class ListUsersResult implements Serializable { /** *

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match your + * query. + *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each native user + * in your user pool, and each unique user ID from your third-party identity + * providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native user + * that you linked. You can identify IdP users in the Users + * object of this API response by the IdP prefix that Amazon Cognito appends + * to Username. *

    + *
    * * @return

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match + * your query. *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each + * native user in your user pool, and each unique user ID from your + * third-party identity providers (IdPs). When you link users with + * the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native + * user that you linked. You can identify IdP users in the + * Users object of this API response by the IdP prefix + * that Amazon Cognito appends to Username. + *

    + *
    */ public java.util.List getUsers() { return users; @@ -57,12 +100,41 @@ public java.util.List getUsers() { /** *

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match your + * query. + *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each native user + * in your user pool, and each unique user ID from your third-party identity + * providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native user + * that you linked. You can identify IdP users in the Users + * object of this API response by the IdP prefix that Amazon Cognito appends + * to Username. *

    + *
    * * @param users

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that + * match your query. *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each + * native user in your user pool, and each unique user ID from + * your third-party identity providers (IdPs). When you link + * users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the + * native user that you linked. You can identify IdP users in the + * Users object of this API response by the IdP + * prefix that Amazon Cognito appends to Username. + *

    + *
    */ public void setUsers(java.util.Collection users) { if (users == null) { @@ -75,15 +147,44 @@ public void setUsers(java.util.Collection users) { /** *

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match your + * query. + *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each native user + * in your user pool, and each unique user ID from your third-party identity + * providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native user + * that you linked. You can identify IdP users in the Users + * object of this API response by the IdP prefix that Amazon Cognito appends + * to Username. *

    + *
    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param users

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that + * match your query. + *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each + * native user in your user pool, and each unique user ID from + * your third-party identity providers (IdPs). When you link + * users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the + * native user that you linked. You can identify IdP users in the + * Users object of this API response by the IdP + * prefix that Amazon Cognito appends to Username. *

    + *
    * @return A reference to this updated object so that method calls can be * chained together. */ @@ -99,15 +200,44 @@ public ListUsersResult withUsers(UserType... users) { /** *

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that match your + * query. *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each native user + * in your user pool, and each unique user ID from your third-party identity + * providers (IdPs). When you link users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the native user + * that you linked. You can identify IdP users in the Users + * object of this API response by the IdP prefix that Amazon Cognito appends + * to Username. + *

    + *
    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param users

    - * The users returned in the request to list users. + * A list of the user pool users, and their attributes, that + * match your query. + *

    + * + *

    + * Amazon Cognito creates a profile in your user pool for each + * native user in your user pool, and each unique user ID from + * your third-party identity providers (IdPs). When you link + * users with the AdminLinkProviderForUser API operation, the output of + * ListUsers displays both the IdP user and the + * native user that you linked. You can identify IdP users in the + * Users object of this API response by the IdP + * prefix that Amazon Cognito appends to Username. *

    + *
    * @return A reference to this updated object so that method calls can be * chained together. */ diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogConfigurationType.java new file mode 100644 index 0000000000..73c68a34cc --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogConfigurationType.java @@ -0,0 +1,381 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +/** + *

    + * The logging parameters of a user pool. + *

    + */ +public class LogConfigurationType implements Serializable { + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Constraints:
    + * Allowed Values: ERROR + */ + private String logLevel; + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Constraints:
    + * Allowed Values: userNotification + */ + private String eventSource; + + /** + *

    + * The CloudWatch logging destination of a user pool. + *

    + */ + private CloudWatchLogsConfigurationType cloudWatchLogsConfiguration; + + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Constraints:
    + * Allowed Values: ERROR + * + * @return

    + * The errorlevel selection of logs that a user pool + * sends for detailed activity logging. + *

    + * @see LogLevel + */ + public String getLogLevel() { + return logLevel; + } + + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Constraints:
    + * Allowed Values: ERROR + * + * @param logLevel

    + * The errorlevel selection of logs that a user pool + * sends for detailed activity logging. + *

    + * @see LogLevel + */ + public void setLogLevel(String logLevel) { + this.logLevel = logLevel; + } + + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Allowed Values: ERROR + * + * @param logLevel

    + * The errorlevel selection of logs that a user pool + * sends for detailed activity logging. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + * @see LogLevel + */ + public LogConfigurationType withLogLevel(String logLevel) { + this.logLevel = logLevel; + return this; + } + + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Constraints:
    + * Allowed Values: ERROR + * + * @param logLevel

    + * The errorlevel selection of logs that a user pool + * sends for detailed activity logging. + *

    + * @see LogLevel + */ + public void setLogLevel(LogLevel logLevel) { + this.logLevel = logLevel.toString(); + } + + /** + *

    + * The errorlevel selection of logs that a user pool sends for + * detailed activity logging. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Allowed Values: ERROR + * + * @param logLevel

    + * The errorlevel selection of logs that a user pool + * sends for detailed activity logging. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + * @see LogLevel + */ + public LogConfigurationType withLogLevel(LogLevel logLevel) { + this.logLevel = logLevel.toString(); + return this; + } + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Constraints:
    + * Allowed Values: userNotification + * + * @return

    + * The source of events that your user pool sends for detailed + * activity logging. + *

    + * @see EventSourceName + */ + public String getEventSource() { + return eventSource; + } + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Constraints:
    + * Allowed Values: userNotification + * + * @param eventSource

    + * The source of events that your user pool sends for detailed + * activity logging. + *

    + * @see EventSourceName + */ + public void setEventSource(String eventSource) { + this.eventSource = eventSource; + } + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Allowed Values: userNotification + * + * @param eventSource

    + * The source of events that your user pool sends for detailed + * activity logging. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + * @see EventSourceName + */ + public LogConfigurationType withEventSource(String eventSource) { + this.eventSource = eventSource; + return this; + } + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Constraints:
    + * Allowed Values: userNotification + * + * @param eventSource

    + * The source of events that your user pool sends for detailed + * activity logging. + *

    + * @see EventSourceName + */ + public void setEventSource(EventSourceName eventSource) { + this.eventSource = eventSource.toString(); + } + + /** + *

    + * The source of events that your user pool sends for detailed activity + * logging. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Allowed Values: userNotification + * + * @param eventSource

    + * The source of events that your user pool sends for detailed + * activity logging. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + * @see EventSourceName + */ + public LogConfigurationType withEventSource(EventSourceName eventSource) { + this.eventSource = eventSource.toString(); + return this; + } + + /** + *

    + * The CloudWatch logging destination of a user pool. + *

    + * + * @return

    + * The CloudWatch logging destination of a user pool. + *

    + */ + public CloudWatchLogsConfigurationType getCloudWatchLogsConfiguration() { + return cloudWatchLogsConfiguration; + } + + /** + *

    + * The CloudWatch logging destination of a user pool. + *

    + * + * @param cloudWatchLogsConfiguration

    + * The CloudWatch logging destination of a user pool. + *

    + */ + public void setCloudWatchLogsConfiguration( + CloudWatchLogsConfigurationType cloudWatchLogsConfiguration) { + this.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration; + } + + /** + *

    + * The CloudWatch logging destination of a user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param cloudWatchLogsConfiguration

    + * The CloudWatch logging destination of a user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public LogConfigurationType withCloudWatchLogsConfiguration( + CloudWatchLogsConfigurationType cloudWatchLogsConfiguration) { + this.cloudWatchLogsConfiguration = cloudWatchLogsConfiguration; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getLogLevel() != null) + sb.append("LogLevel: " + getLogLevel() + ","); + if (getEventSource() != null) + sb.append("EventSource: " + getEventSource() + ","); + if (getCloudWatchLogsConfiguration() != null) + sb.append("CloudWatchLogsConfiguration: " + getCloudWatchLogsConfiguration()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getLogLevel() == null) ? 0 : getLogLevel().hashCode()); + hashCode = prime * hashCode + + ((getEventSource() == null) ? 0 : getEventSource().hashCode()); + hashCode = prime + * hashCode + + ((getCloudWatchLogsConfiguration() == null) ? 0 + : getCloudWatchLogsConfiguration().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof LogConfigurationType == false) + return false; + LogConfigurationType other = (LogConfigurationType) obj; + + if (other.getLogLevel() == null ^ this.getLogLevel() == null) + return false; + if (other.getLogLevel() != null && other.getLogLevel().equals(this.getLogLevel()) == false) + return false; + if (other.getEventSource() == null ^ this.getEventSource() == null) + return false; + if (other.getEventSource() != null + && other.getEventSource().equals(this.getEventSource()) == false) + return false; + if (other.getCloudWatchLogsConfiguration() == null + ^ this.getCloudWatchLogsConfiguration() == null) + return false; + if (other.getCloudWatchLogsConfiguration() != null + && other.getCloudWatchLogsConfiguration().equals( + this.getCloudWatchLogsConfiguration()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogDeliveryConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogDeliveryConfigurationType.java new file mode 100644 index 0000000000..1cf1d0cc90 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogDeliveryConfigurationType.java @@ -0,0 +1,234 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +/** + *

    + * The logging parameters of a user pool. + *

    + */ +public class LogDeliveryConfigurationType implements Serializable { + /** + *

    + * The ID of the user pool where you configured detailed activity logging. + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + */ + private String userPoolId; + + /** + *

    + * The detailed activity logging destination of a user pool. + *

    + */ + private java.util.List logConfigurations; + + /** + *

    + * The ID of the user pool where you configured detailed activity logging. + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @return

    + * The ID of the user pool where you configured detailed activity + * logging. + *

    + */ + public String getUserPoolId() { + return userPoolId; + } + + /** + *

    + * The ID of the user pool where you configured detailed activity logging. + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @param userPoolId

    + * The ID of the user pool where you configured detailed activity + * logging. + *

    + */ + public void setUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + } + + /** + *

    + * The ID of the user pool where you configured detailed activity logging. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @param userPoolId

    + * The ID of the user pool where you configured detailed activity + * logging. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public LogDeliveryConfigurationType withUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + return this; + } + + /** + *

    + * The detailed activity logging destination of a user pool. + *

    + * + * @return

    + * The detailed activity logging destination of a user pool. + *

    + */ + public java.util.List getLogConfigurations() { + return logConfigurations; + } + + /** + *

    + * The detailed activity logging destination of a user pool. + *

    + * + * @param logConfigurations

    + * The detailed activity logging destination of a user pool. + *

    + */ + public void setLogConfigurations(java.util.Collection logConfigurations) { + if (logConfigurations == null) { + this.logConfigurations = null; + return; + } + + this.logConfigurations = new java.util.ArrayList(logConfigurations); + } + + /** + *

    + * The detailed activity logging destination of a user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logConfigurations

    + * The detailed activity logging destination of a user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public LogDeliveryConfigurationType withLogConfigurations( + LogConfigurationType... logConfigurations) { + if (getLogConfigurations() == null) { + this.logConfigurations = new java.util.ArrayList( + logConfigurations.length); + } + for (LogConfigurationType value : logConfigurations) { + this.logConfigurations.add(value); + } + return this; + } + + /** + *

    + * The detailed activity logging destination of a user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logConfigurations

    + * The detailed activity logging destination of a user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public LogDeliveryConfigurationType withLogConfigurations( + java.util.Collection logConfigurations) { + setLogConfigurations(logConfigurations); + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getUserPoolId() != null) + sb.append("UserPoolId: " + getUserPoolId() + ","); + if (getLogConfigurations() != null) + sb.append("LogConfigurations: " + getLogConfigurations()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getUserPoolId() == null) ? 0 : getUserPoolId().hashCode()); + hashCode = prime * hashCode + + ((getLogConfigurations() == null) ? 0 : getLogConfigurations().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof LogDeliveryConfigurationType == false) + return false; + LogDeliveryConfigurationType other = (LogDeliveryConfigurationType) obj; + + if (other.getUserPoolId() == null ^ this.getUserPoolId() == null) + return false; + if (other.getUserPoolId() != null + && other.getUserPoolId().equals(this.getUserPoolId()) == false) + return false; + if (other.getLogConfigurations() == null ^ this.getLogConfigurations() == null) + return false; + if (other.getLogConfigurations() != null + && other.getLogConfigurations().equals(this.getLogConfigurations()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogLevel.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogLevel.java new file mode 100644 index 0000000000..45fee5c3a9 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/LogLevel.java @@ -0,0 +1,60 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.util.HashMap; +import java.util.Map; + +/** + * Log Level + */ +public enum LogLevel { + + ERROR("ERROR"); + + private String value; + + private LogLevel(String value) { + this.value = value; + } + + @Override + public String toString() { + return value; + } + + private static final Map enumMap; + static { + enumMap = new HashMap(); + enumMap.put("ERROR", ERROR); + } + + /** + * Use this in place of valueOf. + * + * @param value real value + * @return LogLevel corresponding to the value + */ + public static LogLevel fromValue(String value) { + if (value == null || value.isEmpty()) { + throw new IllegalArgumentException("Value cannot be null or empty!"); + } else if (enumMap.containsKey(value)) { + return enumMap.get(value); + } else { + throw new IllegalArgumentException("Cannot create enum from " + value + " value!"); + } + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAMethodNotFoundException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAMethodNotFoundException.java index 0ea1a91147..7d86154220 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAMethodNotFoundException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAMethodNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAOptionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAOptionType.java index d8d188f853..b2b0b57037 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAOptionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MFAOptionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageActionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageActionType.java index 5bfd9f1f86..5791a41214 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageActionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageActionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageTemplateType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageTemplateType.java index db06c5e630..34c22d1260 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageTemplateType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/MessageTemplateType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NewDeviceMetadataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NewDeviceMetadataType.java index 19f858cf49..f174ecaaef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NewDeviceMetadataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NewDeviceMetadataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -38,6 +38,9 @@ public class NewDeviceMetadataType implements Serializable { *

    * The device group key. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String deviceGroupKey; @@ -102,6 +105,9 @@ public NewDeviceMetadataType withDeviceKey(String deviceKey) { *

    * The device group key. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The device group key. @@ -115,6 +121,9 @@ public String getDeviceGroupKey() { *

    * The device group key. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param deviceGroupKey

    * The device group key. @@ -131,6 +140,9 @@ public void setDeviceGroupKey(String deviceGroupKey) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param deviceGroupKey

    * The device group key. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotAuthorizedException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotAuthorizedException.java index 104e3f756e..8d9176b0de 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotAuthorizedException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotAuthorizedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyConfigurationType.java index a8ded52bbb..7f50e2ac82 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,6 +29,9 @@ public class NotifyConfigurationType implements Serializable { * individually verified with Amazon Simple Email Service, or from a domain * that has been verified with Amazon SES. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String from; @@ -36,6 +39,9 @@ public class NotifyConfigurationType implements Serializable { *

    * The destination to which the receiver of an email should reply to. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String replyTo; @@ -82,6 +88,9 @@ public class NotifyConfigurationType implements Serializable { * individually verified with Amazon Simple Email Service, or from a domain * that has been verified with Amazon SES. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The email address that is sending the email. The address must be @@ -99,6 +108,9 @@ public String getFrom() { * individually verified with Amazon Simple Email Service, or from a domain * that has been verified with Amazon SES. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param from

    * The email address that is sending the email. The address must @@ -120,6 +132,9 @@ public void setFrom(String from) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param from

    * The email address that is sending the email. The address must @@ -139,6 +154,9 @@ public NotifyConfigurationType withFrom(String from) { *

    * The destination to which the receiver of an email should reply to. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The destination to which the receiver of an email should reply @@ -153,6 +171,9 @@ public String getReplyTo() { *

    * The destination to which the receiver of an email should reply to. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param replyTo

    * The destination to which the receiver of an email should reply @@ -170,6 +191,9 @@ public void setReplyTo(String replyTo) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param replyTo

    * The destination to which the receiver of an email should reply diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyEmailType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyEmailType.java index ae39a0bff8..98e35cb1e1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyEmailType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NotifyEmailType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NumberAttributeConstraintsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NumberAttributeConstraintsType.java index 21922c8321..f67017d05c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NumberAttributeConstraintsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/NumberAttributeConstraintsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -28,6 +28,9 @@ public class NumberAttributeConstraintsType implements Serializable { *

    * The minimum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String minValue; @@ -35,6 +38,9 @@ public class NumberAttributeConstraintsType implements Serializable { *

    * The maximum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String maxValue; @@ -42,6 +48,9 @@ public class NumberAttributeConstraintsType implements Serializable { *

    * The minimum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The minimum value of an attribute that is of the number data @@ -56,6 +65,9 @@ public String getMinValue() { *

    * The minimum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param minValue

    * The minimum value of an attribute that is of the number data @@ -73,6 +85,9 @@ public void setMinValue(String minValue) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param minValue

    * The minimum value of an attribute that is of the number data @@ -90,6 +105,9 @@ public NumberAttributeConstraintsType withMinValue(String minValue) { *

    * The maximum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The maximum value of an attribute that is of the number data @@ -104,6 +122,9 @@ public String getMaxValue() { *

    * The maximum value of an attribute that is of the number data type. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param maxValue

    * The maximum value of an attribute that is of the number data @@ -121,6 +142,9 @@ public void setMaxValue(String maxValue) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param maxValue

    * The maximum value of an attribute that is of the number data diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/OAuthFlowType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/OAuthFlowType.java index eff843af84..e925a8f99a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/OAuthFlowType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/OAuthFlowType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordPolicyType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordPolicyType.java index 3398682837..21b081d339 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordPolicyType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordResetRequiredException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordResetRequiredException.java index b8793383f9..528010c08c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordResetRequiredException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PasswordResetRequiredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreconditionNotMetException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreconditionNotMetException.java index cb01024145..3b3d764848 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreconditionNotMetException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreconditionNotMetException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreventUserExistenceErrorTypes.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreventUserExistenceErrorTypes.java index 84ebc08de1..7f2029d87f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreventUserExistenceErrorTypes.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/PreventUserExistenceErrorTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderDescription.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderDescription.java index 0850ef8db1..4fe39e929e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderDescription.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -54,7 +54,9 @@ public class ProviderDescription implements Serializable { /** *

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -265,11 +267,15 @@ public ProviderDescription withLastModifiedDate(java.util.Date lastModifiedDate) /** *

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -278,11 +284,15 @@ public java.util.Date getCreationDate() { /** *

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -291,14 +301,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The date the provider was added to the user pool. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderUserIdentifierType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderUserIdentifierType.java index bb974ac704..c1842a6c9c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderUserIdentifierType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ProviderUserIdentifierType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -39,6 +39,9 @@ public class ProviderUserIdentifierType implements Serializable { * The name of the provider attribute to link to, such as * NameID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String providerAttributeName; @@ -47,6 +50,9 @@ public class ProviderUserIdentifierType implements Serializable { * The value of the provider attribute to link to, such as * xxxxx_account. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String providerAttributeValue; @@ -115,6 +121,9 @@ public ProviderUserIdentifierType withProviderName(String providerName) { * The name of the provider attribute to link to, such as * NameID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The name of the provider attribute to link to, such as @@ -130,6 +139,9 @@ public String getProviderAttributeName() { * The name of the provider attribute to link to, such as * NameID. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param providerAttributeName

    * The name of the provider attribute to link to, such as @@ -148,6 +160,9 @@ public void setProviderAttributeName(String providerAttributeName) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param providerAttributeName

    * The name of the provider attribute to link to, such as @@ -166,6 +181,9 @@ public ProviderUserIdentifierType withProviderAttributeName(String providerAttri * The value of the provider attribute to link to, such as * xxxxx_account. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The value of the provider attribute to link to, such as @@ -181,6 +199,9 @@ public String getProviderAttributeValue() { * The value of the provider attribute to link to, such as * xxxxx_account. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param providerAttributeValue

    * The value of the provider attribute to link to, such as @@ -199,6 +220,9 @@ public void setProviderAttributeValue(String providerAttributeValue) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param providerAttributeValue

    * The value of the provider attribute to link to, such as diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionNameType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionNameType.java index 1d7148129d..e4340bc955 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionNameType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionNameType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionType.java index 726201fa8e..91d31b7924 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RecoveryOptionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeRequest.java index 49fcf56684..b86a73b6fc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,6 +26,16 @@ *

    * *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    + *

    * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -43,7 +53,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeResult.java index 5da50114c6..b1db6c4965 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResendConfirmationCodeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceNotFoundException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceNotFoundException.java index 1a08319a6b..1d22d4f829 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceNotFoundException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerScopeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerScopeType.java index 05dbb40fb0..b7b3517537 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerScopeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerScopeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerType.java index 0bf7db1953..be98084ff0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ResourceServerType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeRequest.java index 37f70c5acb..304644bff0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,6 +25,16 @@ *

    * *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    + *

    * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -42,7 +52,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    @@ -170,6 +180,14 @@ public class RespondToAuthChallengeRequest extends AmazonWebServiceRequest imple *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ private java.util.Map challengeResponses; @@ -626,6 +644,14 @@ public RespondToAuthChallengeRequest withSession(String session) { *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @return

    * The challenge responses. These are inputs corresponding to the @@ -709,6 +735,14 @@ public RespondToAuthChallengeRequest withSession(String session) { *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public java.util.Map getChallengeResponses() { return challengeResponses; @@ -792,6 +826,14 @@ public java.util.Map getChallengeResponses() { *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * * @param challengeResponses

    * The challenge responses. These are inputs corresponding to the @@ -877,6 +919,15 @@ public java.util.Map getChallengeResponses() { *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    */ public void setChallengeResponses(java.util.Map challengeResponses) { this.challengeResponses = challengeResponses; @@ -961,6 +1012,14 @@ public void setChallengeResponses(java.util.Map challengeRespons * * *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * Returns a reference to this object so that method calls can be chained * together. * @@ -1048,6 +1107,15 @@ public void setChallengeResponses(java.util.Map challengeRespons *

    * * + *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    * @return A reference to this updated object so that method calls can be * chained together. */ @@ -1136,6 +1204,14 @@ public RespondToAuthChallengeRequest withChallengeResponses( * * *

    + * For more information about SECRET_HASH, see Computing secret hash values. For information about + * DEVICE_KEY, see Working with user devices in your user pool. + *

    + *

    * The method adds a new key-value pair into ChallengeResponses parameter, * and returns a reference to this object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeResult.java index 91d9ff5a88..1f0d058b82 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RespondToAuthChallengeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenRequest.java index f041bd4bc2..5c89db2496 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,6 +26,17 @@ * token to access Amazon Cognito user APIs, or to authorize access to your * resource server. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class RevokeTokenRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenResult.java index efb603e1e5..5534551f2a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RevokeTokenResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskConfigurationType.java index 92fbd86a80..c775d469b0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -71,7 +71,9 @@ public class RiskConfigurationType implements Serializable { /** *

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date lastModifiedDate; @@ -353,11 +355,15 @@ public RiskConfigurationType withRiskExceptionConfiguration( /** *

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getLastModifiedDate() { @@ -366,11 +372,15 @@ public java.util.Date getLastModifiedDate() { /** *

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param lastModifiedDate

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -379,14 +389,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

    - * The last modified date. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskDecisionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskDecisionType.java index 66e67cab5b..2cfc76c275 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskDecisionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskDecisionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskExceptionConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskExceptionConfigurationType.java index e1ecfb7ea3..110a789c96 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskExceptionConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskExceptionConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskLevelType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskLevelType.java index fff645f091..7cc90f7d1b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskLevelType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/RiskLevelType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SMSMfaSettingsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SMSMfaSettingsType.java index 5c7bb6da14..e2c826c466 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SMSMfaSettingsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SMSMfaSettingsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SchemaAttributeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SchemaAttributeType.java index 61f454b7fc..0b3fa451a5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SchemaAttributeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SchemaAttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,13 +19,25 @@ /** *

    - * Contains information about the schema attribute. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are read-only + * to all app clients. You can create and update developer-only attributes only + * with IAM-authenticated API operations. Use app client read/write permissions + * instead. *

    */ public class SchemaAttributeType implements Serializable { /** *

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example username + * or custom:costcenter. *

    *

    * Constraints:
    @@ -36,7 +48,7 @@ public class SchemaAttributeType implements Serializable { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Constraints:
    @@ -70,11 +82,11 @@ public class SchemaAttributeType implements Serializable { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, you must - * set this parameter to true. Amazon Cognito updates mapped - * attributes when users sign in to your application through an IdP. If an - * attribute is immutable, Amazon Cognito throws an error when it attempts - * to update the attribute. For more information, see true. Amazon Cognito + * updates mapped attributes when users sign in to your application through + * an IdP. If an attribute is immutable, Amazon Cognito throws an error when + * it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool. *

    @@ -106,7 +118,8 @@ public class SchemaAttributeType implements Serializable { /** *

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example username + * or custom:costcenter. *

    *

    * Constraints:
    @@ -114,7 +127,8 @@ public class SchemaAttributeType implements Serializable { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @return

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example + * username or custom:costcenter. *

    */ public String getName() { @@ -123,7 +137,8 @@ public String getName() { /** *

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example username + * or custom:costcenter. *

    *

    * Constraints:
    @@ -131,7 +146,8 @@ public String getName() { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @param name

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example + * username or custom:costcenter. *

    */ public void setName(String name) { @@ -140,7 +156,8 @@ public void setName(String name) { /** *

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example username + * or custom:costcenter. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -151,7 +168,8 @@ public void setName(String name) { * Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
    * * @param name

    - * A schema attribute of the name type. + * The name of your user pool attribute, for example + * username or custom:costcenter. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -163,14 +181,14 @@ public SchemaAttributeType withName(String name) { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Constraints:
    * Allowed Values: String, Number, DateTime, Boolean * * @return

    - * The attribute data type. + * The data format of the values for your attribute. *

    * @see AttributeDataType */ @@ -180,14 +198,14 @@ public String getAttributeDataType() { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Constraints:
    * Allowed Values: String, Number, DateTime, Boolean * * @param attributeDataType

    - * The attribute data type. + * The data format of the values for your attribute. *

    * @see AttributeDataType */ @@ -197,7 +215,7 @@ public void setAttributeDataType(String attributeDataType) { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -207,7 +225,7 @@ public void setAttributeDataType(String attributeDataType) { * Allowed Values: String, Number, DateTime, Boolean * * @param attributeDataType

    - * The attribute data type. + * The data format of the values for your attribute. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -220,14 +238,14 @@ public SchemaAttributeType withAttributeDataType(String attributeDataType) { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Constraints:
    * Allowed Values: String, Number, DateTime, Boolean * * @param attributeDataType

    - * The attribute data type. + * The data format of the values for your attribute. *

    * @see AttributeDataType */ @@ -237,7 +255,7 @@ public void setAttributeDataType(AttributeDataType attributeDataType) { /** *

    - * The attribute data type. + * The data format of the values for your attribute. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -247,7 +265,7 @@ public void setAttributeDataType(AttributeDataType attributeDataType) { * Allowed Values: String, Number, DateTime, Boolean * * @param attributeDataType

    - * The attribute data type. + * The data format of the values for your attribute. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -433,11 +451,11 @@ public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttri * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, you must - * set this parameter to true. Amazon Cognito updates mapped - * attributes when users sign in to your application through an IdP. If an - * attribute is immutable, Amazon Cognito throws an error when it attempts - * to update the attribute. For more information, see true. Amazon Cognito + * updates mapped attributes when users sign in to your application through + * an IdP. If an attribute is immutable, Amazon Cognito throws an error when + * it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool. *

    @@ -446,12 +464,12 @@ public SchemaAttributeType withDeveloperOnlyAttribute(Boolean developerOnlyAttri * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, - * you must set this parameter to true. Amazon Cognito - * updates mapped attributes when users sign in to your application - * through an IdP. If an attribute is immutable, Amazon Cognito - * throws an error when it attempts to update the attribute. For - * more information, see true. + * Amazon Cognito updates mapped attributes when users sign in to + * your application through an IdP. If an attribute is immutable, + * Amazon Cognito throws an error when it attempts to update the + * attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User * Pool. @@ -466,11 +484,11 @@ public Boolean isMutable() { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, you must - * set this parameter to true. Amazon Cognito updates mapped - * attributes when users sign in to your application through an IdP. If an - * attribute is immutable, Amazon Cognito throws an error when it attempts - * to update the attribute. For more information, see true. Amazon Cognito + * updates mapped attributes when users sign in to your application through + * an IdP. If an attribute is immutable, Amazon Cognito throws an error when + * it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool. *

    @@ -479,12 +497,12 @@ public Boolean isMutable() { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, - * you must set this parameter to true. Amazon Cognito - * updates mapped attributes when users sign in to your application - * through an IdP. If an attribute is immutable, Amazon Cognito - * throws an error when it attempts to update the attribute. For - * more information, see true. + * Amazon Cognito updates mapped attributes when users sign in to + * your application through an IdP. If an attribute is immutable, + * Amazon Cognito throws an error when it attempts to update the + * attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User * Pool. @@ -499,11 +517,11 @@ public Boolean getMutable() { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, you must - * set this parameter to true. Amazon Cognito updates mapped - * attributes when users sign in to your application through an IdP. If an - * attribute is immutable, Amazon Cognito throws an error when it attempts - * to update the attribute. For more information, see true. Amazon Cognito + * updates mapped attributes when users sign in to your application through + * an IdP. If an attribute is immutable, Amazon Cognito throws an error when + * it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool. *

    @@ -512,12 +530,13 @@ public Boolean getMutable() { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP - * attribute, you must set this parameter to true. - * Amazon Cognito updates mapped attributes when users sign in to - * your application through an IdP. If an attribute is immutable, - * Amazon Cognito throws an error when it attempts to update the - * attribute. For more information, see true. Amazon Cognito updates mapped attributes + * when users sign in to your application through an IdP. If an + * attribute is immutable, Amazon Cognito throws an error when it + * attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User * Pool. @@ -532,11 +551,11 @@ public void setMutable(Boolean mutable) { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP attribute, you must - * set this parameter to true. Amazon Cognito updates mapped - * attributes when users sign in to your application through an IdP. If an - * attribute is immutable, Amazon Cognito throws an error when it attempts - * to update the attribute. For more information, see true. Amazon Cognito + * updates mapped attributes when users sign in to your application through + * an IdP. If an attribute is immutable, Amazon Cognito throws an error when + * it attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool. *

    @@ -548,12 +567,13 @@ public void setMutable(Boolean mutable) { * Specifies whether the value of the attribute can be changed. *

    *

    - * For any user pool attribute that is mapped to an IdP - * attribute, you must set this parameter to true. - * Amazon Cognito updates mapped attributes when users sign in to - * your application through an IdP. If an attribute is immutable, - * Amazon Cognito throws an error when it attempts to update the - * attribute. For more information, see true. Amazon Cognito updates mapped attributes + * when users sign in to your application through an IdP. If an + * attribute is immutable, Amazon Cognito throws an error when it + * attempts to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User * Pool. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ScopeDoesNotExistException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ScopeDoesNotExistException.java index 811c70206f..b038849b70 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ScopeDoesNotExistException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/ScopeDoesNotExistException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationRequest.java new file mode 100644 index 0000000000..6ef767c888 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationRequest.java @@ -0,0 +1,251 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +import com.amazonaws.AmazonWebServiceRequest; + +/** + *

    + * Sets up or modifies the detailed activity logging configuration of a user + * pool. + *

    + */ +public class SetLogDeliveryConfigurationRequest extends AmazonWebServiceRequest implements + Serializable { + /** + *

    + * The ID of the user pool where you want to configure detailed activity + * logging . + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + */ + private String userPoolId; + + /** + *

    + * A collection of all of the detailed activity logging configurations for a + * user pool. + *

    + */ + private java.util.List logConfigurations; + + /** + *

    + * The ID of the user pool where you want to configure detailed activity + * logging . + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @return

    + * The ID of the user pool where you want to configure detailed + * activity logging . + *

    + */ + public String getUserPoolId() { + return userPoolId; + } + + /** + *

    + * The ID of the user pool where you want to configure detailed activity + * logging . + *

    + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @param userPoolId

    + * The ID of the user pool where you want to configure detailed + * activity logging . + *

    + */ + public void setUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + } + + /** + *

    + * The ID of the user pool where you want to configure detailed activity + * logging . + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + *

    + * Constraints:
    + * Length: 1 - 55
    + * Pattern: [\w-]+_[0-9a-zA-Z]+
    + * + * @param userPoolId

    + * The ID of the user pool where you want to configure detailed + * activity logging . + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public SetLogDeliveryConfigurationRequest withUserPoolId(String userPoolId) { + this.userPoolId = userPoolId; + return this; + } + + /** + *

    + * A collection of all of the detailed activity logging configurations for a + * user pool. + *

    + * + * @return

    + * A collection of all of the detailed activity logging + * configurations for a user pool. + *

    + */ + public java.util.List getLogConfigurations() { + return logConfigurations; + } + + /** + *

    + * A collection of all of the detailed activity logging configurations for a + * user pool. + *

    + * + * @param logConfigurations

    + * A collection of all of the detailed activity logging + * configurations for a user pool. + *

    + */ + public void setLogConfigurations(java.util.Collection logConfigurations) { + if (logConfigurations == null) { + this.logConfigurations = null; + return; + } + + this.logConfigurations = new java.util.ArrayList(logConfigurations); + } + + /** + *

    + * A collection of all of the detailed activity logging configurations for a + * user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logConfigurations

    + * A collection of all of the detailed activity logging + * configurations for a user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public SetLogDeliveryConfigurationRequest withLogConfigurations( + LogConfigurationType... logConfigurations) { + if (getLogConfigurations() == null) { + this.logConfigurations = new java.util.ArrayList( + logConfigurations.length); + } + for (LogConfigurationType value : logConfigurations) { + this.logConfigurations.add(value); + } + return this; + } + + /** + *

    + * A collection of all of the detailed activity logging configurations for a + * user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logConfigurations

    + * A collection of all of the detailed activity logging + * configurations for a user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public SetLogDeliveryConfigurationRequest withLogConfigurations( + java.util.Collection logConfigurations) { + setLogConfigurations(logConfigurations); + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getUserPoolId() != null) + sb.append("UserPoolId: " + getUserPoolId() + ","); + if (getLogConfigurations() != null) + sb.append("LogConfigurations: " + getLogConfigurations()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime * hashCode + ((getUserPoolId() == null) ? 0 : getUserPoolId().hashCode()); + hashCode = prime * hashCode + + ((getLogConfigurations() == null) ? 0 : getLogConfigurations().hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof SetLogDeliveryConfigurationRequest == false) + return false; + SetLogDeliveryConfigurationRequest other = (SetLogDeliveryConfigurationRequest) obj; + + if (other.getUserPoolId() == null ^ this.getUserPoolId() == null) + return false; + if (other.getUserPoolId() != null + && other.getUserPoolId().equals(this.getUserPoolId()) == false) + return false; + if (other.getLogConfigurations() == null ^ this.getLogConfigurations() == null) + return false; + if (other.getLogConfigurations() != null + && other.getLogConfigurations().equals(this.getLogConfigurations()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationResult.java new file mode 100644 index 0000000000..5004c5d4b4 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetLogDeliveryConfigurationResult.java @@ -0,0 +1,129 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model; + +import java.io.Serializable; + +public class SetLogDeliveryConfigurationResult implements Serializable { + /** + *

    + * The detailed activity logging configuration that you applied to the + * requested user pool. + *

    + */ + private LogDeliveryConfigurationType logDeliveryConfiguration; + + /** + *

    + * The detailed activity logging configuration that you applied to the + * requested user pool. + *

    + * + * @return

    + * The detailed activity logging configuration that you applied to + * the requested user pool. + *

    + */ + public LogDeliveryConfigurationType getLogDeliveryConfiguration() { + return logDeliveryConfiguration; + } + + /** + *

    + * The detailed activity logging configuration that you applied to the + * requested user pool. + *

    + * + * @param logDeliveryConfiguration

    + * The detailed activity logging configuration that you applied + * to the requested user pool. + *

    + */ + public void setLogDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration) { + this.logDeliveryConfiguration = logDeliveryConfiguration; + } + + /** + *

    + * The detailed activity logging configuration that you applied to the + * requested user pool. + *

    + *

    + * Returns a reference to this object so that method calls can be chained + * together. + * + * @param logDeliveryConfiguration

    + * The detailed activity logging configuration that you applied + * to the requested user pool. + *

    + * @return A reference to this updated object so that method calls can be + * chained together. + */ + public SetLogDeliveryConfigurationResult withLogDeliveryConfiguration( + LogDeliveryConfigurationType logDeliveryConfiguration) { + this.logDeliveryConfiguration = logDeliveryConfiguration; + return this; + } + + /** + * Returns a string representation of this object; useful for testing and + * debugging. + * + * @return A string representation of this object. + * @see java.lang.Object#toString() + */ + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("{"); + if (getLogDeliveryConfiguration() != null) + sb.append("LogDeliveryConfiguration: " + getLogDeliveryConfiguration()); + sb.append("}"); + return sb.toString(); + } + + @Override + public int hashCode() { + final int prime = 31; + int hashCode = 1; + + hashCode = prime + * hashCode + + ((getLogDeliveryConfiguration() == null) ? 0 : getLogDeliveryConfiguration() + .hashCode()); + return hashCode; + } + + @Override + public boolean equals(Object obj) { + if (this == obj) + return true; + if (obj == null) + return false; + + if (obj instanceof SetLogDeliveryConfigurationResult == false) + return false; + SetLogDeliveryConfigurationResult other = (SetLogDeliveryConfigurationResult) obj; + + if (other.getLogDeliveryConfiguration() == null + ^ this.getLogDeliveryConfiguration() == null) + return false; + if (other.getLogDeliveryConfiguration() != null + && other.getLogDeliveryConfiguration().equals(this.getLogDeliveryConfiguration()) == false) + return false; + return true; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationRequest.java index 58112dc754..a96fe2a5f9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationResult.java index 90151c7568..704a0c4de7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetRiskConfigurationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationRequest.java index 5fb2bde860..ffa47e898d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -67,6 +67,9 @@ public class SetUICustomizationRequest extends AmazonWebServiceRequest implement *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String cSS; @@ -74,6 +77,9 @@ public class SetUICustomizationRequest extends AmazonWebServiceRequest implement *

    * The uploaded logo image for the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private java.nio.ByteBuffer imageFile; @@ -195,6 +201,9 @@ public SetUICustomizationRequest withClientId(String clientId) { *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The CSS values in the UI customization. @@ -208,6 +217,9 @@ public String getCSS() { *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cSS

    * The CSS values in the UI customization. @@ -224,6 +236,9 @@ public void setCSS(String cSS) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cSS

    * The CSS values in the UI customization. @@ -240,6 +255,9 @@ public SetUICustomizationRequest withCSS(String cSS) { *

    * The uploaded logo image for the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The uploaded logo image for the UI customization. @@ -253,6 +271,9 @@ public java.nio.ByteBuffer getImageFile() { *

    * The uploaded logo image for the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param imageFile

    * The uploaded logo image for the UI customization. @@ -269,6 +290,9 @@ public void setImageFile(java.nio.ByteBuffer imageFile) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param imageFile

    * The uploaded logo image for the UI customization. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationResult.java index 8165bf2510..6252548f2b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUICustomizationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceRequest.java index 305b196fe9..5bda3cfd66 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -32,6 +32,17 @@ * based on the assessed risk level of sign-in attempts, deactivate MFA for * users and turn on Adaptive Authentication for the user pool. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class SetUserMFAPreferenceRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceResult.java index badedbd38e..64e8aa7976 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserMFAPreferenceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigRequest.java index f7f3a9423e..f92b2b4717 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigResult.java index 4df69a68af..4999d0f6a8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserPoolMfaConfigResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsRequest.java index 6e0dd7a9f9..23b77f1e44 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,17 @@ * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserMFAPreference.html" * >SetUserMFAPreference instead. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class SetUserSettingsRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsResult.java index ea23605687..62597e9cea 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SetUserSettingsResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpRequest.java index 6532635572..82c5091782 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,6 +26,16 @@ *

    * *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    + *

    * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -43,7 +53,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpResult.java index abd835a31b..37bb14fe29 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SignUpResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -44,6 +44,9 @@ public class SignUpResult implements Serializable { * The UUID of the authenticated user. This isn't the same as * username. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String userSub; @@ -169,6 +172,9 @@ public SignUpResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDelivery * The UUID of the authenticated user. This isn't the same as * username. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The UUID of the authenticated user. This isn't the same as @@ -184,6 +190,9 @@ public String getUserSub() { * The UUID of the authenticated user. This isn't the same as * username. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param userSub

    * The UUID of the authenticated user. This isn't the same as @@ -202,6 +211,9 @@ public void setUserSub(String userSub) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param userSub

    * The UUID of the authenticated user. This isn't the same as diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsConfigurationType.java index 62b7584cd2..5c2d5c4db0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -65,6 +65,9 @@ public class SmsConfigurationType implements Serializable { * >How to use an external ID when granting access to your Amazon Web * Services resources to a third party *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String externalId; @@ -197,6 +200,9 @@ public SmsConfigurationType withSnsCallerArn(String snsCallerArn) { * >How to use an external ID when granting access to your Amazon Web * Services resources to a third party *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The external ID provides additional security for your IAM role. @@ -243,6 +249,9 @@ public String getExternalId() { * >How to use an external ID when granting access to your Amazon Web * Services resources to a third party *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param externalId

    * The external ID provides additional security for your IAM @@ -293,6 +302,9 @@ public void setExternalId(String externalId) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param externalId

    * The external ID provides additional security for your IAM diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsMfaConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsMfaConfigType.java index fb260c7cc2..8f16698e6d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsMfaConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SmsMfaConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMFANotFoundException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMFANotFoundException.java index 0a87aa3286..1cbf0a91bc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMFANotFoundException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMFANotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaConfigType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaConfigType.java index f1bd7a24e7..1f4ab690a0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaConfigType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaConfigType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaSettingsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaSettingsType.java index 8f888c518e..1ca193bb7b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaSettingsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/SoftwareTokenMfaSettingsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobRequest.java index 4eeeb0011a..dfbfc25867 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobResult.java index 2361c73128..b46c604530 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StartUserImportJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StatusType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StatusType.java index a71a9836a0..81c3efa30d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StatusType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StatusType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobRequest.java index 4d12564492..2f0b913b28 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobResult.java index 0358666c10..7556bd17b9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StopUserImportJobResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StringAttributeConstraintsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StringAttributeConstraintsType.java index bb96c4681d..499428ad52 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StringAttributeConstraintsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/StringAttributeConstraintsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -27,6 +27,9 @@ public class StringAttributeConstraintsType implements Serializable { *

    * The minimum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String minLength; @@ -34,6 +37,9 @@ public class StringAttributeConstraintsType implements Serializable { *

    * The maximum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String maxLength; @@ -41,6 +47,9 @@ public class StringAttributeConstraintsType implements Serializable { *

    * The minimum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The minimum length. @@ -54,6 +63,9 @@ public String getMinLength() { *

    * The minimum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param minLength

    * The minimum length. @@ -70,6 +82,9 @@ public void setMinLength(String minLength) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param minLength

    * The minimum length. @@ -86,6 +101,9 @@ public StringAttributeConstraintsType withMinLength(String minLength) { *

    * The maximum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The maximum length. @@ -99,6 +117,9 @@ public String getMaxLength() { *

    * The maximum length. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param maxLength

    * The maximum length. @@ -115,6 +136,9 @@ public void setMaxLength(String maxLength) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param maxLength

    * The maximum length. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceRequest.java index 48775e7489..2bb2deae87 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceResult.java index 9ba01724ae..440fc0135f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TimeUnitsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TimeUnitsType.java index 607b20f11e..378d73288a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TimeUnitsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TimeUnitsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TokenValidityUnitsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TokenValidityUnitsType.java index 267cf039c2..2bc2871356 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TokenValidityUnitsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TokenValidityUnitsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -30,6 +30,8 @@ public class TokenValidityUnitsType implements Serializable { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Constraints:
    @@ -43,6 +45,8 @@ public class TokenValidityUnitsType implements Serializable { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Constraints:
    @@ -56,6 +60,8 @@ public class TokenValidityUnitsType implements Serializable { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Constraints:
    @@ -69,6 +75,8 @@ public class TokenValidityUnitsType implements Serializable { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Constraints:
    @@ -79,6 +87,8 @@ public class TokenValidityUnitsType implements Serializable { * hours, or days for the value that you * set in the AccessTokenValidity parameter. The * default AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five + * minutes to one day. *

    * @see TimeUnitsType */ @@ -92,6 +102,8 @@ public String getAccessToken() { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Constraints:
    @@ -102,6 +114,8 @@ public String getAccessToken() { * hours, or days for the value that * you set in the AccessTokenValidity parameter. The * default AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five + * minutes to one day. *

    * @see TimeUnitsType */ @@ -115,6 +129,8 @@ public void setAccessToken(String accessToken) { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -128,6 +144,8 @@ public void setAccessToken(String accessToken) { * hours, or days for the value that * you set in the AccessTokenValidity parameter. The * default AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five + * minutes to one day. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -144,6 +162,8 @@ public TokenValidityUnitsType withAccessToken(String accessToken) { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Constraints:
    @@ -154,6 +174,8 @@ public TokenValidityUnitsType withAccessToken(String accessToken) { * hours, or days for the value that * you set in the AccessTokenValidity parameter. The * default AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five + * minutes to one day. *

    * @see TimeUnitsType */ @@ -167,6 +189,8 @@ public void setAccessToken(TimeUnitsType accessToken) { * hours, or days for the value that you set in * the AccessTokenValidity parameter. The default * AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five minutes to + * one day. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -180,6 +204,8 @@ public void setAccessToken(TimeUnitsType accessToken) { * hours, or days for the value that * you set in the AccessTokenValidity parameter. The * default AccessTokenValidity time unit is hours. + * AccessTokenValidity duration can range from five + * minutes to one day. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -196,6 +222,8 @@ public TokenValidityUnitsType withAccessToken(TimeUnitsType accessToken) { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Constraints:
    @@ -206,6 +234,8 @@ public TokenValidityUnitsType withAccessToken(TimeUnitsType accessToken) { * hours, or days for the value that you * set in the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes + * to one day. *

    * @see TimeUnitsType */ @@ -219,6 +249,8 @@ public String getIdToken() { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Constraints:
    @@ -229,6 +261,8 @@ public String getIdToken() { * hours, or days for the value that * you set in the IdTokenValidity parameter. The * default IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five + * minutes to one day. *

    * @see TimeUnitsType */ @@ -242,6 +276,8 @@ public void setIdToken(String idToken) { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -255,6 +291,8 @@ public void setIdToken(String idToken) { * hours, or days for the value that * you set in the IdTokenValidity parameter. The * default IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five + * minutes to one day. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -271,6 +309,8 @@ public TokenValidityUnitsType withIdToken(String idToken) { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Constraints:
    @@ -281,6 +321,8 @@ public TokenValidityUnitsType withIdToken(String idToken) { * hours, or days for the value that * you set in the IdTokenValidity parameter. The * default IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five + * minutes to one day. *

    * @see TimeUnitsType */ @@ -294,6 +336,8 @@ public void setIdToken(TimeUnitsType idToken) { * hours, or days for the value that you set in * the IdTokenValidity parameter. The default * IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five minutes to one + * day. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -307,6 +351,8 @@ public void setIdToken(TimeUnitsType idToken) { * hours, or days for the value that * you set in the IdTokenValidity parameter. The * default IdTokenValidity time unit is hours. + * IdTokenValidity duration can range from five + * minutes to one day. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -323,6 +369,8 @@ public TokenValidityUnitsType withIdToken(TimeUnitsType idToken) { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Constraints:
    @@ -333,6 +381,8 @@ public TokenValidityUnitsType withIdToken(TimeUnitsType idToken) { * hours, or days for the value that you * set in the RefreshTokenValidity parameter. The * default RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 + * minutes to 10 years. *

    * @see TimeUnitsType */ @@ -346,6 +396,8 @@ public String getRefreshToken() { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Constraints:
    @@ -356,7 +408,8 @@ public String getRefreshToken() { * hours, or days for the value that * you set in the RefreshTokenValidity parameter. * The default RefreshTokenValidity time unit is - * days. + * days. RefreshTokenValidity duration can range + * from 60 minutes to 10 years. *

    * @see TimeUnitsType */ @@ -370,6 +423,8 @@ public void setRefreshToken(String refreshToken) { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -383,7 +438,8 @@ public void setRefreshToken(String refreshToken) { * hours, or days for the value that * you set in the RefreshTokenValidity parameter. * The default RefreshTokenValidity time unit is - * days. + * days. RefreshTokenValidity duration can range + * from 60 minutes to 10 years. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -400,6 +456,8 @@ public TokenValidityUnitsType withRefreshToken(String refreshToken) { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Constraints:
    @@ -410,7 +468,8 @@ public TokenValidityUnitsType withRefreshToken(String refreshToken) { * hours, or days for the value that * you set in the RefreshTokenValidity parameter. * The default RefreshTokenValidity time unit is - * days. + * days. RefreshTokenValidity duration can range + * from 60 minutes to 10 years. *

    * @see TimeUnitsType */ @@ -424,6 +483,8 @@ public void setRefreshToken(TimeUnitsType refreshToken) { * hours, or days for the value that you set in * the RefreshTokenValidity parameter. The default * RefreshTokenValidity time unit is days. + * RefreshTokenValidity duration can range from 60 minutes to + * 10 years. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -437,7 +498,8 @@ public void setRefreshToken(TimeUnitsType refreshToken) { * hours, or days for the value that * you set in the RefreshTokenValidity parameter. * The default RefreshTokenValidity time unit is - * days. + * days. RefreshTokenValidity duration can range + * from 60 minutes to 10 years. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyFailedAttemptsException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyFailedAttemptsException.java index ca3ba24504..e454bcf6eb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyFailedAttemptsException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyFailedAttemptsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyRequestsException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyRequestsException.java index 535996e2ce..7723ce2ffe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyRequestsException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/TooManyRequestsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UICustomizationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UICustomizationType.java index 0386d612e1..4f53f0ecb4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UICustomizationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UICustomizationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -57,6 +57,9 @@ public class UICustomizationType implements Serializable { *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String cSS; @@ -69,14 +72,18 @@ public class UICustomizationType implements Serializable { /** *

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date lastModifiedDate; /** *

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -244,6 +251,9 @@ public UICustomizationType withImageUrl(String imageUrl) { *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The CSS values in the UI customization. @@ -257,6 +267,9 @@ public String getCSS() { *

    * The CSS values in the UI customization. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cSS

    * The CSS values in the UI customization. @@ -273,6 +286,9 @@ public void setCSS(String cSS) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param cSS

    * The CSS values in the UI customization. @@ -332,11 +348,15 @@ public UICustomizationType withCSSVersion(String cSSVersion) { /** *

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getLastModifiedDate() { @@ -345,11 +365,15 @@ public java.util.Date getLastModifiedDate() { /** *

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param lastModifiedDate

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -358,14 +382,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

    - * The last-modified date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -377,11 +405,15 @@ public UICustomizationType withLastModifiedDate(java.util.Date lastModifiedDate) /** *

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -390,11 +422,15 @@ public java.util.Date getCreationDate() { /** *

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -403,14 +439,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The creation date for the UI customization. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnauthorizedException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnauthorizedException.java index 7598ef9e32..93dbcd7446 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnauthorizedException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnauthorizedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnexpectedLambdaException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnexpectedLambdaException.java index cc1ddd8f95..d7389fa807 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnexpectedLambdaException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnexpectedLambdaException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedIdentityProviderException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedIdentityProviderException.java index 9e0d734e9d..dc5f7ab620 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedIdentityProviderException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedIdentityProviderException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedOperationException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedOperationException.java index 2a04b78458..8bbb9a471c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedOperationException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedOperationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedTokenTypeException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedTokenTypeException.java index 9a166f0608..056edf8903 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedTokenTypeException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedTokenTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedUserStateException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedUserStateException.java index 50ebf9921e..a0fa9311e0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedUserStateException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UnsupportedUserStateException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceRequest.java index bffa320b75..38104e68f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceResult.java index d312b53156..4a769edc00 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UntagResourceResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackRequest.java index 65e0dff51d..95e4efdc5a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,6 +25,17 @@ * valid user or not. This feedback is used for improving the risk evaluation * decision for the user pool as part of Amazon Cognito advanced security. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class UpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -72,7 +83,13 @@ public class UpdateAuthEventFeedbackRequest extends AmazonWebServiceRequest impl /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    @@ -307,14 +324,27 @@ public UpdateAuthEventFeedbackRequest withFeedbackToken(String feedbackToken) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @return

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell + * Amazon Cognito that you trust a user session where Amazon Cognito + * has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or you + * don't believe that Amazon Cognito evaluated a high-enough risk + * level. *

    * @see FeedbackValueType */ @@ -324,14 +354,27 @@ public String getFeedbackValue() { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @see FeedbackValueType */ @@ -341,7 +384,13 @@ public void setFeedbackValue(String feedbackValue) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -351,7 +400,14 @@ public void setFeedbackValue(String feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -364,14 +420,27 @@ public UpdateAuthEventFeedbackRequest withFeedbackValue(String feedbackValue) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Constraints:
    * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @see FeedbackValueType */ @@ -381,7 +450,13 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { /** *

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you tell Amazon + * Cognito that you trust a user session where Amazon Cognito has evaluated + * some level of risk. When you provide a FeedbackValue value + * of invalid, you tell Amazon Cognito that you don't trust a + * user session, or you don't believe that Amazon Cognito evaluated a + * high-enough risk level. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -391,7 +466,14 @@ public void setFeedbackValue(FeedbackValueType feedbackValue) { * Allowed Values: Valid, Invalid * * @param feedbackValue

    - * The authentication event feedback value. + * The authentication event feedback value. When you provide a + * FeedbackValue value of valid, you + * tell Amazon Cognito that you trust a user session where Amazon + * Cognito has evaluated some level of risk. When you provide a + * FeedbackValue value of invalid, you + * tell Amazon Cognito that you don't trust a user session, or + * you don't believe that Amazon Cognito evaluated a high-enough + * risk level. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackResult.java index b0d989833d..0d731a9114 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateAuthEventFeedbackResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusRequest.java index 134c7be906..648b949820 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,17 @@ *

    * Updates the device status. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class UpdateDeviceStatusRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusResult.java index 9a826adb04..8db4230b85 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateDeviceStatusResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupRequest.java index eeb270c3e9..ec89e2a294 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,9 +23,33 @@ *

    * Updates the specified group with the specified attributes. *

    + * *

    - * Calling this action requires developer credentials. + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateGroupRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupResult.java index 4158d06c76..8d55da2322 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateGroupResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderRequest.java index 1ad1449c26..156fc95a99 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -23,6 +23,33 @@ *

    * Updates IdP information for a user pool. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateIdentityProviderRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderResult.java index 8b28052ad4..515b1db471 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateIdentityProviderResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerRequest.java index 76e5e60b7e..0ee342c2a5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,7 +29,33 @@ * If you don't provide a value for an attribute, it is set to the default * value. *

    - * + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateResourceServerRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerResult.java index 98ac7b8785..1bc6e7371d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateResourceServerResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesRequest.java index f2e8a00638..8f54790663 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -25,6 +25,16 @@ *

    * *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    + *

    * This action might generate an SMS text message. Starting June 1, 2021, US * telecom carriers require you to register an origination phone number before * you can send SMS messages to US phone numbers. If you use SMS text messages @@ -42,7 +52,7 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesResult.java index 25170ce292..a8bd5a2a69 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserAttributesResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientRequest.java index b8a682e3c9..5876dd8d6f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -28,8 +28,8 @@ *

    * *

    - * If you don't provide a value for an attribute, it will be set to the default - * value. + * If you don't provide a value for an attribute, Amazon Cognito sets it to its + * default value. *

    *
    *

    @@ -38,6 +38,33 @@ * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html" * >RevokeToken. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateUserPoolClientRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -145,8 +172,8 @@ public class UpdateUserPoolClientRequest extends AmazonWebServiceRequest impleme * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -160,9 +187,9 @@ public class UpdateUserPoolClientRequest extends AmazonWebServiceRequest impleme /** *

    - * The units in which the validity times are represented. The default unit - * for RefreshToken is days, and the default for ID and access tokens is - * hours. + * The time units you use when you set the duration of ID, access, and + * refresh tokens. The default unit for RefreshToken is days, and the + * default for ID and access tokens is hours. *

    */ private TokenValidityUnitsType tokenValidityUnits; @@ -390,8 +417,43 @@ public class UpdateUserPoolClientRequest extends AmazonWebServiceRequest impleme /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    */ private Boolean allowedOAuthFlowsUserPoolClient; @@ -1018,8 +1080,8 @@ public UpdateUserPoolClientRequest withAccessTokenValidity(Integer accessTokenVa * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1043,8 +1105,8 @@ public UpdateUserPoolClientRequest withAccessTokenValidity(Integer accessTokenVa * their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an - * API request is hours. Valid range is displayed below in + * The default time unit for IdTokenValidity in an API + * request is hours. Valid range is displayed below in * seconds. *

    *

    @@ -1070,8 +1132,8 @@ public Integer getIdTokenValidity() { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1096,9 +1158,9 @@ public Integer getIdTokenValidity() { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -1123,8 +1185,8 @@ public void setIdTokenValidity(Integer idTokenValidity) { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1152,9 +1214,9 @@ public void setIdTokenValidity(Integer idTokenValidity) { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -1170,15 +1232,15 @@ public UpdateUserPoolClientRequest withIdTokenValidity(Integer idTokenValidity) /** *

    - * The units in which the validity times are represented. The default unit - * for RefreshToken is days, and the default for ID and access tokens is - * hours. + * The time units you use when you set the duration of ID, access, and + * refresh tokens. The default unit for RefreshToken is days, and the + * default for ID and access tokens is hours. *

    * * @return

    - * The units in which the validity times are represented. The - * default unit for RefreshToken is days, and the default for ID and - * access tokens is hours. + * The time units you use when you set the duration of ID, access, + * and refresh tokens. The default unit for RefreshToken is days, + * and the default for ID and access tokens is hours. *

    */ public TokenValidityUnitsType getTokenValidityUnits() { @@ -1187,15 +1249,15 @@ public TokenValidityUnitsType getTokenValidityUnits() { /** *

    - * The units in which the validity times are represented. The default unit - * for RefreshToken is days, and the default for ID and access tokens is - * hours. + * The time units you use when you set the duration of ID, access, and + * refresh tokens. The default unit for RefreshToken is days, and the + * default for ID and access tokens is hours. *

    * * @param tokenValidityUnits

    - * The units in which the validity times are represented. The - * default unit for RefreshToken is days, and the default for ID - * and access tokens is hours. + * The time units you use when you set the duration of ID, + * access, and refresh tokens. The default unit for RefreshToken + * is days, and the default for ID and access tokens is hours. *

    */ public void setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) { @@ -1204,18 +1266,18 @@ public void setTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) { /** *

    - * The units in which the validity times are represented. The default unit - * for RefreshToken is days, and the default for ID and access tokens is - * hours. + * The time units you use when you set the duration of ID, access, and + * refresh tokens. The default unit for RefreshToken is days, and the + * default for ID and access tokens is hours. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param tokenValidityUnits

    - * The units in which the validity times are represented. The - * default unit for RefreshToken is days, and the default for ID - * and access tokens is hours. + * The time units you use when you set the duration of ID, + * access, and refresh tokens. The default unit for RefreshToken + * is days, and the default for ID and access tokens is hours. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -3102,13 +3164,85 @@ public UpdateUserPoolClientRequest withAllowedOAuthScopes( /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean isAllowedOAuthFlowsUserPoolClient() { @@ -3117,13 +3251,85 @@ public Boolean isAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean getAllowedOAuthFlowsUserPoolClient() { @@ -3132,13 +3338,86 @@ public Boolean getAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    */ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) { @@ -3147,16 +3426,89 @@ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPool /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientResult.java index 112f36c4db..1f823da9f6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolClientResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainRequest.java index 6e48a0a335..bfc54b400d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -61,6 +61,33 @@ * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html" * >Using Your Own Domain for the Hosted UI. *

    + * + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateUserPoolDomainRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainResult.java index dea02e302a..a1de330d13 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolDomainResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolRequest.java index 25e7ef637f..c5a0b451e2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -20,13 +20,6 @@ import com.amazonaws.AmazonWebServiceRequest; /** - *

    - * Updates the specified user pool with the specified attributes. You can get a - * list of the current user pool settings using DescribeUserPool. If you don't provide a value for an attribute, it will - * be set to the default value. - *

    * *

    * This action might generate an SMS text message. Starting June 1, 2021, US @@ -46,11 +39,49 @@ * mode , you can send messages only to verified phone numbers. After * you test your app while in the sandbox environment, you can move out of the * sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon * Cognito Developer Guide. *

    *
    + *

    + * Updates the specified user pool with the specified attributes. You can get a + * list of the current user pool settings using DescribeUserPool. + *

    + * + *

    + * If you don't provide a value for an attribute, Amazon Cognito sets it to its + * default value. + *

    + *
    + *

    + * Amazon Cognito evaluates Identity and Access Management (IAM) policies in + * requests for this API operation. For this operation, you must use IAM + * credentials to authorize requests, and you must grant yourself the + * corresponding IAM permission in a policy. + *

    + *

    + * Learn more + *

    + * + *
    */ public class UpdateUserPoolRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -266,8 +297,15 @@ public class UpdateUserPoolRequest extends AmazonWebServiceRequest implements Se /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ private UserPoolAddOnsType userPoolAddOns; @@ -1847,13 +1885,28 @@ public UpdateUserPoolRequest withAdminCreateUserConfig( /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @return

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced + * security features. To log user security information but take no + * action, set to AUDIT. To configure automatic + * security responses to risky traffic to your user pool, set to + * ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public UserPoolAddOnsType getUserPoolAddOns() { @@ -1862,13 +1915,28 @@ public UserPoolAddOnsType getUserPoolAddOns() { /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @param userPoolAddOns

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { @@ -1877,16 +1945,31 @@ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { /** *

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param userPoolAddOns

    - * Enables advanced security risk detection. Set the key - * AdvancedSecurityMode to the value "AUDIT". + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolResult.java index d539eaeabe..3d93774207 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UpdateUserPoolResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserAttributeUpdateSettingsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserAttributeUpdateSettingsType.java index 311672c94a..bfbcd174d7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserAttributeUpdateSettingsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserAttributeUpdateSettingsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -42,8 +42,6 @@ public class UserAttributeUpdateSettingsType implements Serializable { * You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or * phone_number_verified to true. @@ -72,8 +70,6 @@ public class UserAttributeUpdateSettingsType implements Serializable { * You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or * phone_number_verified to true. @@ -102,8 +98,6 @@ public class UserAttributeUpdateSettingsType implements Serializable { * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html" * >VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set * email_verified or phone_number_verified @@ -136,8 +130,6 @@ public java.util.List getAttributesRequireVerificationBeforeUpdate() { * You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or * phone_number_verified to true. @@ -167,8 +159,6 @@ public java.util.List getAttributesRequireVerificationBeforeUpdate() { * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html" * >VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set * email_verified or @@ -209,8 +199,6 @@ public void setAttributesRequireVerificationBeforeUpdate( * You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or * phone_number_verified to true. @@ -243,8 +231,6 @@ public void setAttributesRequireVerificationBeforeUpdate( * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html" * >VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set * email_verified or @@ -288,8 +274,6 @@ public UserAttributeUpdateSettingsType withAttributesRequireVerificationBeforeUp * You can verify an updated email address or phone number with a VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set email_verified or * phone_number_verified to true. @@ -322,8 +306,6 @@ public UserAttributeUpdateSettingsType withAttributesRequireVerificationBeforeUp * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html" * >VerifyUserAttribute API request. You can also call the UpdateUserAttributes or AdminUpdateUserAttributes API and set * email_verified or diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserContextDataType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserContextDataType.java index 44f2e46739..3294c60e37 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserContextDataType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserContextDataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -29,6 +29,9 @@ public class UserContextDataType implements Serializable { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String ipAddress; @@ -40,6 +43,9 @@ public class UserContextDataType implements Serializable { * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String encodedData; @@ -47,6 +53,9 @@ public class UserContextDataType implements Serializable { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The source IP address of your user's device. @@ -60,6 +69,9 @@ public String getIpAddress() { *

    * The source IP address of your user's device. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param ipAddress

    * The source IP address of your user's device. @@ -76,6 +88,9 @@ public void setIpAddress(String ipAddress) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param ipAddress

    * The source IP address of your user's device. @@ -96,6 +111,9 @@ public UserContextDataType withIpAddress(String ipAddress) { * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * Encoded device-fingerprint details that your app collected with @@ -117,6 +135,9 @@ public String getEncodedData() { * "https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-adaptive-authentication.html#user-pool-settings-adaptive-authentication-device-fingerprint" * >Adding user device and session data to API requests. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param encodedData

    * Encoded device-fingerprint details that your app collected @@ -141,6 +162,9 @@ public void setEncodedData(String encodedData) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param encodedData

    * Encoded device-fingerprint details that your app collected diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportInProgressException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportInProgressException.java index e4a5ea033e..646c9abb8c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportInProgressException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportInProgressException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobStatusType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobStatusType.java index cadf076f27..a506f99f6d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobStatusType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobStatusType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobType.java index c6e3d47aca..6a6e4aa60a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserImportJobType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -69,7 +69,9 @@ public class UserImportJobType implements Serializable { /** *

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -431,11 +433,15 @@ public UserImportJobType withPreSignedUrl(String preSignedUrl) { /** *

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -444,11 +450,15 @@ public java.util.Date getCreationDate() { /** *

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -457,14 +467,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The date the user import job was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserLambdaValidationException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserLambdaValidationException.java index 6f6206c472..9f3310a9f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserLambdaValidationException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserLambdaValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotConfirmedException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotConfirmedException.java index 7e719952b4..db47c16bec 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotConfirmedException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotConfirmedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotFoundException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotFoundException.java index 94f7f8c442..e3e9ca6d9b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotFoundException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnNotEnabledException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnNotEnabledException.java index 90f26121e7..c411d39efb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnNotEnabledException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnNotEnabledException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnsType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnsType.java index 96899ed53f..8fccb57e37 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnsType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolAddOnsType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -19,13 +19,21 @@ /** *

    - * The user pool add-ons type. + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public class UserPoolAddOnsType implements Serializable { /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Constraints:
    @@ -35,14 +43,15 @@ public class UserPoolAddOnsType implements Serializable { /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Constraints:
    * Allowed Values: OFF, AUDIT, ENFORCED * * @return

    - * The advanced security mode. + * The operating mode of advanced security features in your user + * pool. *

    * @see AdvancedSecurityModeType */ @@ -52,14 +61,15 @@ public String getAdvancedSecurityMode() { /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Constraints:
    * Allowed Values: OFF, AUDIT, ENFORCED * * @param advancedSecurityMode

    - * The advanced security mode. + * The operating mode of advanced security features in your user + * pool. *

    * @see AdvancedSecurityModeType */ @@ -69,7 +79,7 @@ public void setAdvancedSecurityMode(String advancedSecurityMode) { /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -79,7 +89,8 @@ public void setAdvancedSecurityMode(String advancedSecurityMode) { * Allowed Values: OFF, AUDIT, ENFORCED * * @param advancedSecurityMode

    - * The advanced security mode. + * The operating mode of advanced security features in your user + * pool. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -92,14 +103,15 @@ public UserPoolAddOnsType withAdvancedSecurityMode(String advancedSecurityMode) /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Constraints:
    * Allowed Values: OFF, AUDIT, ENFORCED * * @param advancedSecurityMode

    - * The advanced security mode. + * The operating mode of advanced security features in your user + * pool. *

    * @see AdvancedSecurityModeType */ @@ -109,7 +121,7 @@ public void setAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMod /** *

    - * The advanced security mode. + * The operating mode of advanced security features in your user pool. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -119,7 +131,8 @@ public void setAdvancedSecurityMode(AdvancedSecurityModeType advancedSecurityMod * Allowed Values: OFF, AUDIT, ENFORCED * * @param advancedSecurityMode

    - * The advanced security mode. + * The operating mode of advanced security features in your user + * pool. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientDescription.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientDescription.java index 50a7bbb628..7cddfa7e6d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientDescription.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientDescription.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientType.java index 46aacbee19..e1be6209f3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolClientType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -69,14 +69,18 @@ public class UserPoolClientType implements Serializable { /** *

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date lastModifiedDate; /** *

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -152,8 +156,8 @@ public class UserPoolClientType implements Serializable { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -395,8 +399,43 @@ public class UserPoolClientType implements Serializable { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    */ private Boolean allowedOAuthFlowsUserPoolClient; @@ -737,11 +776,15 @@ public UserPoolClientType withClientSecret(String clientSecret) { /** *

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getLastModifiedDate() { @@ -750,11 +793,15 @@ public java.util.Date getLastModifiedDate() { /** *

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param lastModifiedDate

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -763,14 +810,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

    - * The date the user pool client was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -782,11 +833,15 @@ public UserPoolClientType withLastModifiedDate(java.util.Date lastModifiedDate) /** *

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -795,11 +850,15 @@ public java.util.Date getCreationDate() { /** *

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -808,14 +867,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The date the user pool client was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -1182,8 +1245,8 @@ public UserPoolClientType withAccessTokenValidity(Integer accessTokenValidity) { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1207,8 +1270,8 @@ public UserPoolClientType withAccessTokenValidity(Integer accessTokenValidity) { * their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an - * API request is hours. Valid range is displayed below in + * The default time unit for IdTokenValidity in an API + * request is hours. Valid range is displayed below in * seconds. *

    *

    @@ -1234,8 +1297,8 @@ public Integer getIdTokenValidity() { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1260,9 +1323,9 @@ public Integer getIdTokenValidity() { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -1287,8 +1350,8 @@ public void setIdTokenValidity(Integer idTokenValidity) { * authenticate their session with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in an API - * request is hours. Valid range is displayed below in seconds. + * The default time unit for IdTokenValidity in an API request + * is hours. Valid range is displayed below in seconds. *

    *

    * If you don't specify otherwise in the configuration of your app client, @@ -1316,9 +1379,9 @@ public void setIdTokenValidity(Integer idTokenValidity) { * with their ID token for 10 hours. *

    *

    - * The default time unit for AccessTokenValidity in - * an API request is hours. Valid range is displayed below - * in seconds. + * The default time unit for IdTokenValidity in an + * API request is hours. Valid range is displayed below in + * seconds. *

    *

    * If you don't specify otherwise in the configuration of your @@ -3247,13 +3310,85 @@ public UserPoolClientType withAllowedOAuthScopes(java.util.Collection al /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean isAllowedOAuthFlowsUserPoolClient() { @@ -3262,13 +3397,85 @@ public Boolean isAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @return

    - * Set to true if the client is allowed to follow the OAuth protocol - * when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user + * pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following features + * in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, + * implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the + * Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to true + * in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a + * value for AllowedOAuthFlowsUserPoolClient in a + * request with the CLI or SDKs, it defaults to false. *

    */ public Boolean getAllowedOAuthFlowsUserPoolClient() { @@ -3277,13 +3484,86 @@ public Boolean getAllowedOAuthFlowsUserPoolClient() { /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    */ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) { @@ -3292,16 +3572,89 @@ public void setAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPool /** *

    - * Set to true if the client is allowed to follow the OAuth protocol when - * interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your user pool app + * client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be true + * before you can configure the following features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization code, implicit, + * and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in the Amazon + * Cognito console or set AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't set a value + * for AllowedOAuthFlowsUserPoolClient in a request with the + * CLI or SDKs, it defaults to false. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param allowedOAuthFlowsUserPoolClient

    - * Set to true if the client is allowed to follow the OAuth - * protocol when interacting with Amazon Cognito user pools. + * Set to true to use OAuth 2.0 features in your + * user pool app client. + *

    + *

    + * AllowedOAuthFlowsUserPoolClient must be + * true before you can configure the following + * features in your app client. + *

    + *
      + *
    • + *

      + * CallBackURLs: Callback URLs. + *

      + *
    • + *
    • + *

      + * LogoutURLs: Sign-out redirect URLs. + *

      + *
    • + *
    • + *

      + * AllowedOAuthScopes: OAuth 2.0 scopes. + *

      + *
    • + *
    • + *

      + * AllowedOAuthFlows: Support for authorization + * code, implicit, and client credentials OAuth 2.0 grants. + *

      + *
    • + *
    + *

    + * To use OAuth 2.0 features, configure one of these features in + * the Amazon Cognito console or set + * AllowedOAuthFlowsUserPoolClient to + * true in a CreateUserPoolClient or + * UpdateUserPoolClient API request. If you don't + * set a value for AllowedOAuthFlowsUserPoolClient + * in a request with the CLI or SDKs, it defaults to + * false. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolDescriptionType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolDescriptionType.java index 9e03906149..027421d676 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolDescriptionType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolDescriptionType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -64,14 +64,18 @@ public class UserPoolDescriptionType implements Serializable { /** *

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date lastModifiedDate; /** *

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; @@ -336,11 +340,15 @@ public UserPoolDescriptionType withStatus(StatusType status) { /** *

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getLastModifiedDate() { @@ -349,11 +357,15 @@ public java.util.Date getLastModifiedDate() { /** *

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param lastModifiedDate

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -362,14 +374,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

    - * The date the user pool description was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -381,11 +397,15 @@ public UserPoolDescriptionType withLastModifiedDate(java.util.Date lastModifiedD /** *

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -394,11 +414,15 @@ public java.util.Date getCreationDate() { /** *

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -407,14 +431,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The date the user pool description was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolMfaType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolMfaType.java index 19f55573fd..3b5dd51e87 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolMfaType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolMfaType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolPolicyType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolPolicyType.java index 1d7a610cd2..774c986d01 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolPolicyType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolPolicyType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolTaggingException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolTaggingException.java index cf638e9364..c7e6e5e529 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolTaggingException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolTaggingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolType.java index 9fe438687f..7a1e6ac791 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserPoolType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -90,21 +90,36 @@ public class UserPoolType implements Serializable { /** *

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date lastModifiedDate; /** *

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ private java.util.Date creationDate; /** *

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update developer-only + * attributes only with IAM-authenticated API operations. Use app client + * read/write permissions instead. *

    */ private java.util.List schemaAttributes; @@ -258,7 +273,7 @@ public class UserPoolType implements Serializable { *

    * The email configuration of your user pool. The email configuration type * sets your preferred sending method, Amazon Web Services Region, and - * sender for messages tfrom your user pool. + * sender for messages from your user pool. *

    */ private EmailConfigurationType emailConfiguration; @@ -309,7 +324,7 @@ public class UserPoolType implements Serializable { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and messages * will only reach verified end users. This parameter won’t get populated - * with SNSSandbox if the IAM user creating the user pool doesn’t have SNS + * with SNSSandbox if the user creating the user pool doesn’t have SNS * permissions. To learn how to move your Amazon Web Services account out of * the sandbox, see * * + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String smsConfigurationFailure; @@ -326,6 +344,9 @@ public class UserPoolType implements Serializable { * EventSource:cognito-idp.amazonaws.com in CloudTrail for * information about problems with user pool email configuration. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String emailConfigurationFailure; @@ -369,7 +390,15 @@ public class UserPoolType implements Serializable { /** *

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ private UserPoolAddOnsType userPoolAddOns; @@ -917,11 +946,15 @@ public UserPoolType withStatus(StatusType status) { /** *

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getLastModifiedDate() { @@ -930,11 +963,15 @@ public java.util.Date getLastModifiedDate() { /** *

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param lastModifiedDate

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setLastModifiedDate(java.util.Date lastModifiedDate) { @@ -943,14 +980,18 @@ public void setLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param lastModifiedDate

    - * The date the user pool was last modified. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -962,11 +1003,15 @@ public UserPoolType withLastModifiedDate(java.util.Date lastModifiedDate) { /** *

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @return

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public java.util.Date getCreationDate() { @@ -975,11 +1020,15 @@ public java.util.Date getCreationDate() { /** *

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * * @param creationDate

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    */ public void setCreationDate(java.util.Date creationDate) { @@ -988,14 +1037,18 @@ public void setCreationDate(java.util.Date creationDate) { /** *

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param creationDate

    - * The date the user pool was created. + * The date and time, in ISO + * 8601 format, when the item was created. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -1007,11 +1060,34 @@ public UserPoolType withCreationDate(java.util.Date creationDate) { /** *

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update developer-only + * attributes only with IAM-authenticated API operations. Use app client + * read/write permissions instead. *

    * * @return

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user + * pool. The attribute schema contains standard attributes, custom + * attributes with a custom: prefix, and developer + * attributes with a dev: prefix. For more information, + * see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update + * developer-only attributes only with IAM-authenticated API + * operations. Use app client read/write permissions instead. *

    */ public java.util.List getSchemaAttributes() { @@ -1020,11 +1096,34 @@ public java.util.List getSchemaAttributes() { /** *

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update developer-only + * attributes only with IAM-authenticated API operations. Use app client + * read/write permissions instead. *

    * * @param schemaAttributes

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your + * user pool. The attribute schema contains standard attributes, + * custom attributes with a custom: prefix, and + * developer attributes with a dev: prefix. For more + * information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, + * are read-only to all app clients. You can create and update + * developer-only attributes only with IAM-authenticated API + * operations. Use app client read/write permissions instead. *

    */ public void setSchemaAttributes(java.util.Collection schemaAttributes) { @@ -1038,14 +1137,37 @@ public void setSchemaAttributes(java.util.Collection schema /** *

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update developer-only + * attributes only with IAM-authenticated API operations. Use app client + * read/write permissions instead. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param schemaAttributes

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your + * user pool. The attribute schema contains standard attributes, + * custom attributes with a custom: prefix, and + * developer attributes with a dev: prefix. For more + * information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, + * are read-only to all app clients. You can create and update + * developer-only attributes only with IAM-authenticated API + * operations. Use app client read/write permissions instead. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -1063,14 +1185,37 @@ public UserPoolType withSchemaAttributes(SchemaAttributeType... schemaAttributes /** *

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your user pool. The + * attribute schema contains standard attributes, custom attributes with a + * custom: prefix, and developer attributes with a + * dev: prefix. For more information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, are + * read-only to all app clients. You can create and update developer-only + * attributes only with IAM-authenticated API operations. Use app client + * read/write permissions instead. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param schemaAttributes

    - * A container with the schema attributes of a user pool. + * A list of the user attributes and their properties in your + * user pool. The attribute schema contains standard attributes, + * custom attributes with a custom: prefix, and + * developer attributes with a dev: prefix. For more + * information, see User pool attributes. + *

    + *

    + * Developer-only attributes are a legacy feature of user pools, + * are read-only to all app clients. You can create and update + * developer-only attributes only with IAM-authenticated API + * operations. Use app client read/write permissions instead. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -2160,13 +2305,13 @@ public UserPoolType withEstimatedNumberOfUsers(Integer estimatedNumberOfUsers) { *

    * The email configuration of your user pool. The email configuration type * sets your preferred sending method, Amazon Web Services Region, and - * sender for messages tfrom your user pool. + * sender for messages from your user pool. *

    * * @return

    * The email configuration of your user pool. The email * configuration type sets your preferred sending method, Amazon Web - * Services Region, and sender for messages tfrom your user pool. + * Services Region, and sender for messages from your user pool. *

    */ public EmailConfigurationType getEmailConfiguration() { @@ -2177,13 +2322,13 @@ public EmailConfigurationType getEmailConfiguration() { *

    * The email configuration of your user pool. The email configuration type * sets your preferred sending method, Amazon Web Services Region, and - * sender for messages tfrom your user pool. + * sender for messages from your user pool. *

    * * @param emailConfiguration

    * The email configuration of your user pool. The email * configuration type sets your preferred sending method, Amazon - * Web Services Region, and sender for messages tfrom your user + * Web Services Region, and sender for messages from your user * pool. *

    */ @@ -2195,7 +2340,7 @@ public void setEmailConfiguration(EmailConfigurationType emailConfiguration) { *

    * The email configuration of your user pool. The email configuration type * sets your preferred sending method, Amazon Web Services Region, and - * sender for messages tfrom your user pool. + * sender for messages from your user pool. *

    *

    * Returns a reference to this object so that method calls can be chained @@ -2204,7 +2349,7 @@ public void setEmailConfiguration(EmailConfigurationType emailConfiguration) { * @param emailConfiguration

    * The email configuration of your user pool. The email * configuration type sets your preferred sending method, Amazon - * Web Services Region, and sender for messages tfrom your user + * Web Services Region, and sender for messages from your user * pool. *

    * @return A reference to this updated object so that method calls can be @@ -2417,7 +2562,7 @@ public UserPoolType clearUserPoolTagsEntries() { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and messages * will only reach verified end users. This parameter won’t get populated - * with SNSSandbox if the IAM user creating the user pool doesn’t have SNS + * with SNSSandbox if the user creating the user pool doesn’t have SNS * permissions. To learn how to move your Amazon Web Services account out of * the sandbox, see * * + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The reason why the SMS configuration can't send the messages to @@ -2451,9 +2599,9 @@ public UserPoolType clearUserPoolTagsEntries() { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and * messages will only reach verified end users. This parameter won’t - * get populated with SNSSandbox if the IAM user creating the user - * pool doesn’t have SNS permissions. To learn how to move your - * Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox. *

    @@ -2489,7 +2637,7 @@ public String getSmsConfigurationFailure() { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and messages * will only reach verified end users. This parameter won’t get populated - * with SNSSandbox if the IAM user creating the user pool doesn’t have SNS + * with SNSSandbox if the user creating the user pool doesn’t have SNS * permissions. To learn how to move your Amazon Web Services account out of * the sandbox, see * * + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param smsConfigurationFailure

    * The reason why the SMS configuration can't send the messages @@ -2523,10 +2674,10 @@ public String getSmsConfigurationFailure() { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and * messages will only reach verified end users. This parameter - * won’t get populated with SNSSandbox if the IAM user creating - * the user pool doesn’t have SNS permissions. To learn how to - * move your Amazon Web Services account out of the sandbox, see - * Moving out of the SMS sandbox. *

    @@ -2562,7 +2713,7 @@ public void setSmsConfigurationFailure(String smsConfigurationFailure) { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and messages * will only reach verified end users. This parameter won’t get populated - * with SNSSandbox if the IAM user creating the user pool doesn’t have SNS + * with SNSSandbox if the user creating the user pool doesn’t have SNS * permissions. To learn how to move your Amazon Web Services account out of * the sandbox, see * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param smsConfigurationFailure

    * The reason why the SMS configuration can't send the messages @@ -2599,10 +2753,10 @@ public void setSmsConfigurationFailure(String smsConfigurationFailure) { *

    * The Amazon Web Services account is in the SNS SMS Sandbox and * messages will only reach verified end users. This parameter - * won’t get populated with SNSSandbox if the IAM user creating - * the user pool doesn’t have SNS permissions. To learn how to - * move your Amazon Web Services account out of the sandbox, see - * Moving out of the SMS sandbox. *

    @@ -2622,6 +2776,9 @@ public UserPoolType withSmsConfigurationFailure(String smsConfigurationFailure) * EventSource:cognito-idp.amazonaws.com in CloudTrail for * information about problems with user pool email configuration. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * Deprecated. Review error codes from API requests with @@ -2640,6 +2797,9 @@ public String getEmailConfigurationFailure() { * EventSource:cognito-idp.amazonaws.com in CloudTrail for * information about problems with user pool email configuration. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param emailConfigurationFailure

    * Deprecated. Review error codes from API requests with @@ -2661,6 +2821,9 @@ public void setEmailConfigurationFailure(String emailConfigurationFailure) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param emailConfigurationFailure

    * Deprecated. Review error codes from API requests with @@ -2894,11 +3057,28 @@ public UserPoolType withAdminCreateUserConfig(AdminCreateUserConfigType adminCre /** *

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @return

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of advanced + * security features. To log user security information but take no + * action, set to AUDIT. To configure automatic + * security responses to risky traffic to your user pool, set to + * ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public UserPoolAddOnsType getUserPoolAddOns() { @@ -2907,11 +3087,28 @@ public UserPoolAddOnsType getUserPoolAddOns() { /** *

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * * @param userPoolAddOns

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    */ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { @@ -2920,14 +3117,31 @@ public void setUserPoolAddOns(UserPoolAddOnsType userPoolAddOns) { /** *

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of advanced security + * features. To log user security information but take no action, set to + * AUDIT. To configure automatic security responses to risky + * traffic to your user pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param userPoolAddOns

    - * The user pool add-ons. + * User pool add-ons. Contains settings for activation of + * advanced security features. To log user security information + * but take no action, set to AUDIT. To configure + * automatic security responses to risky traffic to your user + * pool, set to ENFORCED. + *

    + *

    + * For more information, see Adding advanced security to a user pool. *

    * @return A reference to this updated object so that method calls can be * chained together. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserStatusType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserStatusType.java index b540b07da0..678493dd44 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserStatusType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserStatusType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserType.java index 02f785ec7c..80db134b95 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UserType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -50,7 +50,9 @@ public class UserType implements Serializable { /** *

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ private java.util.Date userLastModifiedDate; @@ -84,11 +86,6 @@ public class UserType implements Serializable { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -298,11 +295,15 @@ public UserType withUserCreateDate(java.util.Date userCreateDate) { /** *

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @return

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public java.util.Date getUserLastModifiedDate() { @@ -311,11 +312,15 @@ public java.util.Date getUserLastModifiedDate() { /** *

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * * @param userLastModifiedDate

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    */ public void setUserLastModifiedDate(java.util.Date userLastModifiedDate) { @@ -324,14 +329,18 @@ public void setUserLastModifiedDate(java.util.Date userLastModifiedDate) { /** *

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    *

    * Returns a reference to this object so that method calls can be chained * together. * * @param userLastModifiedDate

    - * The last modified date of the user. + * The date and time, in ISO + * 8601 format, when the item was modified. *

    * @return A reference to this updated object so that method calls can be * chained together. @@ -421,11 +430,6 @@ public UserType withEnabled(Boolean enabled) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -469,11 +473,6 @@ public UserType withEnabled(Boolean enabled) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -520,11 +519,6 @@ public String getUserStatus() { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -568,11 +562,6 @@ public String getUserStatus() { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -619,11 +608,6 @@ public void setUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -670,11 +654,6 @@ public void setUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -724,11 +703,6 @@ public UserType withUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -772,11 +746,6 @@ public UserType withUserStatus(String userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -823,11 +792,6 @@ public void setUserStatus(UserStatusType userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • @@ -874,11 +838,6 @@ public void setUserStatus(UserStatusType userStatus) { * *
  • *

    - * ARCHIVED - User is no longer active. - *

    - *
  • - *
  • - *

    * UNKNOWN - User status isn't known. *

    *
  • diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameAttributeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameAttributeType.java index 47e8649cbe..44e4c898a3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameAttributeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameAttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameConfigurationType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameConfigurationType.java index 026e08a3b9..ed3024c4e1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameConfigurationType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameConfigurationType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,7 +26,11 @@ public class UsernameConfigurationType implements Serializable { /** *

    * Specifies whether user name case sensitivity will be applied for all - * users in the user pool through Amazon Cognito APIs. + * users in the user pool through Amazon Cognito APIs. For most use cases, + * set case sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case insensitive, users + * can sign in as the same user when they enter a different capitalization + * of their user name. *

    *

    * Valid values include: @@ -44,10 +48,11 @@ public class UsernameConfigurationType implements Serializable { *

    *

    * Enables case insensitivity for all username input. For example, when this - * option is set to False, users can sign in using either - * "username" or "Username". This option also enables both - * preferred_username and email alias to be case - * insensitive, in addition to the username attribute. + * option is set to False, users can sign in using + * username, USERNAME, or UserName. + * This option also enables both preferred_username and + * email alias to be case insensitive, in addition to the + * username attribute. *

    *
    * @@ -57,7 +62,11 @@ public class UsernameConfigurationType implements Serializable { /** *

    * Specifies whether user name case sensitivity will be applied for all - * users in the user pool through Amazon Cognito APIs. + * users in the user pool through Amazon Cognito APIs. For most use cases, + * set case sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case insensitive, users + * can sign in as the same user when they enter a different capitalization + * of their user name. *

    *

    * Valid values include: @@ -75,17 +84,23 @@ public class UsernameConfigurationType implements Serializable { *

    *

    * Enables case insensitivity for all username input. For example, when this - * option is set to False, users can sign in using either - * "username" or "Username". This option also enables both - * preferred_username and email alias to be case - * insensitive, in addition to the username attribute. + * option is set to False, users can sign in using + * username, USERNAME, or UserName. + * This option also enables both preferred_username and + * email alias to be case insensitive, in addition to the + * username attribute. *

    *
    * * * @return

    * Specifies whether user name case sensitivity will be applied for - * all users in the user pool through Amazon Cognito APIs. + * all users in the user pool through Amazon Cognito APIs. For most + * use cases, set case sensitivity to False (case + * insensitive) as a best practice. When usernames and email + * addresses are case insensitive, users can sign in as the same + * user when they enter a different capitalization of their user + * name. *

    *

    * Valid values include: @@ -105,9 +120,10 @@ public class UsernameConfigurationType implements Serializable { *

    * Enables case insensitivity for all username input. For example, * when this option is set to False, users can sign in - * using either "username" or "Username". This option also enables - * both preferred_username and email alias - * to be case insensitive, in addition to the username + * using username, USERNAME, or + * UserName. This option also enables both + * preferred_username and email alias to + * be case insensitive, in addition to the username * attribute. *

    * @@ -120,7 +136,11 @@ public Boolean isCaseSensitive() { /** *

    * Specifies whether user name case sensitivity will be applied for all - * users in the user pool through Amazon Cognito APIs. + * users in the user pool through Amazon Cognito APIs. For most use cases, + * set case sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case insensitive, users + * can sign in as the same user when they enter a different capitalization + * of their user name. *

    *

    * Valid values include: @@ -138,17 +158,23 @@ public Boolean isCaseSensitive() { *

    *

    * Enables case insensitivity for all username input. For example, when this - * option is set to False, users can sign in using either - * "username" or "Username". This option also enables both - * preferred_username and email alias to be case - * insensitive, in addition to the username attribute. + * option is set to False, users can sign in using + * username, USERNAME, or UserName. + * This option also enables both preferred_username and + * email alias to be case insensitive, in addition to the + * username attribute. *

    *
    * * * @return

    * Specifies whether user name case sensitivity will be applied for - * all users in the user pool through Amazon Cognito APIs. + * all users in the user pool through Amazon Cognito APIs. For most + * use cases, set case sensitivity to False (case + * insensitive) as a best practice. When usernames and email + * addresses are case insensitive, users can sign in as the same + * user when they enter a different capitalization of their user + * name. *

    *

    * Valid values include: @@ -168,9 +194,10 @@ public Boolean isCaseSensitive() { *

    * Enables case insensitivity for all username input. For example, * when this option is set to False, users can sign in - * using either "username" or "Username". This option also enables - * both preferred_username and email alias - * to be case insensitive, in addition to the username + * using username, USERNAME, or + * UserName. This option also enables both + * preferred_username and email alias to + * be case insensitive, in addition to the username * attribute. *

    * @@ -183,7 +210,11 @@ public Boolean getCaseSensitive() { /** *

    * Specifies whether user name case sensitivity will be applied for all - * users in the user pool through Amazon Cognito APIs. + * users in the user pool through Amazon Cognito APIs. For most use cases, + * set case sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case insensitive, users + * can sign in as the same user when they enter a different capitalization + * of their user name. *

    *

    * Valid values include: @@ -201,10 +232,11 @@ public Boolean getCaseSensitive() { *

    *

    * Enables case insensitivity for all username input. For example, when this - * option is set to False, users can sign in using either - * "username" or "Username". This option also enables both - * preferred_username and email alias to be case - * insensitive, in addition to the username attribute. + * option is set to False, users can sign in using + * username, USERNAME, or UserName. + * This option also enables both preferred_username and + * email alias to be case insensitive, in addition to the + * username attribute. *

    *
    * @@ -212,6 +244,11 @@ public Boolean getCaseSensitive() { * @param caseSensitive

    * Specifies whether user name case sensitivity will be applied * for all users in the user pool through Amazon Cognito APIs. + * For most use cases, set case sensitivity to False + * (case insensitive) as a best practice. When usernames and + * email addresses are case insensitive, users can sign in as the + * same user when they enter a different capitalization of their + * user name. *

    *

    * Valid values include: @@ -231,10 +268,11 @@ public Boolean getCaseSensitive() { *

    * Enables case insensitivity for all username input. For * example, when this option is set to False, users - * can sign in using either "username" or "Username". This option - * also enables both preferred_username and - * email alias to be case insensitive, in addition - * to the username attribute. + * can sign in using username, USERNAME + * , or UserName. This option also enables both + * preferred_username and email alias + * to be case insensitive, in addition to the + * username attribute. *

    * * @@ -246,7 +284,11 @@ public void setCaseSensitive(Boolean caseSensitive) { /** *

    * Specifies whether user name case sensitivity will be applied for all - * users in the user pool through Amazon Cognito APIs. + * users in the user pool through Amazon Cognito APIs. For most use cases, + * set case sensitivity to False (case insensitive) as a best + * practice. When usernames and email addresses are case insensitive, users + * can sign in as the same user when they enter a different capitalization + * of their user name. *

    *

    * Valid values include: @@ -264,10 +306,11 @@ public void setCaseSensitive(Boolean caseSensitive) { *

    *

    * Enables case insensitivity for all username input. For example, when this - * option is set to False, users can sign in using either - * "username" or "Username". This option also enables both - * preferred_username and email alias to be case - * insensitive, in addition to the username attribute. + * option is set to False, users can sign in using + * username, USERNAME, or UserName. + * This option also enables both preferred_username and + * email alias to be case insensitive, in addition to the + * username attribute. *

    *
    * @@ -278,6 +321,11 @@ public void setCaseSensitive(Boolean caseSensitive) { * @param caseSensitive

    * Specifies whether user name case sensitivity will be applied * for all users in the user pool through Amazon Cognito APIs. + * For most use cases, set case sensitivity to False + * (case insensitive) as a best practice. When usernames and + * email addresses are case insensitive, users can sign in as the + * same user when they enter a different capitalization of their + * user name. *

    *

    * Valid values include: @@ -297,10 +345,11 @@ public void setCaseSensitive(Boolean caseSensitive) { *

    * Enables case insensitivity for all username input. For * example, when this option is set to False, users - * can sign in using either "username" or "Username". This option - * also enables both preferred_username and - * email alias to be case insensitive, in addition - * to the username attribute. + * can sign in using username, USERNAME + * , or UserName. This option also enables both + * preferred_username and email alias + * to be case insensitive, in addition to the + * username attribute. *

    * * diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameExistsException.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameExistsException.java index 6703c77bcf..dda166b90a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameExistsException.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/UsernameExistsException.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerificationMessageTemplateType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerificationMessageTemplateType.java index 6c68bcf9d2..7fa26307e3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerificationMessageTemplateType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerificationMessageTemplateType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifiedAttributeType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifiedAttributeType.java index 777c862757..f6b2f1a3af 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifiedAttributeType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifiedAttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenRequest.java index c734d79787..49ec6bf852 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -26,6 +26,17 @@ * successful. The request takes an access token or a session string, but not * both. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class VerifySoftwareTokenRequest extends AmazonWebServiceRequest implements Serializable { /** @@ -68,6 +79,9 @@ public class VerifySoftwareTokenRequest extends AmazonWebServiceRequest implemen *

    * The friendly device name. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    */ private String friendlyDeviceName; @@ -270,6 +284,9 @@ public VerifySoftwareTokenRequest withUserCode(String userCode) { *

    * The friendly device name. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @return

    * The friendly device name. @@ -283,6 +300,9 @@ public String getFriendlyDeviceName() { *

    * The friendly device name. *

    + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param friendlyDeviceName

    * The friendly device name. @@ -299,6 +319,9 @@ public void setFriendlyDeviceName(String friendlyDeviceName) { *

    * Returns a reference to this object so that method calls can be chained * together. + *

    + * Constraints:
    + * Length: 0 - 131072
    * * @param friendlyDeviceName

    * The friendly device name. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResponseType.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResponseType.java index b457f46e39..b6462141c6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResponseType.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResponseType.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResult.java index e218548881..bb91e84fe9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifySoftwareTokenResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeRequest.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeRequest.java index 825727e101..509a74a217 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeRequest.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. @@ -30,6 +30,17 @@ * "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UserAttributeUpdateSettingsType.html" * > UserAttributeUpdateSettingsType. *

    + * + *

    + * Amazon Cognito doesn't evaluate Identity and Access Management (IAM) policies + * in requests for this API operation. For this operation, you can't use IAM + * credentials to authorize requests, and you can't grant IAM permissions in + * policies. For more information about authorization models in Amazon Cognito, + * see Using the Amazon Cognito native and OIDC APIs. + *

    + *
    */ public class VerifyUserAttributeRequest extends AmazonWebServiceRequest implements Serializable { /** diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeResult.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeResult.java index d758956105..aa33e52f0a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeResult.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/VerifyUserAttributeResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonMarshaller.java index 4e85cb8058..a9ca3f5f84 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonUnmarshaller.java index b93c50157f..5ad00a2de9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountRecoverySettingTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonMarshaller.java index 1a25013160..367e10b03b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonUnmarshaller.java index d2c5b4dcbf..9b9f20a576 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonMarshaller.java index f7b2da3aed..34e47e3dfe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonUnmarshaller.java index 1be1e39283..1f3502b6a2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverActionsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonMarshaller.java index f4fe1b60f6..4901a61338 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonUnmarshaller.java index 6496467c28..16ee31ede5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AccountTakeoverRiskConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesRequestMarshaller.java index 22903d0014..ce83f0e2f1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesResultJsonUnmarshaller.java index 5073db90e9..381f178612 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AddCustomAttributesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminAddUserToGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminAddUserToGroupRequestMarshaller.java index 39b0253623..7a2654c6e7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminAddUserToGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminAddUserToGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpRequestMarshaller.java index 9e2ed903c8..a61b326e81 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpResultJsonUnmarshaller.java index cb8f0e94e9..28e056581c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminConfirmSignUpResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonMarshaller.java index 3569ec431c..ec649743d7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonUnmarshaller.java index 0878f6aa8e..125f6c1ba3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserRequestMarshaller.java index 5dfeabeb85..e3c2668c83 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserResultJsonUnmarshaller.java index 0f5bd598cb..f1121fb064 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminCreateUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesRequestMarshaller.java index 6c6e0e3aa6..4a4ae9c042 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesResultJsonUnmarshaller.java index 7d69473e07..f1f144dba5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserAttributesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserRequestMarshaller.java index 21f9e5af79..f96a561773 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDeleteUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserRequestMarshaller.java index 953c163062..5e245d9e90 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserResultJsonUnmarshaller.java index 9ccda811e9..069a2dcbdd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableProviderForUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserRequestMarshaller.java index fa113bccb8..34cf5ff519 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserResultJsonUnmarshaller.java index 1af74b156b..e15cfa7a00 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminDisableUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserRequestMarshaller.java index 75ccc3b569..0af9772699 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserResultJsonUnmarshaller.java index 8ed14263f7..f4ba17d7c4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminEnableUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminForgetDeviceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminForgetDeviceRequestMarshaller.java index 4b7bdf424c..35726cddb9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminForgetDeviceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminForgetDeviceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceRequestMarshaller.java index 62301365f1..798d0286c6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceResultJsonUnmarshaller.java index 639b807d3b..dd24609a6e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetDeviceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserRequestMarshaller.java index a09ed721d3..6b094b2a84 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserResultJsonUnmarshaller.java index 4fb4d6a0a3..b77b798180 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminGetUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthRequestMarshaller.java index b251646aca..0c659063f9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthResultJsonUnmarshaller.java index 31e51b162a..43cae6f559 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminInitiateAuthResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserRequestMarshaller.java index baa4b14528..3f60d62812 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserResultJsonUnmarshaller.java index 0cbf36e5e4..4480cd1409 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminLinkProviderForUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesRequestMarshaller.java index 965ca31dc6..f751338619 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesResultJsonUnmarshaller.java index 2af3246ba4..556dd9b58b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListDevicesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserRequestMarshaller.java index 15a073bbe9..ae7f08374c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserResultJsonUnmarshaller.java index d6cb7a7886..bd0daed4db 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListGroupsForUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsRequestMarshaller.java index ef6d834d5a..6977e1bdc6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsResultJsonUnmarshaller.java index 839d6afe72..0e7b916683 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminListUserAuthEventsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRemoveUserFromGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRemoveUserFromGroupRequestMarshaller.java index 6100a3281a..70ce6e48cb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRemoveUserFromGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRemoveUserFromGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordRequestMarshaller.java index 9d699e9259..22b5f92bf5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordResultJsonUnmarshaller.java index c04deffc36..de7dead69a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminResetUserPasswordResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeRequestMarshaller.java index e3414d00e6..1b34172edd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeResultJsonUnmarshaller.java index 54b55a2da6..e05537cbd1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminRespondToAuthChallengeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceRequestMarshaller.java index 32bf63eb6b..21d8b4b0d5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceResultJsonUnmarshaller.java index e45397120c..2d8ed8f6ab 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserMFAPreferenceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordRequestMarshaller.java index d8dd60373c..203c43320a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordResultJsonUnmarshaller.java index 64300e80f0..4c354d5bb8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserPasswordResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsRequestMarshaller.java index 795835bd26..e6e085ecb5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsResultJsonUnmarshaller.java index 1a4fe4c011..de48feda25 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminSetUserSettingsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackRequestMarshaller.java index 528ba50fd3..ca9ea5d891 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackResultJsonUnmarshaller.java index efbe469262..5a26b35210 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateAuthEventFeedbackResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusRequestMarshaller.java index 2854c581db..d7392633ae 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusResultJsonUnmarshaller.java index a247555b95..bc537fa63b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateDeviceStatusResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesRequestMarshaller.java index 6e119a5811..27d57049b0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesResultJsonUnmarshaller.java index c1a2f661b4..a537531675 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUpdateUserAttributesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutRequestMarshaller.java index 3d68e4db0c..180e91f12a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutResultJsonUnmarshaller.java index 0f11734c15..826738cfb2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AdminUserGlobalSignOutResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AliasExistsExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AliasExistsExceptionUnmarshaller.java index f7e9f15738..b1a14e0cc0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AliasExistsExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AliasExistsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonMarshaller.java index e949f0704f..3aaf73492e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonUnmarshaller.java index 7e34d73332..068ad96811 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonMarshaller.java index e365d71ebe..2214b961ab 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonUnmarshaller.java index d3d3317602..29af10a010 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AnalyticsMetadataTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenRequestMarshaller.java index c37a8ca0f0..fee28a9036 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenResultJsonUnmarshaller.java index a4e86be9a2..693714786a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AssociateSoftwareTokenResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonMarshaller.java index c6a689214e..7e31e7ab4e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonUnmarshaller.java index c606d493f6..73e08c771a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AttributeTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonMarshaller.java index 5db034878f..e5b9d05622 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonUnmarshaller.java index 6c0e3274dd..7a0a893303 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthEventTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonMarshaller.java index 133af3c910..7d32ce1130 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonUnmarshaller.java index 17ab8512ba..0bf347ce6a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/AuthenticationResultTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonMarshaller.java index c118835a00..a13c2a3b74 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonUnmarshaller.java index 3e2710270e..e49b346717 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChallengeResponseTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordRequestMarshaller.java index 05d59029c9..f991029eb4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordResultJsonUnmarshaller.java index 70ab9d1e9e..9a848431a7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ChangePasswordResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonMarshaller.java new file mode 100644 index 0000000000..8d6b432a5a --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonMarshaller.java @@ -0,0 +1,45 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO CloudWatchLogsConfigurationType + */ +class CloudWatchLogsConfigurationTypeJsonMarshaller { + + public void marshall(CloudWatchLogsConfigurationType cloudWatchLogsConfigurationType, + AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (cloudWatchLogsConfigurationType.getLogGroupArn() != null) { + String logGroupArn = cloudWatchLogsConfigurationType.getLogGroupArn(); + jsonWriter.name("LogGroupArn"); + jsonWriter.value(logGroupArn); + } + jsonWriter.endObject(); + } + + private static CloudWatchLogsConfigurationTypeJsonMarshaller instance; + + public static CloudWatchLogsConfigurationTypeJsonMarshaller getInstance() { + if (instance == null) + instance = new CloudWatchLogsConfigurationTypeJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonUnmarshaller.java new file mode 100644 index 0000000000..0bfc0c3302 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CloudWatchLogsConfigurationTypeJsonUnmarshaller.java @@ -0,0 +1,58 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO CloudWatchLogsConfigurationType + */ +class CloudWatchLogsConfigurationTypeJsonUnmarshaller implements + Unmarshaller { + + public CloudWatchLogsConfigurationType unmarshall(JsonUnmarshallerContext context) + throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + CloudWatchLogsConfigurationType cloudWatchLogsConfigurationType = new CloudWatchLogsConfigurationType(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("LogGroupArn")) { + cloudWatchLogsConfigurationType.setLogGroupArn(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return cloudWatchLogsConfigurationType; + } + + private static CloudWatchLogsConfigurationTypeJsonUnmarshaller instance; + + public static CloudWatchLogsConfigurationTypeJsonUnmarshaller getInstance() { + if (instance == null) + instance = new CloudWatchLogsConfigurationTypeJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonMarshaller.java index 72be1a98a2..66f75a1b1a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonUnmarshaller.java index 0b2aef75ba..5b7dfcf2fc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryDetailsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryFailureExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryFailureExceptionUnmarshaller.java index 282cc60de4..191b96f995 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryFailureExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeDeliveryFailureExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeMismatchExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeMismatchExceptionUnmarshaller.java index 1d0ac2e5ac..1a88cb2ee0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeMismatchExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CodeMismatchExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonMarshaller.java index 6f6a6d7dc4..8dada030bd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonUnmarshaller.java index c62885b3ab..c0203d5bf7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsActionsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonMarshaller.java index 7db7f528a0..b7695e0cc6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonUnmarshaller.java index a51a81feae..18e3e36d4c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CompromisedCredentialsRiskConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConcurrentModificationExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConcurrentModificationExceptionUnmarshaller.java index 4d424e9636..2b0cb55d52 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConcurrentModificationExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConcurrentModificationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceRequestMarshaller.java index 638ef767a6..c278824cb5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceResultJsonUnmarshaller.java index 732e26e8d6..f2f72d5149 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmDeviceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordRequestMarshaller.java index 00c4a5f157..6d75e1ab1a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordResultJsonUnmarshaller.java index 2194f1589c..3c3c78b6aa 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmForgotPasswordResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpRequestMarshaller.java index 17fbeb4141..af341d617b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpResultJsonUnmarshaller.java index 347ce94a9d..9c11e7c28e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ConfirmSignUpResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonMarshaller.java index 3b1ce0cae9..a3083aaef5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonUnmarshaller.java index 3b0e9fb2c5..b55b2aaae3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ContextDataTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupRequestMarshaller.java index ce76e3198e..5fcf632b3b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupResultJsonUnmarshaller.java index dd38dbb0a5..568fb7e58b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderRequestMarshaller.java index 92858d0ae4..7419b17d0c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderResultJsonUnmarshaller.java index b6060e7693..3655472cf3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateIdentityProviderResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerRequestMarshaller.java index 5598cd978c..675e7fbf34 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerResultJsonUnmarshaller.java index 89c5593d6e..cf54a7aba9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateResourceServerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobRequestMarshaller.java index cb4352c6fa..7d853fd776 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobResultJsonUnmarshaller.java index 7f029be37a..f961cbff75 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserImportJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientRequestMarshaller.java index 4b34e2963b..d7b331126b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientResultJsonUnmarshaller.java index 4fa660beee..e39b1dfda1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolClientResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainRequestMarshaller.java index 84176e9ac2..c4f01072ea 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainResultJsonUnmarshaller.java index 3b30a0cc90..6e3622cf8b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolDomainResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolRequestMarshaller.java index d04b111e0f..0b37c73f8d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolResultJsonUnmarshaller.java index daceca80ef..50c02ce8e3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CreateUserPoolResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonMarshaller.java index a476524bd1..08b544fc0c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonUnmarshaller.java index f39889ccfb..2a4898bcfe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomDomainConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonMarshaller.java index 8452eccc72..50c6d18d6e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonUnmarshaller.java index 56acebf221..c2089090e3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomEmailLambdaVersionConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonMarshaller.java index 0d27ae675c..6dd5ce299e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonUnmarshaller.java index 95aa18daaa..2fc63a6982 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/CustomSMSLambdaVersionConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteGroupRequestMarshaller.java index 1c263d6fc2..ada551fe43 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteIdentityProviderRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteIdentityProviderRequestMarshaller.java index 3b30d649aa..05062426a5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteIdentityProviderRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteIdentityProviderRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteResourceServerRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteResourceServerRequestMarshaller.java index 3e7e5e3a7b..0ba59dc267 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteResourceServerRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteResourceServerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesRequestMarshaller.java index 162fe26645..01d0f4ffbd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesResultJsonUnmarshaller.java index a89aee2e35..29d76f51f4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserAttributesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolClientRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolClientRequestMarshaller.java index 35171c23bf..532bc8b22e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolClientRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolClientRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainRequestMarshaller.java index d086a10778..fde8a0fc17 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainResultJsonUnmarshaller.java index 7208efe1c3..e5e5449f91 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolDomainResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolRequestMarshaller.java index 1f8b4c2f4c..02b7617946 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserPoolRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserRequestMarshaller.java index d862b6938c..d5589f115e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeleteUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderRequestMarshaller.java index a86549967f..ce940c6677 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderResultJsonUnmarshaller.java index 5dec42dff8..092f28673c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeIdentityProviderResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerRequestMarshaller.java index 7b5808d6ce..d568371be6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerResultJsonUnmarshaller.java index 981dddd478..56719e254e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeResourceServerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationRequestMarshaller.java index b4079ef86b..4b0266c6b1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationResultJsonUnmarshaller.java index 3f2c37d1a2..9aa781e121 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeRiskConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobRequestMarshaller.java index 88961dc0ad..500411c8ec 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobResultJsonUnmarshaller.java index 8d253cb9b1..8b27d60fc2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserImportJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientRequestMarshaller.java index 6fec5c1149..9582ecd721 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientResultJsonUnmarshaller.java index 4bebcc9277..2dc9f6418c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolClientResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainRequestMarshaller.java index 28f66e61c3..c08d371cff 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainResultJsonUnmarshaller.java index 0b818dacc7..4b46d294fd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolDomainResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolRequestMarshaller.java index 5b0a5c3282..c47162c83f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolResultJsonUnmarshaller.java index 9c8345d263..923d223222 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DescribeUserPoolResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonMarshaller.java index a2ba15badf..5a54976f25 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonUnmarshaller.java index 4a6ff88ef8..116a768b51 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonMarshaller.java index 288e534021..4f9c6b519e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonUnmarshaller.java index 273cc1a308..4dd8ea9c51 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceSecretVerifierConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonMarshaller.java index 7104fdbf7f..3cd20bab7f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonUnmarshaller.java index e1569e058c..2b552b9348 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DeviceTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonMarshaller.java index 288520e902..b5c73437e6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonUnmarshaller.java index f22b9df05f..7be02ee64a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DomainDescriptionTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DuplicateProviderExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DuplicateProviderExceptionUnmarshaller.java index 8d4361b948..fb1e057f2e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DuplicateProviderExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/DuplicateProviderExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonMarshaller.java index af7511dcea..7b5f15c4c4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonUnmarshaller.java index 3447eb6a9a..9030508e92 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EmailConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EnableSoftwareTokenMFAExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EnableSoftwareTokenMFAExceptionUnmarshaller.java index 445b6e70ab..9f8073468f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EnableSoftwareTokenMFAExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EnableSoftwareTokenMFAExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonMarshaller.java index 780e07334f..a8f415f477 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonUnmarshaller.java index c4e8b7d98c..f068812b8d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventContextDataTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonMarshaller.java index d4d4c8dd41..78961fae35 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonUnmarshaller.java index 8400272a17..355d5f522b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventFeedbackTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonMarshaller.java index 8598fa7366..4c9ad2b864 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonUnmarshaller.java index 5124ec015a..27fdad1b0e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/EventRiskTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ExpiredCodeExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ExpiredCodeExceptionUnmarshaller.java index 92f9bd0cb4..4fc7aba317 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ExpiredCodeExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ExpiredCodeExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForbiddenExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForbiddenExceptionUnmarshaller.java index 813da7498f..82dcb5f1b1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForbiddenExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForbiddenExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgetDeviceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgetDeviceRequestMarshaller.java index ca63b76d5b..5440783984 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgetDeviceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgetDeviceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordRequestMarshaller.java index afb996aec5..dadfa25bee 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordResultJsonUnmarshaller.java index a8fb5801f9..cfd165a750 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ForgotPasswordResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderRequestMarshaller.java index ad5fa518c7..f70e247f69 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderResultJsonUnmarshaller.java index 6a9fcb902a..6e8665e44e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetCSVHeaderResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceRequestMarshaller.java index c5db6fcfe0..00d1ecc86d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceResultJsonUnmarshaller.java index 04e5f63ccf..6616cb04f6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetDeviceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupRequestMarshaller.java index e7bf985f6f..0f6a645530 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupResultJsonUnmarshaller.java index d23b276165..04a4b175d5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierRequestMarshaller.java index 8389de0f6b..9e0a66d5d9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierResultJsonUnmarshaller.java index 2ba585587c..ec426a22ce 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetIdentityProviderByIdentifierResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationRequestMarshaller.java new file mode 100644 index 0000000000..31e762743b --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationRequestMarshaller.java @@ -0,0 +1,88 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import static com.amazonaws.util.StringUtils.UTF8; +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.OutputStreamWriter; +import java.io.StringWriter; +import java.io.Writer; + +import android.text.TextUtils; + +import com.amazonaws.AmazonClientException; +import com.amazonaws.Request; +import com.amazonaws.DefaultRequest; +import com.amazonaws.http.HttpMethodName; +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.Marshaller; +import com.amazonaws.util.BinaryUtils; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.StringUtils; +import com.amazonaws.util.StringInputStream; +import com.amazonaws.util.json.AwsJsonWriter; +import com.amazonaws.util.json.JsonUtils; + +/** + * JSON request marshaller for GetLogDeliveryConfigurationRequest + */ +public class GetLogDeliveryConfigurationRequestMarshaller implements + Marshaller, GetLogDeliveryConfigurationRequest> { + + public Request marshall( + GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest) { + if (getLogDeliveryConfigurationRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(GetLogDeliveryConfigurationRequest)"); + } + + Request request = new DefaultRequest( + getLogDeliveryConfigurationRequest, "AmazonCognitoIdentityProvider"); + String target = "AWSCognitoIdentityProviderService.GetLogDeliveryConfiguration"; + request.addHeader("X-Amz-Target", target); + request.setHttpMethod(HttpMethodName.POST); + + String uriResourcePath = "/"; + request.setResourcePath(uriResourcePath); + try { + StringWriter stringWriter = new StringWriter(); + AwsJsonWriter jsonWriter = JsonUtils.getJsonWriter(stringWriter); + jsonWriter.beginObject(); + + if (getLogDeliveryConfigurationRequest.getUserPoolId() != null) { + String userPoolId = getLogDeliveryConfigurationRequest.getUserPoolId(); + jsonWriter.name("UserPoolId"); + jsonWriter.value(userPoolId); + } + + jsonWriter.endObject(); + jsonWriter.close(); + String snippet = stringWriter.toString(); + byte[] content = snippet.getBytes(UTF8); + request.setContent(new StringInputStream(snippet)); + request.addHeader("Content-Length", Integer.toString(content.length)); + } catch (Throwable t) { + throw new AmazonClientException( + "Unable to marshall request to JSON: " + t.getMessage(), t); + } + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.1"); + } + + return request; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationResultJsonUnmarshaller.java new file mode 100644 index 0000000000..1427c2e39b --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetLogDeliveryConfigurationResultJsonUnmarshaller.java @@ -0,0 +1,58 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response GetLogDeliveryConfigurationResult + */ +public class GetLogDeliveryConfigurationResultJsonUnmarshaller implements + Unmarshaller { + + public GetLogDeliveryConfigurationResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + GetLogDeliveryConfigurationResult getLogDeliveryConfigurationResult = new GetLogDeliveryConfigurationResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("LogDeliveryConfiguration")) { + getLogDeliveryConfigurationResult + .setLogDeliveryConfiguration(LogDeliveryConfigurationTypeJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return getLogDeliveryConfigurationResult; + } + + private static GetLogDeliveryConfigurationResultJsonUnmarshaller instance; + + public static GetLogDeliveryConfigurationResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new GetLogDeliveryConfigurationResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateRequestMarshaller.java index 4e753ff5a3..9cdeb19946 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateResultJsonUnmarshaller.java index 7545cc41d2..472afa83e3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetSigningCertificateResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationRequestMarshaller.java index 4c3a716b15..a53abe2bba 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationResultJsonUnmarshaller.java index 30fddb4e41..ab73c20bac 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUICustomizationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeRequestMarshaller.java index 36db023ff6..0d88ca8f0a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeResultJsonUnmarshaller.java index 7414265d3d..50a59ebaf0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserAttributeVerificationCodeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigRequestMarshaller.java index 510c75e5de..95e3a59666 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigResultJsonUnmarshaller.java index 756328042f..ee06b617ef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserPoolMfaConfigResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserRequestMarshaller.java index c344f08003..f0db3c9fab 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserResultJsonUnmarshaller.java index 2bf7b95b8b..2cc86bc353 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GetUserResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutRequestMarshaller.java index e2d13dc75b..3f46368c5e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutResultJsonUnmarshaller.java index ed375063d7..37843d85d3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GlobalSignOutResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupExistsExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupExistsExceptionUnmarshaller.java index 744cdb1000..786d463675 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupExistsExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupExistsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonMarshaller.java index 955241ac2e..484cb92ecf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonUnmarshaller.java index 85f7479fb8..60b6411f6e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/GroupTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonMarshaller.java index 2b908605ed..e9e881d9cb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonUnmarshaller.java index 023959eea1..dee27ace15 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/HttpHeaderJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonMarshaller.java index b1cd59cbf6..d5773a4940 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonUnmarshaller.java index 179d214405..3689b5d622 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/IdentityProviderTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthRequestMarshaller.java index dbc94ab20b..d4460f19b8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthResultJsonUnmarshaller.java index 08798a179a..c29bb5aa95 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InitiateAuthResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InternalErrorExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InternalErrorExceptionUnmarshaller.java index 1534059847..ab7f90009b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InternalErrorExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InternalErrorExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidEmailRoleAccessPolicyExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidEmailRoleAccessPolicyExceptionUnmarshaller.java index 2df5a2e349..2c0006c3e5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidEmailRoleAccessPolicyExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidEmailRoleAccessPolicyExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidLambdaResponseExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidLambdaResponseExceptionUnmarshaller.java index f0cd633820..99486e17ac 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidLambdaResponseExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidLambdaResponseExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidOAuthFlowExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidOAuthFlowExceptionUnmarshaller.java index 5fc2d8b6cd..70fa26d450 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidOAuthFlowExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidOAuthFlowExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidParameterExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidParameterExceptionUnmarshaller.java index 8c48f839d6..67592ea2ef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidParameterExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidParameterExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidPasswordExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidPasswordExceptionUnmarshaller.java index d830f6842a..319dbde5bd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidPasswordExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidPasswordExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleAccessPolicyExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleAccessPolicyExceptionUnmarshaller.java index ecac6443c6..4e3bcdcdeb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleAccessPolicyExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleAccessPolicyExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleTrustRelationshipExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleTrustRelationshipExceptionUnmarshaller.java index 69435fb60c..a73126cf7e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleTrustRelationshipExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidSmsRoleTrustRelationshipExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidUserPoolConfigurationExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidUserPoolConfigurationExceptionUnmarshaller.java index 76d53920d5..b2e1585338 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidUserPoolConfigurationExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/InvalidUserPoolConfigurationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonMarshaller.java index 76a90960e4..32d2e4e18a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonUnmarshaller.java index ac4347e05a..ce19dbf994 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LambdaConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LimitExceededExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LimitExceededExceptionUnmarshaller.java index 421fd59915..164bb9e545 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LimitExceededExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LimitExceededExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesRequestMarshaller.java index 6bc115efd7..1993f03aaf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesResultJsonUnmarshaller.java index f8c68d9bce..99323e404b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListDevicesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsRequestMarshaller.java index 836eef5143..704b251d12 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsResultJsonUnmarshaller.java index c9cfdf821e..7ef419bcef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListGroupsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersRequestMarshaller.java index 7a6662dc46..057e550b60 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersResultJsonUnmarshaller.java index 8f66a571fa..3165c47fa0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListIdentityProvidersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersRequestMarshaller.java index 52eed04ebc..c1b5eff5d4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersResultJsonUnmarshaller.java index 5f50ea2f3b..bbe954cef2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListResourceServersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceRequestMarshaller.java index 1c0f9ddc4e..cf886ebf6c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceResultJsonUnmarshaller.java index 87ad4b607a..132d9c9bd7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListTagsForResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsRequestMarshaller.java index 7be661afb3..383440e8b7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsResultJsonUnmarshaller.java index 83f1826809..edfb31043c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserImportJobsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsRequestMarshaller.java index f96da44cf1..df5deed40b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsResultJsonUnmarshaller.java index fdd443c729..488174f9bc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolClientsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsRequestMarshaller.java index cf9688c27a..20efc73059 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsResultJsonUnmarshaller.java index 1775725206..6ff4eea83e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUserPoolsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupRequestMarshaller.java index d5465dc73a..19922b53ef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupResultJsonUnmarshaller.java index 9953e0de3a..55d04ce5a8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersInGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersRequestMarshaller.java index 3236292844..2e87334e94 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersResultJsonUnmarshaller.java index b30f444432..996045c815 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ListUsersResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonMarshaller.java new file mode 100644 index 0000000000..160f7e0417 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonMarshaller.java @@ -0,0 +1,57 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO LogConfigurationType + */ +class LogConfigurationTypeJsonMarshaller { + + public void marshall(LogConfigurationType logConfigurationType, AwsJsonWriter jsonWriter) + throws Exception { + jsonWriter.beginObject(); + if (logConfigurationType.getLogLevel() != null) { + String logLevel = logConfigurationType.getLogLevel(); + jsonWriter.name("LogLevel"); + jsonWriter.value(logLevel); + } + if (logConfigurationType.getEventSource() != null) { + String eventSource = logConfigurationType.getEventSource(); + jsonWriter.name("EventSource"); + jsonWriter.value(eventSource); + } + if (logConfigurationType.getCloudWatchLogsConfiguration() != null) { + CloudWatchLogsConfigurationType cloudWatchLogsConfiguration = logConfigurationType + .getCloudWatchLogsConfiguration(); + jsonWriter.name("CloudWatchLogsConfiguration"); + CloudWatchLogsConfigurationTypeJsonMarshaller.getInstance().marshall( + cloudWatchLogsConfiguration, jsonWriter); + } + jsonWriter.endObject(); + } + + private static LogConfigurationTypeJsonMarshaller instance; + + public static LogConfigurationTypeJsonMarshaller getInstance() { + if (instance == null) + instance = new LogConfigurationTypeJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonUnmarshaller.java new file mode 100644 index 0000000000..46e40662a7 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogConfigurationTypeJsonUnmarshaller.java @@ -0,0 +1,65 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO LogConfigurationType + */ +class LogConfigurationTypeJsonUnmarshaller implements + Unmarshaller { + + public LogConfigurationType unmarshall(JsonUnmarshallerContext context) throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + LogConfigurationType logConfigurationType = new LogConfigurationType(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("LogLevel")) { + logConfigurationType.setLogLevel(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("EventSource")) { + logConfigurationType.setEventSource(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("CloudWatchLogsConfiguration")) { + logConfigurationType + .setCloudWatchLogsConfiguration(CloudWatchLogsConfigurationTypeJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return logConfigurationType; + } + + private static LogConfigurationTypeJsonUnmarshaller instance; + + public static LogConfigurationTypeJsonUnmarshaller getInstance() { + if (instance == null) + instance = new LogConfigurationTypeJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonMarshaller.java new file mode 100644 index 0000000000..95f3e806a6 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonMarshaller.java @@ -0,0 +1,58 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.json.AwsJsonWriter; + +/** + * JSON marshaller for POJO LogDeliveryConfigurationType + */ +class LogDeliveryConfigurationTypeJsonMarshaller { + + public void marshall(LogDeliveryConfigurationType logDeliveryConfigurationType, + AwsJsonWriter jsonWriter) throws Exception { + jsonWriter.beginObject(); + if (logDeliveryConfigurationType.getUserPoolId() != null) { + String userPoolId = logDeliveryConfigurationType.getUserPoolId(); + jsonWriter.name("UserPoolId"); + jsonWriter.value(userPoolId); + } + if (logDeliveryConfigurationType.getLogConfigurations() != null) { + java.util.List logConfigurations = logDeliveryConfigurationType + .getLogConfigurations(); + jsonWriter.name("LogConfigurations"); + jsonWriter.beginArray(); + for (LogConfigurationType logConfigurationsItem : logConfigurations) { + if (logConfigurationsItem != null) { + LogConfigurationTypeJsonMarshaller.getInstance().marshall( + logConfigurationsItem, jsonWriter); + } + } + jsonWriter.endArray(); + } + jsonWriter.endObject(); + } + + private static LogDeliveryConfigurationTypeJsonMarshaller instance; + + public static LogDeliveryConfigurationTypeJsonMarshaller getInstance() { + if (instance == null) + instance = new LogDeliveryConfigurationTypeJsonMarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonUnmarshaller.java new file mode 100644 index 0000000000..8243ed8370 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/LogDeliveryConfigurationTypeJsonUnmarshaller.java @@ -0,0 +1,64 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for POJO LogDeliveryConfigurationType + */ +class LogDeliveryConfigurationTypeJsonUnmarshaller implements + Unmarshaller { + + public LogDeliveryConfigurationType unmarshall(JsonUnmarshallerContext context) + throws Exception { + AwsJsonReader reader = context.getReader(); + if (!reader.isContainer()) { + reader.skipValue(); + return null; + } + LogDeliveryConfigurationType logDeliveryConfigurationType = new LogDeliveryConfigurationType(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("UserPoolId")) { + logDeliveryConfigurationType.setUserPoolId(StringJsonUnmarshaller.getInstance() + .unmarshall(context)); + } else if (name.equals("LogConfigurations")) { + logDeliveryConfigurationType + .setLogConfigurations(new ListUnmarshaller( + LogConfigurationTypeJsonUnmarshaller.getInstance() + ) + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + return logDeliveryConfigurationType; + } + + private static LogDeliveryConfigurationTypeJsonUnmarshaller instance; + + public static LogDeliveryConfigurationTypeJsonUnmarshaller getInstance() { + if (instance == null) + instance = new LogDeliveryConfigurationTypeJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAMethodNotFoundExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAMethodNotFoundExceptionUnmarshaller.java index 0eab05d39d..dae9705b98 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAMethodNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAMethodNotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonMarshaller.java index f2bd3c548c..be41e4dfc4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonUnmarshaller.java index 546729a07e..e59f1036a2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MFAOptionTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonMarshaller.java index 504f634731..2b1de85a7f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonUnmarshaller.java index a6490faae2..fdd350a196 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/MessageTemplateTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonMarshaller.java index daf043e330..e15cc2a24e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonUnmarshaller.java index ff8f2a8fe3..6b4567fec1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NewDeviceMetadataTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotAuthorizedExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotAuthorizedExceptionUnmarshaller.java index 072c014ca7..0ea8d7a059 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotAuthorizedExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotAuthorizedExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonMarshaller.java index d54e082564..0d8cec99c7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonUnmarshaller.java index e246374a24..4e536ffc10 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonMarshaller.java index 2b85ec6d5b..5884820410 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonUnmarshaller.java index e3e1769745..d2f07a7f7a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NotifyEmailTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonMarshaller.java index cb00e7bbac..cc325faf14 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonUnmarshaller.java index ac5ab9b0ee..d2dd371044 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/NumberAttributeConstraintsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonMarshaller.java index cffd70e84a..7ea6779979 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonUnmarshaller.java index a6a14e7481..a1d786dd3e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordPolicyTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordResetRequiredExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordResetRequiredExceptionUnmarshaller.java index 029160e791..ffc100d6fb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordResetRequiredExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PasswordResetRequiredExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PreconditionNotMetExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PreconditionNotMetExceptionUnmarshaller.java index 147c9ac16d..08d592a379 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PreconditionNotMetExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/PreconditionNotMetExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonMarshaller.java index bcf6db8973..aa15223cbe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonUnmarshaller.java index ee6bea7c87..c74a21dd72 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonMarshaller.java index 576489a863..c345ccd911 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonUnmarshaller.java index b224fb8500..a140c519f6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ProviderUserIdentifierTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonMarshaller.java index 5a4a5c1be1..949d94fbbf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonUnmarshaller.java index 37da0d285d..89e6b7feae 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RecoveryOptionTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeRequestMarshaller.java index 5a7e2e3fdd..1017e893c3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeResultJsonUnmarshaller.java index 5ceb2e2126..1397fcee28 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResendConfirmationCodeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceNotFoundExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceNotFoundExceptionUnmarshaller.java index eb3315454e..ffbff79117 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceNotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonMarshaller.java index ec16d0ca45..e64732f1e8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonUnmarshaller.java index eed7e5248b..85cfc34383 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerScopeTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonMarshaller.java index 834a1b5db7..cd273b6cd2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonUnmarshaller.java index 5551225c57..8d7b494ed2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ResourceServerTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeRequestMarshaller.java index fd774a8b9d..8dc1d1b673 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeResultJsonUnmarshaller.java index 83eb96bc67..6a6202dbd2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RespondToAuthChallengeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenRequestMarshaller.java index 01f2b5bd19..f181322a49 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenResultJsonUnmarshaller.java index 3973d97fb6..f4c9a6a116 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RevokeTokenResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonMarshaller.java index 63c2371c99..4299840710 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonUnmarshaller.java index 6071edf56c..986a3def8e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonMarshaller.java index 61bd64d59e..2a2c29f11d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonUnmarshaller.java index a5551c72fc..1d63e9d5c9 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/RiskExceptionConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonMarshaller.java index 5841505af0..ab722a05be 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonUnmarshaller.java index aa9d2ebfbb..92e67f9ecc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SMSMfaSettingsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonMarshaller.java index 91976d0d09..015f5283ec 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonUnmarshaller.java index 3323be6e08..ca145f4204 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SchemaAttributeTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ScopeDoesNotExistExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ScopeDoesNotExistExceptionUnmarshaller.java index 4c9caa958d..b421fccf8a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ScopeDoesNotExistExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/ScopeDoesNotExistExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationRequestMarshaller.java new file mode 100644 index 0000000000..5d212f2e04 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationRequestMarshaller.java @@ -0,0 +1,101 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import static com.amazonaws.util.StringUtils.UTF8; +import java.io.ByteArrayInputStream; +import java.io.ByteArrayOutputStream; +import java.io.OutputStreamWriter; +import java.io.StringWriter; +import java.io.Writer; + +import android.text.TextUtils; + +import com.amazonaws.AmazonClientException; +import com.amazonaws.Request; +import com.amazonaws.DefaultRequest; +import com.amazonaws.http.HttpMethodName; +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.Marshaller; +import com.amazonaws.util.BinaryUtils; +import com.amazonaws.util.DateUtils; +import com.amazonaws.util.StringUtils; +import com.amazonaws.util.StringInputStream; +import com.amazonaws.util.json.AwsJsonWriter; +import com.amazonaws.util.json.JsonUtils; + +/** + * JSON request marshaller for SetLogDeliveryConfigurationRequest + */ +public class SetLogDeliveryConfigurationRequestMarshaller implements + Marshaller, SetLogDeliveryConfigurationRequest> { + + public Request marshall( + SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest) { + if (setLogDeliveryConfigurationRequest == null) { + throw new AmazonClientException( + "Invalid argument passed to marshall(SetLogDeliveryConfigurationRequest)"); + } + + Request request = new DefaultRequest( + setLogDeliveryConfigurationRequest, "AmazonCognitoIdentityProvider"); + String target = "AWSCognitoIdentityProviderService.SetLogDeliveryConfiguration"; + request.addHeader("X-Amz-Target", target); + request.setHttpMethod(HttpMethodName.POST); + + String uriResourcePath = "/"; + request.setResourcePath(uriResourcePath); + try { + StringWriter stringWriter = new StringWriter(); + AwsJsonWriter jsonWriter = JsonUtils.getJsonWriter(stringWriter); + jsonWriter.beginObject(); + + if (setLogDeliveryConfigurationRequest.getUserPoolId() != null) { + String userPoolId = setLogDeliveryConfigurationRequest.getUserPoolId(); + jsonWriter.name("UserPoolId"); + jsonWriter.value(userPoolId); + } + if (setLogDeliveryConfigurationRequest.getLogConfigurations() != null) { + java.util.List logConfigurations = setLogDeliveryConfigurationRequest + .getLogConfigurations(); + jsonWriter.name("LogConfigurations"); + jsonWriter.beginArray(); + for (LogConfigurationType logConfigurationsItem : logConfigurations) { + if (logConfigurationsItem != null) { + LogConfigurationTypeJsonMarshaller.getInstance().marshall( + logConfigurationsItem, jsonWriter); + } + } + jsonWriter.endArray(); + } + + jsonWriter.endObject(); + jsonWriter.close(); + String snippet = stringWriter.toString(); + byte[] content = snippet.getBytes(UTF8); + request.setContent(new StringInputStream(snippet)); + request.addHeader("Content-Length", Integer.toString(content.length)); + } catch (Throwable t) { + throw new AmazonClientException( + "Unable to marshall request to JSON: " + t.getMessage(), t); + } + if (!request.getHeaders().containsKey("Content-Type")) { + request.addHeader("Content-Type", "application/x-amz-json-1.1"); + } + + return request; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationResultJsonUnmarshaller.java new file mode 100644 index 0000000000..7b30901926 --- /dev/null +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetLogDeliveryConfigurationResultJsonUnmarshaller.java @@ -0,0 +1,58 @@ +/* + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * http://aws.amazon.com/apache2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ + +package com.amazonaws.services.cognitoidentityprovider.model.transform; + +import com.amazonaws.services.cognitoidentityprovider.model.*; +import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; +import com.amazonaws.transform.*; +import com.amazonaws.util.json.AwsJsonReader; + +/** + * JSON unmarshaller for response SetLogDeliveryConfigurationResult + */ +public class SetLogDeliveryConfigurationResultJsonUnmarshaller implements + Unmarshaller { + + public SetLogDeliveryConfigurationResult unmarshall(JsonUnmarshallerContext context) + throws Exception { + SetLogDeliveryConfigurationResult setLogDeliveryConfigurationResult = new SetLogDeliveryConfigurationResult(); + + AwsJsonReader reader = context.getReader(); + reader.beginObject(); + while (reader.hasNext()) { + String name = reader.nextName(); + if (name.equals("LogDeliveryConfiguration")) { + setLogDeliveryConfigurationResult + .setLogDeliveryConfiguration(LogDeliveryConfigurationTypeJsonUnmarshaller + .getInstance() + .unmarshall(context)); + } else { + reader.skipValue(); + } + } + reader.endObject(); + + return setLogDeliveryConfigurationResult; + } + + private static SetLogDeliveryConfigurationResultJsonUnmarshaller instance; + + public static SetLogDeliveryConfigurationResultJsonUnmarshaller getInstance() { + if (instance == null) + instance = new SetLogDeliveryConfigurationResultJsonUnmarshaller(); + return instance; + } +} diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationRequestMarshaller.java index 6971501a86..1e1d808acd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationResultJsonUnmarshaller.java index 092b35cbb2..d82612b4b5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetRiskConfigurationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationRequestMarshaller.java index 41a405a409..24aeda9931 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationResultJsonUnmarshaller.java index 96645b0514..4f3b34a680 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUICustomizationResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceRequestMarshaller.java index 6c44d36fb1..6d9f383ddc 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceResultJsonUnmarshaller.java index 56331812a8..c961db27cb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserMFAPreferenceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigRequestMarshaller.java index 257d7abb84..262f7d4533 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigResultJsonUnmarshaller.java index b1f6e5a424..a21e194b70 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserPoolMfaConfigResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsRequestMarshaller.java index 8d78c5e01d..4dc218db5d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsResultJsonUnmarshaller.java index a887db2bb0..52b8a8cdbf 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SetUserSettingsResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpRequestMarshaller.java index c6aa833417..e5bfff91ed 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpResultJsonUnmarshaller.java index 3a1849d3a3..a66f31739c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SignUpResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonMarshaller.java index 90163fa961..eb3e932088 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonUnmarshaller.java index a2c94af96f..2a9ffd92d2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonMarshaller.java index 1f3a609d59..1fb8a737f2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonUnmarshaller.java index d252b16b87..23675c3f36 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SmsMfaConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMFANotFoundExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMFANotFoundExceptionUnmarshaller.java index 9af9474e25..fd1f909634 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMFANotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMFANotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonMarshaller.java index 3fb9876c00..5219387bbb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonUnmarshaller.java index 3f17f114a0..05d5e5e3c6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaConfigTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonMarshaller.java index ac5f57613c..4d95be2e11 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonUnmarshaller.java index b7bcdef899..028c79a2a3 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/SoftwareTokenMfaSettingsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobRequestMarshaller.java index 31821c4d0b..01d6a9262e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobResultJsonUnmarshaller.java index 07f9abadef..0b6d6a0559 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StartUserImportJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobRequestMarshaller.java index 72a1392086..48266b668f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobResultJsonUnmarshaller.java index 7e78947a5e..010a8575e6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StopUserImportJobResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonMarshaller.java index 1f3319be17..8eec873e1c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonUnmarshaller.java index 6ed32e3786..9763ce47cd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/StringAttributeConstraintsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceRequestMarshaller.java index 1e58c6dfae..5dace843fd 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceResultJsonUnmarshaller.java index f9f0f2f7c2..5e7e4661f7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TagResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonMarshaller.java index 7b5f7acbc5..1d4eeafbdb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonUnmarshaller.java index 549aaceb56..f776ec3317 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TokenValidityUnitsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyFailedAttemptsExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyFailedAttemptsExceptionUnmarshaller.java index 2516f80642..b4a7765375 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyFailedAttemptsExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyFailedAttemptsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyRequestsExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyRequestsExceptionUnmarshaller.java index c8cab4038a..ef6a07a32c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyRequestsExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/TooManyRequestsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonMarshaller.java index 98356d2f8a..a94d63af51 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonUnmarshaller.java index 15efb0fc76..1de78e683f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UICustomizationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnauthorizedExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnauthorizedExceptionUnmarshaller.java index 9d7edbd05a..c1631aad15 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnauthorizedExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnauthorizedExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnexpectedLambdaExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnexpectedLambdaExceptionUnmarshaller.java index 07c51be2ea..0fd6e7a9ff 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnexpectedLambdaExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnexpectedLambdaExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedIdentityProviderExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedIdentityProviderExceptionUnmarshaller.java index 4dc941a285..86cda96e7e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedIdentityProviderExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedIdentityProviderExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedOperationExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedOperationExceptionUnmarshaller.java index d8a530378e..611a03851b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedOperationExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedOperationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedTokenTypeExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedTokenTypeExceptionUnmarshaller.java index 3af70ab582..e2380cfa7b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedTokenTypeExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedTokenTypeExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedUserStateExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedUserStateExceptionUnmarshaller.java index 40016bc4bb..41628eb5b6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedUserStateExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UnsupportedUserStateExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceRequestMarshaller.java index 2e5c63f908..2266ef615a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceResultJsonUnmarshaller.java index 1299a11a7a..c6ed556467 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UntagResourceResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackRequestMarshaller.java index d82b1ff9c3..50d7f7cb5b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackResultJsonUnmarshaller.java index 1cb1d2ab92..21f8cd02d6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateAuthEventFeedbackResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusRequestMarshaller.java index c1f974ed87..09f8726591 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusResultJsonUnmarshaller.java index eb4c15b1ae..efb093687b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateDeviceStatusResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupRequestMarshaller.java index d82e464a23..7001c93952 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupResultJsonUnmarshaller.java index 74345ce91a..498e6ff331 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateGroupResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderRequestMarshaller.java index 046b728308..34868906fb 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderResultJsonUnmarshaller.java index d27563c1a2..f2218be045 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateIdentityProviderResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerRequestMarshaller.java index 3682b551fc..cdac1f1dde 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerResultJsonUnmarshaller.java index 0c4cced59f..7d80a06271 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateResourceServerResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesRequestMarshaller.java index 76194726ec..254fcc0038 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesResultJsonUnmarshaller.java index 46a9246758..ec966568f4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserAttributesResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientRequestMarshaller.java index 880e8bf8e9..905885df44 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientResultJsonUnmarshaller.java index 35757fc846..1da97fc0f5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolClientResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainRequestMarshaller.java index ec59f882e8..cfb899129d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainResultJsonUnmarshaller.java index ee11154e3b..38099dea9d 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolDomainResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolRequestMarshaller.java index 653174ed24..6abf755cf6 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolResultJsonUnmarshaller.java index 9ca31340e6..485fd3f875 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UpdateUserPoolResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonMarshaller.java index 44c6d03d23..4e25cc9fe2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonUnmarshaller.java index edad7934c7..53d3368c8b 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserAttributeUpdateSettingsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonMarshaller.java index 5fbdd96799..efc2be6dfe 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonUnmarshaller.java index 9920686ebd..b34fdcb5c8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserContextDataTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportInProgressExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportInProgressExceptionUnmarshaller.java index f725b43456..9c8444e6c7 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportInProgressExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportInProgressExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonMarshaller.java index f9f734cd7e..3b483414d2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonUnmarshaller.java index 9e8c9cc0bd..7e05408fa5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserImportJobTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserLambdaValidationExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserLambdaValidationExceptionUnmarshaller.java index 46562e0406..7ade77d47c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserLambdaValidationExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserLambdaValidationExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotConfirmedExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotConfirmedExceptionUnmarshaller.java index f0c72360cf..8fdd5d71db 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotConfirmedExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotConfirmedExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotFoundExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotFoundExceptionUnmarshaller.java index 073b0177fa..29f7f56477 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotFoundExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserNotFoundExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnNotEnabledExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnNotEnabledExceptionUnmarshaller.java index c3192bcfdc..2abe2c8042 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnNotEnabledExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnNotEnabledExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonMarshaller.java index d350b53794..56593d032c 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonUnmarshaller.java index b1068c2a94..b51f90340e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolAddOnsTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonMarshaller.java index 2720a33402..f68d4745ef 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonUnmarshaller.java index 781fe30061..acb22e677f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientDescriptionJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonMarshaller.java index dae63f239d..7de0eeed6e 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonUnmarshaller.java index 352cee06ba..cdd5131348 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolClientTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonMarshaller.java index bd2d7e37ed..4e1a8f80f5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonUnmarshaller.java index 71e838241f..874361981f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolDescriptionTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonMarshaller.java index 7773b2e0a1..98c3c068d5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonUnmarshaller.java index 1dba862ade..dce2721ed2 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolPolicyTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTaggingExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTaggingExceptionUnmarshaller.java index ac309c113d..297b23f4c5 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTaggingExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTaggingExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonMarshaller.java index 7956737526..340dfc08f8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonUnmarshaller.java index b5e62316e0..cff4d804c8 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserPoolTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonMarshaller.java index 3bff068674..d68452c878 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonUnmarshaller.java index 39e2e78da8..038be8fcda 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UserTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonMarshaller.java index ed1adeeeff..00d1a278ed 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonUnmarshaller.java index 4770e4e922..00c271c2b1 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameConfigurationTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameExistsExceptionUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameExistsExceptionUnmarshaller.java index 5eea4401e8..d10542261a 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameExistsExceptionUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/UsernameExistsExceptionUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonMarshaller.java index c4e4af7465..d24a54ef74 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonUnmarshaller.java index 1d57368c24..be3b066d73 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerificationMessageTemplateTypeJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenRequestMarshaller.java index f1746b662f..9647f670f4 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenResultJsonUnmarshaller.java index dc605927d5..1199df1a65 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifySoftwareTokenResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeRequestMarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeRequestMarshaller.java index 504b3bd9a9..cd33b353e0 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeRequestMarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeRequestMarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeResultJsonUnmarshaller.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeResultJsonUnmarshaller.java index 719bb70407..c1b6b3e76f 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeResultJsonUnmarshaller.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/transform/VerifyUserAttributeResultJsonUnmarshaller.java @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. + * Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. diff --git a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/package-info.java b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/package-info.java index 6e3eed03ef..5cf21169ce 100644 --- a/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/package-info.java +++ b/aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/package-info.java @@ -1,5 +1,5 @@ /** - *

    Using the Amazon Cognito user pools API, you can create a user pool 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 user pools.

    For more information, see the Amazon Cognito Documentation.

    + *

    With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users. To authenticate users from third-party identity providers (IdPs) in this API, you can link IdP users to native user profiles. Learn more about the authentication and authorization of federated users in the Using the Amazon Cognito user pools API and user pool endpoints.

    This API reference provides detailed information about API operations and object types in Amazon Cognito. At the bottom of the page for each API operation and object, under See Also, you can learn how to use it in an Amazon Web Services SDK in the language of your choice.

    Along with resource management operations, the Amazon Cognito user pools API includes classes of operations and authorization models for client-side and server-side user operations. For more information, see Using the Amazon Cognito native and OIDC APIs in the Amazon Cognito Developer Guide.

    You can also start reading about the CognitoIdentityProvider client in the following SDK guides.

    To get started with an Amazon Web Services SDK, see Tools to Build on Amazon Web Services. For example actions and scenarios, see Code examples for Amazon Cognito Identity Provider using Amazon Web Services SDKs.

    */ package com.amazonaws.services.cognitoidentityprovider;