aws_sdk_arczonalshift/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CancelPracticeRun` operation.
5pub mod cancel_practice_run;
6
7/// Types for the `CancelZonalShift` operation.
8pub mod cancel_zonal_shift;
9
10/// Types for the `CreatePracticeRunConfiguration` operation.
11pub mod create_practice_run_configuration;
12
13/// Types for the `DeletePracticeRunConfiguration` operation.
14pub mod delete_practice_run_configuration;
15
16/// Types for the `GetAutoshiftObserverNotificationStatus` operation.
17pub mod get_autoshift_observer_notification_status;
18
19/// Types for the `GetManagedResource` operation.
20pub mod get_managed_resource;
21
22/// Types for the `ListAutoshifts` operation.
23pub mod list_autoshifts;
24
25/// Types for the `ListManagedResources` operation.
26pub mod list_managed_resources;
27
28/// Types for the `ListZonalShifts` operation.
29pub mod list_zonal_shifts;
30
31/// Types for the `StartPracticeRun` operation.
32pub mod start_practice_run;
33
34/// Types for the `StartZonalShift` operation.
35pub mod start_zonal_shift;
36
37/// Types for the `UpdateAutoshiftObserverNotificationStatus` operation.
38pub mod update_autoshift_observer_notification_status;
39
40/// Types for the `UpdatePracticeRunConfiguration` operation.
41pub mod update_practice_run_configuration;
42
43/// Types for the `UpdateZonalAutoshiftConfiguration` operation.
44pub mod update_zonal_autoshift_configuration;
45
46/// Types for the `UpdateZonalShift` operation.
47pub mod update_zonal_shift;