Smaws_Client_CloudFormation.ListResourceScanResourcesLists the resources from a resource scan. The results can be filtered by resource identifier, resource type prefix, tag key, and tag value. Only resources that match all specified filters are returned. The response indicates whether each returned resource is already managed by CloudFormation.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanNotFoundException of Types.resource_scan_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_resource_scan_resources_input ->
(Types.list_resource_scan_resources_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanNotFoundException of Types.resource_scan_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_resource_scan_resources_input ->
(Types.list_resource_scan_resources_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ResourceScanInProgressException of
Types.resource_scan_in_progress_exception
| `ResourceScanNotFoundException of Types.resource_scan_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result