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 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.
Instances
newDeleteWorldTemplate Source #
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:
$sel:template: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.
DeleteWorldTemplateResponse' | |
|
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.