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 |
Creates an application that has one configuration template named 'default' and no application versions.
See: AWS API Reference for CreateApplication.
- createApplication :: Text -> CreateApplication
- data CreateApplication
- caDescription :: Lens' CreateApplication (Maybe Text)
- caApplicationName :: Lens' CreateApplication Text
- applicationDescriptionMessage :: ApplicationDescriptionMessage
- data ApplicationDescriptionMessage
- admApplication :: Lens' ApplicationDescriptionMessage (Maybe ApplicationDescription)
Creating a Request
Creates a value of CreateApplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreateApplication Source
This documentation target is not reported in the API reference.
See: createApplication
smart constructor.
Request Lenses
caDescription :: Lens' CreateApplication (Maybe Text) Source
Describes the application.
caApplicationName :: Lens' CreateApplication Text Source
The name of the application.
Constraint: This name must be unique within your account. If the
specified name already exists, the action returns an
InvalidParameterValue
error.
Destructuring the Response
applicationDescriptionMessage :: ApplicationDescriptionMessage Source
Creates a value of ApplicationDescriptionMessage
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ApplicationDescriptionMessage Source
Result message containing a single description of an application.
See: applicationDescriptionMessage
smart constructor.
Response Lenses
admApplication :: Lens' ApplicationDescriptionMessage (Maybe ApplicationDescription) Source
The ApplicationDescription of the application.