aws-sdk-cloudwatchlogs 0.37.0

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

/// Types for the `AssociateKmsKey` operation.
pub mod associate_kms_key;

/// Types for the `CancelExportTask` operation.
pub mod cancel_export_task;

/// Types for the `CreateDelivery` operation.
pub mod create_delivery;

/// Types for the `CreateExportTask` operation.
pub mod create_export_task;

/// Types for the `CreateLogGroup` operation.
pub mod create_log_group;

/// Types for the `CreateLogStream` operation.
pub mod create_log_stream;

/// Types for the `DeleteAccountPolicy` operation.
pub mod delete_account_policy;

/// Types for the `DeleteDataProtectionPolicy` operation.
pub mod delete_data_protection_policy;

/// Types for the `DeleteDelivery` operation.
pub mod delete_delivery;

/// Types for the `DeleteDeliveryDestination` operation.
pub mod delete_delivery_destination;

/// Types for the `DeleteDeliveryDestinationPolicy` operation.
pub mod delete_delivery_destination_policy;

/// Types for the `DeleteDeliverySource` operation.
pub mod delete_delivery_source;

/// Types for the `DeleteDestination` operation.
pub mod delete_destination;

/// Types for the `DeleteLogGroup` operation.
pub mod delete_log_group;

/// Types for the `DeleteLogStream` operation.
pub mod delete_log_stream;

/// Types for the `DeleteMetricFilter` operation.
pub mod delete_metric_filter;

/// Types for the `DeleteQueryDefinition` operation.
pub mod delete_query_definition;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteRetentionPolicy` operation.
pub mod delete_retention_policy;

/// Types for the `DeleteSubscriptionFilter` operation.
pub mod delete_subscription_filter;

/// Types for the `DescribeAccountPolicies` operation.
pub mod describe_account_policies;

/// Types for the `DescribeDeliveries` operation.
pub mod describe_deliveries;

/// Types for the `DescribeDeliveryDestinations` operation.
pub mod describe_delivery_destinations;

/// Types for the `DescribeDeliverySources` operation.
pub mod describe_delivery_sources;

/// Types for the `DescribeDestinations` operation.
pub mod describe_destinations;

/// Types for the `DescribeExportTasks` operation.
pub mod describe_export_tasks;

/// Types for the `DescribeLogGroups` operation.
pub mod describe_log_groups;

/// Types for the `DescribeLogStreams` operation.
pub mod describe_log_streams;

/// Types for the `DescribeMetricFilters` operation.
pub mod describe_metric_filters;

/// Types for the `DescribeQueries` operation.
pub mod describe_queries;

/// Types for the `DescribeQueryDefinitions` operation.
pub mod describe_query_definitions;

/// Types for the `DescribeResourcePolicies` operation.
pub mod describe_resource_policies;

/// Types for the `DescribeSubscriptionFilters` operation.
pub mod describe_subscription_filters;

/// Types for the `DisassociateKmsKey` operation.
pub mod disassociate_kms_key;

/// Types for the `FilterLogEvents` operation.
pub mod filter_log_events;

/// Types for the `GetDataProtectionPolicy` operation.
pub mod get_data_protection_policy;

/// Types for the `GetDelivery` operation.
pub mod get_delivery;

/// Types for the `GetDeliveryDestination` operation.
pub mod get_delivery_destination;

/// Types for the `GetDeliveryDestinationPolicy` operation.
pub mod get_delivery_destination_policy;

/// Types for the `GetDeliverySource` operation.
pub mod get_delivery_source;

/// Types for the `GetLogEvents` operation.
pub mod get_log_events;

/// Types for the `GetLogGroupFields` operation.
pub mod get_log_group_fields;

/// Types for the `GetLogRecord` operation.
pub mod get_log_record;

/// Types for the `GetQueryResults` operation.
pub mod get_query_results;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTagsLogGroup` operation.
pub mod list_tags_log_group;

/// Types for the `PutAccountPolicy` operation.
pub mod put_account_policy;

/// Types for the `PutDataProtectionPolicy` operation.
pub mod put_data_protection_policy;

/// Types for the `PutDeliveryDestination` operation.
pub mod put_delivery_destination;

/// Types for the `PutDeliveryDestinationPolicy` operation.
pub mod put_delivery_destination_policy;

/// Types for the `PutDeliverySource` operation.
pub mod put_delivery_source;

/// Types for the `PutDestination` operation.
pub mod put_destination;

/// Types for the `PutDestinationPolicy` operation.
pub mod put_destination_policy;

/// Types for the `PutLogEvents` operation.
pub mod put_log_events;

/// Types for the `PutMetricFilter` operation.
pub mod put_metric_filter;

/// Types for the `PutQueryDefinition` operation.
pub mod put_query_definition;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `PutRetentionPolicy` operation.
pub mod put_retention_policy;

/// Types for the `PutSubscriptionFilter` operation.
pub mod put_subscription_filter;

/// Types for the `StartQuery` operation.
pub mod start_query;

/// Types for the `StopQuery` operation.
pub mod stop_query;

/// Types for the `TagLogGroup` operation.
pub mod tag_log_group;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `TestMetricFilter` operation.
pub mod test_metric_filter;

/// Types for the `UntagLogGroup` operation.
pub mod untag_log_group;

/// Types for the `UntagResource` operation.
pub mod untag_resource;