Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Device
Under Test Information of a test device. A thing ARN, certificate ARN or device role ARN is required.
- Group
Result Show Group Result.
- Suite
Definition Configuration Gets the suite definition configuration.
- Suite
Definition Information Information about the suite definition.
- Suite
RunConfiguration Gets suite run configuration.
- Suite
RunInformation Information about the suite run.
Requires permission to access the SuiteRunInformation action.
- Test
Case Run Provides the test case run.
- Test
Case Scenario Provides test case scenario.
- Test
Result Show each group result.
Enums§
- Authentication
Method - When writing a match expression against
AuthenticationMethod
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Protocol
- When writing a match expression against
Protocol
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Status
- When writing a match expression against
Status
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Suite
RunStatus - When writing a match expression against
SuiteRunStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Test
Case Scenario Status - When writing a match expression against
TestCaseScenarioStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Test
Case Scenario Type - When writing a match expression against
TestCaseScenarioType
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.