UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

715 lines 33.8 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsCognitoIdpActions = void 0; /** * All IAM policy actions for Amazon Cognito User Pools (COGNITO-IDP) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncognitouserpools.html * * 2025-02-24T21:47:20.686Z */ var AwsCognitoIdpActions; (function (AwsCognitoIdpActions) { /** * Grants permission to add user attributes to the user pool schema * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AddCustomAttributes.html */ AwsCognitoIdpActions["AddCustomAttributes"] = "cognito-idp:AddCustomAttributes"; /** * Grants permission to add any user to any group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminAddUserToGroup.html */ AwsCognitoIdpActions["AdminAddUserToGroup"] = "cognito-idp:AdminAddUserToGroup"; /** * Grants permission to confirm any user's registration without a confirmation cod * e * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminConfirmSignUp.html */ AwsCognitoIdpActions["AdminConfirmSignUp"] = "cognito-idp:AdminConfirmSignUp"; /** * Grants permission to create new users and send welcome messages via email or SM * S * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminCreateUser.html */ AwsCognitoIdpActions["AdminCreateUser"] = "cognito-idp:AdminCreateUser"; /** * Grants permission to delete any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html */ AwsCognitoIdpActions["AdminDeleteUser"] = "cognito-idp:AdminDeleteUser"; /** * Grants permission to delete attributes from any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUserAttributes.html */ AwsCognitoIdpActions["AdminDeleteUserAttributes"] = "cognito-idp:AdminDeleteUserAttributes"; /** * Grants permission to unlink any user pool user from a third-party identity prov * ider (IdP) user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableProviderForUser.html */ AwsCognitoIdpActions["AdminDisableProviderForUser"] = "cognito-idp:AdminDisableProviderForUser"; /** * Grants permission to deactivate any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableUser.html */ AwsCognitoIdpActions["AdminDisableUser"] = "cognito-idp:AdminDisableUser"; /** * Grants permission to activate any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminEnableUser.html */ AwsCognitoIdpActions["AdminEnableUser"] = "cognito-idp:AdminEnableUser"; /** * Grants permission to deregister any user's devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminForgetDevice.html */ AwsCognitoIdpActions["AdminForgetDevice"] = "cognito-idp:AdminForgetDevice"; /** * Grants permission to get information about any user's devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminGetDevice.html */ AwsCognitoIdpActions["AdminGetDevice"] = "cognito-idp:AdminGetDevice"; /** * Grants permission to look up any user by user name * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminGetUser.html */ AwsCognitoIdpActions["AdminGetUser"] = "cognito-idp:AdminGetUser"; /** * Grants permission to authenticate any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminInitiateAuth.html */ AwsCognitoIdpActions["AdminInitiateAuth"] = "cognito-idp:AdminInitiateAuth"; /** * Grants permission to link any user pool user to a third-party IdP user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminLinkProviderForUser.html */ AwsCognitoIdpActions["AdminLinkProviderForUser"] = "cognito-idp:AdminLinkProviderForUser"; /** * Grants permission to list any user's remembered devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminListDevices.html */ AwsCognitoIdpActions["AdminListDevices"] = "cognito-idp:AdminListDevices"; /** * Grants permission to list the groups that any user belongs to * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminListGroupsForUser.html */ AwsCognitoIdpActions["AdminListGroupsForUser"] = "cognito-idp:AdminListGroupsForUser"; /** * Grants permission to lists sign-in events for any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminListUserAuthEvents.html */ AwsCognitoIdpActions["AdminListUserAuthEvents"] = "cognito-idp:AdminListUserAuthEvents"; /** * Grants permission to remove any user from any group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminRemoveUserFromGroup.html */ AwsCognitoIdpActions["AdminRemoveUserFromGroup"] = "cognito-idp:AdminRemoveUserFromGroup"; /** * Grants permission to reset any user's password * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminResetUserPassword.html */ AwsCognitoIdpActions["AdminResetUserPassword"] = "cognito-idp:AdminResetUserPassword"; /** * Grants permission to respond to an authentication challenge during the authenti * cation of any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminRespondToAuthChallenge.html */ AwsCognitoIdpActions["AdminRespondToAuthChallenge"] = "cognito-idp:AdminRespondToAuthChallenge"; /** * Grants permission to set any user's preferred MFA method * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserMFAPreference.html */ AwsCognitoIdpActions["AdminSetUserMFAPreference"] = "cognito-idp:AdminSetUserMFAPreference"; /** * Grants permission to set any user's password * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserPassword.html */ AwsCognitoIdpActions["AdminSetUserPassword"] = "cognito-idp:AdminSetUserPassword"; /** * Grants permission to set user settings for any user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminSetUserSettings.html */ AwsCognitoIdpActions["AdminSetUserSettings"] = "cognito-idp:AdminSetUserSettings"; /** * Grants permission to update advanced security feedback for any user's authentic * ation event * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateAuthEventFeedback.html */ AwsCognitoIdpActions["AdminUpdateAuthEventFeedback"] = "cognito-idp:AdminUpdateAuthEventFeedback"; /** * Grants permission to update the status of any user's remembered devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateDeviceStatus.html */ AwsCognitoIdpActions["AdminUpdateDeviceStatus"] = "cognito-idp:AdminUpdateDeviceStatus"; /** * Grants permission to updates any user's standard or custom attributes * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUpdateUserAttributes.html */ AwsCognitoIdpActions["AdminUpdateUserAttributes"] = "cognito-idp:AdminUpdateUserAttributes"; /** * Grants permission to sign out any user from all sessions * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminUserGlobalSignOut.html */ AwsCognitoIdpActions["AdminUserGlobalSignOut"] = "cognito-idp:AdminUserGlobalSignOut"; /** * Grants permission to return a unique generated shared secret key code for the u * ser * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AssociateSoftwareToken.html */ AwsCognitoIdpActions["AssociateSoftwareToken"] = "cognito-idp:AssociateSoftwareToken"; /** * Grants permission to associate the user pool with an AWS WAF web ACL * * See ${UserGuideDocPage}user-pool-waf.html */ AwsCognitoIdpActions["AssociateWebACL"] = "cognito-idp:AssociateWebACL"; /** * Grants permission to change the password for a specified user in a user pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ChangePassword.html */ AwsCognitoIdpActions["ChangePassword"] = "cognito-idp:ChangePassword"; /** * Grants permission to confirm tracking of the device. This API call is the call * that begins device tracking * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmDevice.html */ AwsCognitoIdpActions["ConfirmDevice"] = "cognito-idp:ConfirmDevice"; /** * Grants permission to allow a user to enter a confirmation code to reset a forgo * tten password * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmForgotPassword.html */ AwsCognitoIdpActions["ConfirmForgotPassword"] = "cognito-idp:ConfirmForgotPassword"; /** * Grants permission to confirm registration of a user and handles the existing al * ias from a previous user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ConfirmSignUp.html */ AwsCognitoIdpActions["ConfirmSignUp"] = "cognito-idp:ConfirmSignUp"; /** * Grants permission to create new user pool groups * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateGroup.html */ AwsCognitoIdpActions["CreateGroup"] = "cognito-idp:CreateGroup"; /** * Grants permission to add identity providers to user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateIdentityProvider.html */ AwsCognitoIdpActions["CreateIdentityProvider"] = "cognito-idp:CreateIdentityProvider"; /** * Grants permission to create a branding settings for managed login and associate * it with an app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateManagedLoginBranding.html */ AwsCognitoIdpActions["CreateManagedLoginBranding"] = "cognito-idp:CreateManagedLoginBranding"; /** * Grants permission to create and configure scopes for OAuth 2.0 resource servers * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateResourceServer.html */ AwsCognitoIdpActions["CreateResourceServer"] = "cognito-idp:CreateResourceServer"; /** * Grants permission to create user CSV import jobs * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserImportJob.html */ AwsCognitoIdpActions["CreateUserImportJob"] = "cognito-idp:CreateUserImportJob"; /** * Grants permission to create and set password policy for user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPool.html */ AwsCognitoIdpActions["CreateUserPool"] = "cognito-idp:CreateUserPool"; /** * Grants permission to create user pool app clients * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPoolClient.html */ AwsCognitoIdpActions["CreateUserPoolClient"] = "cognito-idp:CreateUserPoolClient"; /** * Grants permission to add user pool domains * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPoolDomain.html */ AwsCognitoIdpActions["CreateUserPoolDomain"] = "cognito-idp:CreateUserPoolDomain"; /** * Grants permission to delete any empty user pool group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteGroup.html */ AwsCognitoIdpActions["DeleteGroup"] = "cognito-idp:DeleteGroup"; /** * Grants permission to delete any identity provider from user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteIdentityProvider.html */ AwsCognitoIdpActions["DeleteIdentityProvider"] = "cognito-idp:DeleteIdentityProvider"; /** * Grants permission to delete the managed login branding style for any app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteManagedLoginBranding.html */ AwsCognitoIdpActions["DeleteManagedLoginBranding"] = "cognito-idp:DeleteManagedLoginBranding"; /** * Grants permission to delete any OAuth 2.0 resource server from user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteResourceServer.html */ AwsCognitoIdpActions["DeleteResourceServer"] = "cognito-idp:DeleteResourceServer"; /** * Grants permission to allow a user to delete one's self * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUser.html */ AwsCognitoIdpActions["DeleteUser"] = "cognito-idp:DeleteUser"; /** * Grants permission to delete the attributes for a user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserAttributes.html */ AwsCognitoIdpActions["DeleteUserAttributes"] = "cognito-idp:DeleteUserAttributes"; /** * Grants permission to delete user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserPool.html */ AwsCognitoIdpActions["DeleteUserPool"] = "cognito-idp:DeleteUserPool"; /** * Grants permission to delete any user pool app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserPoolClient.html */ AwsCognitoIdpActions["DeleteUserPoolClient"] = "cognito-idp:DeleteUserPoolClient"; /** * Grants permission to delete any user pool domain * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserPoolDomain.html */ AwsCognitoIdpActions["DeleteUserPoolDomain"] = "cognito-idp:DeleteUserPoolDomain"; /** * Grants permission to describe any user pool identity provider * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeIdentityProvider.html */ AwsCognitoIdpActions["DescribeIdentityProvider"] = "cognito-idp:DescribeIdentityProvider"; /** * Grants permission to get the detailed information about the branding style of m * anaged login * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBranding.html */ AwsCognitoIdpActions["DescribeManagedLoginBranding"] = "cognito-idp:DescribeManagedLoginBranding"; /** * Grants permission to get the detailed information about the branding style of m * anaged login associated with an appclient * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeManagedLoginBrandingByClient.html */ AwsCognitoIdpActions["DescribeManagedLoginBrandingByClient"] = "cognito-idp:DescribeManagedLoginBrandingByClient"; /** * Grants permission to describe any OAuth 2.0 resource server * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeResourceServer.html */ AwsCognitoIdpActions["DescribeResourceServer"] = "cognito-idp:DescribeResourceServer"; /** * Grants permission to describe the risk configuration settings of user pools and * app clients * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeRiskConfiguration.html */ AwsCognitoIdpActions["DescribeRiskConfiguration"] = "cognito-idp:DescribeRiskConfiguration"; /** * Grants permission to describe any user import job * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserImportJob.html */ AwsCognitoIdpActions["DescribeUserImportJob"] = "cognito-idp:DescribeUserImportJob"; /** * Grants permission to describe user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPool.html */ AwsCognitoIdpActions["DescribeUserPool"] = "cognito-idp:DescribeUserPool"; /** * Grants permission to describe any user pool app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPoolClient.html */ AwsCognitoIdpActions["DescribeUserPoolClient"] = "cognito-idp:DescribeUserPoolClient"; /** * Grants permission to describe any user pool domain * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeUserPoolDomain.html */ AwsCognitoIdpActions["DescribeUserPoolDomain"] = "cognito-idp:DescribeUserPoolDomain"; /** * Grants permission to disassociate the user pool with an AWS WAF web ACL * * See ${UserGuideDocPage}user-pool-waf.html */ AwsCognitoIdpActions["DisassociateWebACL"] = "cognito-idp:DisassociateWebACL"; /** * Grants permission to forget the specified device * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgetDevice.html */ AwsCognitoIdpActions["ForgetDevice"] = "cognito-idp:ForgetDevice"; /** * Grants permission to send a message to the end user with a confirmation code th * at is required to change the user's password * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ForgotPassword.html */ AwsCognitoIdpActions["ForgotPassword"] = "cognito-idp:ForgotPassword"; /** * Grants permission to generate headers for a user import .csv file * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetCSVHeader.html */ AwsCognitoIdpActions["GetCSVHeader"] = "cognito-idp:GetCSVHeader"; /** * Grants permission to get the device * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetDevice.html */ AwsCognitoIdpActions["GetDevice"] = "cognito-idp:GetDevice"; /** * Grants permission to describe a user pool group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetGroup.html */ AwsCognitoIdpActions["GetGroup"] = "cognito-idp:GetGroup"; /** * Grants permission to correlate a user pool IdP identifier to the IdP Name * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetIdentityProviderByIdentifier.html */ AwsCognitoIdpActions["GetIdentityProviderByIdentifier"] = "cognito-idp:GetIdentityProviderByIdentifier"; /** * Grants permission to get the detailed activity logging configuration for a user * pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetLogDeliveryConfiguration.html */ AwsCognitoIdpActions["GetLogDeliveryConfiguration"] = "cognito-idp:GetLogDeliveryConfiguration"; /** * Grants permission to look up signing certificates for user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetSigningCertificate.html */ AwsCognitoIdpActions["GetSigningCertificate"] = "cognito-idp:GetSigningCertificate"; /** * Grants permission to get UI customization information for the hosted UI of any * app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUICustomization.html */ AwsCognitoIdpActions["GetUICustomization"] = "cognito-idp:GetUICustomization"; /** * Grants permission to get the user attributes and metadata for a user * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUser.html */ AwsCognitoIdpActions["GetUser"] = "cognito-idp:GetUser"; /** * Grants permission to get the user attribute verification code for the specified * attribute name * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUserAttributeVerificationCode.html */ AwsCognitoIdpActions["GetUserAttributeVerificationCode"] = "cognito-idp:GetUserAttributeVerificationCode"; /** * Grants permission to look up the MFA configuration of user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GetUserPoolMfaConfig.html */ AwsCognitoIdpActions["GetUserPoolMfaConfig"] = "cognito-idp:GetUserPoolMfaConfig"; /** * Grants permission to get the AWS WAF web ACL that is associated with an Amazon * Cognito user pool * * See ${UserGuideDocPage}user-pool-waf.html */ AwsCognitoIdpActions["GetWebACLForResource"] = "cognito-idp:GetWebACLForResource"; /** * Grants permission to sign out users from all devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_GlobalSignOut.html */ AwsCognitoIdpActions["GlobalSignOut"] = "cognito-idp:GlobalSignOut"; /** * Grants permission to initiate the authentication flow * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html */ AwsCognitoIdpActions["InitiateAuth"] = "cognito-idp:InitiateAuth"; /** * Grants permission to list the devices * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListDevices.html */ AwsCognitoIdpActions["ListDevices"] = "cognito-idp:ListDevices"; /** * Grants permission to list all groups in user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListGroups.html */ AwsCognitoIdpActions["ListGroups"] = "cognito-idp:ListGroups"; /** * Grants permission to list all identity providers in user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListIdentityProviders.html */ AwsCognitoIdpActions["ListIdentityProviders"] = "cognito-idp:ListIdentityProviders"; /** * Grants permission to list all resource servers in user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListResourceServers.html */ AwsCognitoIdpActions["ListResourceServers"] = "cognito-idp:ListResourceServers"; /** * Grants permission to list the user pools that are associated with an AWS WAF we * b ACL * * See ${UserGuideDocPage}user-pool-waf.html */ AwsCognitoIdpActions["ListResourcesForWebACL"] = "cognito-idp:ListResourcesForWebACL"; /** * Grants permission to list the tags that are assigned to an Amazon Cognito user * pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListTagsForResource.html */ AwsCognitoIdpActions["ListTagsForResource"] = "cognito-idp:ListTagsForResource"; /** * Grants permission to list all user import jobs * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUserImportJobs.html */ AwsCognitoIdpActions["ListUserImportJobs"] = "cognito-idp:ListUserImportJobs"; /** * Grants permission to list all app clients in user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUserPoolClients.html */ AwsCognitoIdpActions["ListUserPoolClients"] = "cognito-idp:ListUserPoolClients"; /** * Grants permission to list all user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUserPools.html */ AwsCognitoIdpActions["ListUserPools"] = "cognito-idp:ListUserPools"; /** * Grants permission to list all user pool users * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUsers.html */ AwsCognitoIdpActions["ListUsers"] = "cognito-idp:ListUsers"; /** * Grants permission to list the users in any group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUsersInGroup.html */ AwsCognitoIdpActions["ListUsersInGroup"] = "cognito-idp:ListUsersInGroup"; /** * Grants permission to resend the confirmation (for confirmation of registration) * to a specific user in the user pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ResendConfirmationCode.html */ AwsCognitoIdpActions["ResendConfirmationCode"] = "cognito-idp:ResendConfirmationCode"; /** * Grants permission to respond to the authentication challenge * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RespondToAuthChallenge.html */ AwsCognitoIdpActions["RespondToAuthChallenge"] = "cognito-idp:RespondToAuthChallenge"; /** * Grants permission to revoke all of the access tokens generated by the specified * refresh token * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RevokeToken.html */ AwsCognitoIdpActions["RevokeToken"] = "cognito-idp:RevokeToken"; /** * Grants permission to set up or modify the detailed activity logging configurati * on of a user pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetLogDeliveryConfiguration.html */ AwsCognitoIdpActions["SetLogDeliveryConfiguration"] = "cognito-idp:SetLogDeliveryConfiguration"; /** * Grants permission to set risk configuration for user pools and app clients * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetRiskConfiguration.html */ AwsCognitoIdpActions["SetRiskConfiguration"] = "cognito-idp:SetRiskConfiguration"; /** * Grants permission to customize the hosted UI for any app client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUICustomization.html */ AwsCognitoIdpActions["SetUICustomization"] = "cognito-idp:SetUICustomization"; /** * Grants permission to set MFA preference for the user in the userpool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserMFAPreference.html */ AwsCognitoIdpActions["SetUserMFAPreference"] = "cognito-idp:SetUserMFAPreference"; /** * Grants permission to set user pool MFA configuration * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserPoolMfaConfig.html */ AwsCognitoIdpActions["SetUserPoolMfaConfig"] = "cognito-idp:SetUserPoolMfaConfig"; /** * Grants permission to set the user settings like multi-factor authentication (MF * A) * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetUserSettings.html */ AwsCognitoIdpActions["SetUserSettings"] = "cognito-idp:SetUserSettings"; /** * Grants permission to register the user in the specified user pool and creates a * user name, password, and user attributes * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SignUp.html */ AwsCognitoIdpActions["SignUp"] = "cognito-idp:SignUp"; /** * Grants permission to start any user import job * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_StartUserImportJob.html */ AwsCognitoIdpActions["StartUserImportJob"] = "cognito-idp:StartUserImportJob"; /** * Grants permission to stop any user import job * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_StopUserImportJob.html */ AwsCognitoIdpActions["StopUserImportJob"] = "cognito-idp:StopUserImportJob"; /** * Grants permission to tag a user pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_TagResource.html */ AwsCognitoIdpActions["TagResource"] = "cognito-idp:TagResource"; /** * Grants permission to untag a user pool * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UntagResource.html */ AwsCognitoIdpActions["UntagResource"] = "cognito-idp:UntagResource"; /** * Grants permission to update the feedback for the user authentication event * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateAuthEventFeedback.html */ AwsCognitoIdpActions["UpdateAuthEventFeedback"] = "cognito-idp:UpdateAuthEventFeedback"; /** * Grants permission to update the device status * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateDeviceStatus.html */ AwsCognitoIdpActions["UpdateDeviceStatus"] = "cognito-idp:UpdateDeviceStatus"; /** * Grants permission to update the configuration of any group * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateGroup.html */ AwsCognitoIdpActions["UpdateGroup"] = "cognito-idp:UpdateGroup"; /** * Grants permission to update the configuration of any user pool IdP * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateIdentityProvider.html */ AwsCognitoIdpActions["UpdateIdentityProvider"] = "cognito-idp:UpdateIdentityProvider"; /** * Grants permission to update the branding settings of a managed login * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateManagedLoginBranding.html */ AwsCognitoIdpActions["UpdateManagedLoginBranding"] = "cognito-idp:UpdateManagedLoginBranding"; /** * Grants permission to update the configuration of any OAuth 2.0 resource server * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateResourceServer.html */ AwsCognitoIdpActions["UpdateResourceServer"] = "cognito-idp:UpdateResourceServer"; /** * Grants permission to allow a user to update a specific attribute (one at a time * ) * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserAttributes.html */ AwsCognitoIdpActions["UpdateUserAttributes"] = "cognito-idp:UpdateUserAttributes"; /** * Grants permission to updates the configuration of user pools * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserPool.html */ AwsCognitoIdpActions["UpdateUserPool"] = "cognito-idp:UpdateUserPool"; /** * Grants permission to update any user pool client * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserPoolClient.html */ AwsCognitoIdpActions["UpdateUserPoolClient"] = "cognito-idp:UpdateUserPoolClient"; /** * Grants permission to replace the certificate for any custom domain * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserPoolDomain.html */ AwsCognitoIdpActions["UpdateUserPoolDomain"] = "cognito-idp:UpdateUserPoolDomain"; /** * Grants permission to register a user's entered TOTP code and mark the user's so * ftware token MFA status as verified if successful * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifySoftwareToken.html */ AwsCognitoIdpActions["VerifySoftwareToken"] = "cognito-idp:VerifySoftwareToken"; /** * Grants permission to verify a user attribute using a one time verification code * * See https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_VerifyUserAttribute.html */ AwsCognitoIdpActions["VerifyUserAttribute"] = "cognito-idp:VerifyUserAttribute"; })(AwsCognitoIdpActions = exports.AwsCognitoIdpActions || (exports.AwsCognitoIdpActions = {})); //# sourceMappingURL=cognito-idp.js.map