export declare const APIName: { readonly GET_CLIP: "GET_CLIP"; readonly GET_DASH_STREAMING_SESSION_URL: "GET_DASH_STREAMING_SESSION_URL"; readonly GET_HLS_STREAMING_SESSION_URL: "GET_HLS_STREAMING_SESSION_URL"; readonly GET_IMAGES: "GET_IMAGES"; readonly GET_MEDIA: "GET_MEDIA"; readonly GET_MEDIA_FOR_FRAGMENT_LIST: "GET_MEDIA_FOR_FRAGMENT_LIST"; readonly LIST_FRAGMENTS: "LIST_FRAGMENTS"; readonly PUT_MEDIA: "PUT_MEDIA"; }; export type APIName = (typeof APIName)[keyof typeof APIName]; export declare const Status: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly UPDATING: "UPDATING"; }; export type Status = (typeof Status)[keyof typeof Status]; export declare const ChannelType: { readonly FULL_MESH: "FULL_MESH"; readonly SINGLE_MASTER: "SINGLE_MASTER"; }; export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType]; export declare const ComparisonOperator: { readonly BEGINS_WITH: "BEGINS_WITH"; }; export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator]; export declare const ChannelProtocol: { readonly HTTPS: "HTTPS"; readonly WEBRTC: "WEBRTC"; readonly WSS: "WSS"; }; export type ChannelProtocol = (typeof ChannelProtocol)[keyof typeof ChannelProtocol]; export declare const ChannelRole: { readonly MASTER: "MASTER"; readonly VIEWER: "VIEWER"; }; export type ChannelRole = (typeof ChannelRole)[keyof typeof ChannelRole]; export declare const ConfigurationStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus]; export declare const DefaultStorageTier: { readonly HOT: "HOT"; readonly WARM: "WARM"; }; export type DefaultStorageTier = (typeof DefaultStorageTier)[keyof typeof DefaultStorageTier]; export declare const StrategyOnFullSize: { readonly DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA"; readonly DENY_NEW_MEDIA: "DENY_NEW_MEDIA"; }; export type StrategyOnFullSize = (typeof StrategyOnFullSize)[keyof typeof StrategyOnFullSize]; export declare const RecorderStatus: { readonly SUCCESS: "SUCCESS"; readonly SYSTEM_ERROR: "SYSTEM_ERROR"; readonly USER_ERROR: "USER_ERROR"; }; export type RecorderStatus = (typeof RecorderStatus)[keyof typeof RecorderStatus]; export declare const UploaderStatus: { readonly SUCCESS: "SUCCESS"; readonly SYSTEM_ERROR: "SYSTEM_ERROR"; readonly USER_ERROR: "USER_ERROR"; }; export type UploaderStatus = (typeof UploaderStatus)[keyof typeof UploaderStatus]; export declare const MediaUriType: { readonly FILE_URI: "FILE_URI"; readonly RTSP_URI: "RTSP_URI"; }; export type MediaUriType = (typeof MediaUriType)[keyof typeof MediaUriType]; export declare const SyncStatus: { readonly ACKNOWLEDGED: "ACKNOWLEDGED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETING: "DELETING"; readonly DELETING_ACKNOWLEDGED: "DELETING_ACKNOWLEDGED"; readonly IN_SYNC: "IN_SYNC"; readonly SYNCING: "SYNCING"; readonly SYNC_FAILED: "SYNC_FAILED"; }; export type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus]; export declare const Format: { readonly JPEG: "JPEG"; readonly PNG: "PNG"; }; export type Format = (typeof Format)[keyof typeof Format]; export declare const FormatConfigKey: { readonly JPEGQuality: "JPEGQuality"; }; export type FormatConfigKey = (typeof FormatConfigKey)[keyof typeof FormatConfigKey]; export declare const ImageSelectorType: { readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP"; readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP"; }; export type ImageSelectorType = (typeof ImageSelectorType)[keyof typeof ImageSelectorType]; export declare const MediaStorageConfigurationStatus: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type MediaStorageConfigurationStatus = (typeof MediaStorageConfigurationStatus)[keyof typeof MediaStorageConfigurationStatus]; export declare const UpdateDataRetentionOperation: { readonly DECREASE_DATA_RETENTION: "DECREASE_DATA_RETENTION"; readonly INCREASE_DATA_RETENTION: "INCREASE_DATA_RETENTION"; }; export type UpdateDataRetentionOperation = (typeof UpdateDataRetentionOperation)[keyof typeof UpdateDataRetentionOperation];