aws_sdk_sagemaker/waiters.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `endpoint_deleted` waiter.
4pub mod endpoint_deleted;
5
6/// Supporting types for the `endpoint_in_service` waiter.
7pub mod endpoint_in_service;
8
9/// Supporting types for the `image_created` waiter.
10pub mod image_created;
11
12/// Supporting types for the `image_deleted` waiter.
13pub mod image_deleted;
14
15/// Supporting types for the `image_updated` waiter.
16pub mod image_updated;
17
18/// Supporting types for the `image_version_created` waiter.
19pub mod image_version_created;
20
21/// Supporting types for the `image_version_deleted` waiter.
22pub mod image_version_deleted;
23
24/// Supporting types for the `notebook_instance_deleted` waiter.
25pub mod notebook_instance_deleted;
26
27/// Supporting types for the `notebook_instance_in_service` waiter.
28pub mod notebook_instance_in_service;
29
30/// Supporting types for the `notebook_instance_stopped` waiter.
31pub mod notebook_instance_stopped;
32
33/// Supporting types for the `processing_job_completed_or_stopped` waiter.
34pub mod processing_job_completed_or_stopped;
35
36/// Supporting types for the `training_job_completed_or_stopped` waiter.
37pub mod training_job_completed_or_stopped;
38
39/// Supporting types for the `transform_job_completed_or_stopped` waiter.
40pub mod transform_job_completed_or_stopped;
41
42#[allow(clippy::needless_lifetimes)]
43#[allow(clippy::let_and_return)]
44pub(crate) mod matchers;