aws-sdk-ivs 1.44.0

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

/// Types for the `BatchGetChannel` operation.
pub mod batch_get_channel;

/// Types for the `BatchGetStreamKey` operation.
pub mod batch_get_stream_key;

/// Types for the `BatchStartViewerSessionRevocation` operation.
pub mod batch_start_viewer_session_revocation;

/// Types for the `CreateChannel` operation.
pub mod create_channel;

/// Types for the `CreatePlaybackRestrictionPolicy` operation.
pub mod create_playback_restriction_policy;

/// Types for the `CreateRecordingConfiguration` operation.
pub mod create_recording_configuration;

/// Types for the `CreateStreamKey` operation.
pub mod create_stream_key;

/// Types for the `DeleteChannel` operation.
pub mod delete_channel;

/// Types for the `DeletePlaybackKeyPair` operation.
pub mod delete_playback_key_pair;

/// Types for the `DeletePlaybackRestrictionPolicy` operation.
pub mod delete_playback_restriction_policy;

/// Types for the `DeleteRecordingConfiguration` operation.
pub mod delete_recording_configuration;

/// Types for the `DeleteStreamKey` operation.
pub mod delete_stream_key;

/// Types for the `GetChannel` operation.
pub mod get_channel;

/// Types for the `GetPlaybackKeyPair` operation.
pub mod get_playback_key_pair;

/// Types for the `GetPlaybackRestrictionPolicy` operation.
pub mod get_playback_restriction_policy;

/// Types for the `GetRecordingConfiguration` operation.
pub mod get_recording_configuration;

/// Types for the `GetStream` operation.
pub mod get_stream;

/// Types for the `GetStreamKey` operation.
pub mod get_stream_key;

/// Types for the `GetStreamSession` operation.
pub mod get_stream_session;

/// Types for the `ImportPlaybackKeyPair` operation.
pub mod import_playback_key_pair;

/// Types for the `ListChannels` operation.
pub mod list_channels;

/// Types for the `ListPlaybackKeyPairs` operation.
pub mod list_playback_key_pairs;

/// Types for the `ListPlaybackRestrictionPolicies` operation.
pub mod list_playback_restriction_policies;

/// Types for the `ListRecordingConfigurations` operation.
pub mod list_recording_configurations;

/// Types for the `ListStreamKeys` operation.
pub mod list_stream_keys;

/// Types for the `ListStreamSessions` operation.
pub mod list_stream_sessions;

/// Types for the `ListStreams` operation.
pub mod list_streams;

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

/// Types for the `PutMetadata` operation.
pub mod put_metadata;

/// Types for the `StartViewerSessionRevocation` operation.
pub mod start_viewer_session_revocation;

/// Types for the `StopStream` operation.
pub mod stop_stream;

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

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

/// Types for the `UpdateChannel` operation.
pub mod update_channel;

/// Types for the `UpdatePlaybackRestrictionPolicy` operation.
pub mod update_playback_restriction_policy;