aws_sdk_bedrockdataautomation/operation.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `CreateBlueprint` operation.
pub mod create_blueprint;
/// Types for the `CreateBlueprintVersion` operation.
pub mod create_blueprint_version;
/// Types for the `CreateDataAutomationProject` operation.
pub mod create_data_automation_project;
/// Types for the `DeleteBlueprint` operation.
pub mod delete_blueprint;
/// Types for the `DeleteDataAutomationProject` operation.
pub mod delete_data_automation_project;
/// Types for the `GetBlueprint` operation.
pub mod get_blueprint;
/// Types for the `GetDataAutomationProject` operation.
pub mod get_data_automation_project;
/// Types for the `ListBlueprints` operation.
pub mod list_blueprints;
/// Types for the `ListDataAutomationProjects` operation.
pub mod list_data_automation_projects;
/// Types for the `UpdateBlueprint` operation.
pub mod update_blueprint;
/// Types for the `UpdateDataAutomationProject` operation.
pub mod update_data_automation_project;