Function update_sqs_trigger

Source
pub async fn update_sqs_trigger(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    edit_sqs_trigger: EditSqsTrigger,
) -> Result<String, Error<UpdateSqsTriggerError>>