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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.CreateAccountAlias

Contents

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 Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccountAlias.html

Synopsis

Request

Request constructor

createAccountAlias Source

CreateAccountAlias constructor.

The fields accessible through corresponding lenses are:

Request lenses

caaAccountAlias :: Lens' CreateAccountAlias Text Source

The name of the account alias to create.

Response

Response constructor