aws_sdk_sagemaker/
waiters.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// Supporting types for the `endpoint_deleted` waiter.
pub mod endpoint_deleted;

/// Supporting types for the `endpoint_in_service` waiter.
pub mod endpoint_in_service;

/// Supporting types for the `image_created` waiter.
pub mod image_created;

/// Supporting types for the `image_deleted` waiter.
pub mod image_deleted;

/// Supporting types for the `image_updated` waiter.
pub mod image_updated;

/// Supporting types for the `image_version_created` waiter.
pub mod image_version_created;

/// Supporting types for the `image_version_deleted` waiter.
pub mod image_version_deleted;

/// Supporting types for the `notebook_instance_deleted` waiter.
pub mod notebook_instance_deleted;

/// Supporting types for the `notebook_instance_in_service` waiter.
pub mod notebook_instance_in_service;

/// Supporting types for the `notebook_instance_stopped` waiter.
pub mod notebook_instance_stopped;

/// Supporting types for the `processing_job_completed_or_stopped` waiter.
pub mod processing_job_completed_or_stopped;

/// Supporting types for the `training_job_completed_or_stopped` waiter.
pub mod training_job_completed_or_stopped;

/// Supporting types for the `transform_job_completed_or_stopped` waiter.
pub mod transform_job_completed_or_stopped;

#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;