// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AssociateFeed` operation.
pub mod associate_feed;
/// Types for the `CreateFeed` operation.
pub mod create_feed;
/// Types for the `DeleteFeed` operation.
pub mod delete_feed;
/// Types for the `DisassociateFeed` operation.
pub mod disassociate_feed;
/// Types for the `GetFeed` operation.
pub mod get_feed;
/// Types for the `ListFeeds` operation.
pub mod list_feeds;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateFeed` operation.
pub mod update_feed;