| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.CreateApplication
Description
Creates a new application.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateApplication.html
- data CreateApplication
- createApplication :: Text -> CreateApplication
- caApplicationName :: Lens' CreateApplication Text
- data CreateApplicationResponse
- createApplicationResponse :: CreateApplicationResponse
- carApplicationId :: Lens' CreateApplicationResponse (Maybe Text)
Request
data CreateApplication Source
Instances
| Eq CreateApplication | |
| Ord CreateApplication | |
| Read CreateApplication | |
| Show CreateApplication | |
| IsString CreateApplication | |
| Monoid CreateApplication | |
| AWSRequest CreateApplication | |
| ToQuery CreateApplication | |
| ToPath CreateApplication | |
| ToHeaders CreateApplication | |
| ToJSON CreateApplication | |
| type Sv CreateApplication = CodeDeploy | |
| type Rs CreateApplication = CreateApplicationResponse |
Request constructor
Arguments
| :: Text | |
| -> CreateApplication |
CreateApplication constructor.
The fields accessible through corresponding lenses are:
caApplicationName::Text
Request lenses
caApplicationName :: Lens' CreateApplication Text Source
The name of the application. This name must be unique within the AWS user account.
Response
Response constructor
createApplicationResponse :: CreateApplicationResponse Source
CreateApplicationResponse constructor.
The fields accessible through corresponding lenses are:
carApplicationId::MaybeText
Response lenses
carApplicationId :: Lens' CreateApplicationResponse (Maybe Text) Source
A unique application ID.