libZSservicesZSamazonka-iamZSamazonka-iam
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IAM.UpdateLoginProfile

Description

Changes the password for the specified IAM user. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to change the password for any IAM user. Use ChangePassword to change your own password in the My Security Credentials page in the Amazon Web Services Management Console.

For more information about modifying passwords, see Managing passwords in the IAM User Guide.

Synopsis

Creating a Request

data UpdateLoginProfile Source #

See: newUpdateLoginProfile smart constructor.

Constructors

UpdateLoginProfile' 

Fields

  • password :: Maybe (Sensitive Text)

    The new password for the specified IAM user.

    The regex pattern used to validate this parameter is a string of characters consisting of the following:

    • Any printable ASCII character ranging from the space character (\u0020) through the end of the ASCII character range
    • The printable characters in the Basic Latin and Latin-1 Supplement character set (through \u00FF)
    • The special characters tab (\u0009), line feed (\u000A), and carriage return (\u000D)

    However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see UpdateAccountPasswordPolicy.

  • passwordResetRequired :: Maybe Bool

    Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.

  • userName :: Text

    The name of the user whose password you want to update.

    This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Instances

Instances details
Eq UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Show UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Generic UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Associated Types

type Rep UpdateLoginProfile :: Type -> Type #

NFData UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Methods

rnf :: UpdateLoginProfile -> () #

Hashable UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

AWSRequest UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Associated Types

type AWSResponse UpdateLoginProfile #

ToHeaders UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

ToPath UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

ToQuery UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

type Rep UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

type Rep UpdateLoginProfile = D1 ('MetaData "UpdateLoginProfile" "Amazonka.IAM.UpdateLoginProfile" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "UpdateLoginProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "passwordResetRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateLoginProfile Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

newUpdateLoginProfile Source #

Create a value of UpdateLoginProfile with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:password:UpdateLoginProfile', updateLoginProfile_password - The new password for the specified IAM user.

The regex pattern used to validate this parameter is a string of characters consisting of the following:

  • Any printable ASCII character ranging from the space character (\u0020) through the end of the ASCII character range
  • The printable characters in the Basic Latin and Latin-1 Supplement character set (through \u00FF)
  • The special characters tab (\u0009), line feed (\u000A), and carriage return (\u000D)

However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see UpdateAccountPasswordPolicy.

$sel:passwordResetRequired:UpdateLoginProfile', updateLoginProfile_passwordResetRequired - Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.

$sel:userName:UpdateLoginProfile', updateLoginProfile_userName - The name of the user whose password you want to update.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Request Lenses

updateLoginProfile_password :: Lens' UpdateLoginProfile (Maybe Text) Source #

The new password for the specified IAM user.

The regex pattern used to validate this parameter is a string of characters consisting of the following:

  • Any printable ASCII character ranging from the space character (\u0020) through the end of the ASCII character range
  • The printable characters in the Basic Latin and Latin-1 Supplement character set (through \u00FF)
  • The special characters tab (\u0009), line feed (\u000A), and carriage return (\u000D)

However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see UpdateAccountPasswordPolicy.

updateLoginProfile_passwordResetRequired :: Lens' UpdateLoginProfile (Maybe Bool) Source #

Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.

updateLoginProfile_userName :: Lens' UpdateLoginProfile Text Source #

The name of the user whose password you want to update.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Destructuring the Response

data UpdateLoginProfileResponse Source #

See: newUpdateLoginProfileResponse smart constructor.

Instances

Instances details
Eq UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Read UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Show UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Generic UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

Associated Types

type Rep UpdateLoginProfileResponse :: Type -> Type #

NFData UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

type Rep UpdateLoginProfileResponse Source # 
Instance details

Defined in Amazonka.IAM.UpdateLoginProfile

type Rep UpdateLoginProfileResponse = D1 ('MetaData "UpdateLoginProfileResponse" "Amazonka.IAM.UpdateLoginProfile" "libZSservicesZSamazonka-iamZSamazonka-iam" 'False) (C1 ('MetaCons "UpdateLoginProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateLoginProfileResponse :: UpdateLoginProfileResponse Source #

Create a value of UpdateLoginProfileResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.