| 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.RobOMaker.DeleteWorldTemplate
Description
Deletes a world template.
Synopsis
- data DeleteWorldTemplate = DeleteWorldTemplate' {}
- newDeleteWorldTemplate :: Text -> DeleteWorldTemplate
- deleteWorldTemplate_template :: Lens' DeleteWorldTemplate Text
- data DeleteWorldTemplateResponse = DeleteWorldTemplateResponse' {
- httpStatus :: Int
- newDeleteWorldTemplateResponse :: Int -> DeleteWorldTemplateResponse
- deleteWorldTemplateResponse_httpStatus :: Lens' DeleteWorldTemplateResponse Int
Creating a Request
data DeleteWorldTemplate Source #
See: newDeleteWorldTemplate smart constructor.
Constructors
| DeleteWorldTemplate' | |
Instances
newDeleteWorldTemplate Source #
Arguments
| :: Text | |
| -> DeleteWorldTemplate |
Create a value of DeleteWorldTemplate 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:
DeleteWorldTemplate, deleteWorldTemplate_template - The Amazon Resource Name (arn) of the world template you want to delete.
Request Lenses
deleteWorldTemplate_template :: Lens' DeleteWorldTemplate Text Source #
The Amazon Resource Name (arn) of the world template you want to delete.
Destructuring the Response
data DeleteWorldTemplateResponse Source #
See: newDeleteWorldTemplateResponse smart constructor.
Constructors
| DeleteWorldTemplateResponse' | |
Fields
| |
Instances
newDeleteWorldTemplateResponse Source #
Create a value of DeleteWorldTemplateResponse 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:DeleteWorldTemplateResponse', deleteWorldTemplateResponse_httpStatus - The response's http status code.
Response Lenses
deleteWorldTemplateResponse_httpStatus :: Lens' DeleteWorldTemplateResponse Int Source #
The response's http status code.