Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy.
See: AWS API Reference for GetAccountPasswordPolicy.
- getAccountPasswordPolicy :: GetAccountPasswordPolicy
- data GetAccountPasswordPolicy
- getAccountPasswordPolicyResponse :: Int -> PasswordPolicy -> GetAccountPasswordPolicyResponse
- data GetAccountPasswordPolicyResponse
- gapprsResponseStatus :: Lens' GetAccountPasswordPolicyResponse Int
- gapprsPasswordPolicy :: Lens' GetAccountPasswordPolicyResponse PasswordPolicy
Creating a Request
getAccountPasswordPolicy :: GetAccountPasswordPolicy Source
Creates a value of GetAccountPasswordPolicy
with the minimum fields required to make a request.
data GetAccountPasswordPolicy Source
See: getAccountPasswordPolicy
smart constructor.
Destructuring the Response
getAccountPasswordPolicyResponse Source
Creates a value of GetAccountPasswordPolicyResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetAccountPasswordPolicyResponse Source
Contains the response to a successful GetAccountPasswordPolicy request.
See: getAccountPasswordPolicyResponse
smart constructor.
Response Lenses
gapprsResponseStatus :: Lens' GetAccountPasswordPolicyResponse Int Source
The response status code.
gapprsPasswordPolicy :: Lens' GetAccountPasswordPolicyResponse PasswordPolicy Source
Undocumented member.