aws_sdk_firehose/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 `CreateDeliveryStream` operation.
5pub mod create_delivery_stream;
6
7/// Types for the `DeleteDeliveryStream` operation.
8pub mod delete_delivery_stream;
9
10/// Types for the `DescribeDeliveryStream` operation.
11pub mod describe_delivery_stream;
12
13/// Types for the `ListDeliveryStreams` operation.
14pub mod list_delivery_streams;
15
16/// Types for the `ListTagsForDeliveryStream` operation.
17pub mod list_tags_for_delivery_stream;
18
19/// Types for the `PutRecord` operation.
20pub mod put_record;
21
22/// Types for the `PutRecordBatch` operation.
23pub mod put_record_batch;
24
25/// Types for the `StartDeliveryStreamEncryption` operation.
26pub mod start_delivery_stream_encryption;
27
28/// Types for the `StopDeliveryStreamEncryption` operation.
29pub mod stop_delivery_stream_encryption;
30
31/// Types for the `TagDeliveryStream` operation.
32pub mod tag_delivery_stream;
33
34/// Types for the `UntagDeliveryStream` operation.
35pub mod untag_delivery_stream;
36
37/// Types for the `UpdateDestination` operation.
38pub mod update_destination;