Awso_iotdeviceadvisor_lwtSourceval create_suite_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.CreateSuiteDefinitionRequest.t ->
(Awso_iotdeviceadvisor.Values.CreateSuiteDefinitionResponse.t,
Awso_iotdeviceadvisor.Values.CreateSuiteDefinitionResponse.error)
Result.t
Lwt.tval delete_suite_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.DeleteSuiteDefinitionRequest.t ->
(Awso_iotdeviceadvisor.Values.DeleteSuiteDefinitionResponse.t,
Awso_iotdeviceadvisor.Values.DeleteSuiteDefinitionResponse.error)
Result.t
Lwt.tval get_endpoint :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.GetEndpointRequest.t ->
(Awso_iotdeviceadvisor.Values.GetEndpointResponse.t,
Awso_iotdeviceadvisor.Values.GetEndpointResponse.error)
Result.t
Lwt.tval get_suite_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.GetSuiteDefinitionRequest.t ->
(Awso_iotdeviceadvisor.Values.GetSuiteDefinitionResponse.t,
Awso_iotdeviceadvisor.Values.GetSuiteDefinitionResponse.error)
Result.t
Lwt.tval get_suite_run :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.GetSuiteRunRequest.t ->
(Awso_iotdeviceadvisor.Values.GetSuiteRunResponse.t,
Awso_iotdeviceadvisor.Values.GetSuiteRunResponse.error)
Result.t
Lwt.tval get_suite_run_report :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.GetSuiteRunReportRequest.t ->
(Awso_iotdeviceadvisor.Values.GetSuiteRunReportResponse.t,
Awso_iotdeviceadvisor.Values.GetSuiteRunReportResponse.error)
Result.t
Lwt.tval list_suite_definitions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.ListSuiteDefinitionsRequest.t ->
(Awso_iotdeviceadvisor.Values.ListSuiteDefinitionsResponse.t,
Awso_iotdeviceadvisor.Values.ListSuiteDefinitionsResponse.error)
Result.t
Lwt.tval list_suite_runs :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.ListSuiteRunsRequest.t ->
(Awso_iotdeviceadvisor.Values.ListSuiteRunsResponse.t,
Awso_iotdeviceadvisor.Values.ListSuiteRunsResponse.error)
Result.t
Lwt.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.ListTagsForResourceRequest.t ->
(Awso_iotdeviceadvisor.Values.ListTagsForResourceResponse.t,
Awso_iotdeviceadvisor.Values.ListTagsForResourceResponse.error)
Result.t
Lwt.tval start_suite_run :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.StartSuiteRunRequest.t ->
(Awso_iotdeviceadvisor.Values.StartSuiteRunResponse.t,
Awso_iotdeviceadvisor.Values.StartSuiteRunResponse.error)
Result.t
Lwt.tval stop_suite_run :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.StopSuiteRunRequest.t ->
(Awso_iotdeviceadvisor.Values.StopSuiteRunResponse.t,
Awso_iotdeviceadvisor.Values.StopSuiteRunResponse.error)
Result.t
Lwt.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.TagResourceRequest.t ->
(Awso_iotdeviceadvisor.Values.TagResourceResponse.t,
Awso_iotdeviceadvisor.Values.TagResourceResponse.error)
Result.t
Lwt.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.UntagResourceRequest.t ->
(Awso_iotdeviceadvisor.Values.UntagResourceResponse.t,
Awso_iotdeviceadvisor.Values.UntagResourceResponse.error)
Result.t
Lwt.tval update_suite_definition :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_iotdeviceadvisor.Values.UpdateSuiteDefinitionRequest.t ->
(Awso_iotdeviceadvisor.Values.UpdateSuiteDefinitionResponse.t,
Awso_iotdeviceadvisor.Values.UpdateSuiteDefinitionResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_iotdeviceadvisor.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Provides test case scenario.
Provides the test case run.
Information of a test device. A thing ARN, certificate ARN or device role ARN is required.
module IntendedForQualificationBoolean =
Awso_iotdeviceadvisor.Values.IntendedForQualificationBooleanShow Group Result.
Information about the suite run. Requires permission to access the SuiteRunInformation action.
Information about the suite definition.
Sends an Internal Failure exception.
Sends a validation exception.
module SuiteDefinitionConfiguration =
Awso_iotdeviceadvisor.Values.SuiteDefinitionConfigurationGets the suite definition configuration.
Sends a Resource Not Found exception.
Sends a Conflict Exception.
Gets suite run configuration.
module SuiteDefinitionInformationList =
Awso_iotdeviceadvisor.Values.SuiteDefinitionInformationListShow each group result.
module QualificationReportDownloadUrl =
Awso_iotdeviceadvisor.Values.QualificationReportDownloadUrlmodule UpdateSuiteDefinitionResponse =
Awso_iotdeviceadvisor.Values.UpdateSuiteDefinitionResponseUpdates a Device Advisor test suite. Requires permission to access the UpdateSuiteDefinition action.
module UpdateSuiteDefinitionRequest =
Awso_iotdeviceadvisor.Values.UpdateSuiteDefinitionRequestUpdates a Device Advisor test suite. Requires permission to access the UpdateSuiteDefinition action.
Removes tags from an IoT Device Advisor resource. Requires permission to access the UntagResource action.
Removes tags from an IoT Device Advisor resource. Requires permission to access the UntagResource action.
Adds to and modifies existing tags of an IoT Device Advisor resource. Requires permission to access the TagResource action.
Adds to and modifies existing tags of an IoT Device Advisor resource. Requires permission to access the TagResource action.
Stops a Device Advisor test suite run that is currently running. Requires permission to access the StopSuiteRun action.
Stops a Device Advisor test suite run that is currently running. Requires permission to access the StopSuiteRun action.
Starts a Device Advisor test suite run. Requires permission to access the StartSuiteRun action.
Starts a Device Advisor test suite run. Requires permission to access the StartSuiteRun action.
Lists the tags attached to an IoT Device Advisor resource. Requires permission to access the ListTagsForResource action.
Lists the tags attached to an IoT Device Advisor resource. Requires permission to access the ListTagsForResource action.
Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite. Requires permission to access the ListSuiteRuns action.
Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite. Requires permission to access the ListSuiteRuns action.
module ListSuiteDefinitionsResponse =
Awso_iotdeviceadvisor.Values.ListSuiteDefinitionsResponseLists the Device Advisor test suites you have created. Requires permission to access the ListSuiteDefinitions action.
Lists the Device Advisor test suites you have created. Requires permission to access the ListSuiteDefinitions action.
Gets information about a Device Advisor test suite run. Requires permission to access the GetSuiteRun action.
Gets information about a Device Advisor test suite run. Requires permission to access the GetSuiteRun action.
Gets a report download link for a successful Device Advisor qualifying test suite run. Requires permission to access the GetSuiteRunReport action.
Gets a report download link for a successful Device Advisor qualifying test suite run. Requires permission to access the GetSuiteRunReport action.
Gets information about a Device Advisor test suite. Requires permission to access the GetSuiteDefinition action.
Gets information about a Device Advisor test suite. Requires permission to access the GetSuiteDefinition action.
Gets information about an Device Advisor endpoint.
Gets information about an Device Advisor endpoint.
module DeleteSuiteDefinitionResponse =
Awso_iotdeviceadvisor.Values.DeleteSuiteDefinitionResponseDeletes a Device Advisor test suite. Requires permission to access the DeleteSuiteDefinition action.
module DeleteSuiteDefinitionRequest =
Awso_iotdeviceadvisor.Values.DeleteSuiteDefinitionRequestDeletes a Device Advisor test suite. Requires permission to access the DeleteSuiteDefinition action.
module CreateSuiteDefinitionResponse =
Awso_iotdeviceadvisor.Values.CreateSuiteDefinitionResponseCreates a Device Advisor test suite. Requires permission to access the CreateSuiteDefinition action.
module CreateSuiteDefinitionRequest =
Awso_iotdeviceadvisor.Values.CreateSuiteDefinitionRequestCreates a Device Advisor test suite. Requires permission to access the CreateSuiteDefinition action.