Smaws_Client_CloudFormation.StartResourceScanStarts a scan of the resources in this account in this Region. You can the status of a scan using the ListResourceScans API action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanLimitExceededException of
Types.resource_scan_limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_resource_scan_input ->
(Types.start_resource_scan_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanLimitExceededException of
Types.resource_scan_limit_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_resource_scan_input ->
(Types.start_resource_scan_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanLimitExceededException of
Types.resource_scan_limit_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result