aws_sdk_bedrockdataautomation/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 `CreateBlueprint` operation.
5pub mod create_blueprint;
6
7/// Types for the `CreateBlueprintVersion` operation.
8pub mod create_blueprint_version;
9
10/// Types for the `CreateDataAutomationProject` operation.
11pub mod create_data_automation_project;
12
13/// Types for the `DeleteBlueprint` operation.
14pub mod delete_blueprint;
15
16/// Types for the `DeleteDataAutomationProject` operation.
17pub mod delete_data_automation_project;
18
19/// Types for the `GetBlueprint` operation.
20pub mod get_blueprint;
21
22/// Types for the `GetDataAutomationProject` operation.
23pub mod get_data_automation_project;
24
25/// Types for the `ListBlueprints` operation.
26pub mod list_blueprints;
27
28/// Types for the `ListDataAutomationProjects` operation.
29pub mod list_data_automation_projects;
30
31/// Types for the `ListTagsForResource` operation.
32pub mod list_tags_for_resource;
33
34/// Types for the `TagResource` operation.
35pub mod tag_resource;
36
37/// Types for the `UntagResource` operation.
38pub mod untag_resource;
39
40/// Types for the `UpdateBlueprint` operation.
41pub mod update_blueprint;
42
43/// Types for the `UpdateDataAutomationProject` operation.
44pub mod update_data_automation_project;