aws-sdk-firehose 1.113.0

AWS SDK for Amazon Kinesis Firehose
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateDeliveryStream` operation.
pub mod create_delivery_stream;

/// Types for the `DeleteDeliveryStream` operation.
pub mod delete_delivery_stream;

/// Types for the `DescribeDeliveryStream` operation.
pub mod describe_delivery_stream;

/// Types for the `ListDeliveryStreams` operation.
pub mod list_delivery_streams;

/// Types for the `ListTagsForDeliveryStream` operation.
pub mod list_tags_for_delivery_stream;

/// Types for the `PutRecord` operation.
pub mod put_record;

/// Types for the `PutRecordBatch` operation.
pub mod put_record_batch;

/// Types for the `StartDeliveryStreamEncryption` operation.
pub mod start_delivery_stream_encryption;

/// Types for the `StopDeliveryStreamEncryption` operation.
pub mod stop_delivery_stream_encryption;

/// Types for the `TagDeliveryStream` operation.
pub mod tag_delivery_stream;

/// Types for the `UntagDeliveryStream` operation.
pub mod untag_delivery_stream;

/// Types for the `UpdateDestination` operation.
pub mod update_destination;