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.CodeDeploy.DeleteApplication
Description
Deletes an application.
Creating a Request
Arguments
:: Text | |
-> DeleteApplication |
Creates a value of DeleteApplication
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daApplicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
data DeleteApplication #
Represents the input of a delete application operation.
See: deleteApplication
smart constructor.
Instances
Request Lenses
daApplicationName :: Lens' DeleteApplication Text #
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
Destructuring the Response
deleteApplicationResponse :: DeleteApplicationResponse #
Creates a value of DeleteApplicationResponse
with the minimum fields required to make a request.
data DeleteApplicationResponse #
See: deleteApplicationResponse
smart constructor.