aws-sdk-oam 1.48.0

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

/// Types for the `CreateLink` operation.
pub mod create_link;

/// Types for the `CreateSink` operation.
pub mod create_sink;

/// Types for the `DeleteLink` operation.
pub mod delete_link;

/// Types for the `DeleteSink` operation.
pub mod delete_sink;

/// Types for the `GetLink` operation.
pub mod get_link;

/// Types for the `GetSink` operation.
pub mod get_sink;

/// Types for the `GetSinkPolicy` operation.
pub mod get_sink_policy;

/// Types for the `ListAttachedLinks` operation.
pub mod list_attached_links;

/// Types for the `ListLinks` operation.
pub mod list_links;

/// Types for the `ListSinks` operation.
pub mod list_sinks;

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

/// Types for the `PutSinkPolicy` operation.
pub mod put_sink_policy;

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

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

/// Types for the `UpdateLink` operation.
pub mod update_link;