'1.0', 'info' => ['style' => 'RPC', 'product' => 'ICE', 'version' => '2020-11-09'], 'components' => [ 'schemas' => [ 'AIAgentCallInfo' => [ 'type' => 'object', 'properties' => [ 'Status' => ['type' => 'string'], 'CallStartTime' => ['type' => 'string'], 'CallEndTime' => ['type' => 'string'], 'CallDuration' => ['type' => 'integer', 'format' => 'int32'], 'HangupRole' => ['type' => 'integer', 'format' => 'int32'], 'CallerNumber' => ['type' => 'string'], 'CalleeNumber' => ['type' => 'string'], ], ], 'AIAgentConfig' => [ 'type' => 'object', 'properties' => [ 'Greeting' => ['type' => 'string'], 'WakeUpQuery' => ['type' => 'string'], 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'UserOnlineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'UserOfflineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'EnablePushToTalk' => ['type' => 'boolean'], 'GracefulShutdown' => ['type' => 'boolean'], 'Volume' => ['type' => 'integer', 'format' => 'int64'], 'WorkflowOverrideParams' => ['type' => 'string'], 'AvatarUrl' => ['type' => 'string'], 'AvatarUrlType' => ['type' => 'string'], 'EnableIntelligentSegment' => ['type' => 'boolean'], 'AsrConfig' => [ 'type' => 'object', 'properties' => [ 'AsrLanguageId' => ['type' => 'string'], 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32'], 'AsrHotWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], 'CustomParams' => ['type' => 'string'], 'VadDuration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TtsConfig' => [ 'type' => 'object', 'properties' => [ 'VoiceId' => ['type' => 'string'], 'VoiceIdList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'PronunciationRules' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Word' => ['type' => 'string'], 'Pronunciation' => ['type' => 'string'], 'Type' => ['type' => 'string'], ], ], ], 'ModelId' => ['type' => 'string'], 'LanguageId' => ['type' => 'string'], 'Emotion' => ['type' => 'string'], 'SpeechRate' => ['type' => 'number', 'format' => 'double'], ], ], 'LlmConfig' => [ 'type' => 'object', 'properties' => [ 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Role' => ['type' => 'string'], 'Content' => ['type' => 'string'], ], ], ], 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'LlmSystemPrompt' => ['type' => 'string'], 'BailianAppParams' => ['type' => 'string'], 'OpenAIExtraQuery' => ['type' => 'string'], 'LlmCompleteReply' => ['type' => 'boolean'], 'FunctionMap' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Function' => ['type' => 'string'], 'MatchFunction' => ['type' => 'string'], ], ], ], 'OutputMinLength' => ['type' => 'integer', 'format' => 'int32'], 'OutputMaxDelay' => ['type' => 'integer', 'format' => 'int32'], 'HistorySyncWithTTS' => ['type' => 'boolean'], ], ], 'AvatarConfig' => [ 'type' => 'object', 'properties' => [ 'AvatarId' => ['type' => 'string'], ], ], 'InterruptConfig' => [ 'type' => 'object', 'properties' => [ 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'InterruptWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'NoInterruptMode' => ['type' => 'string'], 'KeepInterruptWordsForLLM' => ['type' => 'boolean'], ], ], 'VoiceprintConfig' => [ 'type' => 'object', 'properties' => [ 'UseVoiceprint' => ['type' => 'boolean'], 'VoiceprintId' => ['type' => 'string'], 'RegistrationMode' => ['type' => 'string'], ], ], 'TurnDetectionConfig' => [ 'type' => 'object', 'properties' => [ 'TurnEndWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'Mode' => ['type' => 'string'], 'SemanticWaitDuration' => ['type' => 'integer', 'format' => 'int32'], 'Eagerness' => ['type' => 'string'], ], ], 'ExperimentalConfig' => ['type' => 'string'], 'VcrConfig' => [ 'type' => 'object', 'properties' => [ 'StillFrameMotion' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'CallbackDelay' => ['type' => 'integer', 'format' => 'int32'], ], ], 'InvalidFrameMotion' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'CallbackDelay' => ['type' => 'integer', 'format' => 'int32'], ], ], 'PeopleCount' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], ], ], 'Equipment' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], ], ], 'HeadMotion' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], ], ], 'LookAway' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], ], ], ], ], 'AmbientSoundConfig' => [ 'type' => 'object', 'properties' => [ 'ResourceId' => ['type' => 'string'], 'Volume' => ['type' => 'integer', 'format' => 'int32'], ], ], 'AutoSpeechConfig' => [ 'type' => 'object', 'properties' => [ 'UserIdle' => [ 'type' => 'object', 'properties' => [ 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], 'MaxRepeats' => ['type' => 'integer', 'format' => 'int32'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], 'HangupEndWord' => ['type' => 'string'], ], ], 'LlmPending' => [ 'type' => 'object', 'properties' => [ 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], 'Mode' => ['type' => 'string'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], ], ], ], 'BackChannelingConfigs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'TriggerStage' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], 'Words' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], ], ], 'BackChannelingConfig' => [ 'type' => 'array', 'deprecated' => true, 'items' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'TriggerStage' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], 'Words' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], ], ], ], ], 'AIAgentOutboundCallConfig' => [ 'type' => 'object', 'properties' => [ 'Greeting' => ['type' => 'string'], 'EnableIntelligentSegment' => ['type' => 'boolean'], 'AsrConfig' => [ 'type' => 'object', 'properties' => [ 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32'], 'AsrLanguageId' => ['type' => 'string'], 'AsrHotWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], 'CustomParams' => ['type' => 'string'], 'VadDuration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'LlmConfig' => [ 'type' => 'object', 'properties' => [ 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Role' => ['type' => 'string'], 'Content' => ['type' => 'string'], ], ], ], 'LlmSystemPrompt' => ['type' => 'string'], 'BailianAppParams' => ['type' => 'string'], 'OpenAIExtraQuery' => ['type' => 'string'], 'LlmCompleteReply' => ['type' => 'boolean'], 'FunctionMap' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Function' => ['type' => 'string'], 'MatchFunction' => ['type' => 'string'], ], ], ], 'OutputMinLength' => ['type' => 'integer', 'format' => 'int32'], 'OutputMaxDelay' => ['type' => 'string'], 'HistorySyncWithTTS' => ['type' => 'boolean'], ], ], 'TtsConfig' => [ 'type' => 'object', 'properties' => [ 'VoiceId' => ['type' => 'string'], 'VoiceIdList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'PronunciationRules' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Word' => ['type' => 'string'], 'Pronunciation' => ['type' => 'string'], 'Type' => ['type' => 'string'], ], ], ], 'ModelId' => ['type' => 'string'], 'LanguageId' => ['type' => 'string'], 'Emotion' => ['type' => 'string'], 'SpeechRate' => ['type' => 'number', 'format' => 'double'], ], ], 'InterruptConfig' => [ 'type' => 'object', 'properties' => [ 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'InterruptWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'Eagerness' => ['type' => 'string', 'deprecated' => true], 'NoInterruptMode' => ['type' => 'string'], 'KeepInterruptWordsForLLM' => ['type' => 'boolean'], ], ], 'TurnDetectionConfig' => [ 'type' => 'object', 'properties' => [ 'TurnEndWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'Mode' => ['type' => 'string'], 'SemanticWaitDuration' => ['type' => 'integer', 'format' => 'int32'], 'Eagerness' => ['type' => 'string'], ], ], 'GreetingDelay' => ['type' => 'integer', 'format' => 'int32'], 'AmbientSoundConfig' => [ 'type' => 'object', 'properties' => [ 'ResourceId' => ['type' => 'string'], 'Volume' => ['type' => 'integer', 'format' => 'int32'], ], ], 'ExperimentalConfig' => ['type' => 'string'], 'AutoSpeechConfig' => [ 'type' => 'object', 'properties' => [ 'UserIdle' => [ 'type' => 'object', 'properties' => [ 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], 'MaxRepeats' => ['type' => 'integer', 'format' => 'int32'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], 'HangupEndWord' => ['type' => 'string'], ], ], 'LlmPending' => [ 'type' => 'object', 'properties' => [ 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], 'Mode' => ['type' => 'string'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], ], ], ], 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'BackChannelingConfig' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'TriggerStage' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], 'Words' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], 'BackChannelingConfigs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Enabled' => ['type' => 'boolean'], 'TriggerStage' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], 'Words' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], ], ], ], ], ], 'AIAgentRuntimeConfig' => [ 'type' => 'object', 'properties' => [ 'AvatarChat3D' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ 'AgentUserId' => ['type' => 'string'], 'AuthToken' => ['type' => 'string'], 'ChannelId' => ['type' => 'string'], ], ], 'VisionChat' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ 'AgentUserId' => ['type' => 'string'], 'AuthToken' => ['type' => 'string'], 'ChannelId' => ['type' => 'string'], ], ], 'VoiceChat' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ 'AgentUserId' => ['type' => 'string'], 'AuthToken' => ['type' => 'string'], 'ChannelId' => ['type' => 'string'], ], ], 'AgentUserId' => ['type' => 'string'], 'AuthToken' => ['type' => 'string'], 'ChannelId' => ['type' => 'string'], ], ], 'AIAgentTemplateConfig' => [ 'type' => 'object', 'properties' => [ 'AvatarChat3D' => [ 'type' => 'object', 'properties' => [ 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32'], 'AvatarId' => ['type' => 'string'], 'EnableIntelligentSegment' => ['type' => 'boolean'], 'EnablePushToTalk' => ['type' => 'boolean'], 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'GracefulShutdown' => ['type' => 'boolean'], 'Greeting' => ['type' => 'string'], 'UseVoiceprint' => ['type' => 'boolean'], 'UserOnlineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'VoiceId' => ['type' => 'string'], 'Volume' => ['type' => 'integer', 'format' => 'int64'], 'VoiceprintId' => ['type' => 'string'], 'BailianAppParams' => ['type' => 'string'], 'UserOfflineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'WorkflowOverrideParams' => ['type' => 'string'], 'WakeUpQuery' => ['type' => 'string'], 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Role' => ['type' => 'string'], 'Content' => ['type' => 'string'], ], ], ], 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'AsrLanguageId' => ['type' => 'string'], 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'VisionChat' => [ 'type' => 'object', 'properties' => [ 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32'], 'EnableIntelligentSegment' => ['type' => 'boolean'], 'EnablePushToTalk' => ['type' => 'boolean'], 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'GracefulShutdown' => ['type' => 'boolean'], 'Greeting' => ['type' => 'string'], 'UseVoiceprint' => ['type' => 'boolean'], 'UserOnlineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'VoiceId' => ['type' => 'string'], 'Volume' => ['type' => 'integer', 'format' => 'int64'], 'VoiceprintId' => ['type' => 'string'], 'BailianAppParams' => ['type' => 'string'], 'UserOfflineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'WorkflowOverrideParams' => ['type' => 'string'], 'WakeUpQuery' => ['type' => 'string'], 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Role' => ['type' => 'string'], 'Content' => ['type' => 'string'], ], ], ], 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'AsrLanguageId' => ['type' => 'string'], 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'VoiceChat' => [ 'type' => 'object', 'properties' => [ 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32'], 'EnableIntelligentSegment' => ['type' => 'boolean'], 'EnablePushToTalk' => ['type' => 'boolean'], 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'GracefulShutdown' => ['type' => 'boolean'], 'Greeting' => ['type' => 'string'], 'UseVoiceprint' => ['type' => 'boolean'], 'UserOnlineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'VoiceId' => ['type' => 'string'], 'Volume' => ['type' => 'integer', 'format' => 'int64'], 'VoiceprintId' => ['type' => 'string'], 'BailianAppParams' => ['type' => 'string'], 'UserOfflineTimeout' => ['type' => 'integer', 'format' => 'int32'], 'AvatarUrl' => ['type' => 'string'], 'AvatarUrlType' => ['type' => 'string'], 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'WorkflowOverrideParams' => ['type' => 'string'], 'WakeUpQuery' => ['type' => 'string'], 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Role' => ['type' => 'string'], 'Content' => ['type' => 'string'], ], ], ], 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'AsrLanguageId' => ['type' => 'string'], 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], ], ], 'AiRtcAuthCodeDTO' => [ 'type' => 'object', 'properties' => [ 'Status' => ['type' => 'integer', 'format' => 'int32'], 'Type' => ['type' => 'integer', 'format' => 'int32'], 'AuthCode' => ['type' => 'string'], 'ActivatedTime' => ['type' => 'string'], 'DeviceId' => ['type' => 'string'], 'CreationTime' => ['type' => 'string'], 'License' => ['type' => 'string'], 'ModificationTime' => ['type' => 'string'], 'LicenseItemId' => ['type' => 'string'], ], ], 'AiRtcLicenseInfoDTO' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => ['type' => 'string'], 'ModificationTime' => ['type' => 'string'], 'Type' => ['type' => 'integer', 'format' => 'int32'], 'LicenseItemId' => ['type' => 'string'], 'Status' => ['type' => 'integer', 'format' => 'int32'], 'ValidDays' => ['type' => 'integer', 'format' => 'int64'], 'ExpiredOn' => ['type' => 'string'], 'BeginOn' => ['type' => 'string'], 'LicenseCount' => ['type' => 'integer', 'format' => 'int64'], 'AvailableCapacity' => ['type' => 'integer', 'format' => 'int64'], 'InstanceId' => ['type' => 'string'], 'ContractNo' => ['type' => 'string'], ], ], 'AppInfoDTO' => [ 'type' => 'object', 'properties' => [ 'Platforms' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'integer', 'format' => 'int64'], 'LicenseItemIds' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'PkgSignature' => ['type' => 'string'], 'PlatformType' => ['type' => 'integer', 'format' => 'int64'], 'ItemId' => ['type' => 'string'], 'PkgName' => ['type' => 'string'], ], ], ], 'GmtCreate' => ['type' => 'string'], 'UserId' => ['type' => 'integer', 'format' => 'int64'], 'CreationTime' => ['type' => 'string'], 'GmtModified' => ['type' => 'string'], 'ModificationTime' => ['type' => 'string'], 'AppType' => ['type' => 'integer', 'format' => 'int32'], 'ItemId' => ['type' => 'string'], 'AppName' => ['type' => 'string'], ], ], 'Channel' => [ 'type' => 'object', 'properties' => [ 'FillerSourceName' => ['type' => 'string'], 'FillerSourceLocationName' => ['type' => 'string'], 'GmtCreate' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'ChannelTier' => ['type' => 'string'], 'AccessToken' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'GmtModified' => ['type' => 'string'], 'Arn' => ['type' => 'string'], 'PlaybackMode' => ['type' => 'string'], 'OutPutConfigList' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ManifestName' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'Format' => ['type' => 'string'], 'PlaybackUrl' => ['type' => 'string'], 'ManifestSettings' => ['type' => 'string'], 'SourceGroupName' => ['type' => 'string'], ], ], ], 'AccessPolicy' => ['type' => 'boolean'], ], ], 'ChannelAssemblyChannel' => [ 'type' => 'object', 'properties' => [ 'FillerSourceName' => ['type' => 'string'], 'FillerSourceLocationName' => ['type' => 'string'], 'GmtCreate' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'ChannelTier' => ['type' => 'string'], 'AccessToken' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'GmtModified' => ['type' => 'string'], 'Arn' => ['type' => 'string'], 'PlaybackMode' => ['type' => 'string'], 'OutPutConfigList' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'ManifestName' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'Format' => ['type' => 'string'], 'PlaybackUrl' => ['type' => 'string'], 'ManifestSettings' => ['type' => 'string'], 'SourceGroupName' => ['type' => 'string'], ], ], ], 'AccessPolicy' => ['type' => 'boolean'], ], ], 'ChannelAssemblyProgram' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'AdBreaks' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TimeSignalSettings' => ['type' => 'string'], 'OffsetMillis' => ['type' => 'integer', 'format' => 'int64'], 'ChannelName' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'SpliceInsertSettings' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], 'MessageType' => ['type' => 'string'], ], ], ], 'SourceType' => ['type' => 'string'], 'Transition' => ['type' => 'string'], 'GmtModified' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ClipRange' => ['type' => 'string'], 'Arn' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], ], ], 'ChannelAssemblyScheduleData' => [ 'type' => 'object', 'properties' => [ 'EntryType' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'AdBreaks' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'OffsetMillis' => ['type' => 'string'], 'TimeSignalSettings' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'SpliceInsertSettings' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'MessageType' => ['type' => 'string'], ], ], ], 'SourceType' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ApproximateDurationSeconds' => ['type' => 'integer', 'format' => 'int64'], 'ApproximateStartTime' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], ], ], 'ChannelAssemblySource' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'SourceType' => ['type' => 'string'], 'GmtModified' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'HttpPackageConfigurations' => ['type' => 'string'], 'Arn' => ['type' => 'string'], ], ], 'ChannelAssemblySourceLocation' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'GmtModified' => ['type' => 'string'], 'SegmentDeliveryConfigurations' => ['type' => 'string'], 'BaseUrl' => ['type' => 'string'], 'Arn' => ['type' => 'string'], ], ], 'EntityMediaBasicInfo' => [ 'type' => 'object', 'properties' => [ 'EntityMediaId' => ['type' => 'string'], 'EntityId' => ['type' => 'string'], 'Status' => ['type' => 'string'], 'Biz' => ['type' => 'string'], 'AppId' => ['type' => 'string'], 'UserData' => ['type' => 'string'], 'ModifiedTime' => ['type' => 'string'], 'CreateTime' => ['type' => 'string'], ], ], 'Hotword' => [ 'type' => 'object', 'properties' => [ 'TranspositionResultList' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/TranspositionResult'], ], 'Language' => ['type' => 'string'], 'Text' => ['type' => 'string'], 'Weight' => ['type' => 'integer', 'format' => 'int32'], ], ], 'LicenseInstanceAppDTO' => [ 'type' => 'object', 'properties' => [ 'Status' => ['type' => 'string'], 'AppId' => ['type' => 'string'], 'ContractNo' => ['type' => 'string'], 'InstanceId' => ['type' => 'string'], 'UserId' => ['type' => 'integer', 'format' => 'int64'], 'CreationTime' => ['type' => 'string'], 'BeginOn' => ['type' => 'string'], 'ModificationTime' => ['type' => 'string'], 'ItemId' => ['type' => 'string'], 'ExpiredOn' => ['type' => 'string'], 'LicenseConfigs' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'properties' => [ 'FeatureIds' => ['type' => 'string'], 'SdkId' => ['type' => 'integer', 'format' => 'int32'], 'IsTrial' => ['type' => 'boolean'], 'SdkName' => ['type' => 'string'], 'BusinessType' => ['type' => 'string'], 'Subscription' => ['type' => 'string'], 'SubscriptionImp' => ['type' => 'string'], 'SubscriptionPkg' => ['type' => 'string'], ], ], ], ], ], 'ListMediaQualityAnalysisJobsResponseItem' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'JobId' => ['type' => 'string'], 'ScheduleConfig' => [ 'type' => 'object', 'properties' => [ 'PipelineId' => ['type' => 'string'], 'Priority' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TemplateConfig' => [ 'type' => 'object', 'properties' => [ 'TemplateId' => ['type' => 'string'], ], ], 'State' => ['type' => 'string'], 'UserData' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], ], ], 'LiveManifestConfig' => [ 'type' => 'object', 'properties' => [ 'SegmentCount' => ['type' => 'integer', 'format' => 'int32'], 'AdMarkers' => ['type' => 'string'], 'MinVideoBitrate' => ['type' => 'integer', 'format' => 'int32'], 'MinBufferTime' => ['type' => 'integer', 'format' => 'int32'], 'PresentationDelay' => ['type' => 'integer', 'format' => 'int32'], 'StreamOrder' => ['type' => 'string'], 'MaxVideoBitrate' => ['type' => 'integer', 'format' => 'int32'], 'DateTimeInterval' => ['type' => 'integer', 'format' => 'int32'], 'SegmentTemplateFormat' => ['type' => 'string'], 'MinUpdatePeriod' => ['type' => 'integer', 'format' => 'int32'], 'ManifestDuration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'LivePackagingConfig' => [ 'type' => 'object', 'properties' => [ 'LiveManifestConfigs' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/LiveManifestConfig'], ], 'UseAudioRenditionGroups' => ['type' => 'boolean'], 'DrmConfig' => [ 'type' => 'object', 'properties' => [ 'SystemIds' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'RotatePeriod' => ['type' => 'integer', 'format' => 'int32'], 'ContentId' => ['type' => 'string'], 'EncryptionMethod' => ['type' => 'string'], 'IV' => ['type' => 'string'], 'Url' => ['type' => 'string'], ], ], 'SegmentDuration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'MediaConvertAudio' => [ 'type' => 'object', 'properties' => [ 'Codec' => ['type' => 'string'], 'Remove' => ['type' => 'boolean'], 'Bitrate' => ['type' => 'integer', 'format' => 'int64'], 'Samplerate' => ['type' => 'string'], 'Profile' => ['type' => 'string'], 'Channels' => ['type' => 'integer', 'format' => 'int64'], ], ], 'MediaConvertInput' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'InputFile' => ['$ref' => '#/components/schemas/MediaObject'], ], ], 'MediaConvertJob' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'JobId' => ['type' => 'string'], 'Config' => ['$ref' => '#/components/schemas/MediaConvertJobConfig'], 'PipelineId' => ['type' => 'string'], 'UserData' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'State' => ['type' => 'string'], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], 'Percent' => ['type' => 'integer', 'format' => 'int32'], 'OutputDetails' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputDetail'], ], 'OutputGroupDetails' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupDetail'], ], ], ], 'MediaConvertJobConfig' => [ 'type' => 'object', 'properties' => [ 'JobName' => ['type' => 'string'], 'Inputs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], ], ], ], 'OutputGroups' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'GroupConfig' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'OutputFileBase' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], 'ManifestName' => ['type' => 'string'], 'ManifestExtend' => [ 'type' => 'object', 'properties' => [ 'InputRef' => ['type' => 'string'], 'Excludes' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Language' => ['type' => 'string'], 'Name' => ['type' => 'string'], 'Type' => ['type' => 'string'], ], ], ], ], ], ], ], 'Outputs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'TemplateId' => ['type' => 'string'], 'OutputFileName' => ['type' => 'string'], 'Priority' => ['type' => 'integer', 'format' => 'int32'], 'Features' => ['type' => 'string'], 'OverrideParams' => ['type' => 'string'], 'HlsGroupConfig' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'AudioGroup' => ['type' => 'string'], 'SubtitleGroup' => ['type' => 'string'], 'Name' => ['type' => 'string'], 'Group' => ['type' => 'string'], 'Language' => ['type' => 'string'], 'IsDefault' => ['type' => 'string'], 'Forced' => ['type' => 'string'], 'AutoSelect' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], ], 'MediaConvertJobFeature' => [ 'type' => 'object', 'properties' => [ 'Clip' => [ 'type' => 'object', 'properties' => [ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ 'Seek' => ['type' => 'string'], 'Duration' => ['type' => 'string'], 'End' => ['type' => 'string'], ], ], 'ConfigToClipFirstPart' => ['type' => 'string'], ], ], 'Watermarks' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'TemplateId' => ['type' => 'string'], 'X' => ['type' => 'string'], 'Y' => ['type' => 'string'], 'Width' => ['type' => 'string'], 'Height' => ['type' => 'string'], 'Content' => ['type' => 'string'], 'FontName' => ['type' => 'string'], 'FontSize' => ['type' => 'string'], 'FontColor' => ['type' => 'string'], 'FontAlpha' => ['type' => 'string'], 'BorderWidth' => ['type' => 'string'], 'BorderColor' => ['type' => 'string'], 'Adaptive' => ['type' => 'string'], ], ], ], 'Metadata' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], ], ], 'MediaConvertJobOverwiteParams' => [ 'type' => 'object', 'properties' => [ 'Subtitles' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Codec' => ['type' => 'string'], ], ], ], ], ], 'MediaConvertJobWithoutDetail' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'ClientToken' => ['type' => 'string'], 'JobId' => ['type' => 'string'], 'Config' => [ 'type' => 'object', 'properties' => [ 'Inputs' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertInput'], ], 'Outputs' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutput'], ], 'OutputGroups' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroup'], ], 'JobName' => ['type' => 'string'], ], ], 'PipelineId' => ['type' => 'string'], 'UserData' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'State' => ['type' => 'string'], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], ], ], 'MediaConvertMuxConfig' => [ 'type' => 'object', 'properties' => [ 'Segment' => ['$ref' => '#/components/schemas/MediaConvertSegment'], ], ], 'MediaConvertOutput' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'OutputFile' => ['$ref' => '#/components/schemas/MediaObject'], 'TemplateId' => ['type' => 'string'], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'minimum' => '1', 'maximum' => '10'], 'Features' => ['type' => 'string'], 'OverrideParams' => ['type' => 'string'], ], ], 'MediaConvertOutputDetail' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'TaskId' => ['type' => 'string'], 'Status' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'Result' => [ 'type' => 'object', 'properties' => [ 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], 'Url' => ['type' => 'string'], ], ], 'OutFileMeta' => ['$ref' => '#/components/schemas/MediaConvertOutputDetailFileMeta'], ], ], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], ], ], 'MediaConvertOutputDetailFileMeta' => [ 'type' => 'object', 'properties' => [ 'FileBasicInfo' => [ 'type' => 'object', 'properties' => [ 'MediaId' => ['type' => 'string'], 'FileName' => ['type' => 'string'], 'FileStatus' => ['type' => 'string'], 'FileType' => ['type' => 'string'], 'FileSize' => ['type' => 'string'], 'FileUrl' => ['type' => 'string'], 'Region' => ['type' => 'string'], 'FormatName' => ['type' => 'string'], 'Duration' => ['type' => 'string'], 'Bitrate' => ['type' => 'string'], 'Width' => ['type' => 'string'], 'Height' => ['type' => 'string'], ], ], 'AudioStreamInfoList' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => ['type' => 'string'], 'CodecName' => ['type' => 'string'], 'CodecLongName' => ['type' => 'string'], 'CodecTimeBase' => ['type' => 'string'], 'CodecTagString' => ['type' => 'string'], 'CodecTag' => ['type' => 'string'], 'SampleFmt' => ['type' => 'string'], 'SampleRate' => ['type' => 'string'], 'Channels' => ['type' => 'string'], 'ChannelLayout' => ['type' => 'string'], 'Timebase' => ['type' => 'string'], 'StartTime' => ['type' => 'string'], 'Duration' => ['type' => 'string'], 'Bitrate' => ['type' => 'string'], 'Lang' => ['type' => 'string'], ], ], ], 'VideoStreamInfoList' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => ['type' => 'string'], 'Codec_name' => ['type' => 'string'], 'Codec_long_name' => ['type' => 'string'], 'Profile' => ['type' => 'string'], 'Codec_time_base' => ['type' => 'string'], 'Codec_tag_string' => ['type' => 'string'], 'Codec_tag' => ['type' => 'string'], 'Width' => ['type' => 'string'], 'Height' => ['type' => 'string'], 'Has_b_frames' => ['type' => 'string'], 'Sar' => ['type' => 'string'], 'Dar' => ['type' => 'string'], 'PixFmt' => ['type' => 'string'], 'Level' => ['type' => 'string'], 'Fps' => ['type' => 'string'], 'Avg_fps' => ['type' => 'string'], 'Time_base' => ['type' => 'string'], 'Start_time' => ['type' => 'string'], 'Duration' => ['type' => 'string'], 'Bit_rate' => ['type' => 'string'], 'NumFrames' => ['type' => 'string'], 'Lang' => ['type' => 'string'], 'Rotate' => ['type' => 'string'], ], ], ], ], ], 'MediaConvertOutputGroup' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'GroupConfig' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupConfig'], 'Outputs' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupOutput'], ], ], ], 'MediaConvertOutputGroupConfig' => [ 'type' => 'object', 'properties' => [ 'ManifestName' => ['type' => 'string'], 'Type' => ['type' => 'string'], 'OutputFileBase' => ['$ref' => '#/components/schemas/MediaObject'], ], ], 'MediaConvertOutputGroupDetail' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'TaskId' => ['type' => 'string'], 'Code' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'Status' => ['type' => 'string'], 'Outputs' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputDetail'], ], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], ], ], 'MediaConvertOutputGroupOutput' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'OutputFileName' => ['type' => 'string'], 'TemplateId' => ['type' => 'string'], 'Priority' => ['type' => 'integer', 'format' => 'int32'], 'Features' => ['type' => 'string'], 'OverrideParams' => ['type' => 'string'], ], ], 'MediaConvertSegment' => [ 'type' => 'object', 'properties' => [ 'ForceSegTime' => ['type' => 'string'], 'Duration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'MediaConvertTransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => ['type' => 'boolean'], 'AdjDarMethod' => ['type' => 'string'], 'IsCheckAudioBitrateFail' => ['type' => 'boolean'], 'IsCheckVideoBitrateFail' => ['type' => 'boolean'], 'IsCheckReso' => ['type' => 'boolean'], 'IsCheckVideoBitrate' => ['type' => 'boolean'], 'TransMode' => ['type' => 'string'], 'IsCheckResoFail' => ['type' => 'boolean'], ], ], 'MediaConvertVideo' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => ['type' => 'integer', 'format' => 'int32'], 'Qscale' => ['type' => 'integer', 'format' => 'int32'], 'ScanMode' => ['type' => 'string'], 'LongShortMode' => ['type' => 'boolean'], 'Fps' => ['type' => 'any'], 'Gop' => ['type' => 'any'], 'Remove' => ['type' => 'boolean'], 'Bitrate' => ['type' => 'integer', 'format' => 'int32'], 'Profile' => ['type' => 'string'], 'Crop' => ['type' => 'string'], 'Codec' => ['type' => 'string'], 'Maxrate' => ['type' => 'integer', 'format' => 'int32'], 'Pad' => ['type' => 'string'], 'MaxFps' => ['type' => 'any'], 'Crf' => ['type' => 'any'], 'Height' => ['type' => 'integer', 'format' => 'int32'], 'Width' => ['type' => 'integer', 'format' => 'int32'], ], ], 'MediaConvertVolume' => [ 'type' => 'object', 'properties' => [ 'LoudnessRangeTarget' => ['type' => 'integer', 'format' => 'int32'], 'TruePeak' => ['type' => 'integer', 'format' => 'int32'], 'IntegratedLoudnessTarget' => ['type' => 'integer', 'format' => 'int32'], 'Level' => ['type' => 'integer', 'format' => 'int32'], 'Method' => ['type' => 'string'], ], ], 'MediaObject' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], 'MediaQualityAnalysisJob' => [ 'type' => 'object', 'properties' => [ 'Name' => ['type' => 'string'], 'JobId' => ['type' => 'string'], 'ScheduleConfig' => [ 'type' => 'object', 'properties' => [ 'PipelineId' => ['type' => 'string'], 'Priority' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TemplateConfig' => [ 'type' => 'object', 'properties' => [ 'TemplateId' => ['type' => 'string'], ], ], 'State' => ['type' => 'string'], 'UserData' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], 'VqaResult' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaResult'], 'CreateTime' => ['type' => 'string'], 'FinishTime' => ['type' => 'string'], ], ], 'MediaQualityAnalysisJobVqaResult' => [ 'type' => 'object', 'properties' => [ 'Detail' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaScoreDetail'], 'Sharp' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaScoreDetail'], 'Block' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaScoreDetail'], 'Noise' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaScoreDetail'], 'Color' => ['$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaScoreDetail'], 'State' => ['type' => 'string'], 'ScoreResult' => [ 'type' => 'object', 'properties' => [ 'Block' => [ 'type' => 'object', 'properties' => [ 'IntensityValue' => ['type' => 'number', 'format' => 'double'], 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Color' => [ 'type' => 'object', 'properties' => [ 'IntensityValue' => ['type' => 'number', 'format' => 'double'], 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Detail' => [ 'type' => 'object', 'properties' => [ 'IntensityValue' => ['type' => 'number', 'format' => 'double'], 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Noise' => [ 'type' => 'object', 'properties' => [ 'IntensityValue' => ['type' => 'number', 'format' => 'double'], 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Sharp' => [ 'type' => 'object', 'properties' => [ 'IntensityValue' => ['type' => 'number', 'format' => 'double'], 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Score' => ['type' => 'number', 'format' => 'double'], ], ], ], ], 'MediaQualityAnalysisJobVqaScoreDetail' => [ 'type' => 'object', 'properties' => [ 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], 'IntensityValue' => ['type' => 'number', 'format' => 'double'], ], ], 'Program' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'ChannelName' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'AdBreaks' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'TimeSignalSettings' => ['type' => 'string'], 'OffsetMillis' => ['type' => 'integer', 'format' => 'int64'], 'ChannelName' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'SpliceInsertSettings' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], 'MessageType' => ['type' => 'string'], ], ], ], 'SourceType' => ['type' => 'string'], 'Transition' => ['type' => 'string'], 'GmtModified' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ClipRange' => ['type' => 'string'], 'Arn' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], ], ], 'ScheduleData' => [ 'type' => 'object', 'properties' => [ 'EntryType' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'AdBreaks' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'OffsetMillis' => ['type' => 'string'], 'TimeSignalSettings' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'SpliceInsertSettings' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'MessageType' => ['type' => 'string'], ], ], ], 'SourceType' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'ApproximateDurationSeconds' => ['type' => 'integer', 'format' => 'int64'], 'ApproximateStartTime' => ['type' => 'string'], 'ProgramName' => ['type' => 'string'], ], ], 'Source' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'SourceType' => ['type' => 'string'], 'GmtModified' => ['type' => 'string'], 'SourceName' => ['type' => 'string'], 'HttpPackageConfigurations' => ['type' => 'string'], 'Arn' => ['type' => 'string'], ], ], 'SourceLocation' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => ['type' => 'string'], 'SourceLocationName' => ['type' => 'string'], 'State' => ['type' => 'integer', 'format' => 'int32'], 'GmtModified' => ['type' => 'string'], 'SegmentDeliveryConfigurations' => ['type' => 'string'], 'BaseUrl' => ['type' => 'string'], 'Arn' => ['type' => 'string'], ], ], 'TranspositionResult' => [ 'type' => 'object', 'properties' => [ 'TranslatedText' => ['type' => 'string'], 'TargetLanguage' => ['type' => 'string'], ], ], 'VodPackagingAsset' => [ 'type' => 'object', 'properties' => [ 'GroupName' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'Media' => ['type' => 'string'], ], ], 'CreateTime' => ['type' => 'string'], 'ContentId' => ['type' => 'string'], 'AssetName' => ['type' => 'string'], ], ], 'VodPackagingConfig' => [ 'type' => 'object', 'properties' => [ 'ManifestName' => ['type' => 'string'], 'StreamSelection' => [ 'type' => 'object', 'properties' => [ 'MinVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64'], 'StreamOrder' => ['type' => 'string'], 'MaxVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64'], ], ], 'DrmProvider' => [ 'type' => 'object', 'properties' => [ 'SystemIds' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'EncryptionMethod' => ['type' => 'string'], 'IV' => ['type' => 'string'], 'Url' => ['type' => 'string'], ], ], 'SegmentDuration' => ['type' => 'integer', 'format' => 'int64'], ], ], 'VodPackagingConfiguration' => [ 'type' => 'object', 'properties' => [ 'GroupName' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'CreateTime' => ['type' => 'string'], 'ConfigurationName' => ['type' => 'string'], 'Protocol' => ['type' => 'string'], 'PackageConfig' => ['$ref' => '#/components/schemas/VodPackagingConfig'], ], ], 'VodPackagingGroup' => [ 'type' => 'object', 'properties' => [ 'GroupName' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'DomainName' => ['type' => 'string'], 'CreateTime' => ['type' => 'string'], 'ApproximateAssetCount' => ['type' => 'integer', 'format' => 'int64'], 'ConfigurationCount' => ['type' => 'integer', 'format' => 'int64'], ], ], ], ], 'apis' => [ 'ActiveAiRtcLicense' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'LicenseItemId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AuthCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DeviceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'AddAdInsertion' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClientToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SlateAdUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigAliases', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CdnContentSegmentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CdnAdSegmentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdMarkerPassthrough', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PersonalizationThreshold', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AdsUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'AddCategory' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CateName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ParentId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddEditingProjectMaterials' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaterialMaps', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'AddFavoritePublicMedia' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddMediaConnectFlowInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputProtocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaxBitrate', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Cidrs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputFromUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PairFlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PairOutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtLatency', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SrtPassphrase', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtPbkeyLen', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WithInternalVip', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'AddMediaConnectFlowOutput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputProtocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputToUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Cidrs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PlayerLimit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PairInputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtLatency', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SrtPbkeyLen', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtPassphrase', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PairFlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddMediaMarks' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaMarks', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'AddStreamTagToSearchLib' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MsgBody', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Config', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreviewMedia', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RelatedMediaids', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddYikeUserCredit' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'YikeUserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Credit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1'], ], ], ], 'AlterSearchIndex' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'IndexStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AlterSearchLib' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchLibConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BatchCreateVodPackagingAsset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Assets', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AssetName' => ['type' => 'string', 'required' => false], 'ContentId' => ['type' => 'string', 'required' => false], 'Input' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Media' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BatchGetMediaInfos' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdditionType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'BatchGetYikeAIAppJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BatchGetYikeAssetMediaInfos' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CancelDNAJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CancelFavoritePublicMedia' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CancelIProductionJob' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ClearAIAgentVoiceprint' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceprintId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegistrationMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CloseMediaConnectFlowFailover' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CloseStreamToSearchLib' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateAudit' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AuditContent', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateAvatarTrainingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AvatarName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 7], ], [ 'name' => 'AvatarDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1027], ], [ 'name' => 'AvatarType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Thumbnail', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 512], ], [ 'name' => 'Portrait', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ 'name' => 'Video', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ 'name' => 'Transparent', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelTier', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PlaybackMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AccessPolicy', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AccessToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FillerSourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FillerSourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutPutConfigList', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateCustomTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Subtype', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 0, 'maxLength' => 32], ], [ 'name' => 'VoiceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 0, 'maxLength' => 32], ], [ 'name' => 'VoiceDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 0, 'maxLength' => 256], ], [ 'name' => 'Gender', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['female', 'male'], ], ], [ 'name' => 'Scenario', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['story', 'interaction', 'navigation'], ], ], ], ], 'CreateDNADB' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Model', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateEditingProject' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClipsParam', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaterialMaps', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateHotwordLibrary' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UsageScenario', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Hotwords', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/Hotword', 'required' => false], ], ], ], ], 'CreateIpcOrder' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Capability', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Period', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateLivePackageChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SegmentCount', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SegmentDuration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Protocol', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateLivePackageChannelGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateLivePackageOriginEndpoint' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndpointName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Protocol', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ManifestName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeshiftVision', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AuthorizationCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpWhitelist', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpBlacklist', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LivePackagingConfig', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/LivePackagingConfig', 'required' => false], ], ], ], 'CreateLiveRecordTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RecordFormat', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'deprecated' => false, 'required' => true, 'items' => [ 'type' => 'object', 'deprecated' => false, 'required' => false, 'properties' => [ 'Format' => [ 'type' => 'string', 'deprecated' => false, 'required' => true, 'enum' => ['m3u8', 'mp4', 'flv'], 'pattern' => '', ], 'SliceDuration' => ['type' => 'integer', 'format' => 'int32', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'OssObjectPrefix' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'SliceOssObjectPrefix' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'CycleDuration' => ['type' => 'integer', 'format' => 'int32', 'deprecated' => false, 'required' => false], ], ], ], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], ], ], 'CreateLiveSnapshotTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OverwriteFormat', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SequenceFormat', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeInterval', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'CreateLiveTranscodeTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 20], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => [ 'type' => 'string', 'required' => false, 'enum' => ['H.264', 'H.265'], ], 'Height' => ['type' => 'string', 'required' => false], 'Width' => ['type' => 'string', 'required' => false], 'Fps' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'string', 'required' => false], 'Gop' => ['type' => 'string', 'required' => false], 'Profile' => [ 'type' => 'string', 'required' => false, 'enum' => ['1', '2', '3'], ], ], ], 'AudioParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => [ 'type' => 'string', 'required' => false, 'enum' => ['AAC', 'MP3'], ], 'Bitrate' => ['type' => 'string', 'required' => false], 'Samplerate' => ['type' => 'string', 'required' => false], 'Channels' => ['type' => 'string', 'required' => false], 'Profile' => [ 'type' => 'string', 'required' => false, 'enum' => ['aac_low', 'aac_he', 'aac_he_v2', 'aac_ld'], ], ], ], ], ], ], ], ], 'CreateMediaConnectFlow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FlowRegion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputAttachments', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'InputId' => ['type' => 'string', 'required' => true], 'LanguageName' => ['type' => 'string', 'required' => false], 'AudioSelectors' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'AudioLanguageSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'LanguageCode' => ['type' => 'string', 'required' => true], ], ], 'AudioPidSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Pid' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'AudioTrackSelection' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TrackId' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], ], ], ], ], ], ], ], [ 'name' => 'OutputGroups', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'Type' => ['type' => 'string', 'required' => true], 'Outputs' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'MediaType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'MediaPackageOutputSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'NameModifier' => ['type' => 'string', 'required' => false], 'AudioGroupId' => ['type' => 'string', 'required' => false], ], ], 'VideoSettingName' => ['type' => 'string', 'required' => false], 'AudioSettingNames' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'MediaPackageGroupSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GroupName' => ['type' => 'string', 'required' => true], 'ChannelName' => ['type' => 'string', 'required' => true], ], ], ], ], ], ], [ 'name' => 'AudioSettings', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'AudioSelectorName' => ['type' => 'string', 'required' => false], 'LanguageCode' => ['type' => 'string', 'required' => false], 'LanguageName' => ['type' => 'string', 'required' => false], 'AudioCodec' => ['type' => 'string', 'required' => false], 'AudioCodecSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Profile' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SampleRate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], ], [ 'name' => 'VideoSettings', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'VideoCodec' => ['type' => 'string', 'required' => false], 'VideoCodecSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Rate' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Bitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'RateControlMode' => ['type' => 'string', 'required' => false], 'MaxBitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BufferSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'Framerate' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FramerateControl' => ['type' => 'string', 'required' => false], 'FramerateNumerator' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'FramerateDenominator' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'Gop' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GopSizeUnits' => ['type' => 'string', 'required' => false], 'GopSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BframesNum' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'CodecDetail' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Profile' => ['type' => 'string', 'required' => false], 'Level' => ['type' => 'string', 'required' => false], ], ], ], ], 'VideoCodecType' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'CreateMediaLiveInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Type', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecurityGroupIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'InputSettings', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StreamName' => ['type' => 'string', 'required' => false], 'SourceUrl' => ['type' => 'string', 'required' => false], 'FlowId' => ['type' => 'string', 'required' => false], 'FlowOutputName' => ['type' => 'string', 'required' => false], 'SrtMaxBitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SrtLatency' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SrtPassphrase' => ['type' => 'string', 'required' => false], 'SrtPbKeyLen' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], ], 'CreateMediaLiveInputSecurityGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WhitelistRules', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'CreatePipeline' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Speed', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'CreateProgram' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProgramName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Transition', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClipRange', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdBreaks', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateRecognitionEntity' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityInfo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateRecognitionLib' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateRecognitionSample' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LabelPrompt', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateSearchIndex' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'IndexStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchLibConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateSource' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'HttpPackageConfigurations', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateSourceLocation' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BaseUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EnableSegmentDelivery', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SegmentDeliveryUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateStreamToSearchLib' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateUploadMedia' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileInfo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UploadTargetConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMetaData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostProcessConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateUploadStream' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Definition', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileExtension', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HDRType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateVodPackagingAsset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AssetName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'ContentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateVodPackagingConfiguration' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigurationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Protocol', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PackageConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ManifestName' => ['type' => 'string', 'required' => false], 'SegmentDuration' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'StreamSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'MinVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'MaxVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'StreamOrder' => ['type' => 'string', 'required' => false], ], ], 'DrmProvider' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'EncryptionMethod' => ['type' => 'string', 'required' => false], 'IV' => ['type' => 'string', 'required' => false], 'SystemIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Url' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], 'CreateVodPackagingGroup' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateYikeAssetUpload' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FileExt', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileType', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'CreateYikeProduction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateYikeUser' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserNamePrefix', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ 'name' => 'Nickname', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 100, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 32, 'maxLength' => 32, 'pattern' => '^[\\w.-]+$'], ], [ 'name' => 'ProductionIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateYikeWorkspace' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ 'name' => 'UserCountLimit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '2', 'maximum' => '1000'], ], ], ], 'DecryptKMSDataKey' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CiphertextBlob', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteAIAgentDialogue' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DialogueId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteAdInsertion' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteAvatarTrainingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteCategory' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteCustomTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDNADB' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DBId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDNAFiles' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DBId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PrimaryKeys', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteEditingProjectMaterials' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaterialIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaterialType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteEditingProjects' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteHotwordLibrary' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'HotwordLibraryId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteLivePackageChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteLivePackageChannelGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteLivePackageOriginEndpoint' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndpointName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteLiveRecordFiles' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RecordIds', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], [ 'name' => 'RemoveFile', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteLiveRecordTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => '', 'properties' => [], ], ], ], ], 'DeleteLiveSnapshotFiles' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CreateTimestampList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => true], 'maxItems' => 200, ], ], [ 'name' => 'DeleteOriginalFile', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteLiveSnapshotTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteLiveTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => [], ], ], ], ], 'DeleteLiveTranscodeTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => [], ], ], ], ], 'DeleteMediaConnectFlow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteMediaConnectFlowInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteMediaConnectFlowOutput' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteMediaFromSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MsgBody', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteMediaInfos' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputURLs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DeletePhysicalFiles', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteMediaLiveInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteMediaLiveInputSecurityGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SecurityGroupId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteMediaMarks' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMarkIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeletePipeline' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeletePlayInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileURLs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DeletePhysicalFiles', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteProgram' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProgramName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteRecognitionEntity' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteRecognitionLib' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteRecognitionSample' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SampleId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteSmartJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteSource' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SoftDelete', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteSourceLocation' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SoftDelete', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DeleteTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteVodPackagingAsset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AssetName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteVodPackagingConfiguration' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ConfigurationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteVodPackagingGroup' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteYikeAssetMediaInfos' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LogicDelete', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DescribeAIAgentInstance' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeMeterImsEditUsage' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeMeterImsMediaConvertUHDUsage' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeMeterImsMediaConvertUsage' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DescribeMeterImsMpsAiUsage' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Interval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeMeterImsSummary' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeNotifyConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribePlayList' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'TraceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BeginTs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndTs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrderType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PlayType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeRtcRobotInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DetectAudioForCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RecordUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AudioRecordId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '20'], ], ], ], 'DropSearchIndex' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DropSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ForbidMediaConnectFlowOutput' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ForwardAIAgentCall' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CalledNumber', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TransferPrompt', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ErrorPrompt', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallerNumber', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GenerateAIAgentCall' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Expire', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AgentConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentConfig', 'required' => false], ], [ 'name' => 'ChatSyncConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'IMAIAgentId' => ['type' => 'string', 'required' => false], 'ReceiverId' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'GenerateKMSDataKey' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'GenerateMessageChatToken' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Expire', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'GetAIAgentConcurrency' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetAIWorkflowTask' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetAdInsertion' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetAiRtcAuthCodeList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'LicenseItemId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'NeedTotalCount', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'GetAiRtcLicenseInfoList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'LicenseItemId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'NeedTotalCount', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'GetAvatar' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AvatarId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetAvatarTrainingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetBatchMediaProducingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetCategories' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetContentAnalyzeConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'GetCustomTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Subtype', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'GetCustomizedVoice' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetDefaultStorageLocation' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'GetDemonstrationForCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Scenario', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['story', 'interaction', 'navigation'], ], ], ], ], 'GetDynamicImageJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetEditingProject' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RequestSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetEditingProjectMaterials' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetEventCallback' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'GetHotwordLibrary' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'HotwordLibraryId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetIpcDeviceInfo' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DeviceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Capability', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'GetLiveEditingIndexFile' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DomainName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StreamName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetLiveEditingJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetLivePackageChannel' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLivePackageChannelGroup' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLivePackageOriginEndpoint' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndpointName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLiveRecordJob' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLiveRecordTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetLiveSnapshotJob' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLiveSnapshotTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLiveTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => [], ], ], ], ], 'GetLiveTranscodeTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaConnectAvailableRegion' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [], ], 'GetMediaConnectFlow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaConnectFlowAllOutputName' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaConnectFlowInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WithInternalVip', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'GetMediaConnectFlowOutput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaConvertJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ReturnDetailedInfo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetMediaInfoJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaLiveInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaLiveInputSecurityGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SecurityGroupId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMediaMarks' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMarkIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetMediaProducingJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetPackageJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetPipeline' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetPlayInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetProgram' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProgramName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetProjectExportJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetPublicMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetSmartHandleJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetSnapshotJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSnapshotUrls' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetSource' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSourceLocation' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetStorageList' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StorageType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetStreamTagList' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetSystemTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RelatedMediaidFlag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetTemplateMaterials' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileList', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetTemplateParams' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ParentJobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetUrlUploadInfos' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UploadURLs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetVideoList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'GetVodPackagingAsset' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AssetName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetVodPackagingConfiguration' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ConfigurationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetVodPackagingGroup' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetWorkflowTask' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetYikeAIAppJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetYikeAssetMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetYikeStoryboardJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetYikeUser' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'UserName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], ], ], 'GetYikeUserCredit' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'YikeUserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'InsertMediaToSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MsgBody', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImagesInput', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAIAgentDialogues' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RoundLimit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Order', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAIAgentInstance' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListAIAgentPhoneNumber' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Number', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListAIAgentVoiceprints' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceprintId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'RegistrationMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAdInsertions' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListAlerts' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ResourceArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortByModifiedTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GmtStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GmtEnd', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAllPublicMediaTags' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAvatarTrainingJobs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAvatars' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100'], ], [ 'name' => 'AvatarType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListBatchMediaProducingJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListChannelAlerts' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ResourceArn', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortByModifiedTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GmtStart', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GmtEnd', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListChannels' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChannelTier', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PlaybackMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'State', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortByModifiedTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListCustomTemplates' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Subtype', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListCustomizedVoiceJobs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['Basic', 'Standard', 'Premium'], ], ], ], ], 'ListCustomizedVoices' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListDNADB' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DBIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListDNAFiles' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'DBId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListDynamicImageJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListEditingProjects' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListHotwordLibraries' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UsageScenario', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListLivePackageChannelGroups' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLivePackageChannels' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLivePackageOriginEndpoints' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveRecordFiles' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobIds', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RecordFormat', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveRecordJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveRecordTemplates' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateIds', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveSnapshotFiles' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Limit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveSnapshotJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchKeyWord', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveSnapshotTemplates' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchKeyWord', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateIds', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], 'maxItems' => 100, ], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveTranscodeJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ 'name' => 'StartMode', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['asc', 'desc'], ], ], [ 'name' => 'KeyWord', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListLiveTranscodeTemplates' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ 'name' => 'VideoCodec', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['H.264', 'H.265'], ], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['asc', 'desc'], ], ], [ 'name' => 'KeyWord', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['system', 'customized'], ], ], ], ], 'ListMediaBasicInfos' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeFileBasicInfo', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListMediaConvertJobs' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaInfoJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaLiveChannels' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortOrder', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'States', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaLiveInputSecurityGroups' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortOrder', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaLiveInputs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortOrder', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Types', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaMarks' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMarkIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListMediaProducingJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MasterJobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListPackageJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListPipelines' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Speed', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListPrograms' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProgramName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListPublicMediaBasicInfos' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaTagId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '2147483647'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'IncludeFileBasicInfo', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListRecognitionEntities' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'ListRecognitionLibs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListRecognitionSamples' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Algorithm', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'LibId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'EntityName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSchedules' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WindowDurationSeconds', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListSmartJobs' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobState', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSmartSysAvatarModels' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SdkVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSmartVoiceGroups' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSnapshotJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSourceLocations' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FilterState', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SortByModifiedTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSources' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FilterState', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortByModifiedTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListSystemTemplates' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Subtype', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListTemplates' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListTranscodeJobs' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentJobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OrderBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListVodPackagingAssets' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListVodPackagingConfigurations' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListVodPackagingGroups' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keyword', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListWorkflowTasks' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkflowName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KeyText', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfCreateTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListYikeAssetFolders' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProductionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListYikeProductions' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'OpenMediaConnectFlowFailover' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'PrecheckYikeAIAppJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryCopyrightExtractJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryCopyrightJobList' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CreateTimeStart', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'QueryDNAJobList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryIProductionJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryIpcQuota' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Capability', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'QueryMediaCensorJobDetail' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'QueryMediaCensorJobList' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'JobIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ 'name' => 'State', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryMediaIndexJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QuerySearchIndex' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IndexType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QuerySearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QuerySmarttagJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryTraceAbJobList' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TraceMediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeStart', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'QueryTraceExtractJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryTraceM3u8JobList' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CreateTimeStart', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'QueryVideoCognitionJob' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeResults', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'NeedAsr' => ['type' => 'boolean', 'required' => false], 'NeedOcr' => ['type' => 'boolean', 'required' => false], 'NeedProcess' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], 'RefreshUploadMedia' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RegisterMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Overwrite', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegisterConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ReferenceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SmartTagTemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RegisterMediaStream' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StreamTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RegisterYikeAssetMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProductionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FolderId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ResumeMediaConnectFlowOutput' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ResumeYikeStoryboardJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchEditingProject' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'deprecated' => false, 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchIndexJobRerun' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Task', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMedia' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Match', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScrollToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomFilters', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMediaByAILabel' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MultimodalSearchType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SpecificSearch', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MatchingMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomFilters', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UtcCreate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMediaByFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PersonImageUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FaceSearchToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomFilters', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UtcCreate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMediaByHybrid' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomFilters', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UtcCreate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMediaByMultimodal' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomFilters', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UtcCreate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SearchMediaClipByFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FaceSearchToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SearchPublicMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DynamicMetaDataMatchFields', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Favorite', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Authorized', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SendAIAgentDataChannelMessage' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Message', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SendAIAgentSpeech' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EnableInterrupt', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SendAIAgentText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SendLiveSnapshotJobCommand' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Command', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SendLiveTranscodeJobCommand' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => [], ], ], [ 'name' => 'Command', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['stop'], ], ], ], ], 'SendMessageChatText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReceiverId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Text', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Mode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NeedArchiving', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SetAIAgentVoiceprint' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceprintId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Data' => ['type' => 'string', 'required' => false], 'Format' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'SetContentAnalyzeConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Auto', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SaveType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SetDefaultCustomTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SetDefaultStorageLocation' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StorageType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Bucket', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Path', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SetEventCallback' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CallbackType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackQueueName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EventTypeList', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthSwitch', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SetNotifyConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EnableNotify', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => true], ], [ 'name' => 'CallbackUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EventTypes', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Token', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AudioOssPath', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableAudioRecording', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SetYikeUserRole' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'YikeUserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RoleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StartAIAgentInstance' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RuntimeConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentRuntimeConfig', 'required' => true], ], [ 'name' => 'AgentConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentConfig', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChatSyncConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'IMAIAgentId' => ['type' => 'string', 'required' => false], 'ReceiverId' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], ], ], 'StartAIAgentOutboundCall' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CallerNumber', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CalledNumber', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentOutboundCallConfig', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImsAIAgentFreeObCall', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StartAIWorkflow' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Inputs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DispatchTag', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StartChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StartMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StartRtcRobotInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RobotId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'EnableVoiceInterrupt' => ['type' => 'boolean', 'required' => false], 'Greeting' => ['type' => 'string', 'required' => false], 'VoiceId' => ['type' => 'string', 'required' => false], 'AsrMaxSilence' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'UserOnlineTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'UserOfflineTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'VoiceprintId' => ['type' => 'string', 'required' => false], 'UseVoiceprint' => ['type' => 'boolean', 'required' => false], 'Volume' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], ], 'StartWorkflow' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskInput', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkipInputVerification', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'StopAIAgentInstance' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StopAIWorkflowTask' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StopChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StopMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'StopRtcRobotInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubYikeUserCredit' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'YikeUserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Credit', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1'], ], ], ], 'SubmitAIAgentVideoAuditTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AIAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Url' => ['type' => 'string', 'required' => false], 'Token' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'AuditInterval', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'CapturePolicies', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FrameCount' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'StartTime' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Prompt' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'SubmitASRJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputFile', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Duration', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitAudioProduceJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'EditingConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Overwrite', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SubmitAvatarTrainingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitAvatarVideoJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitBatchMediaProducingJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitCopyrightExtractJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitCopyrightJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Message', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'TotalTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 0, 'maxLength' => 32], ], [ 'name' => 'DemoAudioMediaURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitDNAJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Config', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PrimaryKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DBId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitDynamicChartJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChartType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Input', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChartConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChartTitle', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Subtitle', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Unit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataSource', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Background', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AxisParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitDynamicImageJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Format' => ['type' => 'string', 'required' => false], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Fps' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ScanMode' => ['type' => 'string', 'required' => false], 'LongShortMode' => ['type' => 'boolean', 'required' => false], 'TimeSpan' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Seek' => ['type' => 'string', 'required' => false], 'Duration' => ['type' => 'string', 'required' => false], 'End' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitHighlightExtractionJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitIProductionJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FunctionName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Biz' => [ 'type' => 'string', 'required' => false, 'enum' => ['IMS', 'VOD'], ], 'Media' => ['type' => 'string', 'required' => true], 'OutputUrl' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitLiveEditingJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Clips', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LiveStreamConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputMediaConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaProduceConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputMediaTarget', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitLiveRecordJob' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'NotifyUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], ], [ 'name' => 'StreamInput', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'deprecated' => false, 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Url' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'RecordOutput', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'deprecated' => false, 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Bucket' => ['type' => 'string', 'required' => false], 'Endpoint' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], ], ], 'SubmitLiveSnapshotJob' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StreamInput', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Url' => ['type' => 'string', 'required' => true], 'Type' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'SnapshotOutput', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'StorageType' => ['type' => 'string', 'required' => true], 'Endpoint' => ['type' => 'string', 'required' => true], 'Bucket' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CallbackUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitLiveTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartMode', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => true, 'enum' => ['0', '1'], ], ], [ 'name' => 'StreamInput', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => [ 'type' => 'string', 'required' => true, 'enum' => ['rtmp'], ], 'InputUrl' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TranscodeOutput', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'DomainName' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TimedConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StartTime' => ['type' => 'string', 'required' => false], 'EndTime' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'SubmitMediaAiAnalysisJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AnalysisParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitMediaCensorJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverImages', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Barrages', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Output', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NotifyUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], 'SubmitMediaConvertJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Config', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitMediaInfoJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], 'SubmitMediaProducingJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClipsParam', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectMetadata', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputMediaTarget', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputMediaConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingProduceConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMetadata', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitPackageJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Inputs', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Input' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitProjectExportJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExportType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputMediaConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSceneBatchEditingJob' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectIds', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSceneMediaSelectionJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EditingConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitSceneTimelineOrganizationJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EditingConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaSelectResult', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitScreenMediaHighlightsJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSegmentationJob' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSmarttagJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Content', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentAddr', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NotifyUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSnapshotJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'FrameType' => ['type' => 'string', 'required' => false], 'Count' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Interval' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Time' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BlackLevel' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'PixelBlackThreshold' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SpriteSnapshotConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'CellWidth' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'CellHeight' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Padding' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Margin' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Columns' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Lines' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Color' => ['type' => 'string', 'required' => false], ], ], 'IsSptFrag' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSportsHighlightsJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputConfig', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitStandardCustomizedVoiceJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Gender', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Authentication', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Audios', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DemoAudioMediaURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSyncMediaInfoJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], 'SubmitTextGenerateJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GenerateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitTraceAbJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'TotalTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Level', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CipherBase64ed', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitTraceExtractJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitTraceM3u8Job' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TraceMediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Output', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'Trace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'KeyUri', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputGroup', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], 'InputUrl' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'OutputGroup', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Output' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Media' => ['type' => 'string', 'required' => true], 'OutputUrl' => ['type' => 'string', 'required' => false], ], ], 'ProcessConfig' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Transcode' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Video' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => ['type' => 'string', 'required' => false], 'Profile' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'string', 'required' => false], 'Crf' => ['type' => 'string', 'required' => false], 'Width' => ['type' => 'string', 'required' => false], 'Height' => ['type' => 'string', 'required' => false], 'Fps' => ['type' => 'string', 'required' => false], 'Gop' => ['type' => 'string', 'required' => false], 'Preset' => ['type' => 'string', 'required' => false], 'ScanMode' => ['type' => 'string', 'required' => false], 'PixFmt' => ['type' => 'string', 'required' => false], 'Remove' => ['type' => 'string', 'required' => false], 'Crop' => ['type' => 'string', 'required' => false], 'Pad' => ['type' => 'string', 'required' => false], 'LongShortMode' => ['type' => 'string', 'required' => false], 'Bufsize' => ['type' => 'string', 'required' => false], 'Maxrate' => ['type' => 'string', 'required' => false], 'AbrMax' => ['type' => 'string', 'required' => false], ], ], 'Audio' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => ['type' => 'string', 'required' => false], 'Profile' => ['type' => 'string', 'required' => false], 'Samplerate' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'string', 'required' => false], 'Channels' => ['type' => 'string', 'required' => false], 'Remove' => ['type' => 'string', 'required' => false], 'Volume' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Method' => ['type' => 'string', 'required' => false], 'IntegratedLoudnessTarget' => ['type' => 'string', 'required' => false], 'TruePeak' => ['type' => 'string', 'required' => false], 'LoudnessRangeTarget' => ['type' => 'string', 'required' => false], ], ], ], ], 'Container' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Format' => ['type' => 'string', 'required' => false], ], ], 'MuxConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Segment' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Duration' => ['type' => 'string', 'required' => false], 'ForceSegTime' => ['type' => 'string', 'required' => false], ], ], ], ], 'TransConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TransMode' => ['type' => 'string', 'required' => false], 'IsCheckReso' => ['type' => 'string', 'required' => false], 'IsCheckResoFail' => ['type' => 'string', 'required' => false], 'IsCheckVideoBitrate' => ['type' => 'string', 'required' => false], 'IsCheckVideoBitrateFail' => ['type' => 'string', 'required' => false], 'IsCheckAudioBitrate' => ['type' => 'string', 'required' => false], 'IsCheckAudioBitrateFail' => ['type' => 'string', 'required' => false], 'AdjDarMethod' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'ImageWatermarks' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Width' => ['type' => 'string', 'required' => false], 'Height' => ['type' => 'string', 'required' => false], 'Dx' => ['type' => 'string', 'required' => false], 'Dy' => ['type' => 'string', 'required' => false], 'ReferPos' => ['type' => 'string', 'required' => false], 'Timeline' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Start' => ['type' => 'string', 'required' => false], 'Duration' => ['type' => 'string', 'required' => false], ], ], 'File' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], 'TextWatermarks' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'FontName' => ['type' => 'string', 'required' => false], 'FontColor' => ['type' => 'string', 'required' => false], 'FontAlpha' => ['type' => 'string', 'required' => false], 'Top' => ['type' => 'string', 'required' => false], 'Left' => ['type' => 'string', 'required' => false], 'FontSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BorderWidth' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BorderColor' => ['type' => 'string', 'required' => false], 'Adaptive' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'Subtitles' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TemplateId' => ['type' => 'string', 'required' => true], 'OverwriteParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Format' => ['type' => 'string', 'required' => false], 'CharEnc' => ['type' => 'string', 'required' => false], 'File' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], 'Encryption' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'EncryptType' => ['type' => 'string', 'required' => false], 'CipherText' => ['type' => 'string', 'required' => false], 'DecryptKeyUri' => ['type' => 'string', 'required' => false], 'KeyServiceType' => ['type' => 'string', 'required' => false], ], ], 'CombineConfigs' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AudioIndex' => ['type' => 'string', 'required' => true], 'VideoIndex' => ['type' => 'string', 'required' => true], 'Start' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], ], ], ], ], ], ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScheduleConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PipelineId' => ['type' => 'string', 'required' => false], 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitVideoCognitionJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Params', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => false], 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitVideoTranslationJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EditingConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SignatureMehtod', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SignatureType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitYikeAIAppJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AppId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AppParams', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProductionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FolderId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitYikeStoryboardJob' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShotSplitMode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StyleId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AspectRatio', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Resolution', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShotPromptMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NarrationVoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'VideoModel', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelParams', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkipFailureShot', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ExecMode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'TakeoverAIAgentCall' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HumanAgentUserId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequireToken', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateAIAgentInstance' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AgentConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentConfig', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], ], ], 'UpdateAdInsertion' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SlateAdUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConfigAliases', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CdnContentSegmentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CdnAdSegmentUrlPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdMarkerPassthrough', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PersonalizationThreshold', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AdsUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateAvatarTrainingJob' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AvatarName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 7], ], [ 'name' => 'AvatarDescription', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1024], ], [ 'name' => 'Thumbnail', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 512], ], [ 'name' => 'Portrait', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ 'name' => 'Video', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ 'name' => 'Transparent', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateCategory' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CateName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'UpdateChannel' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AccessPolicy', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AccessToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FillerSourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FillerSourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutPutConfigList', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateCustomTemplate' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateCustomizedVoice' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VoiceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DemoAudioMediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateEditingProject' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'PrivateKey' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Timeline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClipsParam', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ProjectId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BusinessStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateHotwordLibrary' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Hotwords', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/Hotword', 'required' => false], ], ], [ 'name' => 'HotwordLibraryId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateLivePackageChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Protocol', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SegmentCount', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'SegmentDuration', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateLivePackageChannelCredentials' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RotateCredentials', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'UpdateLivePackageChannelGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateLivePackageOriginEndpoint' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'GroupName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndpointName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Protocol', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ManifestName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeshiftVision', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AuthorizationCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpWhitelist', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpBlacklist', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LivePackagingConfig', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/LivePackagingConfig', 'required' => false], ], ], ], 'UpdateLiveRecordTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RecordFormat', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'deprecated' => false, 'required' => true, 'items' => [ 'type' => 'object', 'deprecated' => false, 'required' => false, 'properties' => [ 'Format' => [ 'type' => 'string', 'deprecated' => false, 'required' => true, 'enum' => ['m3u8', 'mp4', 'flv'], 'pattern' => '', ], 'SliceDuration' => ['type' => 'integer', 'format' => 'int32', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'OssObjectPrefix' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'SliceOssObjectPrefix' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], 'CycleDuration' => ['type' => 'integer', 'format' => 'int32', 'deprecated' => false, 'required' => false], ], ], ], ], [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], ], ], 'UpdateLiveSnapshotTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TemplateName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OverwriteFormat', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SequenceFormat', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeInterval', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], 'UpdateLiveTranscodeJob' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 128], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StreamInput', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => [ 'type' => 'string', 'required' => true, 'enum' => ['rtmp'], ], 'InputUrl' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TranscodeOutput', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'DomainName' => ['type' => 'string', 'required' => true], ], ], ], [ 'name' => 'TimedConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StartTime' => ['type' => 'string', 'required' => false], 'EndTime' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'UpdateLiveTranscodeTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TemplateConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => [ 'type' => 'string', 'required' => false, 'enum' => [], ], 'Height' => ['type' => 'string', 'required' => false], 'Width' => ['type' => 'string', 'required' => false], 'Fps' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'string', 'required' => false], 'Gop' => ['type' => 'string', 'required' => false], 'Profile' => ['type' => 'string', 'required' => false], ], ], 'AudioParams' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Codec' => [ 'type' => 'string', 'required' => false, 'enum' => [], ], 'Bitrate' => ['type' => 'string', 'required' => false], 'Samplerate' => ['type' => 'string', 'required' => false], 'Channels' => ['type' => 'string', 'required' => false], 'Profile' => [ 'type' => 'string', 'required' => false, 'enum' => [], ], ], ], ], ], ], ], ], 'UpdateMediaConnectFlowInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Cidrs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtLatency', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SrtPassphrase', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtPbkeyLen', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'InputFromUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxBitrate', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'InputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateMediaConnectFlowOutput' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OutputName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Cidrs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtLatency', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtPassphrase', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrtPbkeyLen', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutputToUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PlayerLimit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateMediaConnectFlowStatus' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FlowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateMediaInfo' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InputURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BusinessType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Category', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaTags', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppendTags', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ReferenceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateMediaLiveChannel' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ChannelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputAttachments', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'InputId' => ['type' => 'string', 'required' => true], 'LanguageName' => ['type' => 'string', 'required' => false], 'AudioSelectors' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'AudioLanguageSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'LanguageCode' => ['type' => 'string', 'required' => true], ], ], 'AudioPidSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Pid' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'AudioTrackSelection' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TrackId' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], ], ], ], ], ], ], ], [ 'name' => 'OutputGroups', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'Type' => ['type' => 'string', 'required' => true], 'Outputs' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'MediaType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'MediaPackageOutputSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'NameModifier' => ['type' => 'string', 'required' => false], 'AudioGroupId' => ['type' => 'string', 'required' => false], ], ], 'VideoSettingName' => ['type' => 'string', 'required' => false], 'AudioSettingNames' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'MediaPackageGroupSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GroupName' => ['type' => 'string', 'required' => true], 'ChannelName' => ['type' => 'string', 'required' => true], ], ], ], ], ], ], [ 'name' => 'AudioSettings', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'AudioSelectorName' => ['type' => 'string', 'required' => false], 'LanguageCode' => ['type' => 'string', 'required' => false], 'LanguageName' => ['type' => 'string', 'required' => false], 'AudioCodec' => ['type' => 'string', 'required' => false], 'AudioCodecSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Profile' => ['type' => 'string', 'required' => false], 'Bitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SampleRate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], ], [ 'name' => 'VideoSettings', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => true], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'VideoCodec' => ['type' => 'string', 'required' => false], 'VideoCodecSetting' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Rate' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Bitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'RateControlMode' => ['type' => 'string', 'required' => false], 'MaxBitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BufferSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'Framerate' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FramerateControl' => ['type' => 'string', 'required' => false], 'FramerateNumerator' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'FramerateDenominator' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'Gop' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GopSizeUnits' => ['type' => 'string', 'required' => false], 'GopSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'BframesNum' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'CodecDetail' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Profile' => ['type' => 'string', 'required' => false], 'Level' => ['type' => 'string', 'required' => false], ], ], ], ], 'VideoCodecType' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'UpdateMediaLiveInput' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InputId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecurityGroupIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'InputSettings', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FlowId' => ['type' => 'string', 'required' => false], 'SourceUrl' => ['type' => 'string', 'required' => false], 'StreamName' => ['type' => 'string', 'required' => false], 'SrtPassphrase' => ['type' => 'string', 'required' => false], 'SrtMaxBitrate' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'FlowOutputName' => ['type' => 'string', 'required' => false], 'SrtLatency' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SrtPbKeyLen' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], ], ], 'UpdateMediaLiveInputSecurityGroup' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SecurityGroupId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WhitelistRules', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'UpdateMediaMarks' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MediaMarks', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateMediaToSearchLib' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SearchLibName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MsgBody', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Namespace', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdatePipeline' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'UpdateProgram' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProgramName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ClipRange', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdBreaks', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Transition', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateRtcRobotInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'EnableVoiceInterrupt' => ['type' => 'boolean', 'required' => false], 'Greeting' => ['type' => 'string', 'required' => false], 'VoiceId' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'UpdateSource' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'HttpPackageConfigurations', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateSourceLocation' => [ 'path' => '/', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceLocationName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'BaseUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EnableSegmentDelivery', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SegmentDeliveryUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateTemplate' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Config', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CoverUrl', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreviewMedia', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RelatedMediaids', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UploadMediaByURL' => [ 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'UploadURLs', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UploadTargetConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaMetaData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostProcessConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EntityId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UploadStreamByURL' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'StreamURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Definition', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileExtension', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HDRType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ice.ap-southeast-1.aliyuncs.com', 'endpoint' => 'ice.ap-southeast-1.aliyuncs.com', 'vpc' => 'ice-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ice.cn-beijing.aliyuncs.com', 'endpoint' => 'ice.cn-beijing.aliyuncs.com', 'vpc' => 'ice-vpc.cn-beijing.aliyuncs.com'], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ice.cn-hangzhou.aliyuncs.com', 'endpoint' => 'ice.cn-hangzhou.aliyuncs.com', 'vpc' => 'ice-vpc.cn-hangzhou.aliyuncs.com'], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ice.cn-shanghai.aliyuncs.com', 'endpoint' => 'ice.cn-shanghai.aliyuncs.com', 'vpc' => 'ice-vpc.cn-shanghai.aliyuncs.com'], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'ice.cn-shenzhen.aliyuncs.com', 'endpoint' => 'ice.cn-shenzhen.aliyuncs.com', 'vpc' => 'ice-vpc.cn-shenzhen.aliyuncs.com'], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'ice.us-west-1.aliyuncs.com', 'endpoint' => 'ice.us-west-1.aliyuncs.com', 'vpc' => 'ice-vpc.us-west-1.aliyuncs.com'], ], ];