Smaws_Client_CloudFormation.ListResourceScanRelatedResourcesLists the related resources for a list of resources from a resource scan. 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_related_resources_input ->
(Types.list_resource_scan_related_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_related_resources_input ->
(Types.list_resource_scan_related_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