aws_sdk_codegurureviewer/
waiters.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `code_review_completed` waiter.
4pub mod code_review_completed;
5
6/// Supporting types for the `repository_association_succeeded` waiter.
7pub mod repository_association_succeeded;
8
9#[allow(clippy::needless_lifetimes)]
10#[allow(clippy::let_and_return)]
11pub(crate) mod matchers;