| 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 |
Amazonka.Lightsail.DeleteContainerService
Description
Deletes your Amazon Lightsail container service.
Synopsis
- data DeleteContainerService = DeleteContainerService' {
- serviceName :: Text
- newDeleteContainerService :: Text -> DeleteContainerService
- deleteContainerService_serviceName :: Lens' DeleteContainerService Text
- data DeleteContainerServiceResponse = DeleteContainerServiceResponse' {
- httpStatus :: Int
- newDeleteContainerServiceResponse :: Int -> DeleteContainerServiceResponse
- deleteContainerServiceResponse_httpStatus :: Lens' DeleteContainerServiceResponse Int
Creating a Request
data DeleteContainerService Source #
See: newDeleteContainerService smart constructor.
Constructors
| DeleteContainerService' | |
Fields
| |
Instances
newDeleteContainerService Source #
Create a value of DeleteContainerService 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:serviceName:DeleteContainerService', deleteContainerService_serviceName - The name of the container service to delete.
Request Lenses
deleteContainerService_serviceName :: Lens' DeleteContainerService Text Source #
The name of the container service to delete.
Destructuring the Response
data DeleteContainerServiceResponse Source #
See: newDeleteContainerServiceResponse smart constructor.
Constructors
| DeleteContainerServiceResponse' | |
Fields
| |
Instances
newDeleteContainerServiceResponse Source #
Create a value of DeleteContainerServiceResponse 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:httpStatus:DeleteContainerServiceResponse', deleteContainerServiceResponse_httpStatus - The response's http status code.
Response Lenses
deleteContainerServiceResponse_httpStatus :: Lens' DeleteContainerServiceResponse Int Source #
The response's http status code.