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 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.
DeleteContainerService' | |
|
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.
DeleteContainerServiceResponse' | |
|
Instances
Eq DeleteContainerServiceResponse Source # | |
Read DeleteContainerServiceResponse Source # | |
Show DeleteContainerServiceResponse Source # | |
Defined in Amazonka.Lightsail.DeleteContainerService | |
Generic DeleteContainerServiceResponse Source # | |
NFData DeleteContainerServiceResponse Source # | |
Defined in Amazonka.Lightsail.DeleteContainerService rnf :: DeleteContainerServiceResponse -> () # | |
type Rep DeleteContainerServiceResponse Source # | |
Defined in Amazonka.Lightsail.DeleteContainerService type Rep DeleteContainerServiceResponse = D1 ('MetaData "DeleteContainerServiceResponse" "Amazonka.Lightsail.DeleteContainerService" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "DeleteContainerServiceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.