amazonka-iam-1.6.1: Amazon Identity and Access Management SDK.

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

Network.AWS.IAM.UpdateAccountPasswordPolicy

Contents

Description

Updates the password policy settings for the AWS account.

For more information about using a password policy, see Managing an IAM Password Policy in the IAM User Guide .

Synopsis

Creating a Request

updateAccountPasswordPolicy :: UpdateAccountPasswordPolicy Source #

Creates a value of UpdateAccountPasswordPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • uappMinimumPasswordLength - The minimum number of characters allowed in an IAM user password. If you do not specify a value for this parameter, then the operation uses the default value of 6 .
  • uappRequireNumbers - Specifies whether IAM user passwords must contain at least one numeric character (0 to 9). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one numeric character.
  • uappPasswordReusePrevention - Specifies the number of previous passwords that IAM users are prevented from reusing. If you do not specify a value for this parameter, then the operation uses the default value of 0 . The result is that IAM users are not prevented from reusing previous passwords.
  • uappRequireLowercaseCharacters - Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one lowercase character.
  • uappMaxPasswordAge - The number of days that an IAM user password is valid. If you do not specify a value for this parameter, then the operation uses the default value of 0 . The result is that IAM user passwords never expire.
  • uappHardExpiry - Prevents IAM users from setting a new password after their password has expired. The IAM user cannot be accessed until an administrator resets the password. If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that IAM users can change their passwords after they expire and continue to sign in as the user.
  • uappRequireSymbols - Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters: ! # $ % ^ &amp; * ( ) _ + - = [ ] { } | ' If you do not specify a value for this parameter, then the operation uses the default value of false@ . The result is that passwords do not require at least one symbol character.
  • uappRequireUppercaseCharacters - Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one uppercase character.
  • uappAllowUsersToChangePassword - Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide . If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that IAM users in the account do not automatically have permissions to change their own password.

data UpdateAccountPasswordPolicy Source #

See: updateAccountPasswordPolicy smart constructor.

Instances
Eq UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Data UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateAccountPasswordPolicy -> c UpdateAccountPasswordPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateAccountPasswordPolicy #

toConstr :: UpdateAccountPasswordPolicy -> Constr #

dataTypeOf :: UpdateAccountPasswordPolicy -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateAccountPasswordPolicy) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateAccountPasswordPolicy) #

gmapT :: (forall b. Data b => b -> b) -> UpdateAccountPasswordPolicy -> UpdateAccountPasswordPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAccountPasswordPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAccountPasswordPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateAccountPasswordPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateAccountPasswordPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicy -> m UpdateAccountPasswordPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicy -> m UpdateAccountPasswordPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicy -> m UpdateAccountPasswordPolicy #

Read UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Show UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Generic UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Associated Types

type Rep UpdateAccountPasswordPolicy :: Type -> Type #

Hashable UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

AWSRequest UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Associated Types

type Rs UpdateAccountPasswordPolicy :: Type #

ToHeaders UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

ToPath UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

ToQuery UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

NFData UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

type Rep UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

type Rep UpdateAccountPasswordPolicy = D1 (MetaData "UpdateAccountPasswordPolicy" "Network.AWS.IAM.UpdateAccountPasswordPolicy" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "UpdateAccountPasswordPolicy'" PrefixI True) (((S1 (MetaSel (Just "_uappMinimumPasswordLength") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_uappRequireNumbers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_uappPasswordReusePrevention") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_uappRequireLowercaseCharacters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 (MetaSel (Just "_uappMaxPasswordAge") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_uappHardExpiry") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_uappRequireSymbols") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_uappRequireUppercaseCharacters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_uappAllowUsersToChangePassword") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))))
type Rs UpdateAccountPasswordPolicy Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Request Lenses

uappMinimumPasswordLength :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) Source #

The minimum number of characters allowed in an IAM user password. If you do not specify a value for this parameter, then the operation uses the default value of 6 .

uappRequireNumbers :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Specifies whether IAM user passwords must contain at least one numeric character (0 to 9). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one numeric character.

uappPasswordReusePrevention :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) Source #

Specifies the number of previous passwords that IAM users are prevented from reusing. If you do not specify a value for this parameter, then the operation uses the default value of 0 . The result is that IAM users are not prevented from reusing previous passwords.

uappRequireLowercaseCharacters :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one lowercase character.

uappMaxPasswordAge :: Lens' UpdateAccountPasswordPolicy (Maybe Natural) Source #

The number of days that an IAM user password is valid. If you do not specify a value for this parameter, then the operation uses the default value of 0 . The result is that IAM user passwords never expire.

uappHardExpiry :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Prevents IAM users from setting a new password after their password has expired. The IAM user cannot be accessed until an administrator resets the password. If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that IAM users can change their passwords after they expire and continue to sign in as the user.

uappRequireSymbols :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters: ! # $ % ^ &amp; * ( ) _ + - = [ ] { } | ' If you do not specify a value for this parameter, then the operation uses the default value of false@ . The result is that passwords do not require at least one symbol character.

uappRequireUppercaseCharacters :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that passwords do not require at least one uppercase character.

uappAllowUsersToChangePassword :: Lens' UpdateAccountPasswordPolicy (Maybe Bool) Source #

Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide . If you do not specify a value for this parameter, then the operation uses the default value of false . The result is that IAM users in the account do not automatically have permissions to change their own password.

Destructuring the Response

updateAccountPasswordPolicyResponse :: UpdateAccountPasswordPolicyResponse Source #

Creates a value of UpdateAccountPasswordPolicyResponse with the minimum fields required to make a request.

data UpdateAccountPasswordPolicyResponse Source #

See: updateAccountPasswordPolicyResponse smart constructor.

Instances
Eq UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Data UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateAccountPasswordPolicyResponse -> c UpdateAccountPasswordPolicyResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateAccountPasswordPolicyResponse #

toConstr :: UpdateAccountPasswordPolicyResponse -> Constr #

dataTypeOf :: UpdateAccountPasswordPolicyResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateAccountPasswordPolicyResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateAccountPasswordPolicyResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateAccountPasswordPolicyResponse -> UpdateAccountPasswordPolicyResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAccountPasswordPolicyResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateAccountPasswordPolicyResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateAccountPasswordPolicyResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateAccountPasswordPolicyResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicyResponse -> m UpdateAccountPasswordPolicyResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicyResponse -> m UpdateAccountPasswordPolicyResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateAccountPasswordPolicyResponse -> m UpdateAccountPasswordPolicyResponse #

Read UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Show UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

Generic UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

NFData UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

type Rep UpdateAccountPasswordPolicyResponse Source # 
Instance details

Defined in Network.AWS.IAM.UpdateAccountPasswordPolicy

type Rep UpdateAccountPasswordPolicyResponse = D1 (MetaData "UpdateAccountPasswordPolicyResponse" "Network.AWS.IAM.UpdateAccountPasswordPolicy" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "UpdateAccountPasswordPolicyResponse'" PrefixI False) (U1 :: Type -> Type))