pub async fn create_cloudformation_stack(
client: &RegionClient,
name: &str,
template: &str,
parameters: &CloudformationParameters,
tags: &TagList,
) -> Result<(), Error>
pub async fn create_cloudformation_stack(
client: &RegionClient,
name: &str,
template: &str,
parameters: &CloudformationParameters,
tags: &TagList,
) -> Result<(), Error>