pub async fn estimate_impacts(
use_duration_hours: &f32,
tags: &[String],
aws_region: &str,
api_url: &str,
verbose: bool,
include_block_storage: bool,
) -> Result<EstimatedInventory>Expand description
Returns estimated impacts as the result of a live inventory.