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 |
Creates a Device Advisor test suite.
Synopsis
- data CreateSuiteDefinition = CreateSuiteDefinition' {}
- newCreateSuiteDefinition :: CreateSuiteDefinition
- createSuiteDefinition_suiteDefinitionConfiguration :: Lens' CreateSuiteDefinition (Maybe SuiteDefinitionConfiguration)
- createSuiteDefinition_tags :: Lens' CreateSuiteDefinition (Maybe (HashMap Text Text))
- data CreateSuiteDefinitionResponse = CreateSuiteDefinitionResponse' {}
- newCreateSuiteDefinitionResponse :: Int -> CreateSuiteDefinitionResponse
- createSuiteDefinitionResponse_createdAt :: Lens' CreateSuiteDefinitionResponse (Maybe UTCTime)
- createSuiteDefinitionResponse_suiteDefinitionArn :: Lens' CreateSuiteDefinitionResponse (Maybe Text)
- createSuiteDefinitionResponse_suiteDefinitionId :: Lens' CreateSuiteDefinitionResponse (Maybe Text)
- createSuiteDefinitionResponse_suiteDefinitionName :: Lens' CreateSuiteDefinitionResponse (Maybe Text)
- createSuiteDefinitionResponse_httpStatus :: Lens' CreateSuiteDefinitionResponse Int
Creating a Request
data CreateSuiteDefinition Source #
See: newCreateSuiteDefinition
smart constructor.
CreateSuiteDefinition' | |
|
Instances
newCreateSuiteDefinition :: CreateSuiteDefinition Source #
Create a value of CreateSuiteDefinition
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:CreateSuiteDefinition'
, createSuiteDefinition_suiteDefinitionConfiguration
- Creates a Device Advisor test suite with suite definition configuration.
$sel:tags:CreateSuiteDefinition'
, createSuiteDefinition_tags
- The tags to be attached to the suite definition.
Request Lenses
createSuiteDefinition_suiteDefinitionConfiguration :: Lens' CreateSuiteDefinition (Maybe SuiteDefinitionConfiguration) Source #
Creates a Device Advisor test suite with suite definition configuration.
createSuiteDefinition_tags :: Lens' CreateSuiteDefinition (Maybe (HashMap Text Text)) Source #
The tags to be attached to the suite definition.
Destructuring the Response
data CreateSuiteDefinitionResponse Source #
See: newCreateSuiteDefinitionResponse
smart constructor.
CreateSuiteDefinitionResponse' | |
|
Instances
newCreateSuiteDefinitionResponse Source #
Create a value of CreateSuiteDefinitionResponse
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:createdAt:CreateSuiteDefinitionResponse'
, createSuiteDefinitionResponse_createdAt
- Creates a Device Advisor test suite with TimeStamp of when it was
created.
$sel:suiteDefinitionArn:CreateSuiteDefinitionResponse'
, createSuiteDefinitionResponse_suiteDefinitionArn
- Creates a Device Advisor test suite with Amazon Resource name.
$sel:suiteDefinitionId:CreateSuiteDefinitionResponse'
, createSuiteDefinitionResponse_suiteDefinitionId
- Creates a Device Advisor test suite with suite UUID.
$sel:suiteDefinitionName:CreateSuiteDefinitionResponse'
, createSuiteDefinitionResponse_suiteDefinitionName
- Creates a Device Advisor test suite with suite definition name.
$sel:httpStatus:CreateSuiteDefinitionResponse'
, createSuiteDefinitionResponse_httpStatus
- The response's http status code.
Response Lenses
createSuiteDefinitionResponse_createdAt :: Lens' CreateSuiteDefinitionResponse (Maybe UTCTime) Source #
Creates a Device Advisor test suite with TimeStamp of when it was created.
createSuiteDefinitionResponse_suiteDefinitionArn :: Lens' CreateSuiteDefinitionResponse (Maybe Text) Source #
Creates a Device Advisor test suite with Amazon Resource name.
createSuiteDefinitionResponse_suiteDefinitionId :: Lens' CreateSuiteDefinitionResponse (Maybe Text) Source #
Creates a Device Advisor test suite with suite UUID.
createSuiteDefinitionResponse_suiteDefinitionName :: Lens' CreateSuiteDefinitionResponse (Maybe Text) Source #
Creates a Device Advisor test suite with suite definition name.
createSuiteDefinitionResponse_httpStatus :: Lens' CreateSuiteDefinitionResponse Int Source #
The response's http status code.