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 Device Advisor test suite.
Synopsis
- data DeleteSuiteDefinition = DeleteSuiteDefinition' {}
- newDeleteSuiteDefinition :: Text -> DeleteSuiteDefinition
- deleteSuiteDefinition_suiteDefinitionId :: Lens' DeleteSuiteDefinition Text
- data DeleteSuiteDefinitionResponse = DeleteSuiteDefinitionResponse' {
- httpStatus :: Int
- newDeleteSuiteDefinitionResponse :: Int -> DeleteSuiteDefinitionResponse
- deleteSuiteDefinitionResponse_httpStatus :: Lens' DeleteSuiteDefinitionResponse Int
Creating a Request
data DeleteSuiteDefinition Source #
See: newDeleteSuiteDefinition
smart constructor.
DeleteSuiteDefinition' | |
|
Instances
newDeleteSuiteDefinition Source #
Create a value of DeleteSuiteDefinition
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:suiteDefinitionId:DeleteSuiteDefinition'
, deleteSuiteDefinition_suiteDefinitionId
- Suite definition Id of the test suite to be deleted.
Request Lenses
deleteSuiteDefinition_suiteDefinitionId :: Lens' DeleteSuiteDefinition Text Source #
Suite definition Id of the test suite to be deleted.
Destructuring the Response
data DeleteSuiteDefinitionResponse Source #
See: newDeleteSuiteDefinitionResponse
smart constructor.
DeleteSuiteDefinitionResponse' | |
|
Instances
newDeleteSuiteDefinitionResponse Source #
Create a value of DeleteSuiteDefinitionResponse
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:DeleteSuiteDefinitionResponse'
, deleteSuiteDefinitionResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSuiteDefinitionResponse_httpStatus :: Lens' DeleteSuiteDefinitionResponse Int Source #
The response's http status code.