aws_sdk_pipes/
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 `CreatePipe` operation.
5pub mod create_pipe;
6
7/// Types for the `DeletePipe` operation.
8pub mod delete_pipe;
9
10/// Types for the `DescribePipe` operation.
11pub mod describe_pipe;
12
13/// Types for the `ListPipes` operation.
14pub mod list_pipes;
15
16/// Types for the `ListTagsForResource` operation.
17pub mod list_tags_for_resource;
18
19/// Types for the `StartPipe` operation.
20pub mod start_pipe;
21
22/// Types for the `StopPipe` operation.
23pub mod stop_pipe;
24
25/// Types for the `TagResource` operation.
26pub mod tag_resource;
27
28/// Types for the `UntagResource` operation.
29pub mod untag_resource;
30
31/// Types for the `UpdatePipe` operation.
32pub mod update_pipe;