| 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.ElasticBeanstalk.DeleteApplicationVersion
Description
Deletes the specified version from the specified application.
You cannot delete an application version that is associated with a running environment.
- deleteApplicationVersion :: Text -> Text -> DeleteApplicationVersion
- data DeleteApplicationVersion
- davDeleteSourceBundle :: Lens' DeleteApplicationVersion (Maybe Bool)
- davApplicationName :: Lens' DeleteApplicationVersion Text
- davVersionLabel :: Lens' DeleteApplicationVersion Text
- deleteApplicationVersionResponse :: DeleteApplicationVersionResponse
- data DeleteApplicationVersionResponse
Creating a Request
deleteApplicationVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeleteApplicationVersion |
Creates a value of DeleteApplicationVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteApplicationVersion Source #
Request to delete an application version.
See: deleteApplicationVersion smart constructor.
Instances
Request Lenses
davDeleteSourceBundle :: Lens' DeleteApplicationVersion (Maybe Bool) Source #
Indicates whether to delete the associated source bundle from Amazon S3:
true: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation.false: No action is taken on the Amazon S3 source bundle specified at time of creation.
Valid Values: true | false
davApplicationName :: Lens' DeleteApplicationVersion Text Source #
The name of the application to delete releases from.
davVersionLabel :: Lens' DeleteApplicationVersion Text Source #
The label of the version to delete.
Destructuring the Response
deleteApplicationVersionResponse :: DeleteApplicationVersionResponse Source #
Creates a value of DeleteApplicationVersionResponse with the minimum fields required to make a request.
data DeleteApplicationVersionResponse Source #
See: deleteApplicationVersionResponse smart constructor.
Instances