Copyright | (c) 2013-2021 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 |
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.
DeletePlatformVersion' | |
|
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:
$sel:platformArn: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.
DeletePlatformVersionResponse' | |
|
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.