pub async fn create_vpc( client: &Client, cidr_block: &str, tag: &str, ) -> Result<String, Error>
Creates a VPC with the specified CIDR block and tag