| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DeletePlatformVersion
Description
Deletes the specified version of a custom platform.
Synopsis
- deletePlatformVersion :: DeletePlatformVersion
- data DeletePlatformVersion
- dpvPlatformARN :: Lens' DeletePlatformVersion (Maybe Text)
- deletePlatformVersionResponse :: Int -> DeletePlatformVersionResponse
- data DeletePlatformVersionResponse
- dpvrsPlatformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary)
- dpvrsResponseStatus :: Lens' DeletePlatformVersionResponse Int
Creating a Request
deletePlatformVersion :: DeletePlatformVersion Source #
Creates a value of DeletePlatformVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpvPlatformARN- The ARN of the version of the custom platform.
data DeletePlatformVersion Source #
See: deletePlatformVersion smart constructor.
Instances
Request Lenses
dpvPlatformARN :: Lens' DeletePlatformVersion (Maybe Text) Source #
The ARN of the version of the custom platform.
Destructuring the Response
deletePlatformVersionResponse Source #
Arguments
| :: Int | |
| -> DeletePlatformVersionResponse |
Creates a value of DeletePlatformVersionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpvrsPlatformSummary- Detailed information about the version of the custom platform.dpvrsResponseStatus- -- | The response status code.
data DeletePlatformVersionResponse Source #
See: deletePlatformVersionResponse smart constructor.
Instances
Response Lenses
dpvrsPlatformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary) Source #
Detailed information about the version of the custom platform.
dpvrsResponseStatus :: Lens' DeletePlatformVersionResponse Int Source #
- - | The response status code.