aws_sdk_bedrockdataautomation/
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
// 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;