aws_sdk_bedrockdataautomationruntime/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 `GetDataAutomationStatus` operation.
5pub mod get_data_automation_status;
6
7/// Types for the `InvokeDataAutomationAsync` operation.
8pub mod invoke_data_automation_async;
9
10/// Types for the `ListTagsForResource` operation.
11pub mod list_tags_for_resource;
12
13/// Types for the `TagResource` operation.
14pub mod tag_resource;
15
16/// Types for the `UntagResource` operation.
17pub mod untag_resource;