aws_sdk_ec2/
waiters.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `bundle_task_complete` waiter.
4pub mod bundle_task_complete;
5
6/// Supporting types for the `conversion_task_cancelled` waiter.
7pub mod conversion_task_cancelled;
8
9/// Supporting types for the `conversion_task_completed` waiter.
10pub mod conversion_task_completed;
11
12/// Supporting types for the `conversion_task_deleted` waiter.
13pub mod conversion_task_deleted;
14
15/// Supporting types for the `customer_gateway_available` waiter.
16pub mod customer_gateway_available;
17
18/// Supporting types for the `export_task_cancelled` waiter.
19pub mod export_task_cancelled;
20
21/// Supporting types for the `export_task_completed` waiter.
22pub mod export_task_completed;
23
24/// Supporting types for the `image_available` waiter.
25pub mod image_available;
26
27/// Supporting types for the `image_exists` waiter.
28pub mod image_exists;
29
30/// Supporting types for the `instance_exists` waiter.
31pub mod instance_exists;
32
33/// Supporting types for the `instance_running` waiter.
34pub mod instance_running;
35
36/// Supporting types for the `instance_status_ok` waiter.
37pub mod instance_status_ok;
38
39/// Supporting types for the `instance_stopped` waiter.
40pub mod instance_stopped;
41
42/// Supporting types for the `instance_terminated` waiter.
43pub mod instance_terminated;
44
45/// Supporting types for the `internet_gateway_exists` waiter.
46pub mod internet_gateway_exists;
47
48/// Supporting types for the `key_pair_exists` waiter.
49pub mod key_pair_exists;
50
51/// Supporting types for the `nat_gateway_available` waiter.
52pub mod nat_gateway_available;
53
54/// Supporting types for the `nat_gateway_deleted` waiter.
55pub mod nat_gateway_deleted;
56
57/// Supporting types for the `network_interface_available` waiter.
58pub mod network_interface_available;
59
60/// Supporting types for the `password_data_available` waiter.
61pub mod password_data_available;
62
63/// Supporting types for the `security_group_exists` waiter.
64pub mod security_group_exists;
65
66/// Supporting types for the `snapshot_completed` waiter.
67pub mod snapshot_completed;
68
69/// Supporting types for the `snapshot_imported` waiter.
70pub mod snapshot_imported;
71
72/// Supporting types for the `spot_instance_request_fulfilled` waiter.
73pub mod spot_instance_request_fulfilled;
74
75/// Supporting types for the `store_image_task_complete` waiter.
76pub mod store_image_task_complete;
77
78/// Supporting types for the `subnet_available` waiter.
79pub mod subnet_available;
80
81/// Supporting types for the `system_status_ok` waiter.
82pub mod system_status_ok;
83
84/// Supporting types for the `volume_available` waiter.
85pub mod volume_available;
86
87/// Supporting types for the `volume_deleted` waiter.
88pub mod volume_deleted;
89
90/// Supporting types for the `volume_in_use` waiter.
91pub mod volume_in_use;
92
93/// Supporting types for the `vpc_available` waiter.
94pub mod vpc_available;
95
96/// Supporting types for the `vpc_exists` waiter.
97pub mod vpc_exists;
98
99/// Supporting types for the `vpc_peering_connection_deleted` waiter.
100pub mod vpc_peering_connection_deleted;
101
102/// Supporting types for the `vpc_peering_connection_exists` waiter.
103pub mod vpc_peering_connection_exists;
104
105/// Supporting types for the `vpn_connection_available` waiter.
106pub mod vpn_connection_available;
107
108/// Supporting types for the `vpn_connection_deleted` waiter.
109pub mod vpn_connection_deleted;
110
111#[allow(clippy::needless_lifetimes)]
112#[allow(clippy::let_and_return)]
113pub(crate) mod matchers;