| 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 |
Amazonka.IoTDeviceAdvisor.UpdateSuiteDefinition
Description
Updates a Device Advisor test suite.
Synopsis
- data UpdateSuiteDefinition = UpdateSuiteDefinition' {}
- newUpdateSuiteDefinition :: Text -> UpdateSuiteDefinition
- updateSuiteDefinition_suiteDefinitionConfiguration :: Lens' UpdateSuiteDefinition (Maybe SuiteDefinitionConfiguration)
- updateSuiteDefinition_suiteDefinitionId :: Lens' UpdateSuiteDefinition Text
- data UpdateSuiteDefinitionResponse = UpdateSuiteDefinitionResponse' {}
- newUpdateSuiteDefinitionResponse :: Int -> UpdateSuiteDefinitionResponse
- updateSuiteDefinitionResponse_lastUpdatedAt :: Lens' UpdateSuiteDefinitionResponse (Maybe UTCTime)
- updateSuiteDefinitionResponse_createdAt :: Lens' UpdateSuiteDefinitionResponse (Maybe UTCTime)
- updateSuiteDefinitionResponse_suiteDefinitionArn :: Lens' UpdateSuiteDefinitionResponse (Maybe Text)
- updateSuiteDefinitionResponse_suiteDefinitionId :: Lens' UpdateSuiteDefinitionResponse (Maybe Text)
- updateSuiteDefinitionResponse_suiteDefinitionVersion :: Lens' UpdateSuiteDefinitionResponse (Maybe Text)
- updateSuiteDefinitionResponse_suiteDefinitionName :: Lens' UpdateSuiteDefinitionResponse (Maybe Text)
- updateSuiteDefinitionResponse_httpStatus :: Lens' UpdateSuiteDefinitionResponse Int
Creating a Request
data UpdateSuiteDefinition Source #
See: newUpdateSuiteDefinition smart constructor.
Constructors
| UpdateSuiteDefinition' | |
Fields
| |
Instances
newUpdateSuiteDefinition Source #
Create a value of UpdateSuiteDefinition 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:suiteDefinitionConfiguration:UpdateSuiteDefinition', updateSuiteDefinition_suiteDefinitionConfiguration - Updates a Device Advisor test suite with suite definition configuration.
$sel:suiteDefinitionId:UpdateSuiteDefinition', updateSuiteDefinition_suiteDefinitionId - Suite definition Id of the test suite to be updated.
Request Lenses
updateSuiteDefinition_suiteDefinitionConfiguration :: Lens' UpdateSuiteDefinition (Maybe SuiteDefinitionConfiguration) Source #
Updates a Device Advisor test suite with suite definition configuration.
updateSuiteDefinition_suiteDefinitionId :: Lens' UpdateSuiteDefinition Text Source #
Suite definition Id of the test suite to be updated.
Destructuring the Response
data UpdateSuiteDefinitionResponse Source #
See: newUpdateSuiteDefinitionResponse smart constructor.
Constructors
| UpdateSuiteDefinitionResponse' | |
Fields
| |
Instances
newUpdateSuiteDefinitionResponse Source #
Create a value of UpdateSuiteDefinitionResponse 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:lastUpdatedAt:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_lastUpdatedAt - Timestamp of when the test suite was updated.
$sel:createdAt:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_createdAt - Timestamp of when the test suite was created.
$sel:suiteDefinitionArn:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_suiteDefinitionArn - Amazon Resource name of the updated test suite.
$sel:suiteDefinitionId:UpdateSuiteDefinition', updateSuiteDefinitionResponse_suiteDefinitionId - Suite definition Id of the updated test suite.
$sel:suiteDefinitionVersion:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_suiteDefinitionVersion - Suite definition version of the updated test suite.
$sel:suiteDefinitionName:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_suiteDefinitionName - Suite definition name of the updated test suite.
$sel:httpStatus:UpdateSuiteDefinitionResponse', updateSuiteDefinitionResponse_httpStatus - The response's http status code.
Response Lenses
updateSuiteDefinitionResponse_lastUpdatedAt :: Lens' UpdateSuiteDefinitionResponse (Maybe UTCTime) Source #
Timestamp of when the test suite was updated.
updateSuiteDefinitionResponse_createdAt :: Lens' UpdateSuiteDefinitionResponse (Maybe UTCTime) Source #
Timestamp of when the test suite was created.
updateSuiteDefinitionResponse_suiteDefinitionArn :: Lens' UpdateSuiteDefinitionResponse (Maybe Text) Source #
Amazon Resource name of the updated test suite.
updateSuiteDefinitionResponse_suiteDefinitionId :: Lens' UpdateSuiteDefinitionResponse (Maybe Text) Source #
Suite definition Id of the updated test suite.
updateSuiteDefinitionResponse_suiteDefinitionVersion :: Lens' UpdateSuiteDefinitionResponse (Maybe Text) Source #
Suite definition version of the updated test suite.
updateSuiteDefinitionResponse_suiteDefinitionName :: Lens' UpdateSuiteDefinitionResponse (Maybe Text) Source #
Suite definition name of the updated test suite.
updateSuiteDefinitionResponse_httpStatus :: Lens' UpdateSuiteDefinitionResponse Int Source #
The response's http status code.