| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticBeanstalk.DeletePlatformVersion
Description
Deletes the specified version of a custom platform.
Synopsis
- data DeletePlatformVersion = DeletePlatformVersion' {
- platformArn :: Maybe Text
- newDeletePlatformVersion :: DeletePlatformVersion
- deletePlatformVersion_platformArn :: Lens' DeletePlatformVersion (Maybe Text)
- data DeletePlatformVersionResponse = DeletePlatformVersionResponse' {}
- newDeletePlatformVersionResponse :: Int -> DeletePlatformVersionResponse
- deletePlatformVersionResponse_platformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary)
- deletePlatformVersionResponse_httpStatus :: Lens' DeletePlatformVersionResponse Int
Creating a Request
data DeletePlatformVersion Source #
See: newDeletePlatformVersion smart constructor.
Constructors
| DeletePlatformVersion' | |
Fields
| |
Instances
newDeletePlatformVersion :: DeletePlatformVersion Source #
Create a value of DeletePlatformVersion with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeletePlatformVersion, deletePlatformVersion_platformArn - The ARN of the version of the custom platform.
Request Lenses
deletePlatformVersion_platformArn :: Lens' DeletePlatformVersion (Maybe Text) Source #
The ARN of the version of the custom platform.
Destructuring the Response
data DeletePlatformVersionResponse Source #
See: newDeletePlatformVersionResponse smart constructor.
Constructors
| DeletePlatformVersionResponse' | |
Fields
| |
Instances
newDeletePlatformVersionResponse Source #
Create a value of DeletePlatformVersionResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platformSummary:DeletePlatformVersionResponse', deletePlatformVersionResponse_platformSummary - Detailed information about the version of the custom platform.
$sel:httpStatus:DeletePlatformVersionResponse', deletePlatformVersionResponse_httpStatus - The response's http status code.
Response Lenses
deletePlatformVersionResponse_platformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary) Source #
Detailed information about the version of the custom platform.
deletePlatformVersionResponse_httpStatus :: Lens' DeletePlatformVersionResponse Int Source #
The response's http status code.