aws_sdk_controltower/operation.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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `CreateLandingZone` operation.
pub mod create_landing_zone;
/// Types for the `DeleteLandingZone` operation.
pub mod delete_landing_zone;
/// Types for the `DisableBaseline` operation.
pub mod disable_baseline;
/// Types for the `DisableControl` operation.
pub mod disable_control;
/// Types for the `EnableBaseline` operation.
pub mod enable_baseline;
/// Types for the `EnableControl` operation.
pub mod enable_control;
/// Types for the `GetBaseline` operation.
pub mod get_baseline;
/// Types for the `GetBaselineOperation` operation.
pub mod get_baseline_operation;
/// Types for the `GetControlOperation` operation.
pub mod get_control_operation;
/// Types for the `GetEnabledBaseline` operation.
pub mod get_enabled_baseline;
/// Types for the `GetEnabledControl` operation.
pub mod get_enabled_control;
/// Types for the `GetLandingZone` operation.
pub mod get_landing_zone;
/// Types for the `GetLandingZoneOperation` operation.
pub mod get_landing_zone_operation;
/// Types for the `ListBaselines` operation.
pub mod list_baselines;
/// Types for the `ListControlOperations` operation.
pub mod list_control_operations;
/// Types for the `ListEnabledBaselines` operation.
pub mod list_enabled_baselines;
/// Types for the `ListEnabledControls` operation.
pub mod list_enabled_controls;
/// Types for the `ListLandingZoneOperations` operation.
pub mod list_landing_zone_operations;
/// Types for the `ListLandingZones` operation.
pub mod list_landing_zones;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ResetEnabledBaseline` operation.
pub mod reset_enabled_baseline;
/// Types for the `ResetEnabledControl` operation.
pub mod reset_enabled_control;
/// Types for the `ResetLandingZone` operation.
pub mod reset_landing_zone;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateEnabledBaseline` operation.
pub mod update_enabled_baseline;
/// Types for the `UpdateEnabledControl` operation.
pub mod update_enabled_control;
/// Types for the `UpdateLandingZone` operation.
pub mod update_landing_zone;