Skip to main content

aws_sdk_elementalinference/
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 `AssociateFeed` operation.
5pub mod associate_feed;
6
7/// Types for the `CreateFeed` operation.
8pub mod create_feed;
9
10/// Types for the `DeleteFeed` operation.
11pub mod delete_feed;
12
13/// Types for the `DisassociateFeed` operation.
14pub mod disassociate_feed;
15
16/// Types for the `GetFeed` operation.
17pub mod get_feed;
18
19/// Types for the `ListFeeds` operation.
20pub mod list_feeds;
21
22/// Types for the `ListTagsForResource` operation.
23pub mod list_tags_for_resource;
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 `UpdateFeed` operation.
32pub mod update_feed;