| 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.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 #
Arguments
| :: Text | |
| -> DeleteContainerService |
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:
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.