Copyright | (c) 2013-2016 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 |
Network.AWS.IAM.CreateAccountAlias
Description
Creates an alias for your AWS account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide .
Creating a Request
Arguments
:: Text | |
-> CreateAccountAlias |
Creates a value of CreateAccountAlias
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
caaAccountAlias
- The account alias to create. The regex pattern for this parameter is a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
data CreateAccountAlias Source #
See: createAccountAlias
smart constructor.
Instances
Request Lenses
caaAccountAlias :: Lens' CreateAccountAlias Text Source #
The account alias to create. The regex pattern for this parameter is a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
Destructuring the Response
createAccountAliasResponse :: CreateAccountAliasResponse Source #
Creates a value of CreateAccountAliasResponse
with the minimum fields required to make a request.